This page contains a curated list of recent changes to main branch Zig. Read more ›
ensorTree is a Zero-Ops vector database built on an SOP transactional B-tree. By embedding categories and items as tensors, it hits \(O(\log n)\) search speeds with zero index optimization. It uses... Read more ›
Why dev-time CUDA profilers don't fit production inference, and what a profiler built for it looks like: low-overhead kernel attribution, host sync waits, and integrated telemetry. Read more ›
It has been nine years since a Chinese HPC supercomputer was at the top of the High Performance Linp ... Read more ›
Pure Effect is a zero-dependency effect library for JavaScript and TypeScript. Your business logic returns plain objects describing the I/O it would perform, instead of performing it. You can read those objects in a test or replay them from a failed production run, and the database is never touched until the interpreter runs them. Read more ›
LiteLLM is moving its AI gateway to Rust: 15x throughput, 11x less memory, and sub-1ms per-request overhead. No v2, no migration, your config stays the same. Read more ›
Convert images & files instantly in your browser. HEIC to JPG, AVIF to PNG, WebP converter - 100% free, private & secure. No uploads needed. Read more ›
Exploring how compilers lower ordinary loops into explicit data-parallel kernels. Read more ›
Sqids is a lightweight, customizable library that converts numbers into short, URL-safe IDs. It's a flexible and collision-free solution for generating unique IDs. Read more ›
Using Google Antigravity and Google AI Studio, I have noticed that Gemini models, which includes 3.1 Pro and 3.5 Flash, are increasingly stucking in thinking loops. It has become much more common. So I did a 100 tasks test and out of them, 3.5 Flash got stuck in a loop 23 times, while 3.1 Pro was a lower 16 times. Read more ›
Cache Aware Scheduling is one of the most exciting kernel innovations to land in Linux this year. While it was finally merged last week to Linux 7.2, a new patch series today is already working to extend Cache Aware Scheduling and is showing some exciting performance improvements... Read more ›
Silk is a new open-source C++ fiber runtime built for ClickHouse, combining a NUMA-aware work-stealing scheduler, io_uring I/O, and zero heap allocation in the steady state to deliver nanosecond-level fiber yields and dramatically lower tail latency for h Read more ›
There's nothing more satisfying than having a clean and problem-free boot sequence. Read more ›
How I diagnosed asyncio event-loop starvation on a real-time trading platform: one slow client stalled the whole loop. The debugging story, and the two fixes. Read more ›
'Any slop PR is automatically rejected, as simple as that.' Read more ›
After the success of using agents to improve query performance through autoresearch , I wanted to try something more ambitious. I rewrote PostHog's… Read more ›
Internet-scale OpenID Certified™ OpenID Connect and OAuth2.1 provider that integrates with your user management through headless APIs. Solve OIDC/OAuth2 user cases over night. Consume as a service ... Read more ›