Cloud Computing

Visual Studio Code 1.94 boosts file finding
The September 2024 release of Microsoft’s Visual Studio Code editor, version 1.94, features improvements for finding files using the File Explorer. The upgrade also introduces the ability to run Python tests with coverage. Introduced October 3, Visu...
2024-10-03 23:25
Visual Studio Code 1.94 improves file search
The September 2024 release of Microsoft’s Visual Studio Code editor, version 1.94, features improvements for finding files using the File Explorer. The upgrade also introduces the ability to run Python tests with coverage. Introduced October 3, Visu...
2024-10-03 23:25
Gemini 1.5 Flash-8B is now production ready
Google is rolling out (in GA) a new Gemini model, 1.5 Flash-8B, our smallest production model with SOTA performance for its size.
2024-10-03 19:00
SingleStore acquires BryteFlow to boost data ingestion capabilities
SingleStore, the company behind the relational database SingleStoreDB, is acquiring data ingestion and integration software provider BryteFlow to boost its ability to connect to disparate data sources for data analytics. “SingleStore’s acquisitio...
2024-10-03 18:00
Towards Global Understanding – Advancing Multilingual AI with Gemma 2 and a $150K Challenge
Google is building AI models, focusing on Gemma, to bridge communication gaps across languages.
2024-10-03 13:00
OpenAI updates API with model distillation, prompt caching abilities
In what can only be seen as OpenAI’s efforts to catch up with rivals, the ChatGPT-maker released several updates to its API to help ease the development of generative AI-based applications. These updates, introduced during its DevDay conference this...
2024-10-03 10:53
How to use extension methods in C#
In the C# programming language, extension methods enable you to extend the functionality of existing types without modifying them or deriving new types from them using inheritance. You don’t need to create subclasses of existing classes or recompile...
2024-10-03 09:00
Understanding VBS Enclaves, Windows’ new security technology
Recently Microsoft announced efforts to improve security in its planned Recall AI assistant tool. Many of the details were not a surprise, as it built on familiar tools and services I’ve written about during the past few years, but the most importan...
2024-10-03 09:00
Announcing Build with Google AI release 3: A Season of Gemma!
The season showcases new applications of Gemma, including a personal AI code assistant and projects for non-English tasks and business email processing.
2024-10-03 00:00
OpenAI previews Realtime API for speech-to-speech apps
OpenAI has introduced a public beta of the Realtime API, an API that allows paid developers to build low-latency, multi-modal experiences including text and speech in apps. Introduced October 1, the Realtime API, similar to the OpenAI ChatGPT Advanced...
2024-10-02 22:00
Docker tutorial: Get started with Docker
Containers are a lightweight way to make application workloads portable, like a virtual machine but without the overhead and bulk typically associated with VMs. With containers, you can package apps and services and move them freely between physical, ...
2024-10-02 09:00
Spring AI: An AI framework for Java developers
Artificial intelligence has been something of a fiesta for programmers for the last few years, and one language—Python—has been the undeniable belle of the ball. Java and other languages have been a bit sidelined. But now we are entering a new pha...
2024-10-02 09:00
Microsoft releases official OpenAI library for .NET
Microsoft has released its official OpenAI library for .NET, with the goal of ensuring a smooth, reliable integration experience for developers working with OpenAI and Azure OpenAI services in .NET applications. Announced October 1, the now-stable lib...
2024-10-02 07:30
PyTorch library makes models faster and smaller
The PyTorch Foundation, makers of the PyTorch machine learning framework, has launched torchao, a PyTorch native library that makes models faster and smaller by leveraging low-bit dtypes, sparsity, and quantization. It is a toolkit of techniques that ...
2024-10-01 21:29
JDK 24: The new features in Java 24
Java Development Kit (JDK) 23 having arrived September 17, work already has begun on JDK 24, with two features so far proposed for the release: the use of JNI (Java Native Interface) and a late barrier expansion for the G1 garbage collector. A multitu...
2024-10-01 15:54
The battle cry of 2025: Do cloud local!
Microclouds can have many names and offer many features. They can be hosted by a regional cloud provider or specialize in a specific use case, such as the rise of GPU cloud providers focusing on the exploding AI space. They could even be clouds that d...
2024-10-01 09:00
The worst programmer I know
If all code is legacy code, then we are all maintainers. I carry an image in my head of a vast sea of silent, diligent, dedicated coders who silently maintain much of the code that makes the world go round. I carry this image because I am one of tho...
2024-10-01 09:00
Breaking through AI data bottlenecks
As AI models become increasingly commoditized, the data required to train and fine-tune them has never been more critical. While procuring high-quality data is expensive and raises privacy concerns, there is a powerful alternative that companies like ...
2024-10-01 09:00
JRuby 10 due to arrive in early-2025
JRuby, which dates back to 2001 as a Ruby language implementation for the JVM, is set to arrive at version 10 shortly after the new year. JRuby 10 promises to be fully compatible with Ruby 3.4.0, a planned update to Ruby that brings changes for froze...
2024-10-01 09:00
Large language models hallucinating non-existent developer packages could fuel supply chain attacks
Large Language Models (LLMs) have a serious “package hallucination” problem that could lead to a wave of maliciously-coded packages in the supply chain, researchers have discovered in one of the largest and most in-depth ever studies to investigat...
2024-09-30 22:00