Issue #42 · 2025-09-13

Ilia's Corner

Featured story

QGIS: The $0 Mapping Tool That Beats $10,000 Enterprise Suites

City planners, disaster-response teams and indie game devs are quietly dumping five-figure Esri licenses for QGIS, the open-source GIS that runs on Windows, macOS and Linux. Drag in a CSV of drone GPS logs, layer live NOAA radar, then export a 4K print-ready map—no license server, no dongle, no annual ransom. Municipalities use it to reroute fire trucks in real time; farmers pair it with free Sentinel-2 satellite data to spot crop stress before the human eye can. If your app needs a postcode lookup, a store-locator heat-map or just a prettier background than Google Maps, compile QGIS as a Python library and ship it with your next release. The repo is the only download you’ll ever need: https://github.com/qgis/QGIS

hacker_news · 3 min read

Top stories

Alibaba’s Qwen3-Next Lands in vLLM: 80 B Parameters, 3 B Active, 10× Faster

Production teams can now serve an 80-billion-parameter MoE model while activating only 3 billion weights per token—cutting cloud bills by 90 % and slashing latency to under 100 ms on a single A100. The vLLM integration is a one-line pip install, supports 65 k-token context windows and drops straight into existing OpenAI-compatible gateways. If you’re hitting GPT-4 rate limits or burning budget on fine-tunes, this is your off-ramp. Benchmark link: https://blog.vllm.ai/2025/09/11/qwen3-next.html

hackernews · 4 min read

Claude Code Subagents: Parallel Development Without Merge-Hell

Imagine 5 interns who never sleep, each coding a different module in perfect git harmony. Zach Wills shows how to spin up Claude sub-agents that split a Jira ticket into parallel branches, write tests, open PRs and resolve conflicts—while you grab coffee. The template repo is under 200 lines and plugs straight into GitHub Actions. If your sprint board feels like Jenga, this is the crane you’ve been waiting for. Walk-through: https://zachwills.net/how-to-use-claude-code-subagents-to-parallelize-development/

hackernews · 5 min read

Kefir: A One-Person C23 Compiler That Boots GCC and Builds Nginx

Built by a lone developer, Kefir is the first from-scratch C17/C23 compiler that can self-host and compile production-grade projects like Git, Postgres and Nginx without leaning on GCC or Clang. For language nerds, it’s a living textbook on modern parser design; for security teams, it’s a smaller attack surface you can actually audit. Grab the source and try a full bootstrap in under 2 minutes: https://kefir.protopopov.lv/posts/announce0.html

hackernews · 6 min read

Tools spotlight

Windows-Use: Let Any LLM Click, Type and Script Your Windows GUI

Need to automate a legacy desktop app that has no API? Windows-Use exposes a simple JSON interface so an LLM can open Excel, export a pivot table and e-mail it—without AutoIt, VBA or an expensive RPA license. The agent sees the screen at 5 fps and returns element IDs, so you can chain actions in plain English. Perfect for QA teams still stuck with point-and-click workflows. Clone it: https://github.com/CursorTouch/Windows-Use

GUI automation

Python · 16 stars

Meow: Vim-Style Modal Editing Inside Emacs—Minus the Elisp Surgery

Meow re-imagines Emacs as a modal editor comparable to VS Code + Vim plugin, but without the subscription bloat. One config gives you tree-sitter syntax, LSP hover and vertico fuzzy-find, all navigated by single-letter chords. If you’ve ever rage-quit Emacs key-chords, this is the 5-minute transplant that sticks. Repo: https://github.com/meow-edit/meow

Text editing

Emacs Lisp · 56 stars

AppCUI-rs: 24-Color GUI Widgets in the Terminal

Rust devs can now ship mouse-driven TUIs that look like Electron apps—tables, file trees, even syntax-highlighted code editors—without crossterm spaghetti. One binary runs on Windows, Linux, macOS and bare-metal embedded. Great for CLI tools that need a settings screen your manager can use. GitHub: https://github.com/gdt050579/AppCUI-rs

TUI

Rust · 2 stars

Research corner

VaultGemma: Google’s DP-Trained LLM You Can Actually Download

VaultGemma is the first production-grade model trained end-to-end with differential privacy—and Google is releasing the weights. For healthcare and fintech apps that must guarantee per-user privacy, this is a drop-in replacement that keeps downstream fine-tunes compliant out of the box. Technical deep-dive: https://research.google/blog/vaultgemma-the-worlds-most-capable-differentially-private-llm/

Privacy · Google DeepMind · 8 min read

SpikingBrain-7B: 100× Faster Context Windows with Neuromorphic Attention

Chinese Academy of Sciences swaps quadratic transformers for biologically inspired spiking neurons, shrinking context processing from minutes to seconds on domestic GPUs. The 7-billion-parameter model is fully open and ready to fine-tune on commodity ARM boards. Paper and weights: https://eu.36kr.com/en/p/3458000417642121

AI Architecture · CAS · 10 min read

Browse the full archive · iliareingold.com