InfoQ Homepage News
-
Upgrade to Apache Commons Text 1.10 to Avoid New Exploit
A new vulnerability in the Apache Commons Text, AKA Text4Shell, allows an attacker to execute arbitrary code on the host machine. Originally reported by Alvaro Munoz, principal security researcher at GitHub, CVE-2022-42889 is similar to Spring4Shell and Log4Shell, allowing remote code execution (RCE).
-
Fermyon Built a WebAssembly Cloud to Push Serverless Microservices Beyond Containers
At KubeCon/CloudNativeCon 2022, Fermyon launched its microservice-oriented platform for WebAssembly apps, called Fermyon Cloud, which is now available in open beta.
-
Microsoft Introduces New Azure HX and HBv4 Virtual Machines for High-Performance Computing
Microsoft recently announced new HBv4-series and HX-series virtual machines (VMs) in preview suitable for high-performance computing (HPC) workloads such as computational fluid dynamics (CFD), finite element analysis, frontend and backend electronic design automation (EDA), rendering, molecular dynamics, computational geoscience, weather simulation, AI inference, and financial risk analysis.
-
AWS Introduces Resource Explorer to Simplify Search and Discovery of Resources
AWS recently announced the general availability of Resource Explorer, a managed capability to search and discover resources inside an AWS account. The new option is available at no additional charge and can query multiple regions but not multiple accounts.
-
Google Releases a Guide to Android App Modularization
Google has recently released a guide to Android app modularization. This guide is designed to bring best practices and recommended patterns for developers to build multi-module Android apps, focusing on mitigating problems that arise when the codebase grows, such as scalability, readability, stability and testability.
-
New Metrics Capabilities for OpenTelemetry on Azure Monitor
Microsoft released for preview a series of updates to its Azure Monitor OpenTelemetry Exporter packages for .NET, Node.js and Python applications.
-
First Open Source Copyright Lawsuit Challenges GitHub Copilot
A class-action lawsuit has been filed in a US federal court challenging the legality of GitHub Copilot and the related OpenAI Codex. The suit against GitHub, Microsoft, and OpenAI claims violation of open-source licenses and could have a wide impact in the world of artificial intelligence.
-
.NET 7 Adds Generic Math
Along with Static Abstract Methods in interfaces comes support for generic math in .NET 7 via interfaces such as INumber<TSelf>.
-
Applying Machine Learning for Business Outcomes at Travelopia
Travelopia changed its focus from a technology approach to business outcomes, and adapted agile and lean for delivering machine learning solutions. This enabled them to deliver machine-learning business models faster and better.
-
AWS Opens New Region in Switzerland
AWS recently announced the availability of the 28th region in Zurich, Switzerland, also known by its API name eu-central-2.
-
C# 11 and .NET 7 Bring Generic Parsing
Using the new Static Abstract Methods feature, .NET 7 eliminates the need to use reflection when parsing strings into generic objects.
-
Google Launches Relay to Transform and Accelerate Android UI Creation
Recently launched in alpha, Relay is a design-to-code solution aiming to radically transform the way UI designers and UI developers collaborate to create Android UI components by removing the need for UI specs.
-
Hybrid Working Matters to All Generations
A number of recent surveys explore the current state of hybrid and remote working. The results reinforced the preference for hybrid working, identified the importance of finding ways to stay connected when not in-person and showed how the driving factors for work have evolved. The in-person workforce is feeling under-appreciated and many are at risk of leaving.
-
Spring Modulith Structures Spring Boot 3 Applications with Modules and Events
VMware shipped the experimental Spring Modulith project to better structure Spring Boot 3 applications with modules and events. The project introduces new classes and annotations but doesn't generate code. Modules map to Java packages and are encouraged to use Spring events which can be automatically stored in an event log. Spring Modulith also eases the testing of modules and events.
-
Salesforce Open-Sources Language-Vision AI Toolkit LAVIS
Salesforce Research recently open-sourced LAnguage-VISion (LAVIS), a unified library for deep-learning language-vision research. LAVIS supports more than 10 language-vision tasks on 20 public datasets and includes pre-trained model weights for over 30 fine-tuned models.