Wiki
507 pages
hand-written catalog
analysis 2
- AI Bubble Pale Horses Checklist of warning signs that the AI bubble is deflating, tracking which have fired
- Russia VPN Bypass State β April 2026 Time-stamped snapshot of which circumvention methods currently work in Russia, tiered by reliability
concept 186
- ABI Stability Binary-level compatibility contracts: kernel vs glibc philosophies, Wine as the stable option
- Abliteration Removing an LLM's refusal behavior by identifying and suppressing the refusal direction in activation space
- Acceptance Criteria IDs (ACIDs) Stable numeric tags on requirements that agents reference back from code and tests, turning the spec into a navigable index of where requirements live
- Agent Memory Components (Extractor / Store / Retriever) The three-part decomposition of an agent memory system and the one hard decision at each layer
- Agent readiness Site-side choices that make a web property legible to AI agents β stable URLs, machine-readable endpoints, declared crawl policy, verifiable bot identity
- Agent-built deterministic tools Use the LLM to build deterministic analyzers and manifests once, then constrain all subsequent agent work to those stable outputs
- Agent2Agent Protocol (A2A) Google's open protocol for cross-framework, cross-language agent communication
- Agentic Search Search an agent decides when and how to run, across many context sources each with its own native search tool
- Agents as first-class identities Giving agents their own key pairs and signed event trails instead of running them through a shared bot account β attribution survives, but effort still doesn't
- Agents vs Daemons Human-initiated AI that builds things vs self-initiated AI that maintains them β roles, not tasks
- AI detector arms race Surface-based AI detection fails in both directions, the tells change every model release, and the stable equilibrium is writers degrading their work to pass
- AI Subsidy Economics How every link in the AI chain runs on subsidies, from GPU sales to consumer subscriptions
- AI sycophancy loop Stanford research showing AI models affirm users' actions 49% more than humans do, and that exposure makes users more confident, less skeptical, and more dependent
- AI Token Budget Explosion Enterprise customers exhausting annual AI token budgets in months β Uber, ServiceNow, Salesforce, Stripe, Zillow β with no usable per-task measurement and no SLA
- AI-Native Tiers Six-tier competence ladder for working with LLMs β writing buddy, meeting partner, thinking partner, builder, shipping to prod, agents
- Alternative Frontend Pattern URL-compatible third-party UI over an incumbent service, built to route around stagnation or policy without forking the backend
- Anti-LLM Discourse The 2025-2026 cluster of public anti-AI / anti-LLM writing β its sub-genres, who occupies which slot, and what each is actually arguing
- Arena allocation Region-based memory management β allocate many objects into one buffer, hand out references or indices, free the whole region at once
- Beaver Triples Precomputed (a, b, c=ab) triples in shared form that turn secret-shared multiplication into a constant-degree, two-round operation
- Behavior Tree Hierarchical decision-making: tick-based nodes for game AI, robotics, and task automation
- Best polished version strategy Linear-for-Jira, Vercel-for-frontend-DX β building the last version of a known category only works when the existing tool is bad enough to overcome switching cost
- BF16 vs FP16 BF16 keeps FP32's 8-bit exponent and shrinks the mantissa; FP16 shrinks the exponent and keeps the mantissa β for neural training, range beats precision
- Business Idiot Zitron's framing for the executive class whose job structure rewards an impression of work β exactly what LLMs are best at producing
- Byline (RSS/Atom/JSON Feed extension) Proposed RSS/Atom/JSON Feed extension that adds structured author identity, per-item perspective, and reader-side theme hints
- Byzantine Fault Failure mode where a node produces wrong output while appearing functional
- CI Runner Token Extraction Code on a CI runner reads the runner-process memory to extract OIDC tokens for direct registry use
- Code Review as a Principal-Agent Problem Why review-then-commit relied on cheaply-inferable effort signals from contributors; how agents collapse that signal and what it means for review processes
- Code review throughput limits The empirical caps on effective code review (~400 LOC/h, ~1h sessions, no parallelism) and why they put a hard ceiling on "just review the AI's output"
- code-review-knowledge-transfer Empirical finding that <15% of code review comments are about bugs β review's primary value is knowledge transfer, awareness, and alternative solutions, not defect detection
- Cognitive Debt MIT's framing for the trade where LLM-assisted work saves effort today and pays for it in critical-thinking capacity tomorrow
- Conditional move (cmov / csel) A branchless instruction that picks one of two values from a flag; faster than a branch only when the branch is unpredictable
- Constraint Decay LLM coding agents look strong on loosely specified tasks but degrade sharply as production structural constraints accumulate
- Context Engineering Assembling the right prior state into an LLM's context before asking it to do anything
- Contributor Poker Loris Cro's framing for open-source review: bet on the contributor, not the contents of their first PR β review time is investment in growing trustworthy people, which LLM-authored PRs can't return
- Controllable Thinking Style Training-injected markers that toggle the style of a reasoning model's chain-of-thought without changing the answer pipeline
- Cookie Session Authentication The default browser-session pattern: opaque random ID in an HttpOnly cookie, server-side store maps it to user state
- Coverage-Guided Fuzzing The dominant modern fuzzing algorithm β evolutionary loop over a corpus of test cases, fitness measured by code coverage, mutated offspring kept when they reach new coverage
- Credential Compartmentalization Splitting credentials across several purpose-fit tools instead of a single vault, so a breach is bounded to one category rather than the whole identity
- Credibility as the slop test Whether AI-assisted text is slop can't be judged from its surface β the only working test is whether the author would read it aloud, unashamed, staking their credibility
- Cryptographically Relevant Quantum Computer (CRQC) Cryptographically relevant quantum computer: what it is, threshold, April 2026 timeline collapse
- Default version bound constraints Whether a package manager's `add` command writes a SemVer-respecting upper bound by default, and the consequences when it doesn't
- Dependency Vendoring Committing dependency source into your repo as a fire-break against automatic propagation
- Differential Fuzzing Run the same input through two implementations of the same spec and treat disagreement as a bug; finds spec-conformance issues neither implementation would catch alone
- Differential spec analysis Build the same system with several independent agent loops, diff the finished implementations, and treat every divergence as a decision nobody specified
- Digital Garden Personal-website format optimized for evolving, interconnected notes rather than chronological posts
- Disposable code When code is cheap enough to write, fail at, and throw away, maintenance dread stops deterring marginal projects and the ROI threshold shifts
- Distributed Consensus Getting multiple processes to agree on a value: Paxos, Raft, PBFT, and the tradeoff space
- Domain Fronting Hiding the real destination of an HTTPS request behind a different, high-reputation SNI
- Early-stage reality vs the retold version "Early Notion" and "early Figma" stories skip the messy parts; what early actually looks like is a sequence of bets that mostly don't work, made by people who are mostly uncertain
- eBPF sock_ops Linux's per-cgroup BPF hook into the kernel TCP socket lifecycle β fires at SYN-sent, established, retransmit, and other transitions
- Editor-as-UI pattern Shelling out to $EDITOR with a temp file as a lightweight middle ground between CLI flags and a full TUI
- Empire as core and periphery An empire is a state whose core extracts resources from a culturally distinct periphery β which makes diversity structural, hierarchy permanent, and annihilation self-defeating
- Enshittification Doctorow's term for the three-stage decay of platforms, once held in check by antitrust, competition, and worker power
- Entity Component System Data-oriented architecture with entities as IDs, components as data, systems as bulk iterators
- Ephemeral Credentials Short-lived credentials (β€1 day) where rotation is structural rather than scheduled β minted per session, expire on their own
- Epoch-based reclamation Lock-free memory reclamation scheme where freed nodes wait in per-thread limbo until all threads have advanced past the retirement epoch
- Error-stack discard anti-pattern Suppressing one inconvenient error by clearing a library's entire shared error channel, silently discarding unrelated errors that belong to other code
- Factual Capacity Scaling Stored factual knowledge scales log-linearly with parameters and does not compress β the Shannon-entropy floor that survives the Densing Law
- Files as Graph Database Markdown files as nodes, wikilinks as edges β why a plain vault satisfies graph-database semantics
- FLP Impossibility Proven 1985 result: no deterministic consensus in async systems with even one crash
- Founder Brand Liquidation Tech leaders converting accumulated product and institutional trust into personal fame, and the reputational blowback that follows
- GitHub Actions Cache Poisoning Attacker-controlled job writes cache entries that production workflows later restore
- Go Channel Bug Patterns Four failure modes (deadlock, leak, race, protocol violation) that channels reproduce one-for-one from shared-state bugs
- go/analysis Framework Standard Go framework for building static analyzers that integrate with go vet and golangci-lint
- Google OAuth domain-takeover flaw (Truffle Security, Jan 2025) Buying a dead startup's domain for $12 lets you re-create old employee emails on Workspace and log into the dead company's Slack/Notion/Zoom via "Sign in with Google" β initially marked won't-fix, $1,337 bounty after public pressure
- GPU-accelerated terminal Terminal emulators that render glyphs through the GPU; the tradeoff is latency and crispness against power draw
- Grammar-Based Fuzzing Generate fuzzing inputs from a context-free grammar instead of random bytes, so inputs survive early parsing stages and exercise downstream logic
- Hard Problem of Consciousness David Chalmers' 1994 framing of consciousness as having two distinct problems, and Rovelli's case that the "hard" problem is a category error
- High-Friction Commons Designing a knowledge commons for a high barrier and deliberate friction, trading scale for good-faith participation and spam resistance
- Huge pages 2 MB / 1 GB Linux memory pages instead of the 4 KB default β fewer page faults, far less TLB pressure, at the cost of upfront reservation
- Human-in-the-Loop Design pattern where AI agents pause for human approval on sensitive operations
- Human-made disclosure The declare-human marker β a footer line, signature, or store label asserting no AI was used; unverifiable by design, valuable as a stance rather than as evidence
- Hybrid Search Combining BM25 keyword search with embedding similarity for better retrieval
- IndexedDB Browser-native key-value store with indexes, transactions, and cursors for client-side data
- Individual Engineer Agency The gap between individual engineering quality and product-level user perception
- Inverted claim onboarding Onboarding pattern where the AI agent registers first and a human "claims" it via OTP; until then, the agent has a one-recipient cap
- Inverted Index Data structure mapping terms to documents, the foundation of all full-text search systems
- JSON-Pass vs Value-Accuracy Gap For LLM structured output, JSON parse rate clears 95%+ on every frontier model, but exact leaf-value accuracy sits 15-30 points lower β schema-compliance benchmarks have been hiding a third of the actual error rate
- Jujutsu (jj) jj-vcs/jj β VCS designed around mutable change-IDs, first-class operation history, and explicit modeling of working-copy state as a commit
- JWT for Sessions (Anti-Pattern) Why using JWTs as session tokens is the wrong tool β lifetime mismatch, false statelessness, spec footguns, and what to use instead
- Kernel self-patching Three Linux runtime-rewriting mechanisms β jump_label, static_call, alternative_instructions β that let one vmlinux boot optimally on dozens of CPU generations
- Knife-Catching Compute The Dario Amodei dilemma β order compute years ahead and risk bankruptcy if revenue doesn't materialise, or buy at last minute and pay spot prices that destroy margin
- KV Cache Sizing KV cache memory per token = 2 Γ KV-heads Γ head-dim Γ layers Γ bytes/element; halving via q4_0 lets you double context for free
- Language Choice for Agents The proposed inversion of language-pick economics once agents write most code β strong types, fast check loops, and compiler-error feedback favor Rust/Go over Python/TS
- Limitations of Naive RAG Failure modes of naive top-K retrieval that motivate richer agent access patterns
- Linux boot phases The six-phase x86_64 Linux boot model β assembly trampoline, early C, setup_arch, start_kernel, rest_init, kernel_init β each phase unlocking the capabilities the next one needs
- Linux preemption models PREEMPT_NONE, PREEMPT_FULL, and PREEMPT_LAZY β when the kernel is allowed to take the CPU away from a running thread
- Living Off The Land Attack pattern where an intruder uses legitimate, pre-installed system tools (shells, interpreters, package managers, debuggers) instead of dropping malware β harder to detect because every individual command is normal
- LLM API Routing Layer A thin gateway that fronts multiple LLM providers behind one endpoint, with fallback chains, model selection rules, and unified billing
- LLM as Average Democratizer The argument that LLMs' main economic impact is making "average" output cheap, lifting the floor without raising the ceiling
- LLM output variance Run-to-run and task-to-task variance in LLM/agent output is high enough that small-sample comparisons and single-number benchmarks support almost any conclusion
- LLM Quantization Formats Q4_K_M vs UD-Q4_K_XL vs MXFP4 β three approaches to 4-bit weight compression, with the perplexity gap that newer β better
- LLM Wiki as agent-memory substrate Karpathy's wiki pattern is being adopted as the storage layer for agent memory products β markdown you can read and grep, instead of an opaque vector store
- LLM Wiki Pattern LLM incrementally builds and maintains a persistent wiki from raw sources
- LLM-assisted mathematical research Documented cases where LLMs contribute non-trivial mathematical ideas, and what that does to the research-training pipeline
- llms.txt Proposed /llms.txt convention for giving LLMs a curated markdown overview of a website
- LSM Tree Write-optimized storage: append-only MemTable/SSTable design behind Cassandra, RocksDB, LevelDB
- Maintainer Governance Ambiguity When a project's maintainer roles and release authority are unclear, downstream users can't distinguish takeover from drama β and have to assume the worse possibility
- Matryoshka Isolation (Containers Inside VMs) The defense-in-depth pattern where each isolation layer trusts only the layer below β host kernel, VMM, guest kernel, container runtime, untrusted code
- Mean-free path of a language How many lines of code you can write before your mental model and the actual program diverge β borrowed from vacuum-system physics as a language-evaluation metric
- Measuring AI Coding Productivity The recurring methods failures that make most claims about whether AI coding tools help unreliable β proxy metrics, missing controls, novelty, selection, systems confusion
- Memory Conflict Detection Detecting contradictory knowledge and keeping both visible instead of silently overwriting
- Memory Decay in AI Agents Memory half-life, retrieval strengthening, and consolidation for AI agents
- Message Passing vs Shared Memory The two camps of concurrency coordination, the case that they fail for the same reason, and what each actually buys you
- Meta-Tracing JIT compilation technique that traces the interpreter executing guest code, not the guest code itself
- MicroVM A virtual machine pared down to the minimum needed to run a single workload β small VMM, few emulated devices, fast boot, hardware-isolated kernel
- Mixture of Experts (MoE) Architecture where a router activates a small subset of "expert" subnetworks per token β splits total params from compute params and changes the local-inference economics
- ML-DSA Module-Lattice DSA (FIPS 204, ex-Dilithium): post-quantum signatures replacing ECDSA/RSA
- ML-KEM Module-Lattice KEM (FIPS 203, ex-Kyber): post-quantum key exchange replacing ECDH
- MoE CPU Offload (`--n-cpu-moe`) llama.cpp's MoE-aware offload β keep attention in VRAM, push inactive expert weights to system RAM via PCIe; +55-60% over naΓ―ve layer-based offload
- Moral Agency vs Moral Patienthood The distinction between something owed moral consideration and something accountable for its actions, applied to LLMs β Chiang's claim that a software agent can be neither
- Multicall binary One executable that dispatches to many built-in subprograms by inspecting argv[0]; the design pattern behind BusyBox, Toybox, sbase, and many minimal Unix userlands
- Multiplayer-by-default failure pattern Why "make X collaborative" as a product thesis keeps dying β work is more siloed than the people building collaboration tools want to believe
- Neurosymbolic AI Combining LLMs with symbolic solvers for language understanding plus exhaustive correctness
- No Silver Bullet Brooks' 1986 essay on essential vs accidental difficulty and why no 10x productivity gain exists
- Notify-and-Pull IPC Pattern that combines synchronous message passing with non-blocking notifications to avoid server-to-server deadlock
- OAuth token theft (multilogin + consent phishing) Two post-password-reset attack classes against Google OAuth β refresh-token replay via the undocumented multilogin endpoint, and consent phishing that asks for authorization instead of authentication. Password and 2FA changes don't stop either.
- Obsidian Bases Obsidian's built-in database views over frontmatter β YAML filters, formulas, and table views, used here as the vault's maintenance dashboard
- OSS sustainability Funding patterns single-maintainer OSS authors use to keep working on their projects β sponsorships, memberships, consulting, hosted services
- pair-programming Two developers working the same code at the same time β peer-reviewed evidence of comparable quality at equivalent cost to solo+review, strongest benefit on complex tasks and for junior developers
- PARA Method Organize everything by actionability: Projects, Areas, Resources, Archive
- PASETO Platform-Agnostic Security Tokens β a tighter alternative to JWT that removes algorithm choice and the JOSE footguns
- Patch β Port (the New Unit of OSS Contribution) Ronacher's MiniJinja RustβGo port for 45 human-minutes and $60 β and the structural consequence that the OSS upstream-fix loop weakens as fork-and-port gets cheap
- Philosophical Zombies Chalmers' thought experiment of a being physically identical to a human but without inner experience, and Rovelli's self-defeat objection
- Pointer Provenance The idea that a pointer carries not just an address but an identity tied to the allocation it was derived from, which compilers must respect
- Porto SAP Layered PHP/Laravel-oriented architectural pattern β Containers (per-domain business logic) + Ship (shared infrastructure), Actions orchestrating single-`run()` Tasks, every artifact in its own class and predictable folder
- Positioning vs vision gap The market reduces ambitious product framings to short descriptions; without an anchor use case underneath, the simple description becomes the actual product
- Post-Quantum Cryptography PQ algorithms, NIST standards, migration priorities, and what's not threatened
- PQ-WireGuard Post-quantum variants of the WireGuard VPN protocol β the original HΓΌlsing 2021 design and two 2025β2026 papers that revisit it
- Privilege Dropping Least privilege applied at startup β acquire resources, then irreversibly shed capabilities so a later compromise is contained
- Programming as Theory Building Naur's 1985 thesis that the primary product of programming is the team's shared mental model; code, docs, and tests are artifacts in service of that theory
- Progressive Summarization Layered note distillation technique: compress a little more each time you revisit
- Purpose-driven vs system-driven design Two design philosophies β start from a user problem (purpose) or from composable primitives (system); systems impress builders but users buy purpose
- Pwn Request Pattern GitHub's `pull_request_target` running fork-controlled code in the base repo's permission context
- RAII Resource Acquisition Is Initialization β bind resource lifetime to object lifetime so cleanup runs deterministically when the object goes out of scope
- Random-Rotation Quantization Rotate vectors by a random orthogonal transform, then quantize each coordinate against a fixed codebook β outliers dissolve, no per-block metadata, one codebook fits all inputs
- Reactive Signals Reactive primitive for automatic state propagation, now the dominant model in JS frameworks
- REAP β Router-weighted Expert Activation Pruning Cut the least-active experts from an MoE model based on a target-domain calibration dataset; 20% size reduction with most agentic-coding capability retained
- Recall-to-judgment shift AI moves programming's cognitive burden from retrieving syntax and patterns to evaluating whether generated output is correct and appropriate β relocation, not reduction
- Reinforcing KEM (RKEM) A KEM whose long-term public key security can be reinforced by an ephemeral public key, without paying full security cost on the ephemeral side
- Reproducible Builds Bit-for-bit identical output from the same source, and why compilers keep breaking it
- Reps as pattern recognition What second-time founders actually have isn't lessons explicitly learned but accumulated pattern recognition that makes them faster β petri-dish process over single-idea conviction
- Rust Send and Sync The two auto-traits that govern thread safety in Rust; `Send` for cross-thread move, `Sync` for cross-thread shared reference, with `&T: Send` β `T: Sync`
- Sandboxing AI Agents Taxonomy of approaches for constraining what an AI coding agent can do β OS isolation, network policy, syscall filtering, HTTP interception
- Scaffold-Model Fit Coding-agent benchmark scores measure model Γ scaffold, not model alone β small local models inherit responsibilities the scaffold assumed they'd self-manage
- Secret Sharing Splitting a secret into n shares such that any t reconstruct it and fewer than t learn nothing; the additive substrate underneath MPC
- Secure Multiparty Computation Cryptographic protocols where n parties jointly compute f(xβ,...,xβ) without revealing their inputs; the output is the only thing learned
- Serverless Relay Transport Using a cloud provider's free-tier serverless runtime (Apps Script, Workers, Cloud Run) as the exit hop for a circumvention proxy
- ship-show-ask Wilsenach's three-way classification of changes β Ship (merge directly), Show (merge then review), Ask (open PR and wait) β that reduces the proportion of work needing blocking review
- Signed vs Unsigned Sizes The language-design choice between signed and unsigned size types β the bug classes each enables, and the languages that picked each side
- Skill atrophy and the supervision paradox The circularity where agent oversight requires the critical-thinking and code-reading skills that heavy agent use measurably erodes
- Skip list Probabilistic ordered structure of stacked linked lists with O(log n) expected search; the standard MemTable choice in LSM engines
- Slop-marker convention The idea of an explicit, machine-and-human-readable marker declaring code (or text) as slop β defined by its production process, not its surface
- Speculative Decoding Predict multiple tokens per forward pass, verify in batch β four llama.cpp variants (draft model, MTP, EAGLE3, ngram-mod) trade off draft quality, memory, and applicability
- Speculative growth A temporary, unsustainable overvaluation can leave a permanent real legacy β if it installs enough capital to push the economy into a self-sustaining higher-capital equilibrium before the correction arrives
- Spinlock Locking by busy-waiting in a tight loop instead of sleeping; cheap when critical sections are short, catastrophic when they aren't
- Splay list Skip list that adaptively raises hot keys toward the top, reducing search depth to log(1/p) for high-hit-ratio keys (Aksenov 2020)
- SSH agent forwarding risk Why ssh -A (and the ForwardAgent config keyword) hand the destination host the ability to authenticate as you anywhere your loaded keys reach
- SSH port forwarding The four shapes of SSH tunneling β local (-L), remote (-R), dynamic SOCKS (-D), and jumphost (-J) β and which network shape each one solves
- SSO concentration risk SSO trades distributed risk for concentrated risk β same expected loss in theory, dramatically worse failure mode in practice when the IdP terminates the relationship
- Stacked PRs Pipelining the code-review process by submitting sequential dependent PRs simultaneously; the workflow that exposes git's missing successor-commit primitive
- Stateful agent routing primitive The missing piece in cloud-native architecture for talking to a specific durable process β a routable transport name that isn't a server, well-fit to pub/sub channels
- Steering Vectors Manipulating LLM activations mid-inference to bias output toward a concept, without changing the weights
- Store-Now-Decrypt-Later Harvest encrypted data now, decrypt with future CRQC β why PQ migration is urgent today
- Structure-Aware Fuzzing Fuzz a function by generating valid in-language values (structs, slices, pointers) instead of raw bytes; the fuzzer mutates bytes underneath and the runtime handles encode/decode
- Supply Chain Security Protecting code-to-artifact chain: CI/CD, dependencies, registries, releases, defense patterns
- TC39 Proposal Signals Stage 1 proposal to add native Signal primitives to JavaScript
- TCP Congestion Control How TCP throttles sending speed to prevent network collapse, and why the first RTT is ~13 kB
- Testing-heavy, no-review workflow Ship large volumes of unreviewed (including agent-generated) code by trusting randomized testing over human code review β the CPU-verification model applied to software
- The dogfooding trap Running your company on your own product tests whether it's bug-free, not whether anyone else wants it; you understand every concept because you invented every concept
- Thinking-Mode Rule Erosion Reasoning modes degrade rule-following β when models "think," they evaluate whether contextual rules are load-bearing and skip the ones they decide are arbitrary
- TLS Desync via Fake ClientHello Send a low-TTL fake ClientHello with a benign SNI before the real one, so the DPI logs the wrong hostname and waves the connection through
- Tokenmaxxing NYT-coined term for the status game of consuming the most AI tokens; consumption metrics divorced from output, sometimes formalized in internal leaderboards
- trunk-based-development All developers integrate to a single mainline at least daily, in small batches, with feature flags managing incomplete work β the DORA-correlated practice that replaces long-lived feature branches
- Type System Axes Static/dynamic (when types are checked) and strong/weak (how much implicit coercion) are independent dimensions
- Typed De Bruijn indices for LLMs Replace variable names with typed slot references (`@Type.n`) so naming-related LLM error modes β misleading names, reused names, lost references β become impossible
- Unmaintained-Scanner Pressure Binary "no release in N months β unmaintained" heuristics generate downstream pressure on mature infrastructure libraries to ship churn or accept new maintainers
- Vibe-engineering Using an agent to accelerate your own decision-making across every layer of a system, rather than delegating the decisions β the line that separates it from vibe-coding
- Virtual Filesystems for LLM Agents Exposing databases as UNIX filesystems so LLM agents can browse instead of chunk retrieval
- VLESS Subscription Format Base64-encoded newline-separated VLESS URIs consumed by V2RayN, Clash, and similar clients
- WebAssembly Portable, sandboxed compilation target: core spec, interpreter vs AOT runtimes, wasm2js fallback
- Whitelist Capability Config Embedded-scripting design where the config language starts with zero capabilities and the host registers each one explicitly, instead of starting from a full language and removing dangerous bits
- Whitelist Internet Blocking Default-deny national filtering where only explicitly approved destinations resolve
- Working around agent failure modes is the skill Most of the skill in using coding agents is knowing their specific failure modes and building around them β a skill that decays as labs fix those failures
- Yggdrasil Network Experimental overlay IPv6 mesh network where each node's address is derived from its public key; routing is location-independent and decentralized
- Zig comptime Zig's compile-time evaluation mechanism β same language at compile time as runtime, used for generics, typeclasses, and metaprogramming
entity 127
- 0xsid 0xsid's personal blog at 0xsid.com β short opinion posts on agentic coding workflows and developer experience
- A Collection of Unmitigated Pedantry (acoup.blog) Bret Devereaux's blog on ancient military and economic history, read through pop culture β long multi-part Collections on how pre-modern societies actually worked
- acai.sh blog Single-author blog from the developer of acai.sh, on spec-driven AI-assisted development
- Addy Osmani blog Engineering manager at Google Chrome's developer-tools team; long-form essays on web performance, software craft, and the cognitive economics of AI-assisted coding
- alejandro.pe Alejandro Garcia Salas's personal site at alejandro.pe β long-form retrospectives on product, design, and engineering from a founding-engineer career
- Alex Ellis Founder of OpenFaaS/Actuated/Inlets; blogs on self-hosted infra and local AI economics at blog.alexellis.io
- Alexandr Wang Scale AI founder, became Meta's Chief AI Officer at 29 via the ~$14.3B Scale acqui-hire; runs Superintelligence Labs through the 2026 retention crisis
- Amy J. Ko blog UW Information School professor (HCI, CS education) who writes Bits and Behavior on Medium, mostly LLM-skeptical takes on programming and learning
- andrea-laforgia-blog Andrea Laforgia's substack (a4al6a.substack.com) β evidence-driven essays on software engineering practice and continuous delivery
- Andrew Bosworth Meta CTO since 2022; built the parallel Applied AI Engineering org in 2026 that routes around Wang's Superintelligence Labs
- Andrew Nesbitt (nesbitt.io) Blog covering package registries, supply-chain observability, git internals, and open-source infrastructure
- Anthony Moser (anthonymoser.github.io) Anthony Moser's GitHub Pages blog; "haterdom" essay series critiquing AI, with community-translated editions
- antirez (Salvatore Sanfilippo) Creator of Redis; writes prolifically about programming with LLMs; building DwarfStar, a local inference engine
- Antman Does Software (Anthony Manning-Franklin) Anthony Manning-Franklin's blog at antman-does-software.com on software craft, learning, and AI skepticism
- antonz.org Anton Zhiyanov's blog on Go, SQL, CLI tools, and interactive programming guides
- appsec.guide β Trail of Bits Testing Handbook Trail of Bits' open testing handbook; security-testing guidance organized by language and technique, covering fuzzing, static analysis, cryptographic testing, web app testing
- Argemma Blog Security-engineering blog at argemma.com, practical posts on cryptography, credentials, Go vulnerabilities, and AI/ML threat models
- arkaung.github.io arkaung's GitHub Pages site with interactive math tutorials; Interactive TurboQuant is the first ingested piece
- Armin Ronacher (lucumr.pocoo.org) Armin Ronacher's blog at lucumr.pocoo.org β Flask creator, Sentry co-founder, currently building Pi; long-running posts on Python, infra, and (recently) LLM tooling
- arp242 (Martin Tournoij) Open-source developer; primary fsnotify maintainer; long-running personal site at arp242.net
- asciimoth/ygg (Yggdrasil fork) Fork of yggdrasil-go separating the library (ygglib) from the daemon (yggd) and adding an embedded userspace TCP/IP stack for in-process networking
- avkcode.github.io/blog avkcode's blog β AI industry analysis, geopolitical AI economics, infrastructure and hyperscaler dynamics
- billjings.com Bill Jings's writing β software engineering practice, version control, async development workflows, tooling critique
- Bitwarden Freemium open-source password manager, $100M PSG-backed since 2022, dual-track architecture (heavyweight .NET server, third-party Rust Vaultwarden), accumulating security incidents
- Block, Inc. Jack Dorsey's payments company (Square, Cash App), also the publisher of Goose and Buzz β open-source agent tooling built on open protocols rather than vendor platforms
- blog.andymasley.com Andy Masley's Substack β numerate critique of AI environmental panic, focused on water and data-center coverage; sober pro-AI on narrow technical points
- Boldly Go (boldlygo.tech) Jonathan Hall's daily blog and newsletter on the Go programming language, language-spec walkthroughs, and Go testing patterns
- bora.sh Bora TanrΔ±kulu's personal blog at bora.sh β short systems-engineering write-ups in the style of "I built X, here's the gnarly platform-specific bit"
- Borogove Web-based XMPP chat client with local IndexedDB message storage
- brgsk (brgsk.xyz) Blog with careful writeups on agent memory and AI systems that separate cognitive-science words from real engineering
- Bryan Cantrill Systems engineer, DTrace co-creator, Oxide CTO; writes on software engineering culture
- C3 Christoffer Lerno's C-tradition systems language; opinionated successor that's rethinking C's defaults from scratch
- causality.blog Anonymous essay blog on programming-language foundations, concurrency, and the questions the mainstream debate skips
- Charles Leifer's Blog Python and database systems engineer at charlesleifer.com; peewee ORM, SQLite/Postgres deep-dives, Redis internals, well-aged opinions
- Claude Code Anthropic's terminal coding agent β the tool that maintains this vault, and the thing most of the toolbox extends
- Clippy The official Rust linter; ships hundreds of lints across ten categories, configurable per crate or per workspace via Cargo.toml
- CodeUtopia Jani Hartikainen's long-running blog on testing, maintainable code, and the craft side of software engineering
- Cory Doctorow SF author and EFF advisor who writes Pluralistic and coined "enshittification"; central to the anti-monopoly / platform-decay discourse
- Coywolf Jon Henshaw's site at coywolf.com β short notes on web tech, RSS, indie web, and SEO-adjacent tooling
- Dan Luu (danluu.com) Dan Luu's blog β measurement-driven engineering writing from a CPU-verification background, covering testing, reliability, org dynamics, and now AI coding
- datagirl.xyz Snow's personal blog at datagirl.xyz on retro x86/DOS systems, emulator internals, and low-level reverse-engineering
- David Crawshaw (crawshaw.io) David Crawshaw's blog at crawshaw.io β co-founder of exe.dev, ex-Tailscale, ex-Google; writes on agent-driven engineering, small teams, and infrastructure
- dayvster.com Dayvi Schuster's blog β modern systems-language opinions (Zig, Odin, C3), C++ defense, memory-management primers, anti-Rust contrarian takes
- DeepSeek Chinese AI lab whose V3/R1/V4 model line drove the open-weights reasoning-model cost-collapse story of 2024-2026
- dpc.pw (Dawid CiΔΕΌarkiewicz) Blog by systems/crypto maintainer on LLM coding, dev-env isolation, open-source collaboration
- DuckDB In-process analytical SQL database (columnar, vectorised, ACID) β popular for data-science notebooks and embedded analytics; gained a client-server protocol (Quack) in 2026
- Edward Zitron Tech journalist behind "Where's Your Ed At," focused on AI industry financial unsustainability
- Elena Verna's Growth Scoop Elena Verna's Substack newsletter on PLG, solopreneurship, and adapt-or-die framing for the AI-shaped workplace
- emirb.github.io Emir BeganoviΔ's personal blog (Booking.com Staff SRE) on infrastructure, virtualization, and KubeCon-shaped industry surveys
- emschwartz.me Evan Schwartz's blog; Rust, web payments, and the Scour personalized-feed product
- ENOSUCHBLOG (blog.yossarian.net) William Woodruff's blog β programming, philosophy, and pedaling; security-tooling and open-source-supply-chain writing
- exe.dev blog (blog.exe.dev) Company blog of exe.dev, the nine-person fast-booting-VM startup; agent-driven engineering practice written up from inside a team that ships on it
- Fred Brooks Author of The Mythical Man-Month and No Silver Bullet; Turing Award 1999
- fsnotify Go cross-platform filesystem-notifications library; 321k dependent projects, the de facto file-watching primitive in the Go ecosystem
- Garry Tan CEO of Y Combinator since 2023; recent figurehead for the executive AI-agent enthusiasm pattern, popularized "cyber psychosis" framing
- gingerbill.org (Ginger Bill) Ginger Bill's blog β creator of the Odin language, writing on tool design, language design, and programming culture
- Gowers's Weblog Tim Gowers's WordPress blog on combinatorics, mathematical exposition, and (recently) LLM-assisted mathematical research
- Graham Helton's blog Red-team operator's blog at grahamhelton.com on SSH tradecraft, lateral movement, and offensive security tooling
- Greg Wilson (third-bit.com) Greg Wilson's blog β empirical software engineering and research methods, skeptical of unmeasured claims about AI-assisted coding
- GTFOBins Curated list of Unix-like executables that can be abused to bypass restricted shells, escalate privileges, and transfer files when an attacker is constrained to "live off the land"
- HandyAI Substack newsletter on agent workflows, async coding bots, and AI-powered workspaces; written by an AI power user who is also skeptical of AI-induced executive theater
- Happ Closed-source Android/iOS VLESS client popular in the RU VPN reseller market
- icefox (wiki.alopex.li) Simon Heath's personal wiki; programming-language design, systems programming, software culture
- Interfaze AI startup building a deterministic-by-design model aimed at structured output and parsing tasks; published the open Structured Output Benchmark in April 2026
- internals-for-interns JesΓΊs Espino's weekly blog on software internals β Go runtime, filesystems, Linux kernel β written as "useful maps" not exhaustive references
- itayinbarr.substack.com Itay Inbarr's Substack on agent scaffolds, small-local-model benchmarks, and the scaffold-model-fit framing of coding-agent evaluation
- James Bennett Django core contributor, blogger at b-list.org, careful LLM skeptic
- James Zhan (journal.james-zhan.com) James Zhan's personal journal β writing, typography, Mac software, and the case for declaring human authorship; footer reads "100% written by James, not AI"
- jdx Jeff Dickey's blog at jdx.dev β author of mise and several other developer-tooling projects under the en.dev umbrella
- jxnl.co Jason Liu's writing β instructor library author, AI agent workflows, structured output, RAG, knowledge work with coding agents
- Lars Faye Lars Faye's personal site at larsfaye.com β articles on AI in software engineering, vendor dependency, and developer-skill economics
- Leonie Monigatti AI engineering writer at leoniemonigatti.com on RAG, context engineering, embeddings; workshop speaker
- Lewis Campbell Software consultant blogging at lewiscampbell.tech, also runs the data-consulting site outdata.net
- LibAFL Rust framework for building coverage-guided fuzzers β composable stages, mutators, observers, and feedbacks instead of a fixed loop; descendant of AFL++ research
- log.0x21.biz (oxzi) oxzi's blog β systems and security writeups in Go, OpenBSD/Linux sandboxing primitives; author of syscallset-go
- loopwerk.io Kevin Renskers's personal blog at loopwerk.io β practical write-ups on Python, web dev, and developer tooling, often comparison-shaped
- Marius (γγͺγ¦γΉ.com) Marius's personal blog on self-hosting, OpenBSD, GrapheneOS, hardware longevity, and the politics of consumer computing
- mattn (Yasuhiro Matsumoto) Prolific Japanese Go and Vim open-source developer; author of many widely-depended-on Go libraries
- Meta Platforms Facebook/Instagram parent company; the AI org under Wang/Bosworth has become the public face of large-AI-lab cultural dysfunction in 2026
- metalevel.at Markus Triska's site β Power of Prolog book, declarative-programming essays, constraint logic programming, logic puzzles, and Prolog-driven compilers/interpreters
- Mintlify Developer tools company building AI-powered documentation assistants
- mrmarket bearblog writer on tech culture, founder brands, and the decay of the open internet
- Nautilus Grammar-based coverage-guided fuzzer; uses tree mutations on context-free grammars to produce structurally valid inputs that survive front-end parsing
- npmx.dev MIT-licensed alternative web frontend over the npm registry, launched by Daniel Roe in January 2026
- Obsidian Local-first markdown knowledge-base app with a community plugin / theme ecosystem; the canonical PKM target this wiki is built against
- OpenAI AI company behind ChatGPT, converted from nonprofit to for-profit, preparing for $1T IPO
- Pine AI Research org behind the Incompressible Knowledge Probes paper; Bojie Li's group, 01.me/research
- PostgreSQL Open-source relational database; process-per-connection model with a shared buffer pool, central to several recent kernel-interaction stories
- Pure Systems Blog at pure-systems.org on functional programming, language design, and systems programming from a long-time Haskell user
- QEMU microvm machine type QEMU's stripped-down x86 machine type β no PCI, no ACPI, virtio-mmio only, qboot firmware, direct kernel boot, triple-fault shutdown
- ratfactor (Dave Gauer) Dave Gauer's long-running personal site, full of "cards" β short focused notes on programming, Unix, and personal computing
- Retro Catalog Curated database of retro gaming handhelds and emulator-target games, built by Jipsony as a buyer's guide for the modern Anbernic/Miyoo/Retroid ecosystem
- Rivet Blog rivet.dev β engineering writeups from the team behind the Sandbox Agent SDK, focused on agent sandboxing and microVM infrastructure
- runtimewire.com Developer-infrastructure news site; short launch reports that check vendor claims against the project's own architecture and specification docs
- rust-vmm Shared Rust crate ecosystem under most modern VMMs β kvm-ioctls, vm-memory, virtio-queue, vhost-user β with multi-vendor governance
- Rye Homoiconic general-purpose language in pure Go, designed to be embedded as a config or scripting layer with per-word capability registration
- Ryelang Blog refaktor/rye project blog at ryelang.org/blog β language design notes, embedding tutorials, and capability-control writeups
- Sam Altman CEO of OpenAI, central figure in AI industry governance debates
- SDL (Simple DirectMedia Layer) Cross-platform low-level library for video, audio, input, and threading; SDL3 is the current major version, maintained by libsdl-org
- Sean Goedecke's Blog Sean Goedecke's blog at seangoedecke.com β staff engineer essays on LLMs, careers, and the inside view of working at GitHub and Zendesk
- Seiya Nuta Systems programmer and microkernel author behind Resea and FTL; blog at seiya.me on OS internals and IPC design
- Simon Willison's Weblog Simon Willison's daily blog at simonwillison.net β short link-and-commentary posts on LLMs, datasette, web tooling, and open-source governance
- sing-box Universal proxy platform in Go β the core underneath many modern circumvention clients
- Socket Blog Socket.dev's writeups of npm/PyPI/RubyGems supply-chain incidents and ecosystem-security analysis
- specification.website A single-author opinionated reference catalog of modern web specs, grouped by category and tagged Required/Recommended/Optional/Avoid
- specular.fi Personal engineering blog at specular.fi β short, code-driven notes on Linux internals, Alpine, Docker, and unfamiliar Unix tools
- Stoffel Labs MPC-as-a-service company building a developer-facing platform on top of [[secret-sharing]] + [[beaver-triples]] protocols
- stvn.sh stvn's writing site at stvn.sh β first-person essays on tech work, AI corporate culture, and institutional knowledge
- Tangled A git collaboration platform built on atproto, with self-hostable "knots" for repos and "spindles" for CI β and an engineering blog at blog.tangled.org
- TanStack JS/TS library collective behind Query, Router, Table, Form, Virtual, Start β Tanner Linsley
- Ted Chiang Science-fiction writer and essayist; recurring critic of LLM hype and anthropomorphism for The New Yorker and The Atlantic
- Terence Tao Fields Medal mathematician who writes first-hand about using LLMs and coding agents for math exposition, tooling, and research
- The Coder Cafe Substack newsletter covering one systems/concurrency/Linux concept per post in a "have a coffee, learn one thing" format
- The Old New Thing (Raymond Chen) Raymond Chen's long-running Microsoft devblog on Windows internals, calling conventions, archaeological NT/Win9x history, and the why behind compatibility quirks
- the_smart_ape (X account) X/Twitter account posting long-form security and SaaS-operator threads with concrete failure-mode case studies
- theocharis.dev Jeremy Theocharis's blog on LLM-assisted work, local-first software, and engineering practice; writes with LLMs about using LLMs
- Thomas Depierre (Musings about software) Elixir and DevOps consultant blogging at softwaremaxims.com; evidence-first takes on software practice and LLM skepticism
- Trail of Bits New York-based security research and consulting firm; long history of audits, fuzzing tooling, and cryptographic review for crypto/blockchain and infrastructure clients
- TSPU Russia's state-mandated DPI/filtering infrastructure deployed at every major ISP
- Typeset in the Future (Dave Addey) Dave Addey's blog on the typography and graphic design of sci-fi films
- Unsloth Quantization team behind the UD-Q*-XL GGUF family and Unsloth Dynamic 2.0 scheme; most-cited dynamic-quant publisher for Qwen/Gemma/DeepSeek
- Vaultwarden Unofficial Rust reimplementation of the Bitwarden server by dani-garcia, lightweight enough to run on a Raspberry Pi, ~3Γ the GitHub stars of the official server
- verrchu's blog verrchu's blog at verrchu.github.io β short, deep technical posts on Rust gotchas with full compile errors and accompanying source
- Xe Iaso (xeiaso.net) Writer/engineer behind Anubis; writes on WebAssembly, reproducible builds, Nix, web infra
- xz-utils Incident 2024 social-engineering supply-chain attack where a long-running fake-maintainer persona ("Jia Tan") inserted an SSH backdoor into xz/liblzma
- Zig Andrew Kelley's systems language; manual memory via arenas and allocators, no hidden allocations, comptime as the type-system programming mechanism
- zknill.io Zach Knill's blog β distributed systems, durable execution, agent infrastructure, the routing primitive missing from cloud-native
overview 2
- Kenn Software: local-first agent tooling suite Kenn Software's five single-binary, local-first Go tools for the agentic era β kata, middleman, agentsview, msgvault, roborev
- Planned Pages Wikilinks deliberately left unresolved because the page is worth writing later, and what already references each one
summary 190
- "No AI" Statements Are Necessary and Useful James Zhan's rebuttal to the "just write well and readers will know" defense β handmade labels predate AI, detection is broken in both directions, and the marker is a stance
- 1Password β What We Learned Using AI Agents to Refactor a Monolith 1Password decomposes a multi-million-line Go monolith with AI agents; the win is agent-built deterministic tools, not agent-written code
- 80 tok/s + 128K Context on 12GB VRAM β Qwen3.6 + MTP janvitos's RTX 4070 Super config β Qwen3.6-35B-A3B MTP UD-Q4_K_XL on 12GB via `-fitt 1536`; thread also documents turboquant+MTP on a GTX 1070
- 86-DOS 1.00 and PC-DOS 1.00 Source Listings (Paterson Listings) Microsoft's April 2026 release of recovered, scanned, OCR'd 86-DOS 1.00 and PC-DOS 1.00 development listings from Tim Paterson, MIT-licensed
- A Haskeller's case for Zig A long-time Haskell user evaluates Zig on three axes β domain expressiveness, type-system programmability, mean-free path β and concludes comptime gets you most of Haskell without GC
- A Place for Everything β Zornek's Work-Tracking System Mike Zornek's method for tracking software work in GitHub Issues and Projects β nine status stages, issue types, and PRs written as stories
- A recent experience with ChatGPT 5.5 Pro (Gowers) Tim Gowers reports ChatGPT 5.5 Pro producing an "original and clever" PhD-level result in additive combinatorics in under two hours, with no mathematical input from him
- A Simplified Model of Fil-C Walks through how Fil-C makes C/C++ memory-safe β shadow AllocationRecord pointers, parallel "invisible bytes" for heap pointers, and a GC
- A Tale of Two Worlds β Hybrid-WireGuard Lafourcade et al. (USENIX Security 2025) formally analyze PQ-WireGuard, fix it, and propose a hybrid variant with formal proofs in SAPIC+ (ProVerif/Tamarin/DeepSec) and a Rust implementation
- A Text Editor as a User Interface (Dave Gauer) Using $EDITOR as a UI bridges the gap between CLI args and a full TUI; precedents are crontab -e, git commit, visudo, and vipw
- Adding author context to RSS (Coywolf) Henshaw's writeup of Terry Godier's Byline spec proposal β structured author identity for RSS/Atom/JSON Feed via a new namespace
- ADK Go 1.0 Google's Agent Development Kit for Go 1.0: tracing, plugins, HITL, YAML config, A2A protocol
- Agent Memory Strategy Decision Tree Five-question tree for placing each category of agent information into working, semantic, episodic, or procedural memory
- Agentic Coding is a Trap Lars Faye on the supervision paradox β agent oversight requires the very skills that agent use erodes, plus vendor lock-in and token cost volatility
- Agentic Coding is Burning Me Out 0xsid on decision fatigue as the next invisible friction β gacha-loop psychology, broken pacing, and the verifier-of-the-verifier regress
- Agentic Search for Context Engineering Leonie Monigatti's case that context engineering is ~80% agentic search, with three demos on what each search tool can and can't do
- AI Backlash β Public Polling Sentiment (May 2026) Axios on the May 2026 polling collapse β under-30s have lost the AI consumer base, both parties say development moves too fast, executives can't see it
- AI Cannot Forget or Forgive Machine memory has no decay and no forgiveness op; forgetting is adaptive compression the substrate lacks
- AI Didn't Make Programming Easier. It Just Made It Differently Difficult Osborn's CACM piece grounding the AI-coding shift in memory research β the burden moves from recall to judgment, and judgment is harder to build than recall was
- AI Is Too Expensive Zitron's May 2026 follow-up to the subprime-AI thesis β Microsoft sunk $87B into OpenAI, hyperscalers need $3-6T to break even, enterprises blow through token budgets, Zillow is AI Chernobyl
- Anubis WASM vendor binary: reproducible builds are surprisingly hard Three ways the compiler broke determinism while vendoring a wasm2js binary for Anubis
- appsec.guide β Fuzzing Chapter (Trail of Bits Testing Handbook) Trail of Bits' Testing Handbook fuzzing chapter β terminology, the mutation-based evolutionary algorithm, fuzzer components, and a taxonomy of bug classes; entry point to language-specific subsections
- Average Is All You Need Rawquery's thesis that LLMs make "average" output cheap, plus a walkthrough of agent-driven email-campaign attribution in five minutes
- Awesome DeepSeek Agent (deepseek-ai curated list) DeepSeek's official curated list of 16 AI agent and coding-assistant tools that ship step-by-step integration guides for DeepSeek-V4-Pro and DeepSeek-V4-Flash
- Beaver Triples for Secure Multiplication Stoffel Labs walkthrough of how Beaver triples let secret-shared values be multiplied without raising the reconstruction threshold
- Bitcoin and Quantum Computing Narula's risk framework for Bitcoin's PQ migration β 5% break probability by 2030, uniquely hard to coordinate
- BubbleWrap your dev env and agents CiΔΕΌarkiewicz's Bubblewrap-based isolation for LLM agents, with Nix and tmux integration
- Build Your Own OpenClaw 18-step Python tutorial for building a Claude Code-style coding agent from scratch
- Building a Consumer-Parts Homelab Server Cleberg's homelab writeup β ditching a loud used enterprise box for a quiet consumer-parts 4U build, and the backwards fan that cooked the drives
- Building a Go Transaction Linter How lΓ©on h built transactioncheck after shipping a transaction leak bug to production
- Building a Second Brain: Overview Tiago Forte's BASB methodology: CODE framework, PARA organization, progressive summarization
- Buzz: Block's Nostr-Backed Workspace for Humans and Agents Dorsey's open-source Slack/GitHub replacement gives agents the same signed identity as employees β and the runtimewire writeup checks the decentralization claim against the architecture doc
- Bypassing DPI with eBPF sock_ops Bora TanrΔ±kulu builds gecit β eBPF sock_ops on Linux for in-kernel SNI desync, gVisor + TUN as the "tiny VPN" fallback on macOS/Windows
- Claude Is Not a Compiler Bleecher Snyder retires the compiler analogy β an agent's value is working vertically across layers, demonstrated by building exe.dev's distributed DNS server in a week
- Clean Code in the Age of Coding Agents Code structure matters more with agents β context windows are finite, messy code wastes tokens
- Codex-maxxing jxnl's operating loop for Codex β durable threads, voice input, steering, file-backed memory, Heartbeats, Goals, and the side panel as where work lives
- Coding-Agent Tests of Local LLMs on 16 GB VRAM Vyacheslav's RTX 5070 Ti tests of Gemma 4 / Qwen 3.6 / Qwen Coder via OpenCode + llama.cpp β Gemma wins 12/12, Thinking mode hurts rule-following
- Compiler codegen luck β a cosmetic edit that ran 6x faster A one-line C rewrite (*p++ = x vs *p = x; p++;) flips Clang between a branch and a branchless csel/cmov, changing quicksort speed 6x
- Constraint Decay: LLM Agents in Backend Code Generation A benchmark showing coding agents lose ~30 assertion-pass points as production structural constraints accumulate
- Control the Ideas, Not the Code antirez argues line-by-line review of LLM code is mostly wasted effort β own the design, spend the hours on QA and direction
- CRQC Timeline: A Cryptography Engineer's Perspective Valsorda's April 2026 reassessment β two papers collapsed quantum timelines, Google sets 2029 migration deadline
- Dan Luu on AI Coding, Testing, and Variance Dan Luu applies a CPU-verification background to agentic coding β testing-heavy no-review workflows, the meaninglessness of single-number model benchmarks, and working around agent failure modes
- DeepSeek-V4 Roleplay Thinking-Mode Instructions A Chinese-language guide documenting DeepSeek-V4's training-injected markers that toggle the thinking trace between immersive monologue and pure analysis
- Designing Microkernel IPC Seiya Nuta's design walkthrough of FTL's IPC: notify-and-pull, no IDL, Plan-9-shaped operations, peek-then-receive
- Detecting DOSBox via the Callback Opcode Snow's trick for proving DOSBox by triggering its custom-invented FE/7 callback opcode and watching whether a
- Direct Win32 API and Weird-Shaped Windows How Win32 lets you create non-rectangular windows, and why that era of desktop UI mostly disappeared
- Don't Outsource Learning Addy Osmani's argument that the default AI coding loop quietly trades comprehension for completion, with three converging studies and a posture-shift prescription
- don't sign in with google (the smart ape, 2026) A friend's three-year SaaS dies overnight when Google suspends his account β the thread walks through cascading SaaS lockout, four post-password-reset attack vectors, and a triage rule for when SSO is actually fine
- Dropping Privileges in Go A Go program self-restricting at startup β chroot, setrlimit, pledge/unveil, seccomp, Landlock β via x/sys/unix
- DuckDB Quack Protocol DuckDB ships an HTTP-based client/server wire protocol; 60M rows in <5s (3Γ Arrow Flight, 32Γ Postgres), beats Postgres on small writes up to 8 threads
- Eight Years of Wanting, Three Months of Building with AI Vibe coding failure, disciplined rewrite, the addiction loop, and why design can't be delegated
- Emotion Concepts in Claude Anthropic finds 171 emotion vectors in Claude that causally influence behavior, some invisibly to output
- ETH Zurich Geometric Quantum Gates ETH achieves 99.91% fidelity swap gates on 17,000 neutral-atom qubit pairs using geometric phases
- Fast Levenshtein Distance Using a Trie How to find dictionary words within N edits of a query 300Γ faster by sharing Levenshtein table rows across trie prefixes
- Features everyone should steal from npmx Nesbitt catalogs 17 npmx.dev features as a registry-design spec, plus the competitive-pressure effect on npmjs.com
- Forge β one CLI for every git forge Nesbitt's Go CLI and library that presents a single unified interface over GitHub, GitLab, Gitea/Forgejo, and Bitbucket β detects the forge from the git remote, reuses existing tokens, targets both humans and coding agents
- fsnotify Maintainer Dispute and Supply-Chain Concerns A maintainer-access dispute in fsnotify (321k dependents) read from the outside as a possible takeover; what actually happened, and why governance ambiguity is itself a supply-chain risk
- Full Text Search with IndexedDB Building full-text search on IndexedDB with multiEntry indexes and rarest-term probing
- Garbage Collection Without Unsafe Code Fitzgerald's safe-gc library implements a Rust GC with zero unsafe code by routing every access through Heap indexing instead of pointer deref
- git history: safer history rewrites in core git New experimental git subcommand β fixup, reword, split β that rewrites old commits and autorebases all branches, atomically
- Git is not fine Bill Jings' case that git's workflow primitives (no successor commits, no rebase history, branches that aren't 1:1 with PRs, opaque staging) break under stacked PRs and async development
- Git's Magic Files Committed files that control git behavior β .gitignore, .gitattributes, .mailmap, .git-blame-ignore-revs
- Going full-time on open source (jdx) Jeff Dickey leaves Figma to work full-time on mise and friends under en.dev, with $600/month of OSS income at announcement and a tiered sponsorship plan
- Good Tools Are Invisible Ginger Bill argues a good tool disappears into the background; celebrating its friction as a "fun puzzle" is a sign it's failing you
- gosentry β Trail of Bits' Go Fuzzing Fork Kevin Valerio (Trail of Bits) introduces gosentry, a Go toolchain fork that wraps the standard testing.F API around a LibAFL+Nautilus engine for grammar, struct, race, leak, and overflow detection
- Happ Subscription Converter PHP scripts emulating Happ VPN client to extract VLESS lists and bypass HWID-based device limits
- Hold on to Your Hardware AI data centers are eating global DRAM/NAND/HDD supply, consumer hardware becoming scarce and expensive
- How do I deal with memory leaks? Stroustrup's C++ FAQ answer β write code without leaks by hiding allocation in containers and resource handles, not by chasing leaks after the fact
- httpx2 as the blessed httpx fork Michiel Beijen on why his httpxyz fork is yielding to Pydantic's httpx2 fork, the Codeberg-vs-GitHub effect, and what httpx2 already got right
- I Am An AI Hater (Anthony Moser) Moser's August 2025 essay rejecting polite AI discourse, cataloging documented harms, and framing AI as fundamentally fascist
- I Do Not Recommend Bitwarden After years of self-hosting, Marius's case against Bitwarden β investor capture, enterprise architecture, security incidents, and a divide-and-conquer credential split as the way forward
- I don't want your PRs anymore CiΔΕΌarkiewicz's post-LLM rethink of open-source collaboration β what maintainers want from contributors now that writing code is cheap
- I Still Prefer MCP Over Skills Mohl on why MCP is for service access and Skills are for knowledge β the hybrid pattern
- I Want Local Models to Work Armin Ronacher on why local-LLM UX is worse than it should be β fragmentation, missing tool-streaming, no critical mass β and his pi-ds4 / ds4.c bet
- I Will Never Use AI to Code (Manning-Franklin) Anthony Manning-Franklin's nine-reason refusal, stitching personal-craft, skill-decay, economic, and ethical arguments into one declaration
- If AI Writes Your Code, Why Use Python? (Mitchem) Mitchem's case that the Python/TS default broke once agents got good at Rust and Go β what shipped in Q1 2026 and where the argument breaks
- In Defense of Not Understanding Your Codebase Goedecke's case that partial understanding is the honest baseline in large systems, and one engineering value traded against others
- Incompressible Knowledge Probes (IKP) Bojie Li's IKP benchmark estimates closed-model parameter counts from factual capacity, RΒ²=0.917 calibration; falsifies the Densing Law for stored knowledge; puts GPT-5.5 at ~9.7T effective params
- IngoDB β AI-Native Adaptive Database Self-morphing LSM document store in Rust; reactive indexing from query patterns, Liquid AST for AI agents
- Interactive TurboQuant β Rotate, Then Quantize arkaung's visual explainer of the DRIVE β EDEN β TurboQuant lineage; one rotation turns outliers into a known distribution, one fixed codebook serves every input
- It Is Time To Build A New Internet mrmarket on abandoning the ad- and bot-polluted mainstream web for a small, high-friction, good-faith knowledge commons
- Know Thine Enemy (Ko) Amy Ko's 3-month experiment using Claude Code as an LLM skeptic β it worked, and cost her focus, joy, money, and values
- Let's talk about LLMs (Bennett) Bennett applies Brooks' No Silver Bullet to LLM coding β math caps upside, DORA/CircleCI show instability
- Linux 7.0 cuts PostgreSQL throughput in half Removing PREEMPT_NONE in Linux 7.0 lets the scheduler preempt processes mid-page-fault while holding a PostgreSQL spinlock, melting CPU on contended workloads
- Linux Kernel in PostgreSQL via pgit 1.4M kernel commits in PostgreSQL via pgit; contributor bottlenecks, GPU driver churn, SQL-queryable git
- Linux Kernel Startup Espino's six-phase x86_64 boot map β assembly trampoline, early C, setup_arch, start_kernel, rest_init splitting into PID 0/1/2, kernel_init exec'ing /sbin/init
- little-coder β Scaffold-Model Fit on Aider Polyglot Itay Inbarr shows Qwen3.5-9B Q4_K_M goes from 19.11% (default Aider) to 45.56% (little-coder) on Aider Polyglot by redesigning the scaffold around small-model behavior
- LLMs are breaking 20-year-old system design Zknill on how stateful agents break the load-balancer-plus-database cloud-native assumption β the missing primitive is a routable transport name, and pub/sub channels fit
- Loading... [13 kB] Why downloads stall at 13 kB: TCP slow start and the initial congestion window
- Local AI is not Opus Alex Ellis on why "local Qwen is near-Opus" is wrong, but a tuned local model still earns its keep in a small software business
- Local LLMs Deep Dive β Quants, MoE Offload, REAP, ik_llama, Speculative Decoding Vyacheslav's long-form Habr primer covering BF16, K/I-quants, dynamic quantization, `-fit`/`-cmoe`/`-ncmoe`, REAP expert pruning, ik_llama, MTP/EAGLE3, Linux vs Windows
- LSM Trees and NoSQL Storage LSM tree architecture; MemTable, WAL, SSTables, Bloom filters, compaction strategies, and failure modes
- macOS TCP Time Bomb: 49-Day Kernel Overflow XNU kernel's 32-bit tcp_now overflows after 49.7 days, freezing TIME_WAIT and killing TCP
- Many-Step Sequences in Go State machine pattern for multi-step tasks where each step returns the next, enabling independent testing
- Mesh LLM: Distributed Inference over iroh Pools GPUs across machines as one OpenAI-compatible API; splits big models across nodes over iroh's p2p QUIC transport
- Message Passing Is Shared Mutable State Tu et al's 2019 Go bug study confirms Edward Lee's 2006 prediction β channels are concurrent queues with all the bugs of shared state
- Meta's A.I. Employees Are Miserable NYT (May 2026) on the morale collapse inside Meta's Superintelligence Labs after Wang's takeover, 600-person SSL cut, parallel Bosworth org, 64% retention
- Mintlify's ChromaFs: A Virtual Filesystem for AI Assistants How Mintlify built a virtual filesystem to replace sandboxes and RAG for their docs assistant
- Multi-agentic Software Development is a Distributed Systems Problem Multi-agent LLM coding is a distributed consensus problem subject to FLP and Byzantine impossibility
- My AI-Assisted Workflow Barbero's seven-step workflow where planning happens before code and AI stress-tests thinking rather than replacing it
- No, AI Is Not Conscious (Ted Chiang) Chiang argues LLMs are sentence-continuation machines with no subjective experience, so they can be neither conscious nor moral agents
- Notes on Software Quality (Hobday) Hobday defines quality as absence of problems, six software signals, and argues quality can't survive scale
- Obsidian + Claude Code Complete Guide Huashu's LLM Wiki implementation with three-layer architecture, SCHEMA.md, and seven workflows
- Obsidian: The Future of Plugins Obsidian launches Community directory + developer dashboard, replaces GitHub-PR submission with automated review of every release, processed 2,300+ queued submissions in days
- Old and new apps via modern coding agents (Tao) Terence Tao ports his 1999 math applets and vibe-codes new visualizations with coding agents, and draws a clear line at where the bugs are tolerable
- Open Source Security at Astral Astral's full supply chain security posture; CI/CD lockdown, Trusted Publishing, Sigstore, cooldowns
- Passing Too Few Parameters and the Itanium NaT Bit Raymond Chen on the failure modes of calling a function with fewer parameters than declared, and how Itanium's register-stack engine architecturally enforces parameter count
- PHK's last Bikeshed: the end of FOSS as we know it Poul-Henning Kamp's farewell ACM Queue column β LLM code review is a fad, but age verification, attestation, and EU accountability end BDFL-style FOSS
- Prefer Strict Tables in SQLite Evan Hahn on why STRICT tables (fixed column types) beat SQLite's default flexible typing, plus the mechanics of type affinity
- Preferring Local OSS LLMs Neward's case for local open-source LLMs: cloud fragility, economics, privacy, and learning
- Programming still sucks (stvn) Stvn's drunk-at-a-birthday-party essay reframing the AI-took-our-jobs question β greed did, AI is the mask, and the company is held up by a 55-year-old named Sara who lives below decks
- ps5-linux Loadr (TheFlow's PS5 Linux release) Andy Nguyen / TheFlow's April 2026 public release of ps5-linux β hypervisor exploit + Ubuntu 24.04 + control tools β turning PS5 Phat 3.xx-4.xx consoles into x86 Linux desktops
- READMENOT β a marker for code not meant for humans William Woodruff's proposal for a READMENOT file that honestly signals a project is slop β not meant for unwitting human reading
- Redis and the Cost of Ambition Leifer on Redis's feature-set inflation tracking each year's HN trend, the protocol second-system effects, and Valkey as the market's verdict
- Retrofitting JIT Compilers into C Interpreters How yk uses meta-tracing to automatically derive JIT compilers from C interpreters with ~400 lines of changes
- Reuse Less Software We reuse too much software now; vendor every dependency as a fire-break against supply-chain attacks
- Reviewing AI Code Thomas Depierre's empirical case that "just review the AI's code like an intern's" collapses against what research says about code-review throughput and reviewer overconfidence
- Revisiting PQ-WireGuard with Reinforcing KEMs Hashimoto, Katsumata, Niot, Wiggers (AIST/PQShield) redesign PQ-WireGuard around a new RKEM primitive (Rebar), shrinking server PK memory 190β390Γ
- Rewriting Every Syscall in a Linux Binary at Load Time Binary rewriting technique that replaces syscall instructions with INT3 traps for complete process isolation
- Sail & Muddy β Get Your Reps Alejandro Garcia Salas's retrospective on four years building a multiplayer browser β positioning, dogfooding traps, "best polished version" strategy, and reps as the only way to learn
- Sam Altman May Control Our Future β Can He Be Trusted? Farrow & Marantz's 2026 profile of Altman: Ilya Memos, Amodei docs, safety erosion, Gulf ambitions
- SDL3 DOS Port (DJGPP) 2026 native DOS platform support for SDL3 via DJGPP β VGA/VESA video, Sound Blaster audio, cooperative threading via setjmp/longjmp, merged April 23
- Signals: The Push-Pull Based Algorithm How signals work: push-pull reactivity with automatic dependency tracking, built from scratch
- Since You Arrived (Vol. IV) Web art project by Matt at Rise Up Labs β four-volume browser piece showing what happened in the world, sky, and ground while you were on the page
- Six Easy Rules for Futuristic Typography Addey's catalogue of typography tropes β italic slant, curvy-meets-angular, consummate Vs, ligatures, removed strokes, brushed metal β that signal FUTURE in film logos
- Slow Software: The Case for High-latency Systems Development Irene Zhang argues critical infrastructure needs deliberate development friction now that AI decoupled importance from build time
- Soviet Control Room Aesthetics Photo essay on pre-computer Soviet control rooms; the HN thread supplies the engineering and design context.
- Specsmaxxing β Acceptance Criteria as the Primary Artifact acai.sh's author on numbered acceptance-criteria IDs as the missing link between agent-written code and a stable spec
- Speculative Growth and the AI "Bubble" Caballero's (MIT) formal argument that an unsustainable AI valuation can leave a permanent real legacy β the bubble pops and the capital stays β if the correction arrives late enough
- Speeding up the Gleam formatter with Rust arenas Cavalieri closed a 3-year-old Gleam issue by switching the pretty printer's boxed Document tree to arena references β ~24% faster, ~10% less peak memory
- Spindle β QEMU microVM CI engine for Tangled Tangled's self-hostable CI runner gains a QEMU-microVM engine β per-workflow VMs, NixOS-from-YAML config, a vsock guest agent, and two-way Nix caching
- SSH Port Forwarding Cheatsheet (Graham Helton) Red-team-flavored walkthrough of SSH's -L/-R/-D/-J/-A/-g/-t flags, the ~? runtime console, and the config-file Match keyword
- Steering Is Interesting Again (Goedecke) Goedecke's case that steering vectors are worth a second look now that local frontier models exist, with antirez's DwarfStar 4 as evidence
- Stop using JWTs (samsch gist) Long-circulating gist arguing JWTs are wrong for sessions; use cookie sessions, and use PASETO for the rare short-lived-token cases
- Stop Using Pull Requests Laforgia's evidence synthesis against PRs as default workflow β origin-story category error, <15% of comments are about bugs, 86-99% of lead time is waiting, T*D as the alternative
- Structured Output Benchmark (SOB) Interfaze's open benchmark for LLM structured output across text/image/audio with seven metrics; the load-bearing finding is JSON-Pass beats Value-Accuracy by 15-30 points on every frontier model
- SWE-1.7 β Cognition's Coding Model Cognition's SWE-1.7, RL-trained from Kimi K2.7, reportedly near GPT-5.5 on coding benchmarks β with the strongest numbers on its own FrontierCode
- T.Context in Go Testing Jonathan Hall's quick reader-prompted note on when to use Go 1.24's testing.T.Context (and when not to)
- TanStack npm Supply Chain Compromise β Postmortem How three known vulnerabilities chained into 84 malicious @tanstack/* npm publishes, and what stops the same chain
- Terminal GPU battery cost on macOS Why GPU-accelerated terminals (Ghostty, Alacritty, Kitty) drain MacBook battery, and what to do about it
- The Agent Principal-Agent Problem Crawshaw on how agents broke code review by collapsing the effort signal between contributor and reviewer; the small-team escape and the big-co dead end
- The AI Great Leap Forward Corporate AI mandates as Great Leap Forward; backyard furnaces, fabricated metrics, anti-distillation
- The AI water issue is fake Andy Masley's case that AI water use is not a national, local, or personal problem β with the numbers, the comparisons to other industries, and a critique of misleading news coverage
- The Anatomy of Agent Memory Agent memory libraries borrow cognitive-science words but ship only autobiographical semantic memory
- The cheap reverse-engineering of home devices Willison on why cheap agent-written code flips the ROI of reverse-engineering home devices β the unlock is disposability, not possibility
- The Cult of Vibe Coding Is Insane Bram Cohen on why refusing to read AI-generated code is dogfooding gone cult, with his audit-discuss-execute workflow
- The LLM Critics Are Right. I Use LLMs Anyway Jeremy Theocharis on the dissonance of agreeing with nearly every anti-LLM argument while spending $10k/month on tokens β and the workflow patterns that make it defensible
- The pandemic of incomplete OpenSSL error handling Julian Andres Klode on the widespread anti-pattern of calling ERR_clear_error() to make OpenSSL errors go away β discarding unrelated errors off the error stack
- The Paper Computer Using physical media with AI digitization to escape screen dependency while keeping digital convenience
- The Peril of Laziness Lost Cantrill on why LLMs lack laziness β human time constraints drive simplicity, unchecked generation bloats
- The Pinnacle of Enshittification, or Large Language Models Gentoo developer's anti-LLM case β data theft, infrastructure harm, FLOSS fracturing, copywashing, labor displacement
- The Rise of the Bullshittery Marius on a market that pays for performance over substance β Frankfurt's bullshit, LinkedIn grift, LLM-cheap content, Graeber's bullshit jobs, and the cost to careful work
- The specification.website Checklist A curated, opinionated checklist of nine web-spec categories (foundations, SEO, a11y, security, well-known, agent readiness, performance, resilience, i18n) with Required/Recommended/Optional/Avoid tags
- The Subprime AI Crisis Is Here Zitron's case that AI demand is subsidy-driven, with a predicted collapse sequence and warning signs
- The Sync Bound Nobody Asked For verrchu's deep-dive on why `&self` in async trait methods returning `Send` futures silently demands `Self: Sync`, and why `&mut self` quietly fixes it
- The US is winning the AI race where it matters most avkcode's argument that the US lead is commercialization, not papers β built on chips, power, hyperscalers, developer ecosystems, and data platforms working together
- The World Has Moved On (Doctorow on lapsarianism) Doctorow's case that decay-everywhere is structural, not nostalgia β 50 years of dismantled antitrust, and the fix is political
- There Is No Hard Problem of Consciousness Carlo Rovelli's argument that Chalmers' "hard problem" smuggles in dualism upfront; the soul is part of nature, not separate from it
- Things You Didn't Know About Indexes Common index pitfalls (composite order, functions) and lesser-known types (partial, covering, functional)
- Thinking in States Markus Triska on the declarative move from destructive mutation to relations between states β applied to puzzles, interpreters, and compilers in Prolog and Haskell
- Twelve Ways to Be Wrong About AI-Assisted Coding Greg Wilson's catalog of 12 measurement errors in studies of whether AI coding tools work, each mapped to a known research-methods failure
- Type Systems Vocabulary Lewis Campbell's pet-peeve note on the orthogonal axes of type systems and why "strict typing" is an amateur term
- Unlocking Sudoku's Secrets Chalkdust on two angles on sudoku β vertex coloring with greedy+backtracking, and GrΓΆbner bases via Buchberger's algorithm worked through a shidoku example
- Unsigned Sizes β A Five Year Mistake in C3 C3's creator on why defaulting sizes to unsigned was wrong, and why Go and Java got it right
- Ursa: Iceberg-First Storage Engine for Kafka StreamNative's diskless Kafka storage engine β writes directly to S3 as Iceberg/Delta tables, 10x cheaper
- uv is fantastic, but its package management UX is a mess Kevin Renskers' May 2026 case that uv's day-to-day project maintenance (outdated, upgrade, default version bounds) is behind Poetry and pnpm
- Valve releases Steam Controller CAD files under CC BY-NC-SA 4.0 Valve published .STP/.STL shell-topology and engineering diagrams for the Steam Controller and Puck under non-commercial Creative Commons; commercial accessory makers must contact Valve directly
- Vibe Coding and Agentic Engineering Are Getting Closer Than I'd Like Willison admits the line between vibe coding and agentic engineering has collapsed in his own practice β he no longer reviews every line, even for production
- We Reverse-Engineered Docker Sandbox's Undocumented MicroVM API Rivet's writeup of the undocumented `/vm` HTTP API in Docker's sandboxd daemon, what it gives you, and the Sandbox Agent SDK they built on top
- What is BusyBox? Walk-through of BusyBox's multicall dispatch β one binary, 130+ symlinks in Alpine, argv[0]-based applet lookup, ~304 applets compiled in
- What The Fuck Happened To Nerds? mrmarket on tech leaders liquidating 40 years of product-nerd trust into personal fame, and the coming blowback
- Whitelist Config with Rye Refaktor's case for embedding Rye in Go apps as a config language with zero hardcoded keywords and per-feature capability whitelisting
- Who manages the agents? off-policy.com's manifesto against concentrated frontier AI β make the median worker 2x, turn everyone into an agent manager, keep the agents "sovereign" (and buy the author's product)
- Why Are There No Empires in Age of Empires? Devereaux on what an empire actually is β core extracting from a culturally distinct periphery β and why strategy games model murderous nation-states instead
- Why manual memory management still matters Dayvi Schuster's tour of manual memory management β common pitfalls, the stack/heap mental model, and how C, Fil-C, C++, Zig, Odin, C3, and Rust each handle it
- Win32 Is The Only Stable ABI on Linux Glibc 2.36 broke Linux games by dropping DT_HASH; Win32 via Wine is the only stable ABI on Linux
- With AI, You Barely Need a Frontend Framework Framework implicitness is the enemy of AI-generated code β a minimal explicit pattern that replaces it
- Working on Products People Hate Why individual engineers have limited control over product perception, and why that's okay
- Xray-core VLESS proxy setup tutorial Step-by-step VLESS proxy setup with Xray-core: server config, TLS certs, clients
- Yggdrasil Network as an Embedded Go Library asciimoth's tutorial on embedding Yggdrasil mesh networking in Go apps via their fork β Core + VTun + transports + autopeering, no daemon required
- You Don't Want Long-Lived Keys Ludwig's case for ephemeral credentials over rotation, with EC2 Instance Connect, PyPI Trusted Publishers, and SSO as patterns
- You Should Read "Programming as Theory Building" CodeUtopia on Naur's 1985 essay; programming is building a shared mental theory of the program, with code, docs, and tests as artifacts of that theory
- You'll Lose Your Job in 2027 β Elena Verna Elena Verna's adapt-or-die letter to tech workers β solopreneurship as career insurance, a six-tier AI-native ladder ending at agents
- Your CEO is suffering from AI psychosis HandyAI's case that executive AI enthusiasm has decoupled from output β Garry Tan's gstack, "tokenmaxxing" leaderboards, sycophancy research, and platforms that simulate management
- Your Clippy config should be stricter Selective Clippy lints to recover the "if it compiles, it works" feeling β especially relevant when coding agents are writing the patches
- Your Container Is Not a Sandbox β MicroVM Isolation in 2026 Emir BeganoviΔ's KubeCon-EU-2026 readout on the microVM ecosystem and why agentic AI is becoming microVMs' "Docker moment"
- Your File System Is Already a Graph Database Markdown vault with wikilinks is already a graph database; PARA extensions that scale to 52k files
- ZeroFS vs. Amazon S3 Files Two POSIX filesystems on object storage β one keeps files as S3 objects, the other treats the bucket as private substrate
- Zig's Anti-LLM Policy and the Bun Fork (Simon Willison) Simon Willison on Zig's strict no-LLM contributor policy, Loris Cro's "contributor poker" framing, and Bun's parallel codegen fork that won't be upstreamed because it was AI-assisted
- Zsh Glob Qualifiers Zsh's (om[1]) glob qualifier trick: pick the newest file inline, no pipes needed