InfoQ Homepage News
-
The Road to Jakarta EE 9
Jakarta EE 9, the second formal release since its debut in 2018, is scheduled for a GA release on November 20, 2020. Originally scheduled for September 16, 2020, in conjunction with the second JakartaOne 2020 conference, delays made it necessary to push back the GA release date. Kevin Sutter, Jakarta EE 9 release lead at IBM, spoke to InfoQ about the upcoming release of Jakarta EE 9.
-
Ubuntu 20.10 Delivers Linux Desktop on Raspberry Pi
Canonical released Ubuntu 20.10, the first Ubuntu release to feature desktop images for the Raspberry Pi.
-
Kubermatic Announces Open Source Service Hub KubeCarrier
Kubermatic, a German-based startup, introduced an open-source tool called KubeCarrier that automates lifecycle management of services, applications, and hardware using Kubernetes Operators. The goal of the tool is to provide scalability and repeatability to meet the organization's requirements.
-
Tesla Releases Full Self-Driving Mode Beta Update
Tesla has enabled new full-self driving features for certain customers. The new features include the ability to automatically steer the vehicle while on city streets, and Tesla plans to increase the price of the package by $2,000 in the near future.
-
10 Reasons Why You Can’t Miss QCon Plus This Nov 4-20
As software developers ourselves, we designed QCon Plus to be practical, actionable, and software-focused. This is not just another virtual conference; it's an online experience where senior software engineers, architects, and team leads connect, gather new ideas, and hear from software leaders who are constantly pushing the boundaries.
-
Microsoft Introduces Azure Space to Further Push the Boundaries of Cloud Computing
Recently Microsoft launched its Azure Space initiative as a further push of cloud computing towards space. This initiative by the public cloud vendor consists of several products and partnerships to position Azure as a critical player in the space- and satellite-related connectivity and compute part of the cloud market.
-
Just AI Launched Open-Source Kotlin-Based Conversational Framework
Just AI Conversational Framework (JAICF) provides a Kotlin-based DSL to enable the creation of conversational user interfaces. JAICF works with popular voice and text conversation platforms as well as different NLU engines. InfoQ has spoken with Just AI’s solution owner, Vitaliy Gorbachev.
-
Sidewalk Labs Launches Machine Learning Tool for Urban Design
Sidewalk Labs recently released Delve, a generative design tool powered by machine learning (ML), which helps developers, architects, and planners design urban neighborhoods. The ML algorithms can generate design options from minimal user input about the space and the goals of the project, while also measuring the impact of each design choice.
-
HashiCorp Supports AWS Lambda Extensions for Serverless Security
HashiCorp has recently announced the public preview of the HashiCorp Vault AWS Lambda Extension. The new service is based on the recently launched AWS Lambda Extensions API and allows a serverless application to securely retrieve secrets from HashiCorp Vault without making the Lambda functions Vault-aware.
-
Rust Hyper HTTP Library Will Contribute to Make Curl Safer
Written in C, the popular curl and libcurl tools, which are installed in some six billion devices worldwide, are exposed to well-known security problems arising from the use of a non-memory safe language. A new initiative now aims to provide a memory-safe HTTP/HTTPS backend for curl based on Rust Hyper library.
-
HashiCorp’s Waypoint Targets Consistent Build and Deploy Workflows across Platforms
HashiCorp announced Waypoint - an open source project that aims to provide a consistent build and deploy workflow across different platforms including Kubernetes, AWS ECS, Nomad, Google Cloud Run, Docker, Buildpacks, and Azure Container Instances.
-
REPLicant, a Super Simple Svelte REPL - Peter Allen at Svelte Summit 2020
Peter Allen recently gave a talk at Svelte Summit 2020 in which he explained the benefits of REPL (Read-Print-Eval-Loop) playgrounds. While the Svelte REPL is complex due to the handling of many edge cases, the principles underlying code playground implementations are simple. Allen progressively led the viewer into the implementation of the simplest possible version of the Svelte REPL.
-
Git 2.29 Introduces Experimental Support for SHA-256
The latest version of Git experimentally enables using SHA-256 instead of SHA-1 for file hashing, thus removing a long-standing vulnerability which in principle allowed an attacker to forge a counterfeited repository with a HEAD not distinguishable from the original's.
-
Articulating Leadership through Nemawashi and Collaborative Boards
High performance teams don’t need to be managed, but led. Collaborative boards is where leadership and teams meet to align direction and initiatives. Nemawashi can be used to separate conversations from meetings. Fernando Guigou spoke about articulating leadership using an approach that he calls ZenSum at Agile Tour London 2020.
-
Markdown-Wasm, a Very Fast Markdown Parser Written in WebAssembly
Rasmus Andersson released markdown-wasm, a very fast Markdown parser ported from C to WebAssembly. markdown-wasm is twice as fast as the best JavaScript Markdown parser in one benchmark. markdown-wasm remains additionally small (31KB gzipped).