WebProNews

Category: SoftwareEngineerNews

SoftwareEngineerNews

  • Microsoft Building Team of Rust Developers

    Microsoft Building Team of Rust Developers

    Microsoft is building a team of Rust developers, both for internal work and collaboration with the community.

    Rust is a relatively new programming language. Syntactically, it’s similar to C++, but is designed to offer better safety, especially in how it handles memory management and concurrency. The language was originally created by a developer at Mozilla, with the organization taking a leading role in its development. Much of Mozilla’s Rust team was laid off in 2020, amid the 250 employees let go.

    Since then, some of the biggest names in tech have been snapping up the Rust developers that were laid off. Microsoft is the latest, posting a job listing for a Rust Principle Software Engineer.

    The job listing makes it clear the engineer will work on internal systems, as well as collaborating with the Rust open source community. The engineer will be part of a newly formed team within the company.

    In this role you’ll work closely with product groups around Microsoft to gather requirements and develop tooling improvements for Rust. You’ll join a newly formed team with a vision to support Rust at Microsoft while also collaborating and sharing those improvements with the broader Rust OSS community.

    You’ll be working along with some of the most talented engineers in Microsoft on important internal systems programming workloads.

    Microsoft and other big companies’ support is good news, both for the Rust language, as well as for the developers laid off by Mozilla.

  • COVID Has Really Impacted Aerospace… and the Air Force

    COVID Has Really Impacted Aerospace… and the Air Force

    “COVID has really impacted the aerospace industry in this nation and nations around the world disproportionately to other industries… and the Air Force has not been exempt from these impacts,” says former Assistant Secretary of the Air Force for Acquisition, Technology and Logistics, Dr. Will Roper:

    COVID Has Really Impacted Aerospace… and the Air Force

    COVID has really impacted the aerospace industry in this nation and nations around the world disproportionately to other industries. The Air Force has not been exempt from these impacts. We have had to go into a wartime posture and engage with exceptional authorities and funding to keep the aerospace industry, which allows us to go to war, whole.

    But aside from the crisis response that we’ve all been in it’s forced us to do some serious reflection about how we engage with production and supply chains going forward. How does the Air Force need to change the way it views its future self so that we’re not just more ready for a crisis when it occurs but we’re actually designing better systems, doing better engineering, and using technology more effectively? Systems that we need to go to war are going to be hidden behind doors where their vulnerabilities are never going to be exposed because of secrecy.

    Secrecy Hinders Our Ability To Digitally Go To War

    We’re moving into an era where we’re leveraging commercial technology more frequently. Because of that, we can no longer hope that secrecy, keeping our systems classified, will be the sole means for us to be secure. We need to find a new paradigm where openness is also part of our security posture. Now we’re not going to be able to copy commercial industry one for one. Our systems in many cases don’t have a commercial analog. We can’t quickly replace them.

    We’re not in a competition where spirals occur in years. Many of our aerospace breakthroughs, especially those in technologies like stealth, take time to do. Secrecy is going to continue to be part of the equation. But secrecy can’t be the catch-all approach to how we ensure systems are able to digitally go to war and be ready to fight in a cyber environment against an adversary as capable as we are.

    Containerization Solves The Secrecy Problem

    The software development capabilities that technologies like Kubernetes or containerization and Istio bring in to the Air Force. It’s amazing that companies like Google that have now transitioned this to an open-source driven initiative have solved a lot of what we would have to solve as a military. How do you write code in a development environment, in that tech stack that may also represent the physical aspects of your system, but it certainly represents the software components?

    How do you go from your development environment out to the edge securely and know your code will run the same way. Containerization solves that problem for us. The military is behind and adopting it. It’s not old but this technology is moving through industry as fast as Linux did. If we don’t get off the dime we will be left behind. Keep pushing the Air Force and Space Force on this. Do not let us get comfortable.

    COVID Has Really Impacted Aerospace… and the Air Force
  • 83% of Engineers Want Remote Work Post-Pandemic

    83% of Engineers Want Remote Work Post-Pandemic

    The pandemic has resulted in a major shift in software engineers, with 8 in 10 wanting remote or hybrid work options post-pandemic.

    Terminal conducted a survey of 1,108 software engineers. The respondents were primarily from Canada, Mexico and Latin America, although also included ones from the US, Europe and Asia.

    According to the survey, 80% of engineers want remote work anywhere from 60 to 100% of the time post-pandemic. 83% of respondents said they wanted some kind of hybrid option, allowing them to work from both home and office.

    “The rise of the remote work movement, fueled by the COVID-19 pandemic’s stay-at-home orders, has established a new era of engineer expectations,” said Clay Kellogg, CEO of Terminal. “Our findings show that overall, engineers love the flexibility and benefits that remote work offers and aren’t going back to the old ways. Business leaders risk widening the tech talent shortage at their companies if they don’t build a long-term remote work strategy that focuses on mental health, flexible schedules and team-building.”

    Terminal’s research is the latest indication that companies will need to make permanent changes if they want to retain top talent post-pandemic.

  • SolarWinds Hack Was Supply Chain Attack, Says Datadog CEO

    SolarWinds Hack Was Supply Chain Attack, Says Datadog CEO

    “What’s interesting here about the SolarWinds hack, in particular, is that it’s what’s called a supply chain attack,” says Datadog CEO Olivier Pomel. “This means the attack was made on the code that was shipped to the SolarWinds customer. Then there is this new notion in security called shifting left. By left, it means is closer to the developer and earlier in the development process.”

    Datadog CEO Olivier Pomel discusses how the SolarWinds hack signals an increased focus by hackers to target software earlier in its development:

    The SolarWinds hack was definitely a very big one. It’s not especially surprising to see new important hacks like this one but definitely a very impactful one. What it makes very clear is that there’s going to be even more of an arms race when it comes to security. It’s not surprising companies are transforming. They’re having more and more of their activity that is happening online is happening in software. So there’s much more that can be done by attacking that software.

    What we do is we gather as many signals as possible across observability and monitoring. This is the way we come from and across security. What’s interesting here about the SolarWinds hack, in particular, is that it’s what’s called a supply chain attack. This means the attack was made on the code that was shipped to the SolarWinds customer. Then there is this new notion in security called shifting left. By left, it means is closer to the developer and earlier in the development process.

    There’s something really interesting there when it relates to us (Datadog) in how we can solve the problem for our customers by bringing security earlier into the development process and tied in more to the operations and the development of the application. That’s definitely something that we’re investing in and something that we think is going to be a big area of investment for customers in the future.

    SolarWinds Hack Was Supply Chain Attack, Says Datadog CEO Olivier Pomel
  • Corellium Successfully Runs Ubuntu Linux on M1 Mac

    Corellium Successfully Runs Ubuntu Linux on M1 Mac

    Corellium has announced it has Ubuntu Linux running on an M1 Mac, in what is described as a “completely usable” experience.

    Mac computers are popular options for Linux users and developers. Many want to combine their operating system (OS) of choice with machines that are widely considered to be among the best industrial designs in the business.

    With Apple moving to its own custom silicon, however, there was doubt about the future of Linux on Macs. Apple’s new M1 chip is an ARM-based designed, similar to what the company has been running in iPhones and iPads for years.

    Even Linus Torvalds has said he would love to run one of the new M1 Macs, but wasn’t optimistic it could run Linux.

    It appears the folks at Corellium have managed to get it done. Corellium specializes in ARM-based virtualization software that runs on iOS, making them the perfect team to get Linux running on the new Macs.

    Chris Wade, Corellium’s CTO made the announcement via Twitter:

    A company blog post provides a detailed explanation of what went into making this happen and is well worth a read. While there’s obviously still work to be done, the future is definitely looking promising.

    After a few days of figuring out the details of USB, we were finally able to connect an external USB hub and connect a keyboard, mouse and a Flash drive, opening the possibility for running a normal desktop Linux distribution.

  • Linus Torvalds Switches to AMD, Slams Intel

    Linus Torvalds Switches to AMD, Slams Intel

    AMD has gotten a boost from an unexpected source, as Linus Torvalds has switched to AMD and slammed Intel.

    As the creator of the Linux operating system (OS), Torvalds is widely respected within the tech industry. He continues to be a powerful voice in the Linux community, as well as the developer community at large. As a result, when Torvalds make his preference for one processor over another clear, and slams another, it tends to make people take notice.

    In posts on Real World Technologies’ forums, Torvalds’ criticism of Intel came down to two factors: cost and the lack of Error-Correcting Code (ECC) memory.

    No. I used to look at the Xeon CPU’s, and I could never really make the math work. The Intel math was basically that you get twice the CPU for five times the price. So for my personal workstations, I ended up using Intel consumer CPU’s.

    The AMD Threadripper pricing is much closer to “twice the price for twice the CPU”. Yes, you end up paying more for the accoutrements (MB and cooling), but that’s pretty much in line too. So yes, it ends up being more expensive, but if CPU power is what you want and need, the expense is pretty much in line with what you get.

    Torvalds harshest criticism was reserved for Intel’s approach (or lack thereof) to ECC memory. As its name suggests, ECC is designed to scan for and correct simple errors and data corruption that occurs in memory storage. Torvalds blasted Intel for its stance on ECC.

    The arguments against ECC were always complete and utter garbage. Now even the memory manufacturers are starting [to] do ECC internally because they finally owned up to the fact that they absolutely have to.

    Torvalds says Intel has pushed an erroneous narrative to users for years.

    How many times has a row-hammer like bit-flip happened just by pure bad luck on real non-attack loads? We will never know. Because Intel was pushing shit to consumers.

    And I absolutely guarantee they happened. The “modern DRAM is so reliable that it doesn’t need ECC” was always a bedtime story for children that had been dropped on their heads a bit too many times.

    While its ECC support may not be “officially verified,” AMD’s chips at least support the feature.

    And the fact that it’s “unofficial” for AMD doesn’t matter. It works. And it allows the markets to – admittedly probably very slowly – start fixing themselves.

    But I blame Intel, because they were the big fish in the pond, and they were the ones that caused the ECC market to basically implode over a couple of decades.

    It’s no secret Intel has been struggling, losing market share to AMD and seeing the mobile market dominated by Arm Holdings. Torvalds criticism only adds to Intel’s troubles.

  • GitHub Now Available to Developers in Iran

    GitHub Now Available to Developers in Iran

    GitHub has been granted a license to operate in Iran, giving Iranian developers access to a valuable resource.

    US sanctions against Iran have far-reaching consequences, including on many aspects of the tech industry. GitHub was one of those impacted, with sanctions preventing the company from offering its tools in Iran.

    GitHub announced today that has now secured a license from the US government, paving the way for it to offer the full range of its services — both free and paid — in Iran.

    First, even as we complied with sanctions, we went to great lengths to keep as much of GitHub available to as many developers as possible under US sanctions laws, making public repos available even in sanctioned countries.

    And separately, we took our case to the Office of Foreign Assets Control (OFAC), part of the US Treasury Department, and began a lengthy and intensive process of advocating for broad and open access to GitHub in sanctioned countries.

    Over the course of two years, we were able to demonstrate how developer use of GitHub advances human progress, international communication, and the enduring US foreign policy of promoting free speech and the free flow of information. We are grateful to OFAC for the engagement which has led to this great result for developers.

    This is good news for GitHub and Iranian developers.

  • Microsoft Working On ‘Sweeping Visual Rejuvenation of Windows’

    Microsoft Working On ‘Sweeping Visual Rejuvenation of Windows’

    Microsoft is planning to implement a “sweeping visual rejuvenation of Windows” in an effort to make the operating system (OS) more relevant than ever.

    Once the undisputed champion of the OS market, Windows has increasingly become less important. Recent technological changes, such as mobile computing, cloud computing and virtualization, have almost made the end user’s OS the least important part of the equation.

    In many ways, Microsoft has contributed to this trend. Under CEO Satya Nadella, the company is more focused on making its software available on virtually every platform — and ensuring that software provides the best possible experience. While this has helped transform Microsoft into a cloud behemoth, it has further lessened the importance of Windows.

    Nonetheless, according to a job posting, Microsoft is looking to revamp Windows, and wants an engineer to help “build the future of Windows Experiences!” The company goes on to say that position will help “deliver experiences that ensure Windows is a great user experience for our customers.”

    As The Verge points out, Microsoft has removed some of the original wording that hyped up the role even more, such as its goal of a “sweeping visual rejuvenation of Windows.”

    The Verge also quoted another segment of the original post that appears to have been removed as well:

    On this team, you’ll work with our key platform, Surface, and OEM partners to orchestrate and deliver a sweeping visual rejuvenation of Windows experiences to signal to our customers that Windows is BACK and ensure that Windows is considered the best user OS experience for customers.

    Whatever the case, it appears Microsoft has some big plans for Windows in 2021.

  • Cellebrite Did NOT Break Signal’s Encryption

    Cellebrite Did NOT Break Signal’s Encryption

    The BBC broke a story that seemingly indicated Cellebrite had broken Signal’s encryption — only it’s not true.

    Signal is a popular messaging app, boasting some — if not the best — security and end-to-end encryption of any messaging platform on the planet. It’s so secure that some military units, the US Senate and the EU Commission all recommend their members use it. In addition to politicians and military personnel, Signal is widely used by journalists, activists, political dissidents and others for whom privacy is paramount. The app even has features, such as the ability to blur faces in photos, to help protect that privacy.

    Celebrate, in contrast, is an Israeli company that specializes in hacking encrypted devices. The company’s products are used by the FBI, other law enforcement agencies, and have even been purchased by school districts for use on students’ phones.

    The BBC reported that Cellebrite claimed to have cracked Signal’s encryption, potentially casting doubt on the platform. In fact, the BBC’s article was entitled: “Signal: Cellebrite claimed to have ‘cracked’ chat app’s encryption.”

    Signal has written a blog post to set the record straight, calling the BBC’s headline “factually untrue.” Even the blog post Cellebrite wrote outlining their efforts, a post Signal called “embarrassing” (for Cellebrite), has been significantly altered and shortened, toning down the company’s claims from the original version (accessible via archives here).

    So what happened? Did Cellebrite break Signal’s encryption? The short answer is No.

    Cellebrite’s entire “success” depended on having physical access to an Android phone that was already unlocked with the screen on. In the realm of computer security, a simple rule is: If someone has physical access to your device, all bets are off. Once physical access is obtained, it’s usually only a matter of time before security measures are compromised to some degree or another.

    More to the point, however, Signal, like other similar apps, is designed to protect messages and communication from electronic eavesdropping — not from someone who has unfettered access to the devices the messages reside on. As Signal’s blog points out, it’s a simple matter to open up any app, take screenshots of the contents and thereby “compromise” the data on the device for which someone already has unlocked, unfettered, physical access.

    In essence, the Cellebrite Physical Analyzer does just that. It simply automates the process of accessing and recording the contents of apps on an unlocked phone. In the world of programming, this is neither complicated nor difficult.

    As a side note, if a person is concerned about that possibility, it’s easy to enable disappearing messages in Signal. This added step ensures there is nothing to recover from a device that has been physically compromised.

    As Signal’s rebuttal post point out, the entire episode is an embarrassing situation for Cellebrite, a company that so many law enforcement agencies depend on.

    It’s hard to know how a post like that got out the door or why anyone thought revealing such limited abilities was in their interest. Based on the initial reception, Cellebrite must have realized that amateur hour was not a good look, and the post was quickly taken down. They then must have realized that a 404 error isn’t any better, and replaced that again with a vague summary.

    It’s also hard to know how such an embarrassing turn of events became anything other than a disaster for Cellebrite, but several news outlets, including the BBC, published articles about Cellebrite’s “success,” despite the existence of clarifying information already available online.

    The takeaway is that Cellebrite essentially accomplished nothing with their so-called “success.” They did not break Signal’s encryption and they did not compromise the messaging platform. Cellebrite’s entire “success” was no more of an accomplishment than being handed an unlocked phone, perusing it and taking screenshots of the contents.

    John Scott-Railton, a senior researcher at internet watchdog Citizen Lab, out of the University of Toronto, agreed with Signal.

    https://twitter.com/jsrailton/status/1341421365371559938?s=21

    The evidence is clear: Signal remains one of — if not THE — most secure messaging platforms on the planet.

  • AWS Adds EC2 Mac Instances

    AWS Adds EC2 Mac Instances

    AWS has added EC2 Mac instances, providing a new way for developers to harness macOS for their workflows.

    Development for Apple’s devices is more popular than ever. The Mac was already on the rise, ever since Steve Jobs turned the company around, but the iPhone and the iPad led to a record number of developers flocking to Apple. Add in watchOS and tvOS and the opportunities are virtually endless.

    While it’s possible to develop apps using a variety of tools, a Mac is still needed for the final steps of building in Xcode and deploying to the App Store. As a result, AWS’ EC2 Mac Instances provides a viable alternative to investing in expensive hardware.

    “To all the thriving community of millions of developers worldwide building applications on Apple platforms, we at AWS bring you the first ever macOS based compute environments in the public cloud,” writes Harshitha Putta. “Yes, you read that right! You can now run macOS applications on Amazon Elastic Compute Cloud (Amazon EC2) while enjoying elasticity, scalability, reliability, security, and cost effectiveness. If you are running workloads in your on-premises data center on Apple platforms, you can now use macOS on AWS to achieve cloud benefits.”

    The AWS announcement represents an excellent opportunity for developers.

  • ‌macOS Big Sur Release Times

    ‌macOS Big Sur Release Times

    Apple announced the release of macOS Big Sur for Thursday, November 12 during its ‘One More Thing‘ event. It’s a huge upgrade that millions of Mac users will want to download ASAP. You will know when it is available in your time zone by clicking the Apple logo in the upper left of your Mac, then clicking ‘About This Mac’ and then clicking ‘Software Update.’ If it still says your Mac is up to date… then macOS Big Sur has not yet been released in your time zone.

    So just when will it be available? Mac Rumors provided their best time estimates based on past releases, which is typically 10 AM Pacific Time. We’ve added additional cities:

    • Honolulu, Hawaii — 8:00 a.m. HST
    • Anchorage, Alaska — 9:00 a.m. AKST
    • Cupertino, California — 10:00 a.m. PST
    • Los Angeles, California — 10:00 a.m. PST
    • San Diego, California — 10:00 a.m. PST
    • Seattle, Washington — 10:00 a.m. PST
    • Tijuana, Mexico — 10:00 a.m. PST
    • Vancouver, Canada — 10:00 a.m. PST
    • Phoenix, Arizona — 11:00 a.m. MST
    • Denver, Colorado — 11:00 a.m. MST
    • Chicago, Illinois — 12:00 noon. CST
    • Boston, Massachusetts — 1:00 p.m. EST
    • Lexington, Kentucky — 1:00 p.m. EST
    • Miami, Florida — 1:00 p.m. EST
    • New York, New York — 1:00 p.m. EST
    • Washington, D.C. — 1:00 p.m. EST
    • Toronto, Canada — 1:00 p.m. EST
    • Halifax, Canada — 2:00 p.m. AST
    • Rio de Janeiro, Brazil — 3:00 p.m. BRT
    • London, United Kingdom — 6:00 p.m. GMT
    • Berlin, Germany — 7:00 p.m. CET
    • Paris, France — 7:00 p.m. CET
    • Cape Town, South Africa — 8:00 p.m. SAST
    • Helsinki, Finland — 8:00 p.m. EET
    • Moscow, Russia — 9:00 p.m. MSK
    • Istanbul, Turkey — 9:00 p.m. TRT
    • Dubai, United Arab Emirates — 10:00 p.m. GST
    • Delhi, India — 11:30 p.m. IST
    • Jakarta, Indonesia — 1:00 a.m. WIB next day
    • Shanghai, China — 2:00 a.m. CST next day
    • Singapore — 2:00 a.m. SGT next day
    • Perth, Australia — 2:00 a.m. AWST next day
    • Hong Kong — 2:00 a.m. HKT next day
    • Seoul, South Korea — 3:00 a.m. KST next day
    • Tokyo, Japan — 3:00 a.m. JST next day
    • Brisbane, Australia – 4:00 a.m. AEST next day
    • Adelaide, Australia — 4:30 a.m. ACDT next day
    • Sydney, Australia — 5:00 a.m. AEDT next day
    • Auckland, New Zealand — 7:00 a.m. NZDT next day
  • Microsoft Launches Azure Space – Partners With SpaceX, SES

    Microsoft Launches Azure Space – Partners With SpaceX, SES

    Microsoft announced today that it is launching Azure Space to focus on the burgeoning space industry. Microsoft says that Azure Space will bring together Azure technology and an extensive network of expert partners offering solutions for the industry. Additionally, Microsoft announced a major collaboration with SpaceX to provide satellite-powered internet connectivity on Azure.

    “Today we’re launching Azure Space,” tweeted Microsoft CEO Satya Nadella. “A thriving ecosystem of satellite providers is essential to meet the world’s growing network needs, and we’re expanding our offerings to provide access to satellite data and connectivity from Azure.”

    “Microsoft is taking the next giant leap in cloud computing – to space,” tweeted Azure head Tom Keene. “With the enormous challenges #space presents, there also comes great opportunity. Today, I am sharing details about our strategy for Azure Space.”

    Tom Keene, Corporate Vice President of Azure Global, further discusses Azure Space:

    Today, Microsoft is taking the next giant leap in cloud computing… to space. At Microsoft, our approach to space is different. This difference is evident across our platform, product, partnerships, and people.

    We’re very excited about about the partnership between Microsoft and SpaceX and all of the incredible innovation that it brings for our customers and all of the possibilities that it offers to the future.

    By building on new and existing partnerships within the space community, learning and leaning in to our culture of innovation and investing in people we are extending the Azure Edge capabilities with worldwide satellite connectivity.”

    “If you think about Microsoft which is empowering people and organizations to achieve more and then you put that with SES which about doing the extraordinary in space to deliver amazing experiences anywhere on Earth and just look at the intersection of this,” says the CEO of SES Networks JP Hemingway. “I’ve got these fantastic cloud capabilities, this great intelligence, and we want to get to as many people as we can around the globe. Then you add that to what SES is doing. It’s providing that vehicle to get to everybody around the world whether they’re floating, flying, or in really hard to reach places.”

    “What’s changing for space is that technology is propelling us forward,” says Azure Space Senior Director Steve Kitay. “Microsoft Azure Space is focusing on developing partnerships. There are many companies in the space community that have tremendous capabilities. We’re looking at bringing new and unique value along side those companies to the customers.”

    Microsoft Launches Azure Space – Partners With SpaceX, SES
  • Verizon Teams With Microsoft For State of the Art 5G IoT

    Verizon Teams With Microsoft For State of the Art 5G IoT

    Verizon partners with Microsoft to create new ways for enterprises to accelerate the delivery of fast and secure 5G applications to enable state of the art low-latency IoT solutions.

    Verizon’s on-site 5G Edge network integrated with Azure edge services can enable ultra-low latency, many times faster than the blink of an eye, according to Verizon, which can help businesses tap into real-time data analysis and delivery. Applications incorporating computer vision, augmented, mixed and virtual reality, digital twins or machine learning can be enhanced with 5G and MEC on the customer premise, helping transform the way industries such as retail, transportation, and logistics operations.

    Think of automated high-precision asset localization, tracking and positioning in manufacturing. In healthcare, the increased speed, reduced latency and high bandwidth connectivity of 5G networks could enable real-time precision medicine leveraging mixed reality and AI capabilities as well as seamless and fast sharing of large files to improve patient care.

    “We have built a network that provides real-world, 5G-enabled solutions TODAY,” said Rima Qureshi, EVP and Chief Strategy Officer at Verizon. “By bringing together Verizon’s 5G network and on-site 5G Edge platform with Microsoft’s expertise in cloud services, we will enable the development of the next-generation technologies everyone has been envisioning.”

    The collaboration brings Azure cloud and edge capabilities together with Verizon’s on-site 5G Edge, a mobile edge computing platform designed to enable developers to build applications for mobile end-users and wireless edge devices with ultra-low latency. By utilizing on-site private 5G, businesses will be able to realize increased power efficiencies and reduced costs of end user devices while addressing their privacy and security needs.

    Logistics and supply chain solutions company Ice Mobility is already testing on Verizon’s on-site 5G Edge platform, integrated with Microsoft Azure. The company is using 5G and MEC to help with computer vision assisted product packing. By gathering data in near real-time on product packing errors, the company has the potential to improve on-site quality assurance and save 15% to 30% in processing time.

    “We are especially excited to join Verizon and Microsoft to test how 5G and MEC can improve the quality assurance process,” said Mike Mohr, CEO of Ice Mobility. “They truly have listened to our needs to provide automated real-time quality oversight and feedback, which will enable us to cost-effectively launch unique new products, while maintaining the highest execution standards, significantly increasing throughput and reducing costs. And, this is just the beginning.”

    “By leveraging Verizon’s 5G network integrated with Microsoft’s cloud and edge capabilities, developers and businesses can benefit from fast, secure and reliable connections to deliver seamless digital experiences from massive industrial IoT workloads to precision medicine,” said Yousef Khalidi, corporate vice president Azure for Operators at Microsoft.

    Moving forward, Verizon will explore opportunities to co-innovate with Microsoft to deliver new value to industries ranging from manufacturing to healthcare.

    Verizon’s 5G Ultra Wideband network enables throughput at least 25 times faster than today’s 4G networks*; delivers ultra-low latency; and offers very high bandwidth. Verizon 5G Ultra Wideband is expected to eventually enable 100 times larger data volumes than 4G; and the ability to connect more than a million devices per kilometer. Verizon’s 5G Ultra Wideband service is available to people in 55 cities and its 5G Nationwide service is available to more than 200 million people in more than 1,800 cities around the U.S.

  • Sony Invents Virtual Reality Display Visible To the Naked Eye

    Sony Invents Virtual Reality Display Visible To the Naked Eye

    Using spatial reality to combine the virtual and physical world, Sony’s new Spatial Reality Display creates an incredible 3D optical experience that is viewable to the naked eye.

    “It’s unlike any conventional display,” says Sony Product Designer So Morimoto. “It’s like you’re looking at the real thing. The Spatial Reality Display compared to other displays is amazing. Obviously, conventional 3D displays can show things in 3D, but this actually follows your eye movements, making it feel like a real object. I love that the display feels so natural to the human senses.”

    For designers, this is a huge breakthrough says Sony Product Designer and Mechanical Engineer Tatsuhito Aono. “If we could share designs that are life-size with this kind of clarity, it would make things much smoother. We could get the planner, the designer, and everyone else on the same page, so I think efficiency would improve and so would the quality. It’s almost like you are looking at the same image side by side.

    “I quickly realized that I’m seeing a whole new world here,” says Morimoto. “

    https://youtu.be/HY2uI39-r9I

    “Every single person I’ve seen observing this display is just like wow… I’ve never seen anything like it,” says Dan Phillips, Executive Producer for Emerging Technology at The Mill, a technology creative partner for agencies, production companies, and brands. “I mean you are literally looking at magic happen on the screen. At The Mill, we always take a brief and try to expand on it, whereas this is no kind of precedent.”

    “We’ve all seen holographic effects but this is one that you can see with your own eyes in a very physical sense. It tracks your eyes and it’s just got this depth that is just pretty magical.”

    “Seeing it was kind of mesmerizing and kind of mind-blowing,” says The Mill Creative Director Andrew Proctor. “You’re not designing a set frame but you’re giving a window. Look deeper, look further. You find yourself leaning around and seeing something.

    https://youtu.be/lBnJ9PV6OMA

    Here’s how it works according to Sony:

    High-speed Vision Sensor – The SR Display is based on an innovative high-speed vision sensor that follows exact eye position in space, on vertical, horizontal, and depth axes simultaneously. The display monitors eye movement down to the millisecond while rendering the image instantaneously, based on the location and position of the viewer’s eyes. This allows creators to interact with their designs in a highly-realistic virtual, 3D environment, from any angle without glasses.

    Real-time Rendering Algorithm – Additionally, the SR Display leverages an original processing algorithm to display content in real-time. This allows the stereoscopic image to appear as smooth as real life, even if the viewer moves around.

    Micro Optical Lens – The micro optical lens is positioned precisely over the stunning 15.6 inches (diag.) LCD display1. This lens divides the image into the left and right eyes allowing for stereoscopic viewing with just the naked eye.

    https://youtu.be/KrLMnQM0_Ps
  • IBM, ServiceNow In New AI Partnership

    IBM, ServiceNow In New AI Partnership

    IBM and ServiceNow are partnering to provide enterprise solutions that utilize AI to automate IT operations. The new joint solution combines IBM’s AI‑powered hybrid cloud software and professional services to ServiceNow’s intelligent workflow capabilities and IT service and operations management products. The solution raises up deep AI‑driven insights from their data and then recommends actions for IT organizations to take that help them prevent and fix IT issues at scale.

    “AI is one of the biggest forces driving change in the IT industry to the extent that every company is swiftly becoming an AI company,” said Arvind Krishna, Chief Executive Officer, IBM. “By partnering with ServiceNow and their market-leading Now Platform, clients will be able to use AI to quickly mitigate unforeseen IT incident costs. Watson AIOps with ServiceNow’s Now Platform is a powerful new way for clients to use automation to transform their IT operations.”

    “For every CEO, digital transformation has gone from opportunity to necessity,” said ServiceNow CEO Bill McDermott. “As ServiceNow leads the workflow revolution, our partnership with IBM combines the intelligent automation capabilities of the Now Platform with the power of Watson AIOps. We are focused on driving a generational step improvement in productivity, innovation, and growth. ServiceNow and IBM are helping customers meet the digital demands of 21st-century business.”

    ServiceNow says that in today’s technology‑driven organization, even the smallest outages can cause massive economic impact for both lost revenue and reputation. They note that this partnership will help customers address these challenges and help avoid unnecessary loss of revenue and reputation by automating old, manual IT processes and increasing IT productivity.

    Here is what IBM and ServiceNow are planning:

    • Joint Solution: IBM and ServiceNow will deliver a first of its kind joint IT solution that marries IBM Watson AIOps with ServiceNow’s intelligent workflow capabilities and market‑leading ITSM and ITOM Visibility products to help customers prevent and fix IT issues at scale. Now, businesses that use ServiceNow ITSM can push historical incident data into the deep machine learning algorithms of Watson AIOps to create a baseline of their normal IT environment, while simultaneously having the ability to help them identify anomalies outside of that normal, which could take a human up to 60% longer to manually identify, according to initial results from specific Watson AIOps early adopter clients. The joint solution will position customers to enhance employee productivity, obtain greater visibility into their operational footprint and respond to incidents and issues faster.

    Specific product capabilities will include:

    • ServiceNow ITSM allows IT to deliver scalable services on a single cloud platform estimated to increase productivity by 20%.
    • ServiceNow ITOM Visibility automatically delivers near real‑time visibility from a native Configuration Management Database, into all resources and the true operational state of all business services.
    • IBM Watson AIOps uses AI to automate how enterprises detect, diagnose, and respond to, and remediate IT anomalies in real time. The solution is designed to help CIOs make more informed decisions when predicting and shaping future outcomes, focus resources on higher‑value work and build more responsive and intelligent applications that can stay up and running longer. Using Watson AIOps, the average time to resolve incidents was reduced by 65 percent, according to one recent initial proof of concept project with a client.
    • Services: IBM is expanding its global ServiceNow business to include additional capabilities that provide advisory, implementation, and managed services on the Now Platform. Highly‑skilled IBM practitioners will apply their expertise to facilitate rapid delivery of valuable insights and innovation to clients. IBM Services professionals also will introduce clients to intelligent workflows to help improve resiliency and reduce IT risk. ServiceNow is co‑investing in training and certification of IBM employees and dedicated staff for customer success.

    “Businesses are facing increased pressures to match the digital pace of a cloud‑first market in order to meet the demands of their customers,” said Stephen Elliot, program vice president, DevOps, and Management Software, IDC. “The C‑ suite is transforming workflows to deliver insights and automation for more efficient customer engagement models and cost containment strategies for the business while simplifying IT operations and increasing collaboration between IT and business stakeholders.”

  • The Software Decade Is Now

    The Software Decade Is Now

    “The next decade looking ahead is going to be the Software Decade,” says Snowflake board member and Altimeter Capital partner Kevin Wang. “Trends of moving more software to the cloud are just persisting. Cloud has completely changed the way that software is built and run. Software itself is being completely transformed. If what you saw over the past decade was exciting I’m even more excited about the next decade.”

    Kevin Wang, Snowflake board member and Altimeter Capital partner, says that the next decade looking ahead is going to be the Software Decade:

    The Software Decade Is Now

    The past decade has been a prolific time for technology companies. When you look at what we are set up for in the next decade it’s good to pause right now to see what has happened during the pandemic. We’ve seen that software is an integral part of the global economy. During the pandemic, we’ve found that we couldn’t go through the pandemic without the tools that we have.

    Stanford research shows that just during the month of May over two-thirds of US GDP was created in our homes alone. That’s just incredible. These trends of moving more software to the cloud are just persisting. The next decade looking ahead is going to be the Software Decade.

    Software Itself Is Being Completely Transformed

    When we take a step back we look at how these companies are set up for the next ten years. It’s easy to get focused on what might happen in the short run. These trends are so powerful that they are going to power these companies and adoption for several years. It’s true that the pandemic has accelerated and pulled forward a lot of that demand. But a lot of the trends and behaviors we see are going to persist. For example, people are talking over Zoom and that’s just changed the way we are going to work. We can give a lot of examples of how that’s going to persist over the long run.

    Software itself is being completely transformed. If what you saw over the past decade was exciting I’m even more excited about the next decade. What you have to understand is that cloud has completely changed the way that software is built and run. As we know, as business are digitally transforming they themselves are building and running more software. When you think about how to do that cloud has changed that.

    Historically, you always had to decide better, faster, cheaper. You could only pick one or two of them. Now you can do all three. When you look at Snowflake, for example, you used to have to manage a cloud data warehouse, and that was a lot of work for your database experts. You don’t have to do any of that anymore. Snowflake will manage all of that for you.

    The Software Decade Is Now – Altimeter Capital partner Kevin Wang
  • Box CEO: Pandemic Opened Up New Way Of Working

    Box CEO: Pandemic Opened Up New Way Of Working

    “It’s been a funny journey working remotely,” says Box CEO Aaron Levie. “A month or two into the pandemic I distinctly remembered that we actually started our company completely remotely. The move to this remote work style is causing us to realize how different managing and leading businesses and executing can be if we were able to take advantage of virtual technology more even when we go back to the office. This completely opens up a new way of working.”

    Aaron Levie, co-founder and CEO of Box, discusses at the CNBC @Work Summit how remote working that was forced upon companies has actually opened them up to a completely new way of working:

    It’s Been A Funny Journey Working Remotely

    It’s been a funny journey working remotely. A month or two into the pandemic I actually distinctly remembered that wait a second, we actually started our company completely remotely. My co-founder and I were going to two different colleges at the time and so the whole business was run over instant messaging. Before we had Slack we had AOL Instant Messenger. Before we had Okta we had really bad passwords. We were a remote company and we started our own product because we wanted to make it so people could easily access and share files from anywhere. That was the origin of the business.

    Fast forward 15 years later, we have 2,000 employees, we work in offices, we have a lot of the standard ways you think about when scaling up the company. When we had to instantly move to a remote and distributed way of working it really hit me how much of the work style that gets embedded into our companies are really actually things that just carried forward from the 20th Century when everything was analog and everything was done in person. All communication was done between people either through written communication or just a meeting.

    Pandemic Opened Up New Way Of Working

    You realize that when you go virtual and you go remote there is actually so much potential to be able to work in a digital-first way. When you think about a team meeting as an example, so many of our meetings are arbitrarily sized to the number of people that fit into a conference room. So it’s kind of bizarre that work just happens to be the six to twelve people that can fit into a conference room space. Certainly for software projects or a particular team that’s a pretty good logical size. But that’s not the right size that contributes to a brainstorm. That’s not inherently the right size of people that you want when you’re communicating information and getting the best ideas around how to go drive the business.

    So having that Slack channel with 150 people in it that cuts across different parts of the organization we are able to get contributions from people that would have never been in that conference room previously. That completely opens up a new way of working. Think of what you now do on video and the ability to include voices and ideas from people that previously wouldn’t have spoken up or wouldn’t have had an easy opportunity to contribute to some particular part of the business or strategy or have a two-way dialogue on a really important business topic.

    Real Potential That We Want To Continue

    We had a meeting with all of our top 200 leaders in the company last week and that was a complete bidirectional discussion in a way that would never have been possible in person. That’s usually a person with a microphone just communicating outward to everybody in the business and not actually having it be a dialogue to get feedback. The move to this remote work style is causing us to realize actually how different management and leading businesses and executing can be if we were able to take advantage of virtual technology more even when we go back to the office.

    None of this requires you to be remote it’s just sort of the remote that was forced upon all of us to the point that we are now realizing that there is actually some real potential here that we want to continue to maintain going forward.

  • Twilio CEO: COVID Accelerated Digital Transformation

    Twilio CEO: COVID Accelerated Digital Transformation

    “Even ahead of COVID, the market for companies who are undergoing digital transformation and who need to use digital technologies to compete and win in the modern economy was enormous,” says Twilio CEO Jeff Lawson. “COVID has been a tailwind to Twilio business but really is an acceleration of the trends that have gone on for the last 10 to 20 years as a result of digital transformation in nearly every kind of company.”

    Jeff Lawson, CEO of Twilio, discusses how COVID has accelerated the massive movement toward digital transformation by enterprises:

    COVID Accelerated Digital Transformation

    Even ahead of COVID, the market for companies who are undergoing digital transformation and who need to use digital technologies to compete and win in the modern economy was enormous. What COVID did is it accelerated many of the initiatives, many of the use cases, the things that companies needed to build to be competitive in this digital era were accelerated.

    They were accelerated because of COVID, because of social distancing, work from home, and migrating a lot of these business processes to software and into the cloud and modernizing all of this. COVID has been a tailwind to Twilio business but really is an acceleration of the trends that have gone on for the last 10 to 20 years as a result of digital transformation in nearly every kind of company.

    I’m Not Very Concerned About Microsoft

    I’m not very concerned (about new competitors like Microsoft). It’s the same reason that (I wasn’t concerned) when Amazon started building products in the communication space or Facebook or Google or even Blackberry once announced that they were going to compete with Twilio. First of all, we’re no stranger to competition. This is a huge market. It’s no surprise that a wide variety of companies have products in the communications domain.

    We compete by focusing on our customers, listening to what they need, and building differentiated APIs, a differentiated platform, and a differentiated super network. We’ve got a 12-year head start on anybody entering the space. The last thing I’ll add is that we are not a company that is very focused on competition. We’re focused on our customers. That focus has driven us for the last 12 years and has served us very well. We will continue to focus on the things our customers need in this enormous market and be able to take a lot of market share.

    Digital-Native Companies Want APIs That Work

    Strangely, I don’t think Microsoft CEO Satya Nadella wakes up every day thinking about Twilio. But we are also no stranger to pricing competition. In fact, that is how most companies have tried to compete with us through our 12-year history. They come in with an inferior product and they say we’re going to be cheaper. But it turns out that the biggest enterprises on the planet or digital-native companies, what they want are APIs that work, mature, scalable, and that work everywhere around the world.

    We’ve invested a tremendous amount of time and money to build the leading platform out there and what we found is that customers value that. So we’re no stranger to people trying to undercut us on price. What we think and what we hear from our customers is that they want quality, they want reliability, and they want HIPAA compliance. They want all sorts of capabilities that let them power their business and that’s what we offer.

    Low-Code, No-Code, and Yo-Code

    Low-code is a really exciting area. There are three buckets. There’s low-code, no-code, and then yo-code for the people who love to write code, developers. We’ve got products really for that whole spectrum. The typical way a developer might build on top of Twilio is to write code and host it themselves. We have a Twilio Functions product that allows us to host the software for our customers. Then we have Twilio Studio which is a drag and drop designer for the non-developer to be able to build out sophisticated workflows like interactive voice response systems on top of Twilio.

    We have embraced really all three of those categories of builders. We do believe that at every enterprise there is a large number of builders with different skill sets who are building the future of how those companies engage with their customers. We want to enable all those people to succeed on Twilio.

    Twilio CEO Jeff Lawson: COVID Accelerated Digital Transformation
  • Salesforce CEO: COVID Vaccine Is Biggest Technology Challenge In History

    Salesforce CEO: COVID Vaccine Is Biggest Technology Challenge In History

    “We have hundreds of new vaccines coming for COVID,” says Salesforce CEO Marc Benioff. “It will be one of the biggest logistical and technology challenges really in the history of the planet. Salesforce is building and delivering now our new Work.com for vaccines. we’re going to rapidly have to be able to determine the wheat from the chaff so that we can have the best vaccines possible. Technology is the key to doing that.”

    Marc Benioff, CEO of Salesforce, discusses their new Work.com platform for vaccines which utilizes technology to successfully battle the COVID pandemic:

    COVID Vaccine Is Biggest Technology Challenge In History

    I hope you got your flu shot. Obviously, the flu shot is a vaccine also. We, of course, have COVID vaccines coming. We are in a situation right now where vaccinations are one of the most important things we can do for public health. We all know that. We have hundreds of new vaccines coming for COVID. It will be one of the biggest logistical and technology challenges really in the history of the planet.

    Salesforce is building and delivering now our new Work.com for vaccines. We are extending our super successful Work.com product which has helped so many states, nation-states, and companies succeed during the pandemic. We’re going to make sure this vaccination program is a major success as well.

    Technology Is The Key To Determining Best Vaccines

    You can already look at amazing organizations here in the United States, states like Texas, cities like Chicago, and many others that we work with for contact tracing. They’re already starting to deploy our vaccination program. This means that they have the ability to manage all the information associated with the vaccine, who’s received the vaccine, and how many vaccinations they’ve had.

    Some of these vaccines are going to require multiple boosters. The efficacy of the vaccine. The ability to have the person who’s received the vaccine to self-report. Every vaccine is not going to be the highest of quality. There are going to be an assortment and we’re going to rapidly have to be able to determine the wheat from the chaff so that we can have the best vaccines possible. Technology is the key to doing that.

    Salesforce CEO Marc Benioff: COVID Vaccine Is Biggest Technology Challenge In History
  • Palantir CEO: The Most Important Software Company In The World

    Palantir CEO: The Most Important Software Company In The World

    We are going to be the most important software company in the world,” says Planatir co-founder and CEO Alex Karp. “We are going to deliver the world’s best software with the most efficient way of delivering it. Well over 90% of our growth in the first half of the year came from our existing clients. Our existing clients, the most important clients in the world, are really happy. Of course, we are going to expand those really happy clients who happen to be the coolest people on the planet.”

    Alex Karp, co-founder, and CEO of Palantir Technologies Inc. says his company which initiated a direct listing today on the New York Stock Exchange will become the most important software company in the world:

    We are very focused on building software a long time before others build it. We are going to be the most important software company in the world. We are going to deliver the world’s best software with the most efficient way of delivering it.

    What’s interesting about our client list that people ask is how can you have this super valuable company when there are only 125 customers? To which I respond, yeah, but they are the 125 most interesting institutions in the world. These aren’t just any institutions. We don’t go out and advertise who uses our product but I would say the list of our clients is the single most impressive list of institutions in the world I’ve ever seen. We want to keep these clients.

    Well over 90% of our growth in the first half of the year came from our existing clients. What does that mean? Our existing clients, the most important clients in the world, are really happy. Of course, we are going to expand those really happy clients who happen to be the coolest people on the planet.

    We’ve built this product which has gotten very little attention called Apollo. Apollo allows us to maintain and deliver software to any number of clients while essentially not growing our Palantiring force at all. We are planning, now that we have Apollo, to grow the number of super cool customers all over the world. We can do it without raising our headcount. What you are going to see is that we are going to continue building with our clients.

    Why, because they are the most interesting clients in the world and they clearly based on our numbers like us and some love us. Now with Apollo, we can deliver the whole stack in six hours. I don’t think any other company I’ve seen in the world can do that and we can do it with efficiencies that I don’t know any other company is going to do. We can do this with a small number of people sitting in one office that we have maintaining, updating, and providing them with new products we build.

    They don’t have the Frankenstein monster that takes two years to build and has to be maintained with either human hours, like in the government contracting case, or by purchasing new product or compensating salespeople.

    Palantir CEO Alex Karp: The Most Important Software Company In The World
  • VMWare & Nvidia Partner To Democratize AI

    VMWare & Nvidia Partner To Democratize AI

    “What we’re announcing today is the democratization of AI,” says VMWare CEO Pat Gelsinger. “VMWare and Nvidia are coming together to leverage all the work they have done over the last decade and a half in AI. This partnership will put it on the industry-standard VMWare footprint to enable every enterprise to have this game-changing technology of AI. We see it as a game-changer for the AI industry broadly.”

    Patrick Gelsinger, CEO of VMWare, announced just before this year’s huge virtual VMworld 2020 conference a partnership with Nvidia that will bring on the democratization of AI:

    The Democratization Of AI

    Nvidia and VMWare are coming together in a new partnership. Nvidia has been building their capabilities in artificial intelligence are for quite a number of years. But AI is used by only 10 to 15% of enterprises where specialized hardware sits in the corner of the data center and is only available in remote cloud environments. What we’re announcing today is the democratization of AI. VMWare and Nvidia are coming together to leverage all the work they have done over the last decade and a half in AI.

    This partnership will put it on the industry-standard VMWare footprint to enable every enterprise to have this game-changing technology of AI. Literally, that software can introspect on data and write software and bring that to every enterprise application. We are quite excited about the partnership. Nvidia CEO Jensen Huang and I have known each other for several decades and it really is exciting to see us bring the partnership to the next level.

    Making AI Broadly Available For Enterprises

    We are excited about it. We do see that this idea that we can now make AI broadly available for enterprises. It’s exciting for Nvidia because even as successful as they’ve been, they are still only cracking a small piece of the application workload. For us, this is a major accelerant not just in the data center but also extending to the Edge. As we see 5G and Edge emerge this is a major new area for both companies.

    With our Tanzu offerings and virtualization offerings, it really is saying that now every enterprise can start to take availability of these powerful AI capabilities. We see it as a game-changer for the AI industry broadly and cleary an accelerant for us and for Nvidia and for our financials.

    The Edge – Next Major Move Of Application Development

    Multi-cloud is the core of our Tanzu offerings. We want to help companies take advantage of the most modern CI/CD pipeline DevOps, DevSecOps capabilities. But they need to be able to take advantage of it in their private data centers, across multiple clouds, and to the Edge. For this, clearly, our preferred partnership with Amazon has really taken off. Now with Azure and Google and Oracle and the Alibaba partnership showing up now they can take advantage of that across any cloud and be able to go from their private data centers to the cloud and back.

    We now have major customers of which a number of those we are highlighting at VMWorld who really are taking advantage of both to the cloud as well as from the cloud. This hybrid approach enables us to save 30% on average for customers. It’s a big savings but it also enables customers to have consistent developer environments and take advantage of the Edge. The Edge will be the next major move of application development as 5G starts to become broadly available in the industry.