InfoQ Homepage News
-
Google Launches Confidential VMs in Beta on Its Cloud Platform
In a recent blog post, Google announced Confidential VMs, a new type of virtual machine that makes use of the company’s work around confidential computing to ensure that data isn’t just encrypted at rest but also while it is in memory.
-
Bare-Metal Kubernetes Load Balancer Porter Included in CNCF Landscape
The CNCF has accepted Porter, a load balancer meant for bare-metal Kubernetes clusters, in the CNCF Landscape. Porter uses the Border Gateway Protocol with ECMP to load balance traffic in self-hosted Kubernetes clusters.
-
Alexa Adds Conversations and Deep-Linking Based Control for Mobile Apps
Alexa Conversations, recently launched in beta, aim to enable the creation of custom skills with fewer code thanks to a new AI-based approach. Alongside Alexa Conversations, Amazon has also announced Alexa for Apps, which allows Alexa users to interact with their mobile phones using Alexa.
-
Cloud Development Kit Can Now Generate Terraform Configurations Using TypeScript and Python
AWS, HashiCorp, and Terrastack collaborated to release a preview of the CDK for Terraform, or cdktf. Developers can use programming languages like Python or Typescript to manage infrastructure as code. cdktf generates a Terraform configuration in JSON. Also, cdktf supports any existing modules and providers from the Terraform registry to deploy resources to AWS, Azure, or Google Cloud.
-
OpenJDK Migrates to GitHub
The transition of the OpenJDK projects from Mercurial to GitHub will be completed by September 2020.
-
MIT Researchers Claim to Have Found a Way to Scale up Quantum Chips
In a recent paper published in Nature, MIT researchers have described a process to manufacture "artificial atoms" that can be integrated to create larger-scale quantum chips. As a proof of this, they built a 128-qubit chip, the largest yet.
-
Introducing InfoQ Live: a Microservices Virtual Event on Tuesday, August 25th
We are excited to introduce InfoQ Live, a one-day virtual learning event designed for you, the modern software practitioner. You’ll get to deep dive into the topics of building and operating microservices with world-class practitioners and discover practical strategies that you can put to use straight away. Join us on August 25th, 2020, at 9 AM EDT / 3 PM CEST. Register now for only $49.
-
Amazon Announces the General Availability of Monitoring Service AWS IoT SiteWise
IoT SiteWise is a fully managed service in AWS, which automates the processing of data from the plant floor, the structuring and marking of data, and generation of real-time metrics to monitor. The service provides customers with a way to connect their on-premise industrial equipment via a gateway to link their on-premises servers to the AWS cloud, where the data accumulates for analysis.
-
Making Workplaces More Humanistic
Organizations are increasingly focusing on the humanization of workplaces and supporting professionals to perform better. Ways to make workplaces more humanistic are going off-script, experimenting with working hours, being vulnerable as leaders, and appreciating diversity.
-
Google Announces TensorFlow 2 Support in Object Detection API
Google announced support for TensorFlow 2 (TF2) in the TensorFlow Object Detection (OD) API. The release includes eager-mode compatible binaries, two new network architectures, and pre-trained weights for all supported models.
-
Oracle Announces a Fully-Managed Cloud Region with Cloud@Customer
In a recent press release, Oracle announced a fully-managed dedicated cloud region providing a full stack of Oracle’s public cloud services, including Oracle Autonomous Database and Cloud applications, to customer data centers. The region brings all of Oracle’s second-generation cloud services starting from $500K USD per month.
-
Accelerating Machine Learning Lifecycle with a Feature Store
Feature Store is a core part of next generation ML platforms that empowers data scientists to accelerate the delivery of ML applications. Mike Del Balso and Geoff Sims recently spoke at Spark AI Summit 2020 Conference about the feature store driven ML development.
-
OverOps Releases Second Annual DevOps Survey
In their recent survey, OverOps, a continuous reliability platform vendor, found that within DevOps investment initiatives, organizations invest the most towards enabling the constant flow of software development. The survey also revealed that automated code analysis is being adopted more as engineering teams embrace cutting-edge technologies and practices.
-
C# 9: Minor Improvements for Lambdas
Lambdas will be getting a small upgrade in C# 9 with two new features: discard parameters and static anonymous functions. Neither will change the way code is written, but they do clarify the developer’s intent.
-
Rust 1.45 Fixes Cast Unsoundness and Stabilizes Support for Web Framework Rocket
Rust 1.45 includes a fix for a long-standing float cast issue potentially causing undefined behaviour and stabilizes features used by popular Web framework Rocket.