Issue #4 · 2025-08-07

Ilia's Corner

Featured story

FREE IntelliJ core → your next side-project IDE

Need a professional-grade editor but don’t want to pay JetBrains prices or wrestle with VS Code plugins? The open-source IntelliJ Community codebase—used by Cursor, Fleet and Replit—drops an entire IDE engine into your repo with zero licensing strings. Fork it, skin it, embed it inside your own tool, or just build a custom language server on proven architecture. It’s the same parser, debugger and indexing muscle that powers $200 commercial editions, now yours to remix.

GitHub Trending · 6 min read

Top stories

Claude inside Emacs → drop-in Cursor replacement

Love Emacs key-chords but envy Cursor’s AI pair-programmer? One tiny .el file wires Claude Code directly into your existing config, giving you inline diff generation, natural-language refactors and full project Q&A without leaving the comfort of your dotfiles. Self-hosted, no subscription, just your own Anthropic key and muscle memory intact.

hackernews · 3 min read

Litestar: the FastAPI successor that scales past demo day

FastAPI is brilliant until your micro-service sprouts past a single file and circular imports murder your velocity. Litestar bakes in an app-composition layer and opinionated project layout that turns weekend prototypes into production repos without the rewrite. Same async Python joy, minus the architectural regret.

hackernews · 5 min read

Gemini CLI becomes a GitHub Action—AI teammate on every PR

Google’s terminal Gemini is now a one-line GitHub Action that opens issues, patches flaky tests, and reviews pull requests while you sleep. Plug it into any repo and watch it triage bugs, suggest semantic commit titles and even regenerate stale docs. Zero infra, unlimited repos, powered by the same Gemini 1.5 Pro you already have.

hackernews · 4 min read

Gleam 1.12 ships—fewer compiler surprises, happier teams

The BEAM-flavored language that feels like TypeScript just fixed the tiny papercuts that force defensive coding. Constant expressions now handle records and bit-strings, the formatter stops fighting you, and the LSP catches edge cases before CI does. If you’ve been eyeing Elixir but crave static types, this is the release that removes the “but the compiler might…” caveats.

hackernews · 3 min read

Tools spotlight

DeepPolisher—50 % cleaner genomes for $0

Google Research just open-sourced a genome-polishing model that knocks base-level assembly errors down by half—turning draft assemblies into reference-grade data without wet-lab re-sequencing. If your lab pipelines rely on variant calling or comparative genomics, swap in DeepPolisher for a free accuracy upgrade.

Genomics research

Python · 12 stars

Mixxx 3.0—DJ software gets a Qt-QML makeover

The open-source DJ suite rebuilt its UI in QML, cutting theme spaghetti and unlocking silky-smooth touch interfaces for tablets and phones. If you spin gigs or hack on audio apps, the new graphics layer is a masterclass in modern Qt usage.

Audio/Visual

C++ · 57 stars

Research corner

Why 9-bit bytes would have saved us all

A systems deep-dive that traces IPv4 exhaustion, 32-bit epoch timestamps and 2-GB file limits back to the 1970s victory of 8-bit bytes. Great weekend reading if you want ammunition for “why arbitrary limits bite later.”

Systems History · Pavel Panchekha · 9 min read

Shared-library hell on macOS & Linux

Ever shipped a binary that works on your laptop but explodes in prod? This post dissects how linkers bake absolute paths into binaries, why @rpath and $ORIGIN exist, and how to build truly relocatable apps that survive system updates.

Systems · Anmol Narang · 7 min read

Browse the full archive · iliareingold.com