Install neo-mcp, register NEO with Claude Code, and delegate RAG audits, fine-tunes, evals, and pipeline debugging without leaving the terminal. Read more ›
> What's good for the bot, is better for the junior dev. Read more ›
The Scalable Vector Graphics (SVG) format is amazing. It allows you to precisely define how an image should look. Written in XML, it uses various mathematical operations to display an image which looks crisp and clear at any size. Here's a trivial example: … Read more ›
I've been pulled onto a new feature for replacing some of our existing customer-facing reports with reports from the data warehouse. This isn't the first data report from the data team we've integrated into the product, but since it involves existing reports that I'm the local expert on, I'm getting pulled into the process. The current reports don't have any performance issues, but the decision to change has been made anyway. Read more ›
#606 — June 19, 2026 Read the Web Version Go Weekly How Go Reflection Really Works — Reflection in a compiled, statically-typed language sounds impossible, but Go can print a struct’s field names, types, and tags at runtime. This look into the Go runtime reveals how: the compiler leaves notes behind for reflect to pick up. Jesús Espino Catch Go Bugs Before Your PRs Merge — When AI writes more Go, the code may compile, but a missed error, goroutine leak, or broken handler contract can still s... Read more ›
Like gsocket.io but self-hosted. Remote shell to any machine — no public IP, no port forwarding, no VPN. One command install. Read more ›
Régression symbolique par programmation génétique — lois interprétables en pur Python - ariel95500-create/gp-elite Read more ›
For context, this is based on a recent freelance contract in a Django/React TS/React Native codebase size: 20-person team. I have 17 years' experience with w... Read more ›
Why deployment status is not a UI label, but a consistency problem across databases, queues, workers, locks, reconcilers, Kubernetes, and user trust. Read more ›
I am geek adjacent. I lie probably slap bang in the middle of two extremes; the uber-geek/dev coder who knows internet coding and all the web server dark arts like the back of their hand, and the ‘Facebook is the internet’ person who uses the flash on their phone when taking a picture of a […]Thanks for reading and keeping RSS alive. Visit for more. Read more ›
Everyone repeats the analogy that PagedAttention is virtual memory for the KV cache. But I think the more interesting story is what comes along with it: copy-on-write, swapping, thrashing, a missing MMU, a timing side-channel that leaks other users' prompts, and new ways to optimise serving LLMs. Read more ›
Edge devices now behave like cloud systems, and software has outgrown cross-compilation. Why a growing class of small teams needs a build system shaped for that job. Read more ›
© 2026 Peter N. M. Hansteen Read more ›
Databricks’ new real-time data warehouse delivers millisecond responsiveness directly on your lakehouse, without separate systems or data movement. Read more ›
--- Murmer is a distributed actor framework for Rust, built on tokio and QUIC\. It provides typed, location-transparent actors that communicate through message passing\. Whether an actor lives in the same process or on a remote node across the network, you interact with it through the same `Endpoint` API\. **Why I built this** I’ve spent years working with Elixir and the BEAM VM, and the actor model there is something I’ve grown deeply fond of — the simplicity of processes, message pass... Read more ›
Published on: 2026-06-20 21:00:07 by Neil Brown Read more ›
HandoffKit is our OpenAI Codex plugin for coordinating LLM agents with explicit message passing instead of shared scratchpads Read more ›
For many years I was feeling my skills and my time were wasted on one-off queries. Requests were coming from everywhere, slack, teams, tickets. At some point I decided that it would be better to build the tool that will save me time. So after studying the last months about AI in general and text to sql concepts more specifically I decided to build Savvina - my daughter's name. Privacy was my first concern building that so I worked towards that with multiple security guardrails. Self-hosted wa... Read more ›