InfoQ Homepage News
-
Paddle Quantum: Bringing Baidu Deep Learning Perform to Quantum Computing
Baidu has announced quantum machine learning toolkit Paddle Quantum, which makes it possible to build and train quantum neural network models. Paddle Quantum aims to support advanced quantum computing applications as well as to allow developers new to quantum machine learning to create their models step-by-step.
-
Deno Is Ready for Production
Deno, a secure runtime for JavaScript and TypeScript, has reached version 1.0. Written in Rust, Deno addresses many design problems in Node.js, but it also faces challenges in developer adoption.
-
The Defense Department's Journey with DevSecOps
Cloud Native Computing Foundation (CNCF) has released a new case study of the DoD's approach to DevSecOps that looks at how they used Kubernetes clusters and other open-source technologies to speed up the releases. While most of the information was already available from the DoD and in their presentations, the CNCF has summarized the venture in one place.
-
HashiCorp Consul: 1.8 Release and New Kubernetes Tutorials
Closely following the launch of Consul 1.8, the HashiCorp team has released a set of new hands-on tutorials for deploying and using the HashiCorp Consul service mesh capabilities on Kubernetes. The 1.8 launch focuses on enabling gradual adoption of a service mesh across a range of VM and container environments via the use of mesh gateways and ingress and terminating gateways (released in beta).
-
Mental Wellbeing in the Tech Industry: QCon London Q&A
Businesses are losing a lot of money to mental ill-health. The pace at which the tech industry moves and the pressure to deliver can leave staff struggling to keep up. People have different sweet spots for pressure and performance, and they change over time; the way to know an individual’s sweet spot is by talking to people to find out how they work.
-
Microsoft Announces Public Preview of Azure Arc Enabled Kubernetes at Build 2020
During this year's digital Build event, Microsoft announced the public preview of Azure Arc enabled Kubernetes with support for most of the Cloud Native Computing Foundation (CNCF)-certified Kubernetes distributions. With this capability, customers can manage and govern their Kubernetes clusters from Azure across their data centers, multi-cloud configurations, and Azure Stack Hub.
-
Istio 1.5: Lin Sun and Neeraj Poddar Discuss istiod, Wasm, and Multi-Cluster Support
In a recent InfoQ podcast, Lin Sun and Neeraj Poddar discussed the release of Istio 1.5 and explored the future of service mesh space. Topics covered included the motivations for migrating to the “istiod” monolithic control plane, the addition of WebAssembly data plane (Envoy proxy) extension support, and the future of multi-cluster support within Istio.
-
Space-Efficient Full-Text Search with Rust and WebAssembly
Matthias Endler, backend engineer for Trivago, published a client-side full-text search engine designed for space efficiency by leveraging Bloom filters. Tinysearch is written in Rust, transpiled to WebAssembly, and used in the browser. Tinysearch claims sizes between 50 and 100KB and can only index full words.
-
Google Open-Sources Computer Vision Model Big Transfer
Google Brain has released the pre-trained models and fine-tuning code for Big Transfer (BiT), a deep-learning computer vision model. The models are pre-trained on publicly-available generic image datasets and can meet or exceed state-of-the-art performance on several vision benchmarks after fine-tuning on just a few samples.
-
Amazon Releases AWS Amplify iOS and Android into General Availability
Recently, Amazon announced the general availability (GA) of Amplify iOS and Amplify Android, which are both part of the open-source Amplify Framework. Amplify iOS and Amplify Android include libraries and tools, allowing mobile developers to build scalable and secure cloud-powered applications.
-
How Paypal Enables UI Component Sharing at Enterprise Scale
Dong Chen, Paypal engineer, recently discussed the challenges behind component sharing at the enterprise level and the solutions that Paypal is using to address those challenges.
-
Facebook's Vision for the Future of Work
In a recent article, Facebook showcased various technologies it has been developing to transform the way people interact and communicate. They also have the ability to unleash a radical change in the way people work together, the company
-
Facilitating Threat Modelling Remotely
ThoughtWorks' Jim Gumbley recently published a guide to Threat Modelling on Martinfowler.com with a template for facilitating remote and onsite sessions. He makes a case for continuous threat modelling within each iteration, alongside business stake-holders. Derek Handova has also written about removing friction from security through automation and a greater security focus in the SDLC.
-
DigitalOcean’s Journey to a Scalable Networking Model Using GoBGP and Open vSwitch
DigitalOcean's network engineering team wrote about their journey in switching from a Layer 2 to a Layer 3 based routing model for traffic to virtual machines in their cloud using Open vSwitch (OVS) and other tools.
-
C# 9: Partial Method Enhancements for Source Generators
Source Generators in C# 9 will allow compiler-extensions to inspect code and then inject additional source code at compile-time. This injected code is then incorporated into the very same assembly that was being compiled. In order to facilitate this capability, Microsoft is removing most of the restrictions on Partial Methods.