Wiki
687 pages
hand-written catalog
analysis 3
- 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
- US Scrutiny of Chinese Model Use House probes of Airbnb, Cursor and DoorDash over Chinese AI models, set against Western companies moving to Chinese open weights to cut costs
comparison 1
- Terminal Search Clients ddgr, googler and two Kagi CLIs compared on auth cost, output format, upkeep and agent use
concept 195
- ABI Stability Binary-level compatibility contracts: kernel vs glibc philosophies, Wine as the stable option
- Ability-guarantee tradeoff The more a language, format or tool can do, the fewer things it guarantees: Hillel Wayne's name for the tradeoff behind safe subsets
- 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
- Cross-model code review Who should check an LLM's code, and why the model that wrote it reviews poorly, why the reviewer must be able to solve the task, and when a weaker writer pays
- Cryptographically Relevant Quantum Computer (CRQC) Cryptographically relevant quantum computer: what it is, threshold, April 2026 timeline collapse
- Data race Unordered concurrent access to one memory location with at least one write; distinct from a general race, and what lockset and vector-clock detectors hunt
- 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
- Ironies of automation Automating a task removes the practice that keeps people able to handle what the automation can't, so better automation can need more-skilled humans
- 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
- Kimi Delta Attention (KDA) DeltaNet linear attention derived from softmax attention up to KDA's per-key-channel forget gate
- 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
- Linearizability The consistency model CAP calls C: an operation sees state at least as new as any operation that completed before it started
- 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 Distillation Training one LLM on another's outputs, from SFT on generated text to on-policy KD, and the 2025-2026 fight over Chinese labs distilling US models
- 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
- Open-closed model gap How far the best open-weight LLMs trail the best closed ones - how it is measured, estimates from 4 to 10 months, and whether it closes
- 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
- Write atomicity (multi-copy atomicity) Whether a write is invisible to every processor until all cached copies are invalidated; MCA vs oMCA vs nMCA, and which CPUs guarantee it
- 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 137
- 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
- Fonts In Use Archive of real-world typographic design, indexed by typeface, format and topic
- 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
- Interconnects (interconnects.ai) Nathan Lambert's newsletter on how AI models are trained, reasoning models and post-training, and the open-model race between the US and China
- 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
- Learn OpenGL Joey de Vries's free online book on modern core-profile OpenGL, in print and as a free PDF
- Learn WebGPU (for native graphics in C++) Γlie Michel's guide to native 3D in C++ with WebGPU, on Windows, Linux and macOS
- Lee Holloway Cloudflare's third co-founder and first lead engineer, who left in 2016 and was diagnosed with frontotemporal dementia in 2017
- 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
- Mac Classic (mac-classic.com) Site of guides, news and tips for keeping early Apple computers and pre-OS X Mac OS in daily use
- 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
- Neutrino-1 8B Fermion Research's Apache-2.0 8B: a 3.88 GB ternary-coded container for H100, MacBook, and CPU
- 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
- Olmo The Allen Institute for AI's family of fully open language models, OLMo (2024) to OLMo 2 to Olmo 3, released with data, code, checkpoints and logs
- 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
- Telnyx Inference Inference provider serving open-weight models on its own GPUs via an OpenAI-compatible API
- 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
- Z.ai (Zhipu AI) Chinese lab behind the open-weight GLM models, from a 2021 Tsinghua paper to GLM-5.3, and how its release practice changed along the way
- 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 3
- Freshness Tiers How long each kind of page may go without review, declared once so warren lint can enforce it
- 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 348
- "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
- 2 OLMo 2 Furious AI2's OLMo 2 report, fully open 7B/13B/32B models on up to 6.6T tokens with a stability fix list, Dolmino mid-training and the TΓΌlu 3 RLVR recipe
- 6 months to live for open models Lambert predicts a US ban or delay on frontier open weights by early 2027, calls Anthropic's distillation campaign regulatory capture, and proposes off-ramps
- 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 $500 RL Fine-Tune That Beat the Frontier A $500 GRPO fine-tune of a 9B open model beat every frontier config on catalog review, 68Γ cheaper
- A Crash Course in Predicate Logic Hillel Wayne's free chapter of Logic for Programmers: predicates, implication, sets, quantifiers and rewrite rules in programmer syntax
- 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 Safe Path to Open Weights Thinking Machines Lab's release framework for open weights - test the model, stage access, filter dangerous knowledge - applied to its Inkling models
- 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 tech addict's travel setup Alexander Fortin carries a home network in a suitcase - an OpenWrt travel router, Ethernet switch, mini PC server, Sonos audio routing and WireGuard
- 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
- A Voice From Nowhere zanlib on Leo XIV's encyclical: generated work copies the form of thought, not the path under it
- 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
- Adding Golang to a browser code runner GOOS=js hangs inside a V8 isolate; GOOS=wasip1 plus a 50-line WASI shim runs Yaegi instead
- 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 Agents and the Refactoring That Never Happens Getting lost in tangled code used to be what made engineers stop and refactor; agents don't get lost, so the checkpoint has to be put back on purpose
- 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 Companies Are Trying to Hide a Staggering Amount of Debt Futurism's writeup of Nikkei's finding that five US tech giants carry $1.65T in off-balance-sheet debt
- 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 Handles Incidents, Engineers Lose Touch With Their Systems Sylvain Kalache applies Bainbridge's ironies of automation to AI incident response and argues for simulated incidents as practice
- 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
- AI-Written Code Is Still Your Code Writing code used to force understanding it; with agents writing, understanding becomes a separate cost, and shipping the code still means owning it
- An Empirical Study on Strong-Weak Model Collaboration for Repo-level Code Generation CMU compares strong-weak model splits on SWE-bench Lite; the strong model writing first wins, and no strategy tested is a review stage
- Anatomy of a test Jonathan Frere dissects one real Gleam test line by line - a test constructor, a real database, arrange through the public API, whole-value asserts
- 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
- Architectural Metapatterns Denys Poltorak's free book and website that sorts hundreds of software architecture patterns into fewer than 20 metapatterns
- Are Open Models Catching Up? SemiAnalysis reruns era-specific benchmarks on open and closed LLMs and finds catch-up time roughly halving each era, from 19.7 to 4.8 months
- 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
- Banning Open Source AI Would Be A Mistake Lambert and Kevin Xu's 2026 op-ed defending open source AI on education, innovation and competition as Washington moves to regulate models
- Beaver Triples for Secure Multiplication Stoffel Labs walkthrough of how Beaver triples let secret-shared values be multiplied without raising the reconstruction threshold
- Being Linux Torvalds antirez: Linus's rare move was quitting code to hold the design, the role LLM work now asks of you
- Benchmarking Opus 5 on SlopCodeBench Dex Horthy runs three Claude models through SlopCodeBench; the best, Opus 5, clears 24% strict pass
- Better AI Code Comment Detector kqr rebuilds a calibrated human-vs-LLM code-comment classifier on public data; 77% balanced accuracy, POS-tag n-grams as the strongest features
- 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
- Building on ATProto Luke Kanies on why ATProto's identity layer is the real prize and its public/private split makes app development twice the work
- 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
- Bytecode-to-source mapping Four line-table designs for a bytecode VM, and what the JVM and Lua actually do instead
- China's Structural Advantage in Open Source AI Kevin Xu, after Ion Stoica, on why Chinese labs default to open weights - talent, data, academia-industry ties, and shared artifacts
- Chinese Open Source: A Definitive History Kevin Xu traces Chinese open source from Linux in 1994 through Alibaba, Kaiyuanshe, Huawei and the state to the DeepSeek-era AI labs
- clankerfree (Software for Humans) clankerfree.org lists open-source projects and hosts that self-certify using no generative AI, under a three-rule inclusion policy
- 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
- CobaltC Speculative C-successor spec from the essay book The Wrong Memory: C syntax over Rust-style ownership, borrowing and inferred lifetimes
- Code Mode Token Savings One script against 26 tool calls on agent-swarm's own production data β a self-measured 99.2% cut
- 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
- Consent in Crisis: The Rapid Decline of the AI Data Commons Longpre et al.'s audit of 14,000 domains behind C4, RefinedWeb and Dolma - AI crawl restrictions surged in 2023-2024, cutting off the best web data
- 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
- Dark Mode with Web Standards Why an in-page dark mode toggle can't use prefers-color-scheme, and what to use instead
- Data races and the limits of ThreadSanitizer Phil Eaton rebuilds a FastTrack-style race detector, then shows TSan missing obvious races in C and Golang once its fixed budgets run out
- DeepSeek V4 Flash 0731 scores 50 on the Artificial Analysis Intelligence Index, 10 points above previous DeepSeek V4 Flash Artificial Analysis puts DeepSeek V4 Flash 0731 at 50, one point under GPT-5.6 Luna for ~60% less per task and on the cost Pareto frontier
- 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
- Defining AI Psychosis, Part 2: Prolific AI Psychosis Psychiatrist Jeff Clark defines prolific AI psychosis as heavy AI output with little real value and a lost ability to judge one's own work
- Delightful integration tests in Rust RAII plus testcontainers-rs gives every Rust integration test its own isolated infrastructure
- 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 and countering misuse of AI: September 2026 Anthropic's threat report on Claude misuse from Dec 2025 to Aug 2026, led by seven Chinese labs said to distill Claude and pass it off as their own models
- 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 Call Yourself an Artisanal Programmer purplesyringa argues the "artisanal" label hands the word engineer to AI users, and proposes "AI-free software engineering" instead
- 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
- Eliminating Golang bounds checks with unsafe unsafe.SliceData + unsafe.Add drops a bounds check the compiler won't β 2x faster LE loads
- Emad Mostaque at TechBBQ: The Internet Will Go Offline (Trending Topics) Emad Mostaque's 2026 TechBBQ talk as reported by Trending Topics, on AI attacks, owning your cognition, labor losing value, and $1.50/hour robots
- 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
- Evaluating Quantized Models for Deployment ByteShape on why perplexity, KLD, and BPW don't rank quantized models for deployment
- Everyone Should Know SIMD Mitchell Hashimoto's five-step shape for everyday SIMD, worked through a Ghostty scan loop in Zig
- 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
- From Open Source Software to Open Source Strategy Bill Gurley on open source as a corporate weapon, from Android and Kubernetes to autonomous vehicles and the fight over open-weight AI
- Frontiers in synthetic data Lambert's 2024 notes on synthetic data in post-training, from SFT on GPT-4 outputs to Gemini Flash being distilled from Pro
- 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 submodules as a package manager Nesbitt reads submodules as a package manager - gitlink as lockfile, .gitmodules as manifest - and finds resolution, storage and updates each worse
- Git's Magic Files Committed files that control git behavior β .gitignore, .gitattributes, .mailmap, .git-blame-ignore-revs
- GLM-5.2 is the step change for open agents Nathan Lambert on GLM-5.2 as the first open-weight model that works as a general coding agent, released while Claude Fable 5 was restricted
- GLM-5.3: How Chinese labs keep stride with the frontier Lambert on GLM-5.3 and why Chinese labs match US models without relying mainly on distillation, plus Z.ai's staged release for cyber capabilities
- GLM5.2 on AMD MI355X Wafer's vendor benchmark claiming 2626 tok/s/node for GLM5.2 on MI355X, and how they got there
- 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
- Golang maps after Swiss Tables What Golang 1.24 replaced the bucket map with, and why 30% in microbenchmarks is 1.5% in production
- Golang's goroutine leak profiler Go 1.27's goroutineleak profile reuses the GC's mark phase to find goroutines blocked forever on channels and sync primitives, in production
- 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
- Hardening container images Mike Cardwell rebuilds the PowerDNS Recursor image as two static binaries on scratch, with Landlock, seccomp, daily rebuilds, SBOM, VEX and cosign
- Hold on to Your Hardware AI data centers are eating global DRAM/NAND/HDD supply, consumer hardware becoming scarce and expensive
- How AI Is Changing Open Source JiΕΓ Eischmann on project inflation, review overwhelm, and why long-time contributors are publishing less code
- How distillation is used today and what performance uplift it gives to open models Lambert's July 2026 note that distilled data seeds SFT for Chinese labs but matters less as RL grows, written against a Stratechery claim
- 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
- How Do We Stop Vibe Coding? Alex Klos surveys spec tooling and argues vibe coding needs trust machinery rather than discipline
- How far behind are open models? HΓ₯vard Tveit Ihle measures open-model lag on 17 benchmarks, finding 8-10 months on private ones, 4-6 on public, and a gap growing since R1
- How I Feel About AI (Zwinkau) Andreas Zwinkau names six feelings about AI and concludes it looks positive at the technological level but bleak for society
- How much does distillation really matter for Chinese LLMs? Lambert reads Anthropic's February 2026 disclosure against DeepSeek, Moonshot and MiniMax and argues distillation helps but is not decisive
- 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 Just Chose Words Carefully (Unsung) Marcin Wichary on why full justification fails in monospace, and a 1990s Super Metroid guide justified by picking words that fit the line
- I Still Prefer MCP Over Skills Mohl on why MCP is for service access and Skills are for knowledge β the hybrid pattern
- I Think You Might Be Fooling Yourself With AI louwrentius: you can't measure your own AI productivity gain, and the price you pay is subsidized
- 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
- I'm Going Back to Coding by Hand (Ask HN) An HN user abandons six months of Claude-built features on their own app after realizing they no longer knew how the new code worked
- 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
- Improving Code Generation via Small Language Model-as-a-judge Fine-tuned sub-5B judges pick correct Java code about as well as GPT-4.1-mini; small generator plus judge rivals its 8-33B sibling in 4 of 5 families
- 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
- Inside Zig's incremental compilation How Zig rebuilds in 50-70ms: cached ZIR, an analysis-unit dependency graph, in-place linking
- Installing Ruby gems with go get Nesbitt points GOPATH at a Ruby load path β and gets a transparency log RubyGems doesn't have
- 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
- Ironies of Automation (Bainbridge, 1983) Lisanne Bainbridge's 1983 paper on why automating a process can make the human operator's remaining job harder rather than easier
- 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
- It Matters Who Teaches You (Gruber) Bastian Gruber on why an LLM can explain but not teach, borrowing Susan Piver's point that a teacher brings a lineage and knows the student
- It Works Better in the App (Terence Eden) Terence Eden on Google Calendar's Android app being unable to subscribe to a calendar URL, and why half-finished apps keep sending users back to the web
- JEP 540: Simple JSON API (Incubator) OpenJDK's incubating jdk.incubator.json β a deliberately minimal, strict, DOM-only JSON API
- Kimi K3 Raschka on Moonshot's 2.8T open-weight K3 β LatentMoE, KDA, attention residuals, NoPE everywhere
- Kimi K3: The open-weights escalation Nathan Lambert on Kimi K3 as the first true frontier open-weight model, what it says about Chinese labs, and why banning open weights backfires
- 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
- Leverage Code Review for Sustainable AI Coding Development CACM news piece where practitioners say review of AI code shifts from end gate to continuous risk check aimed at assumptions, trust boundaries, evidence
- 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
- LLMs: Intelligence vs. Cost Guido Imperiale replots Artificial Analysis's intelligence-vs-cost chart on a linear axis with OpenRouter and local-electricity prices
- 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
- Malleable Software = Solid Bases + Custom Code Dubakov's map of the AI-era productivity-tools market β the sweet spot is an 80% solid base (storage, permissions, history) plus a vibe-coded 20% of custom code
- Many-Step Sequences in Go State machine pattern for multi-step tasks where each step returns the next, enabling independent testing
- Marginalia: Unranked, systemd, crawls Marginalia Search drops docker compose for systemd, adds an unranked query path, halves crawl time
- Mass Opposition to Big Tech, and Silicon Valley's Denial (Merchant) Brian Merchant reads the backlash to data centers, Flock cameras and AI glasses as a rational rejection of big tech that the industry refuses to see
- Maybe we should revisit microkernels Short argument that IOMMU and shared-memory ring buffers dissolve the 90s microkernel overhead case
- Maybe We Shouldn't Be Reviewing All This Code Rachel Laycock on moving review's jobs earlier into pairing, design sessions and automation, keeping human code review for the exceptions
- Meerkat, Cloudflare's QuePaxa consensus service Cloudflare swaps Raft for QuePaxa: no required leader, no timeouts, global control-plane state
- Memorizing Session Transcripts Isn't Useful theahura found zero SWE gain from agents searching their own past transcripts, and explains why
- Memory Safety Absolutists Piotr Sarnacki's case that Fil-C and Rust are complements, and "Rust has unsafe" is a bad standard
- Memoryfields β agent memory as a file format Cal Paterson's portable agent-memory format β markdown pages plus an optional SQLite vector index in a zip β a data structure, not a pipeline
- 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
- Micro-SaaS Is Dead. Service with a Software Replaces It. Adrien Gonin's case for private, deliberately overfit tools that make one service impossible to compete with
- Mintlify's ChromaFs: A Virtual Filesystem for AI Assistants How Mintlify built a virtual filesystem to replace sandboxes and RAG for their docs assistant
- Misago Removes React and Adopts htmx Why Misago dropped React for server-rendered htmx islands, and what its JS bundles did after
- 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
- Never Enough Ronacher's short essay on Silicon Valley's fear of falling behind and the life it eats
- 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
- Nonproliferation is the wrong approach to AI misuse Helen Toner on why fixed dangerous capabilities cannot be kept from bad actors, and why the frontier-to-open lag should be used as an adaptation buffer
- Notes from inside China's AI labs Nathan Lambert's May 2026 trip report from Chinese AI labs - student-heavy teams, less ego, Claude everywhere, in-house data, and too few Nvidia chips
- 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
- Olmo 3 AI2's Olmo 3 report (Dec 2025), fully open 7B/32B Base, Think, Instruct and RL-Zero models with every stage's data, code and checkpoints released
- OLMo: Accelerating the Science of Language Models AI2's first OLMo release (Feb 2024), 1B and 7B models on 2T+ Dolma tokens with weights, data, code, logs and 500+ checkpoints under Apache 2.0
- On 'Scaling Up' and Being the Right Size (Greshake Tzovaras) Greshake Tzovaras applies Haldane's On Being the Right Size to communities and platforms, and asks how others can make their own instead of how to scale
- On the Self-Verification Limitations of LLMs on Reasoning and Planning Tasks Stechly, Valmeekam and Kambhampati find GPT-4 self-critique loops lose accuracy while a sound external verifier gains it, even with no critique text
- On the Societal Impact of Open Foundation Models Kapoor, Bommasani et al.'s 2024 paper - five properties of open-weight models and a marginal-risk framework showing most misuse studies were incomplete
- Open and closed models are on different exponentials Nathan Lambert on coding agents proving users pay a premium for top closed models, while open models take the larger, slower diffusion market
- Open models in perpetual catch-up Nathan Lambert on why the roughly six-month gap between open and closed models holds steady, plus trends in adoption, specialization and China
- Open Source AI is the Path Forward Mark Zuckerberg's July 2024 letter releasing Llama 3.1 405B, arguing open models are better for developers, for Meta, and for safety against China
- Open Source Security at Astral Astral's full supply chain security posture; CI/CD lockdown, Trusted Publishing, Sigstore, cooldowns
- Open-Source AI & Open Models Reading List Nathan Lambert's annotated list of the best writing on open models β why they exist, why China leads, the gap, cyber risk and distillation
- 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
- Please stop calling databases CP or AP Kleppmann (2015): CAP's definitions are too narrow to classify real databases, most of which are neither CP nor AP, so drop the labels
- Portal by Spotify Cut Claude Code Token Usage by 90% Spotify PM routes Claude Code's bulk file reads and boilerplate to a cheaper model via hooks; the 90% covers bulk reads, not total usage
- Porting RADV to Win32 Collabora got Mesa's open source AMD Vulkan driver running Counter-Strike 2 on Windows
- Postgres LISTEN/NOTIFY Can Actually Scale How DBOS took Postgres LISTEN/NOTIFY from 2.9K to 60K writes/sec by batching notifications
- 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
- Profiling eBPF Code Srinivasan's method for measuring what an eBPF file-open hook costs β C harness, perf, JIT symbols
- Programming Is Art (Orchid) Orchid splits developers into builders who code for money and true programmers who code for its own sake and will never hand it to AI
- 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
- Prompt Caching in Agents How KV-cache reuse sets the cost, latency and tool design of a coding agent, and what Pi shows
- 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
- Pulpie: Pareto-Optimal Models for Cleaning the Web Encoder models that label HTML blocks as content or boilerplate at a twentieth of Dripper's cost
- Pythia: A Suite for Analyzing Large Language Models Across Training and Scaling EleutherAI's 2023 Pythia suite, 16 models from 70M to 12B trained on the Pile in one fixed order, with 154 checkpoints each for training-dynamics research
- Python sets and dicts are not O(1) Lemire builds a Python set that takes quadratic time from colliding integers, then shows a plain dict slowing 9x from cache misses alone
- Qwen4: The Architecture of the Future (Qwen3.8-Flash-Next) Habr piece from reseller gptunnel on Qwen3.8-Flash-Next, the open-weight preview of Qwen4's architecture; Qwen4 itself is not out
- 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
- Reasoning Prefills on Open Models, v1.1 A reasoning-prefill test where Qwen3.8 follows GPT-5.5 Pro's trace far more than other open models, read as a sign of GPT distillation
- 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
- Returning to Zig Anna Liberty left Zig for Rust over breakage and came back in 2026 over governance, not technique
- Reuse Less Software We reuse too much software now; vendor every dependency as a fire-break against supply-chain attacks
- Reviewer Capability Governs Rejection Targeting, Not Repair Skill A 100-problem pilot where a cross-family reviewer adds 12 points and self-review, despite the best recall, falsely rejects 35% of correct answers
- 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Γ
- Reward Hacking in the Wild 3,607 reported agent misbehaviours, LLM-classified into fourteen categories, with the caveats
- Rewriting Every Syscall in a Linux Binary at Load Time Binary rewriting technique that replaces syscall instructions with INT3 traps for complete process isolation
- Safety in an unsafe { world } joshlf's RustConf talk on teaching Rust safety properties the language cannot reason about
- 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
- ScyllaDB's trie-based SSTable index Replacing Summary.db + Index.db with a page-packed prefix tree: up to 3x read throughput
- 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
- Shared memory consistency from scratch, part 1: causality Alloth designs a deliberately permissive multiprocessor to derive memory-model rules, and argues the C++11/20 atomics model gets causality wrong
- Shrinking 1.1.1.1's DNS cache entries Five Rust memory-layout changes cut Cloudflare's per-entry DNS cache footprint 56% (953 to 420 bytes), freeing ~100 TB and speeding up the cache
- Signals: The Push-Pull Based Algorithm How signals work: push-pull reactivity with automatic dependency tracking, built from scratch
- Silent Replacement of Trusted macOS App Executables Mysk: archive-and-restore lets user-level code swap a downloaded app's binary; Apple declined to fix
- 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
- So, you want to make a game engine lisyarus on what a game engine is, what it contains, and why to start by making games
- Software Engineering Is About Managing Complexity (hack8s) hack8s.com on why cheap AI-generated code makes engineering judgment and real ownership of a codebase scarcer instead of less needed
- Some Simple Economics of Open versus Closed AI Christian Catalini's a16z essay using innovation economics to argue open weights change where AI investment goes and who profits, not how much
- 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
- SQLite in Production WAL mode can block short-lived readers, plus a pragma blueprint with two of its claims corrected
- 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
- Starling Desktop A complete Linux desktop claimed to be AI-written in six months, weighed as evidence
- Stealing Reasoning Traces from Proprietary LLM APIs Encrypted chain-of-thought blocks are replayable across sessions, users and models, so a cheap sibling model will decode a frontier model's hidden reasoning
- 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
- SWR-Bench: LLM Code Review Comment Generation on Real Pull Requests 1,000 real PRs with full repo context; the best LLM review setups reach about 20% F1, dragged down by false positives, and pooling several reviews helps
- Synthetic Data & Distillation | RLHF and Post-Training Book by Nathan Lambert Chapter of Lambert's RLHF book on synthetic data, from SFT distillation and on-policy KD to AI feedback, Constitutional AI and rubrics
- 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 Arguments Against Open Source AI are Very Bad Tom Bedor's rebuttal to the frontier-lab case against open weights, using encryption export controls as the precedent
- The ATOM Project: American Truly Open Models Nathan Lambert's 2025 memo arguing the US lost open-model leadership to China and needs several 10,000-GPU labs building fully open models
- The ATOM Report: Measuring the Open Language Model Ecosystem Lambert and Brand's 2026 adoption study of ~1.5K open models - China passed the US in downloads in mid-2025, Qwen dominates, plus a size-normalized metric
- 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 distillation panic Lambert argues "distillation attacks" wrongly brands a standard training technique and warns US policy could end up banning Chinese open weights
- The Gradient of Generative AI Release: Methods and Considerations Irene Solaiman's 2023 framework placing AI releases on a six-level gradient from fully closed to fully open, with the tradeoffs and controls at each
- 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 Load-Bearing Vocabulary of Claude Louis Abraham clusters GitHub PR descriptions by vocabulary; one cluster rose from 0.7% to 39% by mid-2026, led by "load-bearing" and "quietly"
- The Log is the Agent ActiveGraph inverts agent architecture β the event log is truth, the graph is a projection of it
- The Myth of unsafe Open Source AI Florian Brand's survey of third-party incident reports - real AI misuse in 2025-2026 ran mostly through closed models, except image abuse
- The New AI Superpowers: Focus and Followthrough Rick Manelius used AI to cut his required work and invented 40 side projects of make-work instead
- The OpenAI/Huggingface incident; how we should manage the imminent arrival of autonomous hacking too cheap to meter Joshua Saxe reads an unreleased OpenAI model hacking Hugging Face as the start of cheap autonomous hacking, and argues for diffusion over restriction
- 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 Secret Life of Data in Valkey Kyle Davis on Valkey's hidden encoding layer, where one byte over a threshold costs 77% more memory
- The Short Leash AI Coding Method Read every diff in the permission prompt and deny freely β Slepak's method for critical software
- 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 Vanished Genius CTO: Lee Holloway, Part 1 (Urabe) Urabe's biography of Cloudflare co-founder Lee Holloway, from Project Honey Pot to the frontotemporal dementia that ended his career
- The Whole Premise Of Checking For Human Writing Is Daft Mo Shehu argues authorship lives in intention, judgment and responsibility, never in whether you typed every word
- 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
- The Z.ai Playbook ChinaTalk interviews Z.ai's Zixuan Li on GLM - why Zhipu open-sources, the coding plan, role-play and translation, release within hours
- 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
- Thoughts on Coding Agents (rakyll) Agents amplify direction rather than supply it, which removes the permission tax large orgs charge
- Tokio gives progress, not ordering Tokio's fairness guarantee assumes a task bound that only the application can supply
- Tools Matter (Manganin) Manganin's pitch for a Zig git forge whose contributor access runs on a vouch tree
- Turning an e-reader into a network printer Nishant Joshi makes an Xteink X3 show up in the macOS print dialog by speaking IPP, and fits a 300 dpi page into 400 KB of RAM
- 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
- Variation in Verification: Understanding Verification Dynamics in LLMs Salesforce study finding errors from stronger generators are harder for any verifier to catch, so a weak generator plus GPT-4o nearly matches a strong one
- 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
- Vibe-coding a memory tool into a 130-year-old open problem Vibe-coding an agent memory tool whose contradiction checker ran into proposition identity β the open problem of when two sentences mean the same thing
- VMs Won't Contain Cyber-Capable Agents A Trail of Bits researcher gave GPT 5.6-Cyber a VM-escape CTF; it broke out three times, using disclosed bugs, an unpatched Debian library, and its own 0-days
- Wasmi 2.0 interpreter engineering How Wasmi 2.0 got ~2.2x faster than 1.0 β threaded dispatch, accumulator registers, flat instance layout, lock-free code map, and a Rust codegen trap
- Watching Green Tea move through the Golang heap Phil Eaton measures Golang 1.26's Green Tea GC with perf, and the sparse pages it can't reclaim
- We Are Not Special Hillel Wayne interviewed crossover engineers and found almost everything software thinks is unique isn't
- We Have Proof Automation Now Langley proves a zstd FSE table builder correct in Lean; LLMs wrote the proof in 20 minutes
- 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
- We urgently need a coherent national AI cybersecurity policy Joshua Saxe's AI Security Forum 2026 keynote - replace capability-threshold launch gates with a national observatory that measures net cyber harm
- What comes next with open models Nathan Lambert on why open models should stop chasing the closed frontier and build small, specialized models that closed agents call as tools
- What Even Are Microservices? var0.xyz: microservices solve an organizational problem, and you pay distributed-system costs
- 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
- What to look for in a code review Google's reviewer checklist, ordered design first, and what it assumes about how review works
- Which LLMs Write Alike Typebulb notebook that maps which LLMs write alike by cross-entropy over character trigrams
- Which Tools Do Claude Code, Codex and Cursor Choose? Armature's 16,893-session study of which third-party services coding agents pick, run by a firm that sells vendors a better pick rate
- 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 AI Agents Lying, Cheating and Coordinating? (Bengio) Yoshua Bengio traces agent misbehaviour to imitation plus reward-seeking, and argues patching symptoms may only select for better-hidden cheats
- 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 cache padding uses 128 bytes on a 64-byte cache line Ivan Boldyrev benchmarks 64 vs 128-byte atomic padding β Skylake shows it, Ice Lake and M1 don't
- Why I build open language models Nathan Lambert's 2024 case for fully open LLMs beyond Meta's self-interest, and what building them at Ai2 looks like day to day
- 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
- Why Software Factories Fail Dex Horthy on why lights-off factories fail β RL rewards passing tests, never good design
- 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 AI Agent Doesn't Understand Code, It Guesses Confidently Vendor post on CodeSlicer, an impact graph that separates proved call edges from plausible guesses
- 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
- Your harddrive is probably full Marginalia's author on why storage stays full at every scale, and budgeting artificial constraints as the fix
- YouTube Format IDs YouTube's numeric format codes (itags) β which carry which codec and resolution, which are gone, and what that means when choosing a yt-dlp -f
- 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