About:

Simone Bellavia shares thoughts on software engineering, AI, machine learning, and distributed systems.

Website:

Interests:

Software engineering Deep learning Distributed systems AI Machine learning
Subscribe to RSS:
The blog post explores the internal workings of Proxmox VE, focusing on its object management, API interactions with the storage subsystem, and the state of the cluster. The author conducted tests to trace API calls, file system c...
The text explains the role of message brokers as middleware that facilitates asynchronous communication between producers and consumers. It outlines two main types of brokers: message queues, which handle task-based communication,...
The blog post provides an overview of the libxev library, a cross-platform Proactor event loop written in Zig. It explains the core concepts of libxev, including its architecture, core loop model, and how it manages asynchronous o...
The post discusses the concept of reliable message delivery in messaging systems, focusing on the at-least-once delivery mechanism. It explains how brokers, producers, and consumers interact through acknowledgments (acks) to ensur...
The post discusses DeepSeek-V3.2-Exp, an experimental sparse-attention model that introduces DeepSeek Sparse Attention (DSA). Unlike traditional sparse methods that use fixed patterns, DSA employs a dynamic approach where each que...
DeepSeek Sparse Attention (DSA) enhances long-context reasoning by allowing dynamic token selection for each query, improving adaptability in sparse attention models.
The Safe C++ proposal aimed to introduce a safe subset of C++ to enhance memory, type, and thread safety, similar to Rust, without disrupting existing code. However, it has been decided not to pursue this proposal further, as the ...
The blog post discusses the upcoming async feature in the Zig programming language, which is currently under development. It explains how async code can be built in Zig today without specific language keywords, detailing the under...
The Qwen team has released two new models, Qwen3-Next-80B-A3B-Instruct and Qwen3-Next-80B-A3B-Thinking, which are now available on HuggingFace. These models feature significant improvements over the previous Qwen3, including a hyb...
Zig's upcoming async I/O system will standardize asynchronous programming, allowing developers to efficiently handle multiple tasks without blocking operations.
The post discusses the new DeepSeek-V3.2-Exp model, highlighting its innovative Sparse Attention architecture and significant cost reductions for inference. It compares DeepSeek to Claude 4.5 Sonnet, which is claimed to be the bes...
Proxmox VE 9.1 introduces support for OCI images, streamlining the process of running containers by allowing users to directly query and pull images from the Registry, which can then be converted into LXC containers. This update s...
The post discusses the addition of Valgrind support in Go, highlighting a new approach where an assembly function is used to trigger client requests instead of relying on cgo and Valgrind macros. The author provides a code snippet...
The author shares a personal perspective on using Helm, the package manager for Kubernetes (K8s). They appreciate its ease of use, effective dependency management, and multi-environment support. However, they express frustration w...
The author, a Sicilian, expresses support for the construction of the Strait of Messina Bridge, emphasizing its potential for progress and connectivity between Sicily and Calabria. The bridge, a world-class engineering project, is...
The post provides updates on the Qwen team and DeepSeek, highlighting the release of Qwen3-Omni, a 30B multimodal model capable of processing text, audio, images, and video, along with its advanced design features. It also mention...
Fil-C is a promising memory-safe compiler for C and C++ that simplifies memory management challenges, making it an appealing option for developers.
Qwen3-Max, the latest and most advanced large language model from the Qwen team, has been released, boasting over 1 trillion parameters and pretrained on 36 trillion tokens. It features a highly optimized MoE design, similar to pr...
A significant number of npm packages have been compromised with malicious code that intercepts crypto and web3 activities in browsers, redirecting funds to attacker-controlled accounts. Affected packages include ansi-styles, debug...
The post discusses Fil-C, a memory-safe compiler for C and C++ that has gained traction on Hacker News. The author, who has been following the project for about a year, highlights recent documentation updates on the Garbage Collec...
The post discusses the new GPT-5-Codex model, designed for agentic coding and code reviews. It highlights its dynamic adaptability, improved accuracy in code refactoring, and fewer incorrect comments compared to GPT-5. The author ...
Support for the Strait of Messina Bridge stems from its potential to enhance connectivity and create jobs, transcending political affiliations.
Apple has introduced the iPhone Air, the thinnest iPhone to date, featuring a compact design that integrates the logic board and A19 Pro chip into the camera bump. This model is seen as a strategic move towards ultra-thin devices ...
The author has updated their website's template and layout to accommodate shorter notes, which they frequently write but do not fit traditional blog post formats. They have decided to centralize their content by moving from kinoro...