ContentPosts from @thiagoboimer..
Link
@faun shared a link, 3 days, 4 hours ago

Ship tools as standalone static binaries

OpenAI’s rewritingCodexinRust, ditching the oldTypeScriptversion. Why? To ship it as a single static binary—no messy installs, no glue code juggling. Just run. Rust cuts down runtime failures, trims the attack surface, and kills off toolchain sprawl. Less fragility. More control. System shift:Team..

Link
@faun shared a link, 3 days, 4 hours ago

The great SQLite rewrite

Turso just dropped the alpha of itsRust-based SQLite rethink—rewritten from scratch to handle today’s mess:async APIs,built-in vector search, and actualconcurrent writes. Forget the old SQLite playbook. Turso’s version leans into modularity, bakes in deterministic tests, and still aims for SQLite-l..

The great SQLite rewrite
Link
@faun shared a link, 3 days, 4 hours ago

Lessons from scaling PostgreSQL queues to 100K events

RudderStack crankedPostgreSQLup to100K events/secas a queuing engine. The secret sauce: tight tuning of job partitioning, smarter indexing, tuned VACUUM timing, and compaction that didn't choke. Recursive CTEs stood in for loose index scans. Caching cut I/O repeats. They ditched byte slices to side..

Lessons from scaling PostgreSQL queues to 100K events
Link
@faun shared a link, 3 days, 4 hours ago

Why I chose OCaml as my primary language

OCaml’s grown up. Multicore support is in. So are user-defined effects. Under the hood, affine types, staged metaprogramming, and effect typing are steering it toward resource-safe programming—with actual thrust. Its type system still slaps: powerful modules, GADTs, algebraic types, and now first-c..

Link
@faun shared a link, 3 days, 4 hours ago

Git Branching Strategies: A Comprehensive Guide

This guide breaks down the major Git branching strategies—GitFlow,GitHub Flow,GitLab Flow,Trunk-Based Development, and a few others that still show up in wild repos. Each one gets sized up by structure, use case, and trade-offs. Think: how big the team is, how fast releases go out, and how people l..

Git Branching Strategies: A Comprehensive Guide
Link
@faun shared a link, 3 days, 4 hours ago

Deeper theories of program design

A sharp teardown ofWindows vs. Unix file deletion semanticslands on this: Windows leans on read-write locks; Unix rolls with a looser, non-blocking vibe—more likeweakly-isolated DB transactions. It trades consistency for concurrency, dodging locks even if it means the rules get fuzzy. The post zoom..

Deeper theories of program design
Link
@faun shared a link, 3 days, 4 hours ago

How I Use Claude Code to Ship Like a Team of Five

Claude Code zips out Ruby functions, tests, and pull requests viaCLIprompts across multiplegit worktrees. It slays manual typing and ejects IDE plugins. It spins up ephemeraltest environmentsto replay bugs, pries open externalgemcode, and syncs branches, commits, and PRs in one go...

How I Use Claude Code to Ship Like a Team of Five
Link
@faun shared a link, 3 days, 4 hours ago

The Big LLM Architecture Comparison

Architectures since GPT-2 still ride transformers. They crank memory and performance withRoPE, swapGQAforMLA, sprinkle in sparseMoE, and roll sliding-window attention. Teams shiftRMSNorm. They tweak layer norms withQK-Norm, locking in training stability across modern models. Trend to watch:In 2025,..

The Big LLM Architecture Comparison
Link
@faun shared a link, 3 days, 4 hours ago

AI Agents and Test Suites: Lessons from the Trenches

AI agents can help wrangletest suite maintenance—if you treat them likejunior devs. That means tight prompts, clear boundaries, and someone keeping an eye on them. Teams get better results when they feed agents sharp context and task them with small, scoped jobs instead of vague laundry lists...

AI Agents and Test Suites: Lessons from the Trenches
Link
@faun shared a link, 3 days, 5 hours ago

71% of Americans Say AI Could ‘Put People Out of Work Permanently’

Most Americans now see AI as a threat to their livelihoods, with71% fearing it could permanently wipe out jobs. The findings come from a new Reuters/Ipsos poll, which shows widespread anxiety across the US as AI threatens job security and challenges the future of employment. The World Economic Forum..