InfoQ Homepage News
-
CNCF Incubating Project Update Focuses on Adoption and Releases at KubeCon EU
As part of the KubeCon EU keynotes, the CNCF provided a series of project updates underlying the notable changes in the ecosystem. The information provided focused on the ongoing initiatives, adoption rate, and notable publications or releases.
-
CNCF Graduated Project Update Focuses on Landscape Diversity and Maturity at KubeCon EU
The CNCF’s charter defines its mission “is to make cloud-native computing ubiquitous”. Their supported technologies aim to allow organizations to build public, private, or on-premise clouds based on loosely coupled systems that are resilient, manageable, and observable. During KubeCon EU, the CNCF provided a status update of the graduated projects.
-
Kotlin 1.7.0 Beta Enables Definitely Non-Nullable Types
JetBrains has released Kotlin 1.7.0-Beta, enabling builder inference and definitely non-nullable types by default and reintroducing the min(), max(), minBy(), maxBy(), minWidth() and maxWith() functions. Regular expressions now support named capturing groups in Kotlin/JS and Kotlin/Native and allow checking for exact matches at specific positions.
-
Allen Institute for AI Open-Sources AI Model Inspection Tool LM-Debugger
The Allen Institute for AI (AI2) open-sourced LM-Debugger, an interactive tool for interpreting and controlling the output of language model (LM) predictions. LM-Debugger supports any HuggingFace GPT-2 model and allows users to intervene in the text generation process by dynamically modifying updates in the hidden layers of the model's neural network.
-
How Lyft Is Improving Their Experiments beyond A/B Testing
Lyft’s product manager John Kirn recently published an article about the challenges they face when conducting experiments. Existing experimentation techniques did not fully adapt to Lyft’s real-time business nature or mitigate network effects. Lyft’s Experimentation team deployed new ones, such as time and region split testing, and improved internal experimentation norms and techniques.
-
Microsoft Introduces "Dev Box" Service as a Cloud-Based IDE for Developers
During the recent Build conference, Microsoft announced Microsoft Dev Box. This new cloud service provides developers with secure, ready-to-code developer workstations for hybrid teams of any size. With the new service, the company aims to make life easier for developers to quickly access a preconfigured environment with all the tools and resources to write code.
-
Microsoft Releases a New Power Platform Product with Power Pages in Preview
The latest addition to the Power Platform is Microsoft Power Pages. At the annual Build conference, the company announced the preview of Microsoft Power Pages as a stand-alone Software as a Service (SaaS) platform product for anyone, regardless of technical background, to create data-powered, modern, and secure websites.
-
Java News Roundup: Structured Concurrency, Java Turns 27, Micronaut 3.5.0
This week's Java roundup for May 23rd, 2022, features news from OpenJDK, JDK 19, virtual threads, Java turns 27, Jakarta EE 10, Spring Framework point and milestone releases, Micronaut 3.5.0, Quarkus 2.9.2.Final, Quarkus Tools for IntelliJ 1.11.0, Hibernate ORM 6.0.2.Final, Apache Tika 1.28.3 and the Spring I/O conference.
-
DigitalOcean Enters the Serverless Arena with DigitalOcean Functions
On the heels of the acquisition of serverless computing platform Nimbella, DigitalOcean announced a new offering called DigitalOcean Functions based on Nimbella's technology and aimed to provide a developer-friendly and cost-competitive serverless platform.
-
AWS Releases First Graviton3 Instances
AWS has recently announced the general availability of the C7g instances, the first EC2 instances running Graviton3 processors. Designed for compute-intensive workloads, they provide always-on memory encryption, dedicated caches for every vCPU, and support for pointer authentication.
-
Amazon EKS Blueprints Streamline Bootstrapping Kubernetes Clusters
AWS has released EKS Blueprints, a collection of infrastructure as code (IaC) modules to simplify configuring and deploying EKS clusters. EKS Blueprints are currently implemented in both HashiCorp Terraform and AWS Cloud Development Kit (CDK). The blueprints have support for a number of open-source add-ons including Prometheus, Nginx, and Argo CD.
-
Amazon Rekognition Introduces Streaming Video Events
AWS recently announced the general availability of Streaming Video Events, a new feature of Amazon Rekognition to provide real-time alerts on live video streams.
-
New GraphWorld Tool Accelerates Graph Neural-Network Benchmarking
Google AI has recently released GraphWorld, a tool to accelerate performance benchmarking in the area of graph neural networks (GNNs). GraphWorld is a configurable framework to generate graphs with a variety of structural properties like different node degree distributions and Gini index.
-
TensorFlow DTensor: Unified API for Distributed Deep Network Training
Recently released TensorFlow v2.9 introduces a new API for the model, data, and space-parallel (aka spatially tiled) deep network training. DTensor aims to decouple sharding directives from the model code by providing higher-level utilities to partition the model and batch parameters between devices.
-
Augury is a Novel Microarchitectural Attack Affecting Apple Silicon
Researchers from the University of Illinois Urbana-Champaign, the University of Washington, and the Tel Aviv University have described an attack, dubbed Augury, that leaks data at rest on recent processors from Apple, including the A14 and the M1 family.