Category Archives: Cloud Computing
Chinese tech giants had their worst quarterly growth on record, thanks to Beijing’s zero-Covid policy – CNBC
Chinese technology giants including Alibaba have seen slower-to-no-growth as China's economy faces weakness as a result of Beijing's zero-Covid policy.
Qilai Shen | Bloomberg | Getty Images
Chinese technology giants are coming off the back of their worst quarter of growth in history as a big slowdown in the world's second-largest economy, stoked by Beijing's strict Covid policy, takes its toll.
In the second quarter of the year, e-commerce firm Alibaba posted its first ever flat year-on-year quarterly revenue growth and social media and gaming company Tencent reported its first sales decline on record. JD.com, China's second-largest e-commerce player, posted its slowest revenue growth in history, while electric vehicle maker Xpeng posted a wider-than-expected loss as well as weak guidance.
Combined, these companies have a market capitalization of more than $770 billion.
In the June quarter, China saw a resurgence of Covid cases. China has stuck to its so-called "zero-Covid" policy, a strict set of measures including lockdowns and mass testing to contain the virus. Major cities, including Shanghai, were locked down for several weeks.
China's economy grew just 0.4% in the second quarter, and that impacted the strength of the consumer as well as spending from companies in areas like advertising and cloud computing.
Those headwinds fed through to China's technology giants.
"Retail sales decreased year-over year in April and May due to the resurgence of Covid-19 in Shanghai and other major cities, and has slowly recovered in June," Daniel Zhang, CEO of Alibaba, said on the company's earnings call this month.
Alibaba's logistics networks in China were also affected, and it said some of its cloud computing projects were delayed.
Tencent, the owner of the WeChat messaging app and one of the world's biggest gaming firms, also felt the impact of the zero-Covid policy. Its fintech services revenue grew more slowly than in previous quarters as fewer people were going out and using its WeChat Pay mobile payments service. The company's online advertising revenue also fell sharply as companies tightened their budgets.
JD.com fared well in the second quarter because it controls a lot of its logistics supply chain and inventory. However, it did see costs rise for fulfilment and logistics in the face of lockdowns.
Electric carmaker XPeng said it expects to deliver between 29,000 and 31,000 vehicles in the third quarter. But that was weaker guidance than the market expected. As well as seasonal weakness, XPeng president Brian Gu said that "traffic in the stores are less than what we've seen before because (of the) post-COVID situation."
China's internet giants enjoyed a boom during the pandemic as people turned to online services such as shopping and gaming amid lockdowns. That has made year-on-year comparisons harder. Now, the Chinese economy is facing a number of headwinds this year that has made the macroeconomic environment even tougher.
China's technology sector continues to contend with a much stricter regulatory environment. Over the past two years, China has introduced tougher policy in areas from gaming to data protection.
With growth rates falling more sharply than in previous years, investors are cautious on their outlook.
"What I find interesting is how the narrative on the big tech companies ... has changed: early on in the pandemic, COVID was expected to benefit the big online platforms at the expense of 'offline' businesses, as much of the economy would be stuck at home with little other choice than to shop online and entertain themselves online," Tariq Dennison, wealth manager at GFM Asset Management, told CNBC via email.
"The recent revenue and earnings dip hitting these big tech names reflects zero COVID concerns short-term, but also has many long-term investors, including myself, revising our estimates of the long-term growth prospects of these names."
Dennison said that Tencent, Alibaba and JD.com previously sustained more than 25% annual revenue growth and a long-term slowdown would be a concern.
"If this quarter is a sign of a permanent slowdown to single digit growth rates, rather than just a temporary dip, that of course would have a significant impact on long-term valuations of these shares," Dennison said.
Excerpt from:
Chinese tech giants had their worst quarterly growth on record, thanks to Beijing's zero-Covid policy - CNBC
Reliance AGM 2022 Highlights: Jio 5G rollout starts by Diwali, JioMart partnership with WhatsApp – The Indian Express
Reliance Industries Limited (RIL) hosted its annual general meeting (AGM) today and the 5G rollout date is now official for its Jio network. The company plans to roll out 5G in the metro cities of Delhi, Mumbai, Chennai and Kolkata by Diwali this year. It will expand this further by December 2023 and is aiming for a nation-wide rollout by then. Jio plans to make 5G affordable, according to RIL chairman Mukesh Ambani, who said that they do not wish to limit 5G to just elite or privileged users.
Jio also announced partnerships with companies such as Meta, Google, Qualcomm and Microsoft. With Google, it plans to introduce more ultra-affordable 5G phones, though no details or timeline was shared around this. The company will also partner with Qualcomm for some home grown 5G solutions. It also announced its Jio AirFiber which will offer a cloud computing experience on 5G networks.
JioMart is also partnering with WhatsApp to ensure an end-to-end shopping experience. Users will be able buy groceries, pay for them all from the chat itself.
For the third year in a row, the AGM is being held through an online video conference. In the past, the company has made some major business announcements during the AGM, including the conglomerates foray into the green energy business and a large investment in Jio Platforms from Google.
The AGM can be viewed on this JioMeet link. Once you click on the link, you will be taken to a webpage where you will be given two options: Others and Shareholders. Click on Others, and enter your full name to join the AGM video conference.
Read the rest here:
Reliance AGM 2022 Highlights: Jio 5G rollout starts by Diwali, JioMart partnership with WhatsApp - The Indian Express
How cloud computing turned security on its head – Business Wire
FREDERICK, Md.--(BUSINESS WIRE)--In a commentary, Josh Stella, chief architect at Snyk, the leader in developer security, explains why the cloud continues to challenge traditional security best practices and provides five steps organizations can implement to transform their cloud security and help teams deliver innovation faster.
When an organization migrates its IT systems to the cloud and builds new applications in the cloud it relieves its security team of the responsibility of building and maintaining physical IT infrastructure. The shared security model of cloud dictates that cloud service providers (CSPs) such as Amazon Web Services (AWS), Google Cloud, and Microsoft Azure are responsible for the security of the physical infrastructure. Their customers are responsible for the secure use of cloud resources.
But embracing the cloud for building and managing new applications means security teams cannot deploy the traditional security technologies and processes theyve long relied on to thwart cyberattacks. Cloud computing represents a paradigm shift in their roles and responsibilities and their approach to protecting sensitive data against falling into the wrong hands.
Developers own their cloud environments
The cloud enables developers and engineers to build their infrastructure on the fly without the assistance of a data center team. They have the power to make their own infrastructure decisions including security-critical configurations and then change them whenever they need to. When they do make changes, they increase the risk of creating misconfigurations that leave their environment open to attack vulnerabilities that traditional network and endpoint security solutions cannot detect.
Why? Because application programming interfaces (APIs) the software intermediaries that allow different applications to interact with each other are the foundation of cloud computing. API-driven cloud environments eliminate the requirement for constructing and maintaining a fixed IT architecture in a centralized data center. The cloud is programmable software, and developers are using infrastructure as code (IaC) to automate the building and managing of cloud infrastructure at scale.
These workflows make it impossible to apply the traditional security model of erecting an outward-facing barrier around the perimeter to block incoming attacks, and periodic audits are obsolete before theyre completed. Security in the cloud is a function of design and architecture, not just monitoring and intrusion detection. Cloud attackers are after the cloud control plane APIs for discovery, movement, and data extraction. Organizations must prioritize securing the control plane to prevent hackers from acquiring its API keys. Their approach to security must evolve to keep pace with the hackers.
Attackers operate differently in the cloud
Bad actors use automation technology to detect weaknesses they can exploit, such as cloud misconfigurations, application vulnerabilities, and API keys in source code. Once they choose their targets, they go hunting for data using the cloud control plane. Control plane compromise has occurred in every major cloud breach that has happened to date.
Cloud security teams often find and remediate dozens of misconfiguration issues daily. But misconfigurations are just part of the more significant security threat that represents only one of the paths a hacker can take to achieve control plane compromise. Focusing only on finding and eliminating single resource misconfigurations is tilting at windmills because hackers will eventually slip through. Focusing solely on identifying indicators of compromise (IOCs) is even riskier cloud breaches can happen in a matter of minutes before teams have a chance to respond, even with the best monitoring, analysis and alerting tools.
Study models of cloud security
Companies that are getting cloud security right, no matter their size or industry, all share five traits:
The topline takeaway for your organization is this: Many of the security tools and best practices that worked in the data center cannot protect your cloud environment and data. However, that doesnt mean you need to ditch everything youve been using. Instead, understand which ones still apply and which ones are now obsolete. For instance, application security is as critical as ever, but network monitoring tools that rely on spans or taps to inspect traffic arent because cloud providers don't typically provide direct network access. The primary cloud security gaps you need to fill are concerned with resource configuration and the architecture of your environment.
The good news is that just as the cloud is programmable and can be automated, so is your cloud environments security. You can deploy automation to empower developers to build and operate safely in the cloud and have processes in place to find and fix vulnerabilities before attackers can find them. Your application teams can deliver innovation faster, your cloud engineers can focus more on building value, and your security team can do more with the resources they have.
About Josh Stella
Josh Stella is chief architect at Snyk and a technical authority on cloud security. Josh brings 25 years of IT and security expertise as founding CEO at Fugue, principal solutions architect at Amazon Web Services, and advisor to the U.S. intelligence community. Joshs personal mission is to help organizations understand how cloud configuration is the new attack surface and how companies need to move from a defensive to a preventive posture to secure their cloud infrastructure. He wrote the first book on Immutable Infrastructure (published by OReilly), holds numerous cloud security technology patents, and hosts an educational Cloud Security Masterclass series. Connect with Josh on LinkedIn and via Fugue at http://www.fugue.co.
About Snyk
Snyk is the leader in developer security. We empower the worlds developers to build secure applications and equip security teams to meet the demands of the digital world. Our developer-first approach ensures organizations can secure all of the critical components of their applications from code to cloud, leading to increased developer productivity, revenue growth, customer satisfaction, cost savings, and an overall improved security posture. Snyks Developer Security Platform automatically integrates with a developers workflow and is purpose-built for security teams to collaborate with their development teams. Snyk is used by 2,000+ customers worldwide today, including industry leaders such as Asurion, Google, Intuit, MongoDB, New Relic, Revolut and Salesforce. Visit Snyk at https://snyk.io/.
All brand names and product names are trademarks or registered trademarks of their respective companies.
Tags: Snyk, Fugue, cloud security, developer security, SaaS, compliance, Josh Stella, policy as code, infrastructure as code, cybersecurity, cloud, cloud security, control plane, cloud architecture, cloud configuration, cloud misconfiguration, cloud migration, data breach, hackers, application programming interface, API
See the original post:
How cloud computing turned security on its head - Business Wire
ORCL: 2 Top Cloud Computing Stocks to Watch This Fall – StockNews.com
The cloud computing market has grown exponentially since the COVID-19 pandemic due to the spurring demand for cloud solutions and services to stay functional from anywhere. Businesses continue to shift their operations to cloud platforms for better efficiency.
Moreover, the advancements in cloud-based technologies should keep driving the industrys growth. The global cloud computing market is expected to reach $947.3 billion by 2026, growing at a CAGR of 16.3%.
Given this backdrop, fundamentally sound cloud-computing stocks Oracle Corporation (ORCL) and Veeva Systems Inc. (VEEV) could be solid additions to your watchlist.
Oracle Corporation (ORCL)
ORCL provides products and services that address all aspects of corporate IT environments, including application, platform, and infrastructure worldwide. The company operates through cloud services and license support, cloud license and on-premises license, hardware, and services segments.
For the fiscal fourth quarter ended May 31, 2022, ORCLs total revenue increased 5.5% year-over-year to $11.84 billion. The companys non-GAAP operating income increased 2.6% year-over-year to $5.59 billion. However, its non-GAAP EPS remained flat year-over-year at $1.54.
For the first quarter ending August 31, 2022, ORCLs EPS and revenue are expected to increase 4.6% and 17.9% year-over-year to $1.08 and $11.47 billion, respectively. It has surpassed the Street EPS estimates in three of the trailing four quarters. Over the past three months, the stock has gained 11.4% to close the last trading session at $76.46.
ORCLs POWR Ratings reflect this promising outlook. The stock has an overall rating of B, translating to a Buy in our proprietary rating system. The POWR Ratings assess stocks by 118 different factors, each with its own weighting.
It has a B grade for Sentiment and Quality. Within the Software Application industry, it is ranked #12 out of 154 stocks. To see the other ratings of ORCL for Growth, Value, Momentum, and Stability, click here.
Veeva Systems Inc. (VEEV)
VEEV is a cloud computing and enterprise software company for the healthcare, pharmaceutical, and life sciences industries. It provides software solutions for the unique needs of companies in these industries, from meeting regulatory standards to conducting clinical trials to managing operations.
On June 21, 2022, ANI Pharmaceuticals, Inc. (ANIP) and VEEV collaborated to define and operationalize data-driven commercial strategies for ANIPs new rare disease business unit. To serve rare disease patients with high unmet medical needs, we need to be agile, data-driven, and efficient, said Christopher Mutz, head of rare disease at ANI. This reflects the strong demand for the companys services among its peers.
VEEVs total revenues increased 16.5% year-over-year to $505.10 million for the first quarter ended April 30, 2022. Its gross profit grew 15.1% year-over-year to $365.59 million. The companys non-GAAP operating income increased 10% year-over-year to $199.55 million, while its non-GAAP net income rose 8.8% from the prior-year value to $159.79 million. Also, its non-GAAP EPS increased 8.8% year-over-year to $0.99.
Analysts expect VEEVs EPS for the quarter ended July 31, 2022, to increase 7.5% year-over-year to $1.01. Its revenue for the about-to-be-reported quarter is expected to increase 16.5% year-over-year to $530.70 million. It has surpassed the consensus EPS estimate in each of the trailing four quarters. The stock has gained 30.1% over the past three months to close the last trading session at $214.09.
VEEVs POWR Ratings reflect solid prospects. The stock has an overall rating of B, translating to a Buy in our proprietary rating system.
It has an A grade for Quality and a B for Growth and Sentiment. It is ranked #20 out of 83 stocks in the Medical Services industry. Click here to see the other ratings of VEEV for Value, Momentum, and Stability.
ORCL shares were trading at $76.63 per share on Tuesday afternoon, up $0.17 (+0.22%). Year-to-date, ORCL has declined -11.06%, versus a -12.34% rise in the benchmark S&P 500 index during the same period.
Shweta's profound interest in financial research and quantitative analysis led her to pursue a career as an investment analyst. She uses her knowledge to help retail investors make educated investment decisions. More...
See the rest here:
ORCL: 2 Top Cloud Computing Stocks to Watch This Fall - StockNews.com
Taking the Complexity Out of the Cloud Journey – CIO Insight
According to a study by Wakefield Research, 92 percent of organizations are either in the midst of app modernization or are planning to. Unfortunately, many of these modernization projects run into trouble. As they progress, the projects grow more complex, more expensive, and riskier.
Around 80 percent of software developers and architecture engineers admit to a failure in an app modernization effort. Three out of four of survey respondents complained about costmany reported that typical application modernization project costs nearly $1.5 million. Another 58 percent said such projects usually take around 16 months, with 27 percent saying they can run for two or more years. Developers, too, felt that a lack of integration tools was holding them back.
These reports arent discouraging organizations from migrating more applications to the cloud. Instead, app modernization teams are seeking tools that automate and simplify the cloud journey. Such tools must be able to connect and integrate applications between clouds, as well as between the cloud and those applications that must remain on-premises. This is a lot harder than it sounds, as many in IT have discovered.
Many organizations hear about how Google Cloud, Amazon, Facebook, and other hyperscalers have a cloud-only architecture. They admire the flexibility this offers and become envious of the capabilities, performance, and cost-efficiency these providers build into their data centers and application portfolios. Businesses want that for themselves, and they often rush headlong into the cloud in their digital transformation efforts.
But they are forgetting one major point that explains why the hyperscalers make it look easy: starting with cloud-native applications. Hyperscalers had the luxury of being able to architect everything for the cloud, so they werent bogged down in decades-old legacy applications.
Most established organizations are coming from a very different position. Many of their apps were designed for on-premises deployment. Even when they develop newer apps for the cloud, they often discover that these apps still need to interact with legacy on-premises systems.
For example, banking systems that are cloud-based and customer-facing typically suffer from dependencies that require data to be passed through a legacy system or at least interact with that system for verification purposes. There are also a great many regulations that require data to remain on-premises, not leave the country, guarantee privacy, and meet other standards.
Financial services requirements can get particularly complex: regulations about how and where money can be moved, the many taxation jurisdictions and responsibilities, data sovereignty rules, etc. These factors tend to mire down application modernization efforts.
All of this makes the move to the cloud far more challenging. When you then factor in the complexity within modern IT itselfKubernetes clusters, virtualization, software-defined computing, and other factorsits no wonder so many digital transformation projects and cloud enablement projects are stalling.
Also read: Top Cloud Computing Companies
Fortunately, several providers are coming to bat for those wanting to move to the cloud. Companies like vFunction and Ori are developing tools to eliminate this complexity and automate the cloud journey. Ori, for example, offers the Ori Global Cloud as a service. It functions as a kind of middleware or automated orchestration/integration platform that promises to take apps to the cloud at Internet speed.
It is now possible to deploy a single app to the cloud in minutes and as many as 30 common apps to the cloud within a day, said Rick Taylor, CTO at Ori. The Ori Global Cloud reduces the need to develop in-house technology expertise by abstracting away any complexity and eliminating time-consuming manual plumbing. This allows staff to focus on higher-level IT functions.
The software achieves this efficiency via a combination of automation and intelligent orchestration. AI built into Ori Global Cloud administers application compute destinations based on criteria such as availability, operational cost, location, and performance requirements.
Plus, the supporting automation features take the manual labor out of the move to the cloud. Ori automatically manages the underlying networking, security, and installation processes for all deployments. IT only has lay out a few application requirements and the platform takes care of the rest.
If such platforms deliver what they promise, this could bring a new lease of life to the world of digital transformation and cloud migration.
Read next: Creating a Cloud Strategy: Tips for Success
Read the original post:
Taking the Complexity Out of the Cloud Journey - CIO Insight
Army IT leader pledges quicker cloud uptake in ‘year of action’ – C4ISRNet
AUGUSTA, Ga. The U.S. Army will make swift, significant strides in cloud migration and utilization in the coming 12 months, according to the services top uniformed information technology official.
Dubbing the next year as a period of action and acceleration, Lt. Gen. John Morrison, deputy chief of staff, G-6, on Aug. 17 pledged much more rapid movement to the cloud now that the groundwork has been laid.
The Army considers cloud migration and widespread, secure use foundational to the broader modernization of its networks, computers and collaboration capabilities. Mastering cloud computing will also help realize artificial intelligence and machine learning for cyber warfare, according to the 2020 Army Cloud Plan.
We are putting the requisite capabilities into the hands of our operational formation so they can understand the applications that now need to move to the cloud, and we are aligning the requisite combat power to assist in that migration, Morrison told reporters at the AFCEA TechNet Augusta conference. It is going to be much faster.
The Army requested $16.6 billion in cyber and IT funding for fiscal 2023, which starts Oct. 1, or more than 9% of the services $178 billion budget blueprint. Hundreds of millions would be invested in cloud, officials said.
Morrison and others are coordinating with Army Chief Information Officer Raj Iyer to audit data centers that the service eventually wants to shutter, to better understand what is out there and what needs to be relocated. Such analysis will speed cloud uptake, according to Morrison.
What we have learned very quickly is its not about the data center, its about the applications and the data thats in the data center, the general said. What is cloud ready? What is not cloud ready? Et cetera. And thats sort of been where weve gotten a little pitchy at times.
Iyer in June described the coming year as an inflection point along the Armys digital transformation journey. The CIO said he expected great progress to be made on cloud initiatives, as well, based on previous advancements in fiscal 2021 and 2022.
We need to make sure that the investments that we have are appropriately aligned to the Armys priorities and to the DoD priorities, quite honestly, Iyer told reporters this year. There are clearly some priorities that we have invested in. All of you know that digital means that we have to adopt at scale cloud, data and AI.
The Armys cloud efforts are tied to the Joint Warfighting Cloud Capability, the Department of Defenses $9 billion follow-up to the failed Joint Enterprise Defense Infrastructure endeavor. The department axed the lucrative JEDI deal, won by Microsoft, in 2021 after years of delays and accusations from Amazon that the Trump administration interfered in the competition.
The JWCC is meant to beef up the departments cloud-computing capabilities by bridging unclassified, secret and top-secret tranches while still reaching the militarys farthest edge.
The Pentagon last year contacted Amazon, Google, Microsoft and Oracle about the JWCC, and earlier this year said proposals remained under review. Awards are expected to be made by the end of December, after an April deadline was deemed premature.
JWCC is still in the throes of moving through the acquisition process, Morrison said. So I would sit there and say were well nested, and the DoD CIO understands everything that were doing.
Colin Demarest is a reporter at C4ISRNET, where he covers military networks, cyber and IT. Colin previously covered the Department of Energy and its National Nuclear Security Administration namely Cold War cleanup and nuclear weapons development for a daily newspaper in South Carolina. Colin is also an award-winning photographer.
Go here to read the rest:
Army IT leader pledges quicker cloud uptake in 'year of action' - C4ISRNet
Google’s Andy Murphy: Agencies Should Keep Pace With Innovation Through Cloud – GovCon Wire
Andy Murphy, head of customer engineering for federal civilian agencies at Google, said government agencies looking to meet their modernization objectives, take advantage of new technical capabilities and accomplish their missions should adopt cloud computing technologies.
Cloud providers can often develop and release a new feature or service long before an agency would be able to procure the appropriate infrastructure, develop the software, receive an authority to operate and implement production, Murphy wrote.
Furthermore, this frees an agency to focus more of their time on public interactions and services rather than spending time on the underlying infrastructure, he added.
Murphy discussed how public cloud services could provide agencies unprecedented scale and speed when it comes to ingesting and analyzing petabytes of data in order to generate insights and make data-driven decisions.
He mentioned BigQuery and how this Google Clouds multicloud data warehouse could enable agencies to store and analyze large data volumes without the need to manage the underlying infrastructure.
Murphy also discussed Google Clouds use of open-source tools and interfaces and the companys Kubernetes-based application management platform, Anthos.
Google created Kubernetes to run on whichever on premise or cloud infrastructure our customers prefer and give users an automated, fully-managed, single control plane for orchestrating and operating all of their containerized applications, he added.
See original here:
Google's Andy Murphy: Agencies Should Keep Pace With Innovation Through Cloud - GovCon Wire
The climate and clouds conundrum – Protocol
Good day, Protocol Climate friends. Today were talking all about clouds. Well be exploring the best way to cut down on contrails and their sneaky bad climate impact as well as the most and least carbon-intensive places to site data centers. Float along with us!
Contrails. They look so innocuous up there, their puffy little tendrils stretching across the sky. But they have a dark climate secret, albeit one with an easy solution that could have immediate benefits for our overheating world.
Contrails have a surprisingly large impact on the climate. The clouds of ice crystals that form in the wake of a plane are responsible for more than 50% of flights climate impact and up to 2% of total global warming.
Airlines have focused on cutting carbon dioxide, but addressing contrails could be a quick fix. Despite contrails outsized impact on the climate, they have largely flown under the radar (aviation joke) outside academic circles.
Some airlines and tech companies are starting to explore options to kill contrails. Step one comes with measuring how and when they form. There's no good way to account for them yet, but it is progressing, said Sola Zheng, an aviation researcher at the International Council on Clean Transportation.
Ultimately, reducing warming contrails could buy us a little climate breathing room while the world works to cut carbon emissions. Thats because contrails can dissipate in a few hours while carbon dioxide remains in the atmosphere for centuries. So theres no reason not to get to it.
Read more about aviations dirty secret here.
Michelle Ma
Data centers have long been energy hogs, but just how much carbon pollution is tied to their energy use is often an open question. A new report makes it clear, though, which data center hubs are the most and least carbon intensive. The findings point to the challenges holding the sector back from reducing carbon emissions, as well as ways tech companies can mitigate the climate toll of their cloud computing demands.
Renewables are good, but they dont guarantee a clean cloud. The report, released Thursday by cloud management platform Cirrus Nexus, looked at carbon intensity in regions that host clusters of data centers. Carbon intensity is a measure of carbon dioxide emitted per unit of electricity generated.
Managing carbon will be key to keeping the cloud cool. Chris Noble, CEO and co-founder of Cirrus Nexus, said that while theres not a simple answer for companies wondering where to locate their workloads in order to minimize their climate toll, there are some best practices.
Still, if cloud customers do start to ask for more climate-friendly computing, it could have a major influence on the industry and even have a surprising impact on the grid.
Click here to find out about that impact and read more about the report.
Lisa Martine Jenkins
Why on-demand talent could be exactly what companies need right now: If you thought the rise of remote work, independent contractors and contingent workers rose sharply during the pandemic, just wait until the next few months when you see a higher uptick in the on-demand talent economy.
Read more from Upwork
Geothermal is getting a boost: the startup Fervo Energy raised $138 million in its latest funding round, led by DCVC, bringing its total investment up to $177 million in five years. Fervo plans to use the funds to make its plan for lower-cost geothermal power plants a reality.
Atom Power, an eight-year-old startup joining the growing number of companies aiming to improve EV charging in the U.S., got a $100 million investment from Koreas SK.
The carbon management platform Carbon Direct raked in $60 million in an equity investment co-led by Decarbonization Partners and Quantum Energy Partners. The former is a joint venture between BlackRock and Singapores state-owned holding company Temasek.
The software startup Zitara promises to make batteries safer and more profitable via both physics and machine learning, and this week closed a $12 million series A funding round led by Energy Impact Partners.
Worldfavor, a sustainability reporting platform, amassed nearly $10.2 million in its series A funding round, led by the Nordic SEB Private Equity.
French company Koolbooks aims to bring solar-powered refrigerators and freezers to Africa, where erratic power can make traditional refrigeration a challenge. The startup raised $2.5 million in seed funding, led by the Nigeria-based Aruwa Capital Management.
Mantel, a carbon capture startup, received a $2 million investment led by the MIT spin-off The Engine. The company uses molten salts that absorb carbon dioxide in hot environments like boilers and kilns, used in the notoriously hard-to-decarbonize industrial sector.
In funding news beyond the venture capital world, Volkswagens leaders have said the auto giant plans to take a stake in Canadian mining companies in order to guarantee it has sufficient raw materials for batteries for its growing EV business.
California put another nail in the internal combustion engine coffin. The state is set to ban the sale of new gas-powered vehicles by 2035. More than a dozen states could follow its lead, further jumpstarting the EV revolution.
Google Maps could make our lives easier and help the climate. The service already offers lower-emissions driving routes. But it could go even further by giving users the ability to link biking and public transit in one trip.
You can get paid to turn your truck into a battery. Thats what a new smart-charging program from utility Duke Energy and Ford is offering lucky F-150 Lightning drivers who sign up to bolster the grid.
No one line should have all that power. Or maybe it should. Phil Anschutz, the billionaire owner of Coachella music festival and the Los Angeles Kings, wants to build a power line from Wyoming to California to transport clean energy.
The new Cold War could heat up the planet as China and the U.S. suspend climate talks. Here are five things to know about whats next for the worlds two biggest greenhouse gas emitters.
Why on-demand talent could be exactly what companies need right now: The biggest benefit of leveraging on-demand talent is often tapping into the talent and skills that businesses cant find elsewhere. Upworks recent report highlights that 53% of on-demand talent provide skills that are in short supply for many companies, including IT, marketing, computer programming and business consulting.
Read more from Upwork
Thanks for reading! As ever, you can send any and all feedback to climate@protocol.com. See you next week!
View post:
The climate and clouds conundrum - Protocol
VMware posts solid earnings and revenue beat as it waits to be acquired by Broadcom – SiliconANGLE News
Virtualization software giant VMware Inc. delivered solid second-quarter results that beat expectations on profit and revenue, in what is likely to be one of its last earnings reports as a public company.
The company reported a net profit for the quarter of $347 million, down slightly from the $411 million profit it recorded in the same quarter last year. Earnings before certain costs such as stock compensation came to $1.64 per share, with revenue rising just over 6% to $3.34 billion.
It was a solid if unspectacular performance, with Wall Street modeling earnings of just $1.57 per share on sales of $3.3 billion.
Not surprisingly, VMwares stock barely moved in extended trading, since the company is on the verge of being acquired by the chipmaker Broadcom Inc. in a blockbuster $61.2 billion deal thats likely to be completed in the coming months. Although the exact date for closing isnt known, Broadcom has said it should get the deal done during its fiscal year 2023, which starts in November.
VMware looks set to be a useful acquisition for Broadcom. Founded in 1998, the company has become synonymous with virtualization software, which enables applications and other computing workloads to be consolidated onto a smaller number of servers. In his way, servers can run multiple applications at once, increasing data center efficiency.
The company is by far and away the most dominant player in the virtualization software space, but many believe that the company could be much more successful than it currently is. VMwares trouble is that its firmly rooted in corporate, on-premises data centers.
With the rise of cloud computing, its value proposition became somewhat uncertain. The company tried and failed to launch its own cloud offerings, and ultimately went on to do deals with public cloud leaders such as Amazon Web Services Inc. However, those efforts havent sparked much growth at VMware.
Broadcom is best known for making computer chips but it also has a growing data center software business and analysts believe thats where VMwares assets will come in handy. Broadcom says the deal will help ensure it becomes a leader in enterprise and cloud computing markets, offering hardware and software for a broad range of customers. For instance, analysts say VMware NSX platform can help Broadcom to strengthen its position in the networking industry.
Given the pending acquisition, VMware executives did not hold a conference call relating to todays earnings results, a common practice for public companies waiting to be acquired. Instead, VMware Chief Executive Raghu Raghuram (pictured) offered a short statement, saying he was pleased with the companys second-quarter performance.
Our momentum continues next week at VMware Explore where we will showcase new innovative offerings while also highlighting how we are helping customers continue to transform their businesses, he said. We remain committed to helping organizations unlock the full potential of multi-cloud.
The company provided a breakdown of its revenue. It said software-as-a-service and license revenue rose 15% from a year ago, to $1.74 billion in the quarter. Subscription and SaaS revenue rose 22%, to $943 million. The company also reported subscription and SaaS annual recurring revenue rose 24%, to $3.89 billion.
Our Q2 financial results reflect the continued commitment of the entire VMware team to accelerate innovation for our customers as they move to a multicloud environment, said VMware Executive Vice President and Chief Financial Officer Zane Rowe.
Follow this link:
VMware posts solid earnings and revenue beat as it waits to be acquired by Broadcom - SiliconANGLE News
Preparing a secure cloud environment in the digital new norm – Backend News
By Allen Guo, Country Manager for the Philippines, Alibaba Cloud Intelligence
As hybrid or remote working is being adopted by many companies globally and becoming the new norm for millions of workers, cyberattacks meanwhile continue unabated. In the past year, millions of workers in the Philippines, particularly those in work-from-home set-ups, were subject to cybersecurity threats. And in just the first half of this year, the countrys national Computer Emergency Response Program (CERT-PH), under the Cybersecurity Bureau of the Department of Information and Communications Technology (DICT), handled hundreds of cybersecurity incidents, the majority of which were APT cyberattacks and compromised websites and systems.
Building a secure and reliable IT environment has therefore become an increasingly important priority for many businesses who are exploring opportunities in the global digital economy. The same is underscored by the DICTs National Cybersecurity Plan 2022, which outlines the departments plan of action to protect not just businesses and supply chains, but also government networks and individuals from cyber risks.
For businesses and enterprises, moving to the cloud and using cloud-based security features is a good way to challenge cyber risks. But its also important to delve deeper into how best to construct a secure and reliable cloud environment that can fend off even the most determined attacker.
Allen Guo: Enabling enterprises to thrive in ever-growing digital landscapeForrester names Alibaba Cloud leader in public cloud container platform
In todays digital environment, discussions about cyber securitys best practices have never been more important. In this article, I would like to share some thoughts on how to create a secure cloud environment from building the architecture to adopting cutting-edge security technologies and putting in place important security management practices to inspire more thorough conversations on this subject.
Design the next-generation enterprise security architecture
A resilient and robust security architecture is essential for creating a cloud environment capable of assuring an organization about the availability, confidentiality, and integrity of its systems and data.
From the bottom up, the architecture should include security modules of different layers, so that companies can build trustworthy data security solutions on the cloud layer by layer from the infrastructure security, data security, and application security to business security layers.
In addition to the security modules of all of the layers, there are a variety of automated data protection tools that enable companies to perform data encryption, visualization, leakage prevention, operation log management, and access control in a secure computing environment. Enterprises can also leverage cloud-based IT governance solutions for custom designs of cloud security systems to meet compliance requirements from network security and data security to operation auditing and configuration auditing. This ensures full-lifecycle data security on the cloud, with controllable and compliant data security solutions in place.
Another consideration is to build a multi-tenant environment, abiding by the principle of least privilege and adopting consistent management and control standards to protect user data from unauthorized access. In addition, establishing strict rules for data ownership and operations on data, such as data access, retention, and deletion, is also pivotal in creating a safe environment.
Moreover, enterprises can embrace the zero-trust security architecture and build a zero-trust practice by design to protect the most sensitive systems. The architecture requires everything (including users, devices, and nodes) requesting access to internal systems to be authenticated and authorized using identity access protocols. As such, the zero-trust security architecture cuts down on automatic trust, or trust without continuous verification, addressing modern challenges in securing remote working environments, hybrid cloud settings, and increasingly aggressive cyber threats.
Adopt cutting-edge security technologies
Cutting-edge security technologies such as comprehensive data encryption, confidential computing, and many more emerging tech solutions, can be leveraged to ensure we stay on top of the trends in cybersecurity.
Comprehensive data encryption provides advanced data encryption capabilities on transmission links (i.e., data-in-motion), compute nodes (i.e., data-in-use), and storage nodes (i.e., data-at-rest). Key Management Service and Data Encryption Service help users securely manage their keys and use a variety of encryption algorithms to perform encryption operations.
Another emerging technology to safeguard the cloud environment is confidential computing. Confidential computing is dedicated to securing data in use while it is being processed, protecting users most sensitive workloads. Confidential computing based on trusted execution environments (TEEs), ensures data security, integrity, and confidentiality while simplifying the development and delivery of trusted or confidential applications at lower costs. At Alibaba Cloud, we apply confidential computing to the hardware layer, virtualization layer, container layer, and application layer, so that data can be protected in the most comprehensive way.
Security management practices in place
It is equally important to adopt proper security management practices and mechanisms to maximize the security protection of ones critical system and important data.
One essential mechanism to protect the cloud environment is to develop a comprehensive disaster recovery system, which enables businesses to configure emergency plans for data centers based on factors such as power, temperature, and disasters, and establish redundant systems for basic services such as cloud computing, network, and storage. It helps companies to deploy their business across regions and zones and build disaster recovery systems that support multiple recovery models.
Setting the effective reviewing and response mechanism for your cloud security issues is imperative. First, having vulnerability scanning and testing in place is important to assess the security status of systems; second, it is vital to use cloud-native monitoring tools to detect any anomalous behavior or insider threats; furthermore, establishing proper procedures and responsibility models to quickly and accurately assess where vulnerabilities exist and their severity, will help ensure that quick remedy actions can be taken when security problems emerge.
In the future, developing the security architecture, technologies, management, and response mechanism will no longer be perceived as a cost-center burden for companies, but rather, as critical capabilities to safeguard the performance and security of daily business operations. Crafting a comprehensive cloud security plan, adopting the best industrial practices, and choosing a professional cloud service provider with strong security credentials to work with, should be an imperative subjects in a CXOs agenda.
Alibaba Cloud, founded in 2009, is a cloud computing and artificial intelligence company, that provides services to enterprises, developers, and government organizations in more than 200 countries and regions. Committed to the success of its customers, Alibaba Cloud provides reliable and secure cloud computing and data processing capabilities as a part of its online solutions. In
Related Stories
View original post here:
Preparing a secure cloud environment in the digital new norm - Backend News