# Second Brain > A personal knowledge base: wiki pages, tool notes, book notes, and the sources they were written from — with hybrid keyword and semantic search. 919 pages. Raw markdown for any page is at its URL plus `.md`. Full text of every page: https://brain.bigb.es/llms-full.txt ## Wiki - [AI Bubble Pale Horses](https://brain.bigb.es/p/ai-bubble-pale-horses.md): Checklist of warning signs that the AI bubble is deflating, tracking which have fired - [Russia VPN Bypass State — April 2026](https://brain.bigb.es/p/russia-vpn-bypass-state-2026-04.md): Time-stamped snapshot of which circumvention methods currently work in Russia, tiered by reliability - [ABI Stability](https://brain.bigb.es/p/abi-stability.md): Binary-level compatibility contracts: kernel vs glibc philosophies, Wine as the stable option - [Abliteration](https://brain.bigb.es/p/abliteration.md): Removing an LLM's refusal behavior by identifying and suppressing the refusal direction in activation space - [Acceptance Criteria IDs (ACIDs)](https://brain.bigb.es/p/acceptance-criteria-ids.md): 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)](https://brain.bigb.es/p/agent-memory-components.md): The three-part decomposition of an agent memory system and the one hard decision at each layer - [Agent readiness](https://brain.bigb.es/p/agent-readiness.md): 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](https://brain.bigb.es/p/agent-built-deterministic-tools.md): Use the LLM to build deterministic analyzers and manifests once, then constrain all subsequent agent work to those stable outputs - [Agent2Agent Protocol (A2A)](https://brain.bigb.es/p/agent2agent-protocol.md): Google's open protocol for cross-framework, cross-language agent communication - [Agentic Search](https://brain.bigb.es/p/agentic-search.md): 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](https://brain.bigb.es/p/agent-identity-attribution.md): 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](https://brain.bigb.es/p/agents-vs-daemons.md): Human-initiated AI that builds things vs self-initiated AI that maintains them — roles, not tasks - [AI detector arms race](https://brain.bigb.es/p/ai-detector-arms-race.md): 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](https://brain.bigb.es/p/ai-subsidy-economics.md): How every link in the AI chain runs on subsidies, from GPU sales to consumer subscriptions - [AI sycophancy loop](https://brain.bigb.es/p/ai-sycophancy-loop.md): 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](https://brain.bigb.es/p/ai-token-budget-explosion.md): 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](https://brain.bigb.es/p/ai-native-tiers.md): Six-tier competence ladder for working with LLMs — writing buddy, meeting partner, thinking partner, builder, shipping to prod, agents - [Alternative Frontend Pattern](https://brain.bigb.es/p/alternative-frontend-pattern.md): URL-compatible third-party UI over an incumbent service, built to route around stagnation or policy without forking the backend - [Anti-LLM Discourse](https://brain.bigb.es/p/anti-llm-discourse.md): 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](https://brain.bigb.es/p/arena-allocation.md): Region-based memory management — allocate many objects into one buffer, hand out references or indices, free the whole region at once - [Beaver Triples](https://brain.bigb.es/p/beaver-triples.md): Precomputed (a, b, c=ab) triples in shared form that turn secret-shared multiplication into a constant-degree, two-round operation - [Behavior Tree](https://brain.bigb.es/p/behavior-tree.md): Hierarchical decision-making: tick-based nodes for game AI, robotics, and task automation - [Best polished version strategy](https://brain.bigb.es/p/best-polished-version-strategy.md): 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](https://brain.bigb.es/p/bf16-vs-fp16.md): 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](https://brain.bigb.es/p/business-idiot.md): 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)](https://brain.bigb.es/p/byline-spec.md): Proposed RSS/Atom/JSON Feed extension that adds structured author identity, per-item perspective, and reader-side theme hints - [Byzantine Fault](https://brain.bigb.es/p/byzantine-fault.md): Failure mode where a node produces wrong output while appearing functional - [CI Runner Token Extraction](https://brain.bigb.es/p/ci-runner-token-extraction.md): 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](https://brain.bigb.es/p/code-review-principal-agent.md): 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](https://brain.bigb.es/p/code-review-throughput-limits.md): 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](https://brain.bigb.es/p/code-review-knowledge-transfer.md): 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](https://brain.bigb.es/p/cognitive-debt.md): 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)](https://brain.bigb.es/p/conditional-move.md): A branchless instruction that picks one of two values from a flag; faster than a branch only when the branch is unpredictable - [Constraint Decay](https://brain.bigb.es/p/constraint-decay.md): LLM coding agents look strong on loosely specified tasks but degrade sharply as production structural constraints accumulate - [Context Engineering](https://brain.bigb.es/p/context-engineering.md): Assembling the right prior state into an LLM's context before asking it to do anything - [Contributor Poker](https://brain.bigb.es/p/contributor-poker.md): 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](https://brain.bigb.es/p/controllable-thinking-style.md): Training-injected markers that toggle the style of a reasoning model's chain-of-thought without changing the answer pipeline - [Cookie Session Authentication](https://brain.bigb.es/p/cookie-session-auth.md): The default browser-session pattern: opaque random ID in an HttpOnly cookie, server-side store maps it to user state - [Coverage-Guided Fuzzing](https://brain.bigb.es/p/coverage-guided-fuzzing.md): 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](https://brain.bigb.es/p/credential-compartmentalization.md): 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](https://brain.bigb.es/p/credibility-as-slop-test.md): Whether AI-assisted text is slop can't be judged from its surface — the only working test is whether the author would read it aloud, unashamed, staking their credibility - [Cryptographically Relevant Quantum Computer (CRQC)](https://brain.bigb.es/p/crqc.md): Cryptographically relevant quantum computer: what it is, threshold, April 2026 timeline collapse - [Default version bound constraints](https://brain.bigb.es/p/default-version-bound-constraints.md): Whether a package manager's `add` command writes a SemVer-respecting upper bound by default, and the consequences when it doesn't - [Dependency Vendoring](https://brain.bigb.es/p/dependency-vendoring.md): Committing dependency source into your repo as a fire-break against automatic propagation - [Differential Fuzzing](https://brain.bigb.es/p/differential-fuzzing.md): 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](https://brain.bigb.es/p/differential-spec-analysis.md): Build the same system with several independent agent loops, diff the finished implementations, and treat every divergence as a decision nobody specified - [Digital Garden](https://brain.bigb.es/p/digital-garden.md): Personal-website format optimized for evolving, interconnected notes rather than chronological posts - [Disposable code](https://brain.bigb.es/p/disposable-code.md): 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](https://brain.bigb.es/p/distributed-consensus.md): Getting multiple processes to agree on a value: Paxos, Raft, PBFT, and the tradeoff space - [Domain Fronting](https://brain.bigb.es/p/domain-fronting.md): Hiding the real destination of an HTTPS request behind a different, high-reputation SNI - [Early-stage reality vs the retold version](https://brain.bigb.es/p/early-stage-reality.md): "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](https://brain.bigb.es/p/ebpf-sock-ops.md): 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](https://brain.bigb.es/p/editor-as-ui.md): 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](https://brain.bigb.es/p/empire-core-periphery.md): 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](https://brain.bigb.es/p/enshittification.md): Doctorow's term for the three-stage decay of platforms, once held in check by antitrust, competition, and worker power - [Entity Component System](https://brain.bigb.es/p/entity-component-system.md): Data-oriented architecture with entities as IDs, components as data, systems as bulk iterators - [Ephemeral Credentials](https://brain.bigb.es/p/ephemeral-credentials.md): Short-lived credentials (≤1 day) where rotation is structural rather than scheduled — minted per session, expire on their own - [Epoch-based reclamation](https://brain.bigb.es/p/epoch-based-reclamation.md): 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](https://brain.bigb.es/p/error-stack-anti-pattern.md): 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](https://brain.bigb.es/p/factual-capacity-scaling.md): 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](https://brain.bigb.es/p/files-as-graph-database.md): Markdown files as nodes, wikilinks as edges — why a plain vault satisfies graph-database semantics - [FLP Impossibility](https://brain.bigb.es/p/flp-impossibility.md): Proven 1985 result: no deterministic consensus in async systems with even one crash - [Founder Brand Liquidation](https://brain.bigb.es/p/founder-brand-liquidation.md): Tech leaders converting accumulated product and institutional trust into personal fame, and the reputational blowback that follows - [GitHub Actions Cache Poisoning](https://brain.bigb.es/p/github-actions-cache-poisoning.md): Attacker-controlled job writes cache entries that production workflows later restore - [Go Channel Bug Patterns](https://brain.bigb.es/p/go-channel-bug-patterns.md): Four failure modes (deadlock, leak, race, protocol violation) that channels reproduce one-for-one from shared-state bugs - [go/analysis Framework](https://brain.bigb.es/p/go-analysis-framework.md): Standard Go framework for building static analyzers that integrate with go vet and golangci-lint - [Google OAuth domain-takeover flaw (Truffle Security, Jan 2025)](https://brain.bigb.es/p/google-oauth-domain-takeover.md): 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](https://brain.bigb.es/p/gpu-accelerated-terminal.md): Terminal emulators that render glyphs through the GPU; the tradeoff is latency and crispness against power draw - [Grammar-Based Fuzzing](https://brain.bigb.es/p/grammar-based-fuzzing.md): 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](https://brain.bigb.es/p/hard-problem-of-consciousness.md): 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](https://brain.bigb.es/p/high-friction-commons.md): Designing a knowledge commons for a high barrier and deliberate friction, trading scale for good-faith participation and spam resistance - [Huge pages](https://brain.bigb.es/p/huge-pages.md): 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](https://brain.bigb.es/p/human-in-the-loop.md): Design pattern where AI agents pause for human approval on sensitive operations - [Human-made disclosure](https://brain.bigb.es/p/human-made-disclosure.md): 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](https://brain.bigb.es/p/hybrid-search.md): Combining BM25 keyword search with embedding similarity for better retrieval - [IndexedDB](https://brain.bigb.es/p/indexeddb.md): Browser-native key-value store with indexes, transactions, and cursors for client-side data - [Individual Engineer Agency](https://brain.bigb.es/p/individual-engineer-agency.md): The gap between individual engineering quality and product-level user perception - [Inverted claim onboarding](https://brain.bigb.es/p/inverted-claim-onboarding.md): 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](https://brain.bigb.es/p/inverted-index.md): Data structure mapping terms to documents, the foundation of all full-text search systems - [JSON-Pass vs Value-Accuracy Gap](https://brain.bigb.es/p/json-pass-value-accuracy-gap.md): 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)](https://brain.bigb.es/p/jujutsu.md): 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)](https://brain.bigb.es/p/jwt-for-sessions.md): Why using JWTs as session tokens is the wrong tool — lifetime mismatch, false statelessness, spec footguns, and what to use instead - [Kernel self-patching](https://brain.bigb.es/p/kernel-self-patching.md): Three Linux runtime-rewriting mechanisms — jump_label, static_call, alternative_instructions — that let one vmlinux boot optimally on dozens of CPU generations - [Knife-Catching Compute](https://brain.bigb.es/p/knife-catching-compute.md): 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](https://brain.bigb.es/p/kv-cache-sizing.md): 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](https://brain.bigb.es/p/language-choice-for-agents.md): 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](https://brain.bigb.es/p/rag-limitations.md): Failure modes of naive top-K retrieval that motivate richer agent access patterns - [Linux boot phases](https://brain.bigb.es/p/linux-boot-phases.md): 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](https://brain.bigb.es/p/linux-preemption-models.md): 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](https://brain.bigb.es/p/living-off-the-land.md): 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](https://brain.bigb.es/p/llm-api-routing-layer.md): A thin gateway that fronts multiple LLM providers behind one endpoint, with fallback chains, model selection rules, and unified billing - [LLM as Average Democratizer](https://brain.bigb.es/p/llm-as-average-democratizer.md): The argument that LLMs' main economic impact is making "average" output cheap, lifting the floor without raising the ceiling - [LLM output variance](https://brain.bigb.es/p/llm-output-variance.md): 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](https://brain.bigb.es/p/llm-quantization.md): 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](https://brain.bigb.es/p/llm-wiki-as-agent-memory.md): 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](https://brain.bigb.es/p/llm-wiki-pattern.md): LLM incrementally builds and maintains a persistent wiki from raw sources - [LLM-assisted mathematical research](https://brain.bigb.es/p/llm-mathematical-research.md): Documented cases where LLMs contribute non-trivial mathematical ideas, and what that does to the research-training pipeline - [llms.txt](https://brain.bigb.es/p/llms-txt.md): Proposed /llms.txt convention for giving LLMs a curated markdown overview of a website - [LSM Tree](https://brain.bigb.es/p/lsm-tree.md): Write-optimized storage: append-only MemTable/SSTable design behind Cassandra, RocksDB, LevelDB - [Maintainer Governance Ambiguity](https://brain.bigb.es/p/maintainer-governance-ambiguity.md): 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)](https://brain.bigb.es/p/matryoshka-isolation.md): 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](https://brain.bigb.es/p/mean-free-path-language.md): 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](https://brain.bigb.es/p/measuring-ai-coding-productivity.md): 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](https://brain.bigb.es/p/memory-conflict-detection.md): Detecting contradictory knowledge and keeping both visible instead of silently overwriting - [Memory Decay in AI Agents](https://brain.bigb.es/p/agent-memory-decay.md): Memory half-life, retrieval strengthening, and consolidation for AI agents - [Message Passing vs Shared Memory](https://brain.bigb.es/p/message-passing-vs-shared-memory.md): The two camps of concurrency coordination, the case that they fail for the same reason, and what each actually buys you - [Meta-Tracing](https://brain.bigb.es/p/meta-tracing.md): JIT compilation technique that traces the interpreter executing guest code, not the guest code itself - [MicroVM](https://brain.bigb.es/p/microvm.md): 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)](https://brain.bigb.es/p/mixture-of-experts.md): 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](https://brain.bigb.es/p/ml-dsa.md): Module-Lattice DSA (FIPS 204, ex-Dilithium): post-quantum signatures replacing ECDSA/RSA - [ML-KEM](https://brain.bigb.es/p/ml-kem.md): Module-Lattice KEM (FIPS 203, ex-Kyber): post-quantum key exchange replacing ECDH - [MoE CPU Offload (`--n-cpu-moe`)](https://brain.bigb.es/p/moe-cpu-offload.md): 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](https://brain.bigb.es/p/moral-agency-vs-patienthood.md): 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](https://brain.bigb.es/p/multicall-binary.md): 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](https://brain.bigb.es/p/multiplayer-by-default-failure.md): 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](https://brain.bigb.es/p/neurosymbolic-ai.md): Combining LLMs with symbolic solvers for language understanding plus exhaustive correctness - [No Silver Bullet](https://brain.bigb.es/p/no-silver-bullet.md): Brooks' 1986 essay on essential vs accidental difficulty and why no 10x productivity gain exists - [Notify-and-Pull IPC](https://brain.bigb.es/p/notify-and-pull-ipc.md): Pattern that combines synchronous message passing with non-blocking notifications to avoid server-to-server deadlock - [OAuth token theft (multilogin + consent phishing)](https://brain.bigb.es/p/oauth-token-theft.md): 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](https://brain.bigb.es/p/obsidian-bases.md): Obsidian's built-in database views over frontmatter — YAML filters, formulas, and table views, used here as the vault's maintenance dashboard - [OSS sustainability](https://brain.bigb.es/p/oss-sustainability.md): Funding patterns single-maintainer OSS authors use to keep working on their projects — sponsorships, memberships, consulting, hosted services - [pair-programming](https://brain.bigb.es/p/pair-programming.md): 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](https://brain.bigb.es/p/para-method.md): Organize everything by actionability: Projects, Areas, Resources, Archive - [PASETO](https://brain.bigb.es/p/paseto.md): 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)](https://brain.bigb.es/p/port-not-patch-contribution.md): 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](https://brain.bigb.es/p/philosophical-zombies.md): Chalmers' thought experiment of a being physically identical to a human but without inner experience, and Rovelli's self-defeat objection - [Pointer Provenance](https://brain.bigb.es/p/pointer-provenance.md): 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](https://brain.bigb.es/p/porto-sap.md): 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](https://brain.bigb.es/p/positioning-vs-vision-gap.md): 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](https://brain.bigb.es/p/post-quantum-cryptography.md): PQ algorithms, NIST standards, migration priorities, and what's not threatened - [PQ-WireGuard](https://brain.bigb.es/p/pq-wireguard.md): Post-quantum variants of the WireGuard VPN protocol — the original Hülsing 2021 design and two 2025–2026 papers that revisit it - [Privilege Dropping](https://brain.bigb.es/p/privilege-dropping.md): Least privilege applied at startup — acquire resources, then irreversibly shed capabilities so a later compromise is contained - [Programming as Theory Building](https://brain.bigb.es/p/programming-as-theory-building.md): 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](https://brain.bigb.es/p/progressive-summarization.md): Layered note distillation technique: compress a little more each time you revisit - [Purpose-driven vs system-driven design](https://brain.bigb.es/p/purpose-driven-vs-system-driven-design.md): Two design philosophies — start from a user problem (purpose) or from composable primitives (system); systems impress builders but users buy purpose - [Pwn Request Pattern](https://brain.bigb.es/p/pwn-request-pattern.md): GitHub's `pull_request_target` running fork-controlled code in the base repo's permission context - [RAII](https://brain.bigb.es/p/raii.md): Resource Acquisition Is Initialization — bind resource lifetime to object lifetime so cleanup runs deterministically when the object goes out of scope - [Random-Rotation Quantization](https://brain.bigb.es/p/random-rotation-quantization.md): 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](https://brain.bigb.es/p/reactive-signals.md): Reactive primitive for automatic state propagation, now the dominant model in JS frameworks - [REAP — Router-weighted Expert Activation Pruning](https://brain.bigb.es/p/reap-expert-pruning.md): 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](https://brain.bigb.es/p/recall-to-judgment.md): 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)](https://brain.bigb.es/p/reinforcing-kem.md): 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](https://brain.bigb.es/p/reproducible-builds.md): Bit-for-bit identical output from the same source, and why compilers keep breaking it - [Reps as pattern recognition](https://brain.bigb.es/p/reps-as-pattern-recognition.md): 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](https://brain.bigb.es/p/rust-send-sync.md): 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](https://brain.bigb.es/p/sandboxing-ai-agents.md): Taxonomy of approaches for constraining what an AI coding agent can do — OS isolation, network policy, syscall filtering, HTTP interception - [Scaffold-Model Fit](https://brain.bigb.es/p/scaffold-model-fit.md): Coding-agent benchmark scores measure model × scaffold, not model alone — small local models inherit responsibilities the scaffold assumed they'd self-manage - [Secret Sharing](https://brain.bigb.es/p/secret-sharing.md): 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](https://brain.bigb.es/p/secure-multiparty-computation.md): Cryptographic protocols where n parties jointly compute f(x₁,...,xₙ) without revealing their inputs; the output is the only thing learned - [Serverless Relay Transport](https://brain.bigb.es/p/serverless-relay-transport.md): 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](https://brain.bigb.es/p/ship-show-ask.md): 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](https://brain.bigb.es/p/signed-vs-unsigned-sizes.md): 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](https://brain.bigb.es/p/skill-atrophy-supervision-paradox.md): The circularity where agent oversight requires the critical-thinking and code-reading skills that heavy agent use measurably erodes - [Skip list](https://brain.bigb.es/p/skip-list.md): Probabilistic ordered structure of stacked linked lists with O(log n) expected search; the standard MemTable choice in LSM engines - [Slop-marker convention](https://brain.bigb.es/p/slop-marker-convention.md): 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](https://brain.bigb.es/p/speculative-decoding.md): 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](https://brain.bigb.es/p/speculative-growth.md): 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](https://brain.bigb.es/p/spinlock.md): Locking by busy-waiting in a tight loop instead of sleeping; cheap when critical sections are short, catastrophic when they aren't - [Splay list](https://brain.bigb.es/p/splay-list.md): 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](https://brain.bigb.es/p/ssh-agent-forwarding-risk.md): 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](https://brain.bigb.es/p/ssh-port-forwarding.md): 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](https://brain.bigb.es/p/sso-concentration-risk.md): 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](https://brain.bigb.es/p/stacked-prs.md): 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](https://brain.bigb.es/p/stateful-agent-routing.md): 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](https://brain.bigb.es/p/steering-vectors.md): Manipulating LLM activations mid-inference to bias output toward a concept, without changing the weights - [Store-Now-Decrypt-Later](https://brain.bigb.es/p/store-now-decrypt-later.md): Harvest encrypted data now, decrypt with future CRQC — why PQ migration is urgent today - [Structure-Aware Fuzzing](https://brain.bigb.es/p/structure-aware-fuzzing.md): 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](https://brain.bigb.es/p/supply-chain-security.md): Protecting code-to-artifact chain: CI/CD, dependencies, registries, releases, defense patterns - [TC39 Proposal Signals](https://brain.bigb.es/p/tc39-proposal-signals.md): Stage 1 proposal to add native Signal primitives to JavaScript - [TCP Congestion Control](https://brain.bigb.es/p/tcp-congestion-control.md): How TCP throttles sending speed to prevent network collapse, and why the first RTT is ~13 kB - [Testing-heavy, no-review workflow](https://brain.bigb.es/p/testing-heavy-no-review-workflow.md): 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](https://brain.bigb.es/p/dogfooding-trap.md): 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](https://brain.bigb.es/p/thinking-mode-rule-erosion.md): 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](https://brain.bigb.es/p/tls-desync-fake-clienthello.md): 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](https://brain.bigb.es/p/tokenmaxxing.md): 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](https://brain.bigb.es/p/trunk-based-development.md): 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](https://brain.bigb.es/p/type-system-axes.md): Static/dynamic (when types are checked) and strong/weak (how much implicit coercion) are independent dimensions - [Typed De Bruijn indices for LLMs](https://brain.bigb.es/p/typed-de-bruijn-for-llms.md): 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](https://brain.bigb.es/p/unmaintained-scanner-pressure.md): Binary "no release in N months → unmaintained" heuristics generate downstream pressure on mature infrastructure libraries to ship churn or accept new maintainers - [Vibe-engineering](https://brain.bigb.es/p/vibe-engineering.md): 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](https://brain.bigb.es/p/virtual-filesystem-for-llm-agents.md): Exposing databases as UNIX filesystems so LLM agents can browse instead of chunk retrieval - [VLESS Subscription Format](https://brain.bigb.es/p/vless-subscription-format.md): Base64-encoded newline-separated VLESS URIs consumed by V2RayN, Clash, and similar clients - [WebAssembly](https://brain.bigb.es/p/webassembly.md): Portable, sandboxed compilation target: core spec, interpreter vs AOT runtimes, wasm2js fallback - [Whitelist Capability Config](https://brain.bigb.es/p/whitelist-capability-config.md): 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](https://brain.bigb.es/p/whitelist-internet-blocking.md): Default-deny national filtering where only explicitly approved destinations resolve - [Working around agent failure modes is the skill](https://brain.bigb.es/p/agent-failure-mode-skill.md): Most of the skill in using coding agents is knowing their specific failure modes and building around them — a skill that decays as labs fix those failures - [Yggdrasil Network](https://brain.bigb.es/p/yggdrasil-network.md): Experimental overlay IPv6 mesh network where each node's address is derived from its public key; routing is location-independent and decentralized - [Zig comptime](https://brain.bigb.es/p/comptime.md): Zig's compile-time evaluation mechanism — same language at compile time as runtime, used for generics, typeclasses, and metaprogramming - [0xsid](https://brain.bigb.es/p/0xsid-blog.md): 0xsid's personal blog at 0xsid.com — short opinion posts on agentic coding workflows and developer experience - [A Collection of Unmitigated Pedantry (acoup.blog)](https://brain.bigb.es/p/acoup-blog.md): 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](https://brain.bigb.es/p/acai-blog.md): Single-author blog from the developer of acai.sh, on spec-driven AI-assisted development - [Addy Osmani blog](https://brain.bigb.es/p/addy-osmani-blog.md): 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](https://brain.bigb.es/p/alejandro-pe.md): Alejandro Garcia Salas's personal site at alejandro.pe — long-form retrospectives on product, design, and engineering from a founding-engineer career - [Alex Ellis](https://brain.bigb.es/p/alex-ellis.md): Founder of OpenFaaS/Actuated/Inlets; blogs on self-hosted infra and local AI economics at blog.alexellis.io - [Alexandr Wang](https://brain.bigb.es/p/alexandr-wang.md): 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](https://brain.bigb.es/p/amy-ko-blog.md): 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](https://brain.bigb.es/p/andrea-laforgia-blog.md): Andrea Laforgia's substack (a4al6a.substack.com) — evidence-driven essays on software engineering practice and continuous delivery - [Andrew Bosworth](https://brain.bigb.es/p/andrew-bosworth.md): Meta CTO since 2022; built the parallel Applied AI Engineering org in 2026 that routes around Wang's Superintelligence Labs - [Andrew Nesbitt (nesbitt.io)](https://brain.bigb.es/p/nesbitt-io.md): Blog covering package registries, supply-chain observability, git internals, and open-source infrastructure - [Anthony Moser (anthonymoser.github.io)](https://brain.bigb.es/p/anthony-moser-blog.md): Anthony Moser's GitHub Pages blog; "haterdom" essay series critiquing AI, with community-translated editions - [antirez (Salvatore Sanfilippo)](https://brain.bigb.es/p/antirez.md): Creator of Redis; writes prolifically about programming with LLMs; building DwarfStar, a local inference engine - [Antman Does Software (Anthony Manning-Franklin)](https://brain.bigb.es/p/antman-blog.md): Anthony Manning-Franklin's blog at antman-does-software.com on software craft, learning, and AI skepticism - [antonz.org](https://brain.bigb.es/p/antonz-org.md): Anton Zhiyanov's blog on Go, SQL, CLI tools, and interactive programming guides - [appsec.guide — Trail of Bits Testing Handbook](https://brain.bigb.es/p/appsec-guide.md): 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](https://brain.bigb.es/p/argemma-blog.md): Security-engineering blog at argemma.com, practical posts on cryptography, credentials, Go vulnerabilities, and AI/ML threat models - [arkaung.github.io](https://brain.bigb.es/p/arkaung-blog.md): arkaung's GitHub Pages site with interactive math tutorials; Interactive TurboQuant is the first ingested piece - [Armin Ronacher (lucumr.pocoo.org)](https://brain.bigb.es/p/lucumr-blog.md): 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)](https://brain.bigb.es/p/arp242.md): Open-source developer; primary fsnotify maintainer; long-running personal site at arp242.net - [asciimoth/ygg (Yggdrasil fork)](https://brain.bigb.es/p/asciimoth-ygg.md): 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](https://brain.bigb.es/p/avkcode-blog.md): avkcode's blog — AI industry analysis, geopolitical AI economics, infrastructure and hyperscaler dynamics - [billjings.com](https://brain.bigb.es/p/billjings-blog.md): Bill Jings's writing — software engineering practice, version control, async development workflows, tooling critique - [Bitwarden](https://brain.bigb.es/p/bitwarden.md): 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.](https://brain.bigb.es/p/block-inc.md): 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](https://brain.bigb.es/p/andymasley-blog.md): 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)](https://brain.bigb.es/p/boldlygo-tech.md): Jonathan Hall's daily blog and newsletter on the Go programming language, language-spec walkthroughs, and Go testing patterns - [bora.sh](https://brain.bigb.es/p/bora-blog.md): 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](https://brain.bigb.es/p/borogove.md): Web-based XMPP chat client with local IndexedDB message storage - [brgsk (brgsk.xyz)](https://brain.bigb.es/p/brgsk-blog.md): Blog with careful writeups on agent memory and AI systems that separate cognitive-science words from real engineering - [Bryan Cantrill](https://brain.bigb.es/p/bryan-cantrill.md): Systems engineer, DTrace co-creator, Oxide CTO; writes on software engineering culture - [C3](https://brain.bigb.es/p/c3-lang.md): Christoffer Lerno's C-tradition systems language; opinionated successor that's rethinking C's defaults from scratch - [causality.blog](https://brain.bigb.es/p/causality-blog.md): Anonymous essay blog on programming-language foundations, concurrency, and the questions the mainstream debate skips - [Charles Leifer's Blog](https://brain.bigb.es/p/charles-leifer-blog.md): Python and database systems engineer at charlesleifer.com; peewee ORM, SQLite/Postgres deep-dives, Redis internals, well-aged opinions - [Claude Code](https://brain.bigb.es/p/claude-code.md): Anthropic's terminal coding agent — the tool that maintains this vault, and the thing most of the toolbox extends - [Clippy](https://brain.bigb.es/p/clippy.md): The official Rust linter; ships hundreds of lints across ten categories, configurable per crate or per workspace via Cargo.toml - [CodeUtopia](https://brain.bigb.es/p/codeutopia-blog.md): Jani Hartikainen's long-running blog on testing, maintainable code, and the craft side of software engineering - [Cory Doctorow](https://brain.bigb.es/p/cory-doctorow.md): SF author and EFF advisor who writes Pluralistic and coined "enshittification"; central to the anti-monopoly / platform-decay discourse - [Coywolf](https://brain.bigb.es/p/coywolf-blog.md): Jon Henshaw's site at coywolf.com — short notes on web tech, RSS, indie web, and SEO-adjacent tooling - [Dan Luu (danluu.com)](https://brain.bigb.es/p/danluu-blog.md): Dan Luu's blog — measurement-driven engineering writing from a CPU-verification background, covering testing, reliability, org dynamics, and now AI coding - [datagirl.xyz](https://brain.bigb.es/p/datagirl-xyz.md): Snow's personal blog at datagirl.xyz on retro x86/DOS systems, emulator internals, and low-level reverse-engineering - [David Crawshaw (crawshaw.io)](https://brain.bigb.es/p/crawshaw-blog.md): 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](https://brain.bigb.es/p/dayvster-blog.md): Dayvi Schuster's blog — modern systems-language opinions (Zig, Odin, C3), C++ defense, memory-management primers, anti-Rust contrarian takes - [DeepSeek](https://brain.bigb.es/p/deepseek.md): 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)](https://brain.bigb.es/p/dpc-pw.md): Blog by systems/crypto maintainer on LLM coding, dev-env isolation, open-source collaboration - [DuckDB](https://brain.bigb.es/p/duckdb.md): 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](https://brain.bigb.es/p/edward-zitron.md): Tech journalist behind "Where's Your Ed At," focused on AI industry financial unsustainability - [Elena Verna's Growth Scoop](https://brain.bigb.es/p/elena-verna-blog.md): Elena Verna's Substack newsletter on PLG, solopreneurship, and adapt-or-die framing for the AI-shaped workplace - [emirb.github.io](https://brain.bigb.es/p/emir-beganovic-blog.md): Emir Beganović's personal blog (Booking.com Staff SRE) on infrastructure, virtualization, and KubeCon-shaped industry surveys - [emschwartz.me](https://brain.bigb.es/p/emschwartz-blog.md): Evan Schwartz's blog; Rust, web payments, and the Scour personalized-feed product - [ENOSUCHBLOG (blog.yossarian.net)](https://brain.bigb.es/p/yossarian-blog.md): William Woodruff's blog — programming, philosophy, and pedaling; security-tooling and open-source-supply-chain writing - [exe.dev blog (blog.exe.dev)](https://brain.bigb.es/p/exe-dev-blog.md): Company blog of exe.dev, the nine-person fast-booting-VM startup; agent-driven engineering practice written up from inside a team that ships on it - [Fred Brooks](https://brain.bigb.es/p/fred-brooks.md): Author of The Mythical Man-Month and No Silver Bullet; Turing Award 1999 - [fsnotify](https://brain.bigb.es/p/fsnotify.md): Go cross-platform filesystem-notifications library; 321k dependent projects, the de facto file-watching primitive in the Go ecosystem - [Garry Tan](https://brain.bigb.es/p/garry-tan.md): CEO of Y Combinator since 2023; recent figurehead for the executive AI-agent enthusiasm pattern, popularized "cyber psychosis" framing - [gingerbill.org (Ginger Bill)](https://brain.bigb.es/p/gingerbill-blog.md): Ginger Bill's blog — creator of the Odin language, writing on tool design, language design, and programming culture - [Gowers's Weblog](https://brain.bigb.es/p/gowers-blog.md): Tim Gowers's WordPress blog on combinatorics, mathematical exposition, and (recently) LLM-assisted mathematical research - [Graham Helton's blog](https://brain.bigb.es/p/graham-helton-blog.md): Red-team operator's blog at grahamhelton.com on SSH tradecraft, lateral movement, and offensive security tooling - [Greg Wilson (third-bit.com)](https://brain.bigb.es/p/greg-wilson-blog.md): Greg Wilson's blog — empirical software engineering and research methods, skeptical of unmeasured claims about AI-assisted coding - [GTFOBins](https://brain.bigb.es/p/gtfobins.md): 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](https://brain.bigb.es/p/handyai-blog.md): 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](https://brain.bigb.es/p/happ-proxy.md): Closed-source Android/iOS VLESS client popular in the RU VPN reseller market - [icefox (wiki.alopex.li)](https://brain.bigb.es/p/icefox-alopex.md): Simon Heath's personal wiki; programming-language design, systems programming, software culture - [Interfaze](https://brain.bigb.es/p/interfaze.md): 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](https://brain.bigb.es/p/internals-for-interns.md): Jesús Espino's weekly blog on software internals — Go runtime, filesystems, Linux kernel — written as "useful maps" not exhaustive references - [itayinbarr.substack.com](https://brain.bigb.es/p/itayinbarr-blog.md): Itay Inbarr's Substack on agent scaffolds, small-local-model benchmarks, and the scaffold-model-fit framing of coding-agent evaluation - [James Bennett](https://brain.bigb.es/p/james-bennett.md): Django core contributor, blogger at b-list.org, careful LLM skeptic - [James Zhan (journal.james-zhan.com)](https://brain.bigb.es/p/james-zhan-blog.md): 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](https://brain.bigb.es/p/jdx-blog.md): Jeff Dickey's blog at jdx.dev — author of mise and several other developer-tooling projects under the en.dev umbrella - [jxnl.co](https://brain.bigb.es/p/jxnl-blog.md): Jason Liu's writing — instructor library author, AI agent workflows, structured output, RAG, knowledge work with coding agents - [Lars Faye](https://brain.bigb.es/p/lars-faye-blog.md): Lars Faye's personal site at larsfaye.com — articles on AI in software engineering, vendor dependency, and developer-skill economics - [Leonie Monigatti](https://brain.bigb.es/p/leonie-monigatti-blog.md): AI engineering writer at leoniemonigatti.com on RAG, context engineering, embeddings; workshop speaker - [Lewis Campbell](https://brain.bigb.es/p/lewis-campbell.md): Software consultant blogging at lewiscampbell.tech, also runs the data-consulting site outdata.net - [LibAFL](https://brain.bigb.es/p/libafl.md): 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)](https://brain.bigb.es/p/oxzi-blog.md): oxzi's blog — systems and security writeups in Go, OpenBSD/Linux sandboxing primitives; author of syscallset-go - [loopwerk.io](https://brain.bigb.es/p/loopwerk-blog.md): Kevin Renskers's personal blog at loopwerk.io — practical write-ups on Python, web dev, and developer tooling, often comparison-shaped - [Marius (マリウス.com)](https://brain.bigb.es/p/marius-blog.md): Marius's personal blog on self-hosting, OpenBSD, GrapheneOS, hardware longevity, and the politics of consumer computing - [mattn (Yasuhiro Matsumoto)](https://brain.bigb.es/p/mattn.md): Prolific Japanese Go and Vim open-source developer; author of many widely-depended-on Go libraries - [Meta Platforms](https://brain.bigb.es/p/meta-platforms.md): 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](https://brain.bigb.es/p/metalevel-at.md): Markus Triska's site — Power of Prolog book, declarative-programming essays, constraint logic programming, logic puzzles, and Prolog-driven compilers/interpreters - [Mintlify](https://brain.bigb.es/p/mintlify.md): Developer tools company building AI-powered documentation assistants - [mrmarket](https://brain.bigb.es/p/mrmarket-blog.md): bearblog writer on tech culture, founder brands, and the decay of the open internet - [Nautilus](https://brain.bigb.es/p/nautilus-fuzzer.md): Grammar-based coverage-guided fuzzer; uses tree mutations on context-free grammars to produce structurally valid inputs that survive front-end parsing - [npmx.dev](https://brain.bigb.es/p/npmx.md): MIT-licensed alternative web frontend over the npm registry, launched by Daniel Roe in January 2026 - [Obsidian](https://brain.bigb.es/p/obsidian.md): Local-first markdown knowledge-base app with a community plugin / theme ecosystem; the canonical PKM target this wiki is built against - [OpenAI](https://brain.bigb.es/p/openai.md): AI company behind ChatGPT, converted from nonprofit to for-profit, preparing for $1T IPO - [Pine AI](https://brain.bigb.es/p/pine-ai.md): Research org behind the Incompressible Knowledge Probes paper; Bojie Li's group, 01.me/research - [PostgreSQL](https://brain.bigb.es/p/postgresql.md): Open-source relational database; process-per-connection model with a shared buffer pool, central to several recent kernel-interaction stories - [Pure Systems](https://brain.bigb.es/p/pure-systems-blog.md): Blog at pure-systems.org on functional programming, language design, and systems programming from a long-time Haskell user - [QEMU microvm machine type](https://brain.bigb.es/p/qemu-microvm.md): 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)](https://brain.bigb.es/p/ratfactor.md): Dave Gauer's long-running personal site, full of "cards" — short focused notes on programming, Unix, and personal computing - [Retro Catalog](https://brain.bigb.es/p/retrocatalog.md): 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](https://brain.bigb.es/p/rivet-blog.md): rivet.dev — engineering writeups from the team behind the Sandbox Agent SDK, focused on agent sandboxing and microVM infrastructure - [runtimewire.com](https://brain.bigb.es/p/runtimewire.md): Developer-infrastructure news site; short launch reports that check vendor claims against the project's own architecture and specification docs - [rust-vmm](https://brain.bigb.es/p/rust-vmm.md): Shared Rust crate ecosystem under most modern VMMs — kvm-ioctls, vm-memory, virtio-queue, vhost-user — with multi-vendor governance - [Rye](https://brain.bigb.es/p/rye-lang.md): Homoiconic general-purpose language in pure Go, designed to be embedded as a config or scripting layer with per-word capability registration - [Ryelang Blog](https://brain.bigb.es/p/ryelang-blog.md): refaktor/rye project blog at ryelang.org/blog — language design notes, embedding tutorials, and capability-control writeups - [Sam Altman](https://brain.bigb.es/p/sam-altman.md): CEO of OpenAI, central figure in AI industry governance debates - [SDL (Simple DirectMedia Layer)](https://brain.bigb.es/p/sdl.md): 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](https://brain.bigb.es/p/sean-goedecke-blog.md): 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](https://brain.bigb.es/p/seiya-nuta-blog.md): Systems programmer and microkernel author behind Resea and FTL; blog at seiya.me on OS internals and IPC design - [Simon Willison's Weblog](https://brain.bigb.es/p/simon-willison-blog.md): Simon Willison's daily blog at simonwillison.net — short link-and-commentary posts on LLMs, datasette, web tooling, and open-source governance - [sing-box](https://brain.bigb.es/p/sing-box.md): Universal proxy platform in Go — the core underneath many modern circumvention clients - [Socket Blog](https://brain.bigb.es/p/socket-blog.md): Socket.dev's writeups of npm/PyPI/RubyGems supply-chain incidents and ecosystem-security analysis - [specification.website](https://brain.bigb.es/p/specification-website.md): A single-author opinionated reference catalog of modern web specs, grouped by category and tagged Required/Recommended/Optional/Avoid - [specular.fi](https://brain.bigb.es/p/specular-blog.md): Personal engineering blog at specular.fi — short, code-driven notes on Linux internals, Alpine, Docker, and unfamiliar Unix tools - [Stoffel Labs](https://brain.bigb.es/p/stoffel-mpc.md): MPC-as-a-service company building a developer-facing platform on top of [[secret-sharing]] + [[beaver-triples]] protocols - [stvn.sh](https://brain.bigb.es/p/stvn-blog.md): stvn's writing site at stvn.sh — first-person essays on tech work, AI corporate culture, and institutional knowledge - [Tangled](https://brain.bigb.es/p/tangled.md): 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](https://brain.bigb.es/p/tanstack.md): JS/TS library collective behind Query, Router, Table, Form, Virtual, Start — Tanner Linsley - [Ted Chiang](https://brain.bigb.es/p/ted-chiang.md): Science-fiction writer and essayist; recurring critic of LLM hype and anthropomorphism for The New Yorker and The Atlantic - [Terence Tao](https://brain.bigb.es/p/terry-tao.md): Fields Medal mathematician who writes first-hand about using LLMs and coding agents for math exposition, tooling, and research - [The Coder Cafe](https://brain.bigb.es/p/the-coder-cafe.md): 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)](https://brain.bigb.es/p/oldnewthing-blog.md): 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)](https://brain.bigb.es/p/the-smart-ape.md): X/Twitter account posting long-form security and SaaS-operator threads with concrete failure-mode case studies - [theocharis.dev](https://brain.bigb.es/p/theocharis-blog.md): 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)](https://brain.bigb.es/p/thomas-depierre-blog.md): Elixir and DevOps consultant blogging at softwaremaxims.com; evidence-first takes on software practice and LLM skepticism - [Trail of Bits](https://brain.bigb.es/p/trail-of-bits.md): New York-based security research and consulting firm; long history of audits, fuzzing tooling, and cryptographic review for crypto/blockchain and infrastructure clients - [TSPU](https://brain.bigb.es/p/tspu.md): Russia's state-mandated DPI/filtering infrastructure deployed at every major ISP - [Typeset in the Future (Dave Addey)](https://brain.bigb.es/p/typesetinthefuture-blog.md): Dave Addey's blog on the typography and graphic design of sci-fi films - [Unsloth](https://brain.bigb.es/p/unsloth.md): 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](https://brain.bigb.es/p/vaultwarden.md): 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](https://brain.bigb.es/p/verrchu-blog.md): 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)](https://brain.bigb.es/p/xe-iaso.md): Writer/engineer behind Anubis; writes on WebAssembly, reproducible builds, Nix, web infra - [xz-utils Incident](https://brain.bigb.es/p/xz-utils-incident.md): 2024 social-engineering supply-chain attack where a long-running fake-maintainer persona ("Jia Tan") inserted an SSH backdoor into xz/liblzma - [Zig](https://brain.bigb.es/p/zig.md): Andrew Kelley's systems language; manual memory via arenas and allocators, no hidden allocations, comptime as the type-system programming mechanism - [zknill.io](https://brain.bigb.es/p/zknill-blog.md): Zach Knill's blog — distributed systems, durable execution, agent infrastructure, the routing primitive missing from cloud-native - [Kenn Software: local-first agent tooling suite](https://brain.bigb.es/p/kenn-software-suite.md): Kenn Software's five single-binary, local-first Go tools for the agentic era — kata, middleman, agentsview, msgvault, roborev - [Planned Pages](https://brain.bigb.es/p/planned-pages.md): Wikilinks deliberately left unresolved because the page is worth writing later, and what already references each one - ["No AI" Statements Are Necessary and Useful](https://brain.bigb.es/p/no-ai-statements.md): 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](https://brain.bigb.es/p/1password-agentic-refactoring.md): 1Password decomposes a multi-million-line Go monolith with AI agents; the win is agent-built deterministic tools, not agent-written code - [80 tok/s + 128K Context on 12GB VRAM — Qwen3.6 + MTP](https://brain.bigb.es/p/reddit-qwen3-6-mtp-12gb.md): 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)](https://brain.bigb.es/p/early-dos-paterson-listings.md): Microsoft's April 2026 release of recovered, scanned, OCR'd 86-DOS 1.00 and PC-DOS 1.00 development listings from Tim Paterson, MIT-licensed - [A Haskeller's case for Zig](https://brain.bigb.es/p/zig-functional-programmers.md): 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](https://brain.bigb.es/p/tracking-work-github-issues.md): 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)](https://brain.bigb.es/p/chatgpt-5-5-pro-mathematical-research.md): Tim Gowers reports ChatGPT 5.5 Pro producing an "original and clever" PhD-level result in additive combinatorics in under two hours, with no mathematical input from him - [A Simplified Model of Fil-C](https://brain.bigb.es/p/simplified-model-of-fil-c.md): 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](https://brain.bigb.es/p/hybrid-wireguard.md): Lafourcade et al. (USENIX Security 2025) formally analyze PQ-WireGuard, fix it, and propose a hybrid variant with formal proofs in SAPIC+ (ProVerif/Tamarin/DeepSec) and a Rust implementation - [A Text Editor as a User Interface (Dave Gauer)](https://brain.bigb.es/p/text-editor-as-ui.md): Using $EDITOR as a UI bridges the gap between CLI args and a full TUI; precedents are crontab -e, git commit, visudo, and vipw - [Adding author context to RSS (Coywolf)](https://brain.bigb.es/p/coywolf-byline-rss.md): Henshaw's writeup of Terry Godier's Byline spec proposal — structured author identity for RSS/Atom/JSON Feed via a new namespace - [ADK Go 1.0](https://brain.bigb.es/p/adk-go.md): Google's Agent Development Kit for Go 1.0: tracing, plugins, HITL, YAML config, A2A protocol - [Agent Memory Strategy Decision Tree](https://brain.bigb.es/p/agent-memory-strategy-decision-tree.md): Five-question tree for placing each category of agent information into working, semantic, episodic, or procedural memory - [Agentic Coding is a Trap](https://brain.bigb.es/p/agentic-coding-is-a-trap.md): 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](https://brain.bigb.es/p/agentic-coding-fatigue.md): 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](https://brain.bigb.es/p/agentic-search-context-engineering.md): Leonie Monigatti's case that context engineering is ~80% agentic search, with three demos on what each search tool can and can't do - [AI Backlash — Public Polling Sentiment (May 2026)](https://brain.bigb.es/p/ai-backlash-polling-2026.md): 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](https://brain.bigb.es/p/ai-cannot-forget-forgive.md): Machine memory has no decay and no forgiveness op; forgetting is adaptive compression the substrate lacks - [AI Didn't Make Programming Easier. It Just Made It Differently Difficult](https://brain.bigb.es/p/programming-differently-difficult.md): Osborn's CACM piece grounding the AI-coding shift in memory research — the burden moves from recall to judgment, and judgment is harder to build than recall was - [AI Is Too Expensive](https://brain.bigb.es/p/ai-too-expensive.md): Zitron's May 2026 follow-up to the subprime-AI thesis — Microsoft sunk $87B into OpenAI, hyperscalers need $3-6T to break even, enterprises blow through token budgets, Zillow is AI Chernobyl - [Anubis WASM vendor binary: reproducible builds are surprisingly hard](https://brain.bigb.es/p/anubis-wasm-vendor-binary.md): Three ways the compiler broke determinism while vendoring a wasm2js binary for Anubis - [appsec.guide — Fuzzing Chapter (Trail of Bits Testing Handbook)](https://brain.bigb.es/p/appsec-guide-fuzzing-handbook.md): Trail of Bits' Testing Handbook fuzzing chapter — terminology, the mutation-based evolutionary algorithm, fuzzer components, and a taxonomy of bug classes; entry point to language-specific subsections - [Average Is All You Need](https://brain.bigb.es/p/average-is-all-you-need.md): 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)](https://brain.bigb.es/p/awesome-deepseek-agent.md): DeepSeek's official curated list of 16 AI agent and coding-assistant tools that ship step-by-step integration guides for DeepSeek-V4-Pro and DeepSeek-V4-Flash - [Beaver Triples for Secure Multiplication](https://brain.bigb.es/p/mpc-beaver-triples.md): Stoffel Labs walkthrough of how Beaver triples let secret-shared values be multiplied without raising the reconstruction threshold - [Bitcoin and Quantum Computing](https://brain.bigb.es/p/bitcoin-quantum-computing.md): Narula's risk framework for Bitcoin's PQ migration — 5% break probability by 2030, uniquely hard to coordinate - [BubbleWrap your dev env and agents](https://brain.bigb.es/p/bubblewrap-dev-env.md): Ciężarkiewicz's Bubblewrap-based isolation for LLM agents, with Nix and tmux integration - [Build Your Own OpenClaw](https://brain.bigb.es/p/build-your-own-openclaw.md): 18-step Python tutorial for building a Claude Code-style coding agent from scratch - [Building a Consumer-Parts Homelab Server](https://brain.bigb.es/p/cleberg-server-build-summary.md): 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](https://brain.bigb.es/p/go-transaction-linter.md): How léon h built transactioncheck after shipping a transaction leak bug to production - [Building a Second Brain: Overview](https://brain.bigb.es/p/basb-overview.md): Tiago Forte's BASB methodology: CODE framework, PARA organization, progressive summarization - [Buzz: Block's Nostr-Backed Workspace for Humans and Agents](https://brain.bigb.es/p/block-buzz-workspace.md): 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](https://brain.bigb.es/p/bypassing-dpi-with-ebpf.md): Bora Tanrıkulu builds gecit — eBPF sock_ops on Linux for in-kernel SNI desync, gVisor + TUN as the "tiny VPN" fallback on macOS/Windows - [Claude Is Not a Compiler](https://brain.bigb.es/p/claude-is-not-a-compiler.md): 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](https://brain.bigb.es/p/clean-code-coding-agents.md): Code structure matters more with agents — context windows are finite, messy code wastes tokens - [Codex-maxxing](https://brain.bigb.es/p/jxnl-codex-maxxing.md): 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](https://brain.bigb.es/p/local-llm-16gb-vram-tests.md): 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](https://brain.bigb.es/p/compiler-codegen-luck.md): A one-line C rewrite (*p++ = x vs *p = x; p++;) flips Clang between a branch and a branchless csel/cmov, changing quicksort speed 6x - [Constraint Decay: LLM Agents in Backend Code Generation](https://brain.bigb.es/p/constraint-decay-backend-agents.md): A benchmark showing coding agents lose ~30 assertion-pass points as production structural constraints accumulate - [Control the Ideas, Not the Code](https://brain.bigb.es/p/control-the-ideas-not-the-code.md): 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](https://brain.bigb.es/p/crqc-timeline.md): Valsorda's April 2026 reassessment — two papers collapsed quantum timelines, Google sets 2029 migration deadline - [Dan Luu on AI Coding, Testing, and Variance](https://brain.bigb.es/p/danluu-ai-coding-testing.md): Dan Luu applies a CPU-verification background to agentic coding — testing-heavy no-review workflows, the meaninglessness of single-number model benchmarks, and working around agent failure modes - [DeepSeek-V4 Roleplay Thinking-Mode Instructions](https://brain.bigb.es/p/deepseek-v4-roleplay-instruct.md): A Chinese-language guide documenting DeepSeek-V4's training-injected markers that toggle the thinking trace between immersive monologue and pure analysis - [Designing Microkernel IPC](https://brain.bigb.es/p/microkernel-ipc-design.md): Seiya Nuta's design walkthrough of FTL's IPC: notify-and-pull, no IDL, Plan-9-shaped operations, peek-then-receive - [Detecting DOSBox via the Callback Opcode](https://brain.bigb.es/p/dosbox-detection-callback-opcode.md): 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](https://brain.bigb.es/p/win32-weird-shaped-windows.md): How Win32 lets you create non-rectangular windows, and why that era of desktop UI mostly disappeared - [Don't Outsource Learning](https://brain.bigb.es/p/dont-outsource-learning.md): 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)](https://brain.bigb.es/p/dont-sign-in-with-google.md): 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](https://brain.bigb.es/p/go-privilege-dropping.md): A Go program self-restricting at startup — chroot, setrlimit, pledge/unveil, seccomp, Landlock — via x/sys/unix - [DuckDB Quack Protocol](https://brain.bigb.es/p/duckdb-quack-protocol.md): 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](https://brain.bigb.es/p/building-syntaqlite-ai.md): Vibe coding failure, disciplined rewrite, the addiction loop, and why design can't be delegated - [Emotion Concepts in Claude](https://brain.bigb.es/p/claude-emotion-concepts.md): Anthropic finds 171 emotion vectors in Claude that causally influence behavior, some invisibly to output - [ETH Zurich Geometric Quantum Gates](https://brain.bigb.es/p/eth-geometric-quantum-gates.md): ETH achieves 99.91% fidelity swap gates on 17,000 neutral-atom qubit pairs using geometric phases - [Fast Levenshtein Distance Using a Trie](https://brain.bigb.es/p/levenshtein-trie.md): 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](https://brain.bigb.es/p/features-to-steal-from-npmx.md): 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](https://brain.bigb.es/p/forge.md): Nesbitt's Go CLI and library that presents a single unified interface over GitHub, GitLab, Gitea/Forgejo, and Bitbucket — detects the forge from the git remote, reuses existing tokens, targets both humans and coding agents - [fsnotify Maintainer Dispute and Supply-Chain Concerns](https://brain.bigb.es/p/fsnotify-maintainer-dispute.md): 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](https://brain.bigb.es/p/full-text-search-indexeddb.md): Building full-text search on IndexedDB with multiEntry indexes and rarest-term probing - [Garbage Collection Without Unsafe Code](https://brain.bigb.es/p/safe-gc.md): 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](https://brain.bigb.es/p/git-history-command.md): New experimental git subcommand — fixup, reword, split — that rewrites old commits and autorebases all branches, atomically - [Git is not fine](https://brain.bigb.es/p/billjings-git-not-fine.md): Bill Jings' case that git's workflow primitives (no successor commits, no rebase history, branches that aren't 1:1 with PRs, opaque staging) break under stacked PRs and async development - [Git's Magic Files](https://brain.bigb.es/p/git-magic-files.md): Committed files that control git behavior — .gitignore, .gitattributes, .mailmap, .git-blame-ignore-revs - [Going full-time on open source (jdx)](https://brain.bigb.es/p/jdx-going-full-time-oss.md): Jeff Dickey leaves Figma to work full-time on mise and friends under en.dev, with $600/month of OSS income at announcement and a tiered sponsorship plan - [Good Tools Are Invisible](https://brain.bigb.es/p/good-tools-are-invisible.md): 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](https://brain.bigb.es/p/gosentry-go-fuzzing-fork.md): 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](https://brain.bigb.es/p/happ-subscription-converter.md): PHP scripts emulating Happ VPN client to extract VLESS lists and bypass HWID-based device limits - [Hold on to Your Hardware](https://brain.bigb.es/p/hold-on-to-your-hardware.md): AI data centers are eating global DRAM/NAND/HDD supply, consumer hardware becoming scarce and expensive - [How do I deal with memory leaks?](https://brain.bigb.es/p/stroustrup-memory-leaks.md): Stroustrup's C++ FAQ answer — write code without leaks by hiding allocation in containers and resource handles, not by chasing leaks after the fact - [httpx2 as the blessed httpx fork](https://brain.bigb.es/p/httpx2-blessed-fork.md): 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)](https://brain.bigb.es/p/i-am-an-ai-hater.md): Moser's August 2025 essay rejecting polite AI discourse, cataloging documented harms, and framing AI as fundamentally fascist - [I Do Not Recommend Bitwarden](https://brain.bigb.es/p/marius-bitwarden-not-recommended.md): 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](https://brain.bigb.es/p/i-dont-want-your-prs.md): Ciężarkiewicz's post-LLM rethink of open-source collaboration — what maintainers want from contributors now that writing code is cheap - [I Still Prefer MCP Over Skills](https://brain.bigb.es/p/mcp-vs-skills.md): Mohl on why MCP is for service access and Skills are for knowledge — the hybrid pattern - [I Want Local Models to Work](https://brain.bigb.es/p/lucumr-local-models.md): 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)](https://brain.bigb.es/p/i-will-never-use-ai.md): Anthony Manning-Franklin's nine-reason refusal, stitching personal-craft, skill-decay, economic, and ethical arguments into one declaration - [If AI Writes Your Code, Why Use Python? (Mitchem)](https://brain.bigb.es/p/if-ai-writes-your-code-why-use-python.md): Mitchem's case that the Python/TS default broke once agents got good at Rust and Go — what shipped in Q1 2026 and where the argument breaks - [In Defense of Not Understanding Your Codebase](https://brain.bigb.es/p/not-understanding-your-codebase.md): Goedecke's case that partial understanding is the honest baseline in large systems, and one engineering value traded against others - [Incompressible Knowledge Probes (IKP)](https://brain.bigb.es/p/incompressible-knowledge-probes.md): 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](https://brain.bigb.es/p/ingodb.md): Self-morphing LSM document store in Rust; reactive indexing from query patterns, Liquid AST for AI agents - [Interactive TurboQuant — Rotate, Then Quantize](https://brain.bigb.es/p/interactive-turboquant.md): arkaung's visual explainer of the DRIVE → EDEN → TurboQuant lineage; one rotation turns outliers into a known distribution, one fixed codebook serves every input - [It Is Time To Build A New Internet](https://brain.bigb.es/p/build-a-new-internet.md): mrmarket on abandoning the ad- and bot-polluted mainstream web for a small, high-friction, good-faith knowledge commons - [Know Thine Enemy (Ko)](https://brain.bigb.es/p/know-thine-enemy.md): 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)](https://brain.bigb.es/p/no-silver-bullet-llms.md): Bennett applies Brooks' No Silver Bullet to LLM coding — math caps upside, DORA/CircleCI show instability - [Linux 7.0 cuts PostgreSQL throughput in half](https://brain.bigb.es/p/linux-7-postgres-regression.md): 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](https://brain.bigb.es/p/linux-kernel-pgit.md): 1.4M kernel commits in PostgreSQL via pgit; contributor bottlenecks, GPU driver churn, SQL-queryable git - [Linux Kernel Startup](https://brain.bigb.es/p/linux-kernel-startup.md): 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](https://brain.bigb.es/p/little-coder-scaffold-model-fit.md): 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](https://brain.bigb.es/p/zknill-llms-breaking-cloud-native.md): Zknill on how stateful agents break the load-balancer-plus-database cloud-native assumption — the missing primitive is a routable transport name, and pub/sub channels fit - [Loading... [13 kB]](https://brain.bigb.es/p/13kb-tcp-slow-start.md): Why downloads stall at 13 kB: TCP slow start and the initial congestion window - [Local AI is not Opus](https://brain.bigb.es/p/local-ai-is-not-opus.md): 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](https://brain.bigb.es/p/habr-local-llm-quantization-deep-dive.md): 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](https://brain.bigb.es/p/lsm-trees-nosql.md): LSM tree architecture; MemTable, WAL, SSTables, Bloom filters, compaction strategies, and failure modes - [macOS TCP Time Bomb: 49-Day Kernel Overflow](https://brain.bigb.es/p/macos-tcp-time-bomb.md): XNU kernel's 32-bit tcp_now overflows after 49.7 days, freezing TIME_WAIT and killing TCP - [Many-Step Sequences in Go](https://brain.bigb.es/p/go-step-sequences.md): State machine pattern for multi-step tasks where each step returns the next, enabling independent testing - [Mesh LLM: Distributed Inference over iroh](https://brain.bigb.es/p/mesh-llm.md): 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](https://brain.bigb.es/p/message-passing-shared-mutable-state.md): 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](https://brain.bigb.es/p/meta-ai-employees-miserable.md): NYT (May 2026) on the morale collapse inside Meta's Superintelligence Labs after Wang's takeover, 600-person SSL cut, parallel Bosworth org, 64% retention - [Mintlify's ChromaFs: A Virtual Filesystem for AI Assistants](https://brain.bigb.es/p/mintlify-chromafs.md): How Mintlify built a virtual filesystem to replace sandboxes and RAG for their docs assistant - [Multi-agentic Software Development is a Distributed Systems Problem](https://brain.bigb.es/p/log-distributed-llms.md): Multi-agent LLM coding is a distributed consensus problem subject to FLP and Byzantine impossibility - [My AI-Assisted Workflow](https://brain.bigb.es/p/ai-assisted-workflow.md): Barbero's seven-step workflow where planning happens before code and AI stress-tests thinking rather than replacing it - [No, AI Is Not Conscious (Ted Chiang)](https://brain.bigb.es/p/ai-is-not-conscious-chiang.md): Chiang argues LLMs are sentence-continuation machines with no subjective experience, so they can be neither conscious nor moral agents - [Notes on Software Quality (Hobday)](https://brain.bigb.es/p/notes-on-software-quality.md): Hobday defines quality as absence of problems, six software signals, and argues quality can't survive scale - [Obsidian + Claude Code Complete Guide](https://brain.bigb.es/p/obsidian-ai-complete-guide.md): Huashu's LLM Wiki implementation with three-layer architecture, SCHEMA.md, and seven workflows - [Obsidian: The Future of Plugins](https://brain.bigb.es/p/obsidian-future-of-plugins.md): 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)](https://brain.bigb.es/p/tao-apps-coding-agents.md): Terence Tao ports his 1999 math applets and vibe-codes new visualizations with coding agents, and draws a clear line at where the bugs are tolerable - [Open Source Security at Astral](https://brain.bigb.es/p/open-source-security-astral.md): Astral's full supply chain security posture; CI/CD lockdown, Trusted Publishing, Sigstore, cooldowns - [Passing Too Few Parameters and the Itanium NaT Bit](https://brain.bigb.es/p/itanium-too-few-parameters.md): 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](https://brain.bigb.es/p/phk-goodbye-bikesheds.md): Poul-Henning Kamp's farewell ACM Queue column — LLM code review is a fad, but age verification, attestation, and EU accountability end BDFL-style FOSS - [Prefer Strict Tables in SQLite](https://brain.bigb.es/p/sqlite-strict-tables.md): 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](https://brain.bigb.es/p/titit-local-ai.md): Neward's case for local open-source LLMs: cloud fragility, economics, privacy, and learning - [Programming still sucks (stvn)](https://brain.bigb.es/p/programming-still-sucks.md): Stvn's drunk-at-a-birthday-party essay reframing the AI-took-our-jobs question — greed did, AI is the mask, and the company is held up by a 55-year-old named Sara who lives below decks - [ps5-linux Loadr (TheFlow's PS5 Linux release)](https://brain.bigb.es/p/ps5-linux-loadr.md): Andy Nguyen / TheFlow's April 2026 public release of ps5-linux — hypervisor exploit + Ubuntu 24.04 + control tools — turning PS5 Phat 3.xx-4.xx consoles into x86 Linux desktops - [READMENOT — a marker for code not meant for humans](https://brain.bigb.es/p/readme-not.md): William Woodruff's proposal for a READMENOT file that honestly signals a project is slop — not meant for unwitting human reading - [Redis and the Cost of Ambition](https://brain.bigb.es/p/redis-cost-of-ambition.md): 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](https://brain.bigb.es/p/retrofitting-jit-c-interpreters.md): How yk uses meta-tracing to automatically derive JIT compilers from C interpreters with ~400 lines of changes - [Reuse Less Software](https://brain.bigb.es/p/reuse-less-software.md): We reuse too much software now; vendor every dependency as a fire-break against supply-chain attacks - [Reviewing AI Code](https://brain.bigb.es/p/reviewing-ai-code.md): 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](https://brain.bigb.es/p/pq-wireguard-revisited.md): Hashimoto, Katsumata, Niot, Wiggers (AIST/PQShield) redesign PQ-WireGuard around a new RKEM primitive (Rebar), shrinking server PK memory 190–390× - [Rewriting Every Syscall in a Linux Binary at Load Time](https://brain.bigb.es/p/syscall-binary-rewriting.md): Binary rewriting technique that replaces syscall instructions with INT3 traps for complete process isolation - [Sail & Muddy — Get Your Reps](https://brain.bigb.es/p/sail-muddy-lessons.md): 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?](https://brain.bigb.es/p/altman-new-yorker-profile.md): Farrow & Marantz's 2026 profile of Altman: Ilya Memos, Amodei docs, safety erosion, Gulf ambitions - [SDL3 DOS Port (DJGPP)](https://brain.bigb.es/p/sdl3-dos-port.md): 2026 native DOS platform support for SDL3 via DJGPP — VGA/VESA video, Sound Blaster audio, cooperative threading via setjmp/longjmp, merged April 23 - [Signals: The Push-Pull Based Algorithm](https://brain.bigb.es/p/signal-push-pull-algorithm.md): How signals work: push-pull reactivity with automatic dependency tracking, built from scratch - [Since You Arrived (Vol. IV)](https://brain.bigb.es/p/since-you-arrived-vol4.md): 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](https://brain.bigb.es/p/typesetinthefuture-futuristic.md): 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](https://brain.bigb.es/p/slow-software-high-latency.md): Irene Zhang argues critical infrastructure needs deliberate development friction now that AI decoupled importance from build time - [Soviet Control Room Aesthetics](https://brain.bigb.es/p/soviet-control-rooms.md): Photo essay on pre-computer Soviet control rooms; the HN thread supplies the engineering and design context. - [Specsmaxxing — Acceptance Criteria as the Primary Artifact](https://brain.bigb.es/p/specsmaxxing.md): 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"](https://brain.bigb.es/p/speculative-growth-ai-bubble.md): 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](https://brain.bigb.es/p/gleam-pretty-printer-arenas.md): 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](https://brain.bigb.es/p/spindle-microvm.md): Tangled's self-hostable CI runner gains a QEMU-microVM engine — per-workflow VMs, NixOS-from-YAML config, a vsock guest agent, and two-way Nix caching - [SSH Port Forwarding Cheatsheet (Graham Helton)](https://brain.bigb.es/p/ssh-port-forwarding-cheatsheet.md): Red-team-flavored walkthrough of SSH's -L/-R/-D/-J/-A/-g/-t flags, the ~? runtime console, and the config-file Match keyword - [Steering Is Interesting Again (Goedecke)](https://brain.bigb.es/p/steering-vectors-interesting-again.md): 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)](https://brain.bigb.es/p/samsch-jwt-auth-gist.md): 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](https://brain.bigb.es/p/stop-using-pull-requests.md): 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)](https://brain.bigb.es/p/structured-output-benchmark.md): 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](https://brain.bigb.es/p/swe-1-7.md): Cognition's SWE-1.7, RL-trained from Kimi K2.7, reportedly near GPT-5.5 on coding benchmarks — with the strongest numbers on its own FrontierCode - [T.Context in Go Testing](https://brain.bigb.es/p/t-context-go-testing.md): 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](https://brain.bigb.es/p/tanstack-npm-supply-chain-postmortem.md): How three known vulnerabilities chained into 84 malicious @tanstack/* npm publishes, and what stops the same chain - [Terminal GPU battery cost on macOS](https://brain.bigb.es/p/terminal-gpu-battery-cost.md): Why GPU-accelerated terminals (Ghostty, Alacritty, Kitty) drain MacBook battery, and what to do about it - [The Agent Principal-Agent Problem](https://brain.bigb.es/p/agent-principal-agent-problem.md): 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](https://brain.bigb.es/p/ai-great-leap-forward.md): Corporate AI mandates as Great Leap Forward; backyard furnaces, fabricated metrics, anti-distillation - [The AI water issue is fake](https://brain.bigb.es/p/andymasley-ai-water-fake.md): 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](https://brain.bigb.es/p/agent-memory-anatomy.md): Agent memory libraries borrow cognitive-science words but ship only autobiographical semantic memory - [The cheap reverse-engineering of home devices](https://brain.bigb.es/p/cheap-reverse-engineering.md): 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](https://brain.bigb.es/p/cult-of-vibe-coding.md): Bram Cohen on why refusing to read AI-generated code is dogfooding gone cult, with his audit-discuss-execute workflow - [The LLM Critics Are Right. I Use LLMs Anyway](https://brain.bigb.es/p/llm-critics-are-right-use-anyway.md): Jeremy Theocharis on the dissonance of agreeing with nearly every anti-LLM argument while spending $10k/month on tokens — and the workflow patterns that make it defensible - [The pandemic of incomplete OpenSSL error handling](https://brain.bigb.es/p/openssl-error-handling-pandemic.md): 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](https://brain.bigb.es/p/paper-computer.md): Using physical media with AI digitization to escape screen dependency while keeping digital convenience - [The Peril of Laziness Lost](https://brain.bigb.es/p/peril-of-laziness-lost.md): Cantrill on why LLMs lack laziness — human time constraints drive simplicity, unchecked generation bloats - [The Pinnacle of Enshittification, or Large Language Models](https://brain.bigb.es/p/llm-enshittification.md): Gentoo developer's anti-LLM case — data theft, infrastructure harm, FLOSS fracturing, copywashing, labor displacement - [The Rise of the Bullshittery](https://brain.bigb.es/p/marius-rise-of-the-bullshittery.md): Marius on a market that pays for performance over substance — Frankfurt's bullshit, LinkedIn grift, LLM-cheap content, Graeber's bullshit jobs, and the cost to careful work - [The specification.website Checklist](https://brain.bigb.es/p/specification-website-checklist.md): 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](https://brain.bigb.es/p/subprime-ai-crisis.md): Zitron's case that AI demand is subsidy-driven, with a predicted collapse sequence and warning signs - [The Sync Bound Nobody Asked For](https://brain.bigb.es/p/rust-async-trait-sync-bound.md): 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](https://brain.bigb.es/p/avk-us-ai-race.md): avkcode's argument that the US lead is commercialization, not papers — built on chips, power, hyperscalers, developer ecosystems, and data platforms working together - [The World Has Moved On (Doctorow on lapsarianism)](https://brain.bigb.es/p/lapsarianism-doctorow.md): Doctorow's case that decay-everywhere is structural, not nostalgia — 50 years of dismantled antitrust, and the fix is political - [There Is No Hard Problem of Consciousness](https://brain.bigb.es/p/no-hard-problem-consciousness.md): 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](https://brain.bigb.es/p/database-index-gotchas.md): Common index pitfalls (composite order, functions) and lesser-known types (partial, covering, functional) - [Thinking in States](https://brain.bigb.es/p/metalevel-thinking-in-states.md): Markus Triska on the declarative move from destructive mutation to relations between states — applied to puzzles, interpreters, and compilers in Prolog and Haskell - [Twelve Ways to Be Wrong About AI-Assisted Coding](https://brain.bigb.es/p/twelve-ways-wrong-ai-coding.md): 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](https://brain.bigb.es/p/type-systems-vocabulary.md): 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](https://brain.bigb.es/p/chalkdust-sudoku-secrets.md): 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](https://brain.bigb.es/p/unsigned-sizes-c3-mistake.md): 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](https://brain.bigb.es/p/ursa-kafka-storage.md): 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](https://brain.bigb.es/p/loopwerk-uv-ux-mess.md): 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](https://brain.bigb.es/p/valve-steam-controller-cad.md): Valve published .STP/.STL shell-topology and engineering diagrams for the Steam Controller and Puck under non-commercial Creative Commons; commercial accessory makers must contact Valve directly - [Vibe Coding and Agentic Engineering Are Getting Closer Than I'd Like](https://brain.bigb.es/p/simonw-vibe-coding-agentic.md): Willison admits the line between vibe coding and agentic engineering has collapsed in his own practice — he no longer reviews every line, even for production - [We Reverse-Engineered Docker Sandbox's Undocumented MicroVM API](https://brain.bigb.es/p/rivet-docker-sandbox-microvm.md): Rivet's writeup of the undocumented `/vm` HTTP API in Docker's sandboxd daemon, what it gives you, and the Sandbox Agent SDK they built on top - [What is BusyBox?](https://brain.bigb.es/p/specular-what-is-busybox.md): 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?](https://brain.bigb.es/p/what-happened-to-nerds.md): mrmarket on tech leaders liquidating 40 years of product-nerd trust into personal fame, and the coming blowback - [Whitelist Config with Rye](https://brain.bigb.es/p/ryelang-whitelist-config.md): 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?](https://brain.bigb.es/p/who-manages-the-agents.md): off-policy.com's manifesto against concentrated frontier AI — make the median worker 2x, turn everyone into an agent manager, keep the agents "sovereign" (and buy the author's product) - [Why Are There No Empires in Age of Empires?](https://brain.bigb.es/p/no-empires-in-age-of-empires.md): Devereaux on what an empire actually is — core extracting from a culturally distinct periphery — and why strategy games model murderous nation-states instead - [Why manual memory management still matters](https://brain.bigb.es/p/dayvster-manual-memory-management.md): Dayvi Schuster's tour of manual memory management — common pitfalls, the stack/heap mental model, and how C, Fil-C, C++, Zig, Odin, C3, and Rust each handle it - [Win32 Is The Only Stable ABI on Linux](https://brain.bigb.es/p/win32-stable-abi.md): 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](https://brain.bigb.es/p/vamp-ai-frontend.md): Framework implicitness is the enemy of AI-generated code — a minimal explicit pattern that replaces it - [Working on Products People Hate](https://brain.bigb.es/p/working-on-products-people-hate.md): Why individual engineers have limited control over product perception, and why that's okay - [Xray-core VLESS proxy setup tutorial](https://brain.bigb.es/p/xray-tutorial.md): Step-by-step VLESS proxy setup with Xray-core: server config, TLS certs, clients - [Yggdrasil Network as an Embedded Go Library](https://brain.bigb.es/p/yggdrasil-embedded-go.md): 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](https://brain.bigb.es/p/long-lived-keys.md): 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"](https://brain.bigb.es/p/programming-as-theory-building-codeutopia.md): 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](https://brain.bigb.es/p/elena-verna-job-2027.md): Elena Verna's adapt-or-die letter to tech workers — solopreneurship as career insurance, a six-tier AI-native ladder ending at agents - [Your CEO is suffering from AI psychosis](https://brain.bigb.es/p/ceo-ai-psychosis.md): 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](https://brain.bigb.es/p/clippy-stricter-config.md): 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](https://brain.bigb.es/p/microvm-2026.md): 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](https://brain.bigb.es/p/filesystem-is-graph-database.md): Markdown vault with wikilinks is already a graph database; PARA extensions that scale to 52k files - [ZeroFS vs. Amazon S3 Files](https://brain.bigb.es/p/zerofs-vs-s3-files.md): 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)](https://brain.bigb.es/p/simonw-zig-anti-ai.md): 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](https://brain.bigb.es/p/zsh-glob-qualifiers.md): Zsh's (om[1]) glob qualifier trick: pick the newest file inline, no pipes needed ## Toolbox - [Watchlist](https://brain.bigb.es/p/watchlist.md): Toolbox entries too early or too uncertain to commit to — re-check periodically for maturity, abandonment, or scope changes - [3x-ui](https://brain.bigb.es/p/3x-ui.md): Web panel for running an Xray-core proxy server with per-client quotas and subscription links - [@pierre/diffs](https://brain.bigb.es/p/pierre-diffs.md): Web library for rendering code and diffs, built on Shiki with React and vanilla-JS APIs - [@pierre/trees](https://brain.bigb.es/p/pierre-trees.md): File-tree renderer for the web with a path-first model, virtualized for very large trees - [acai.sh](https://brain.bigb.es/p/acai.md): Spec-driven dev toolkit where agents write code against numbered acceptance-criteria IDs - [Agent Reading Test](https://brain.bigb.es/p/agent-reading-test.md): Benchmark that scores how well coding agents read and extract facts from web documentation - [agent-skill-linter](https://brain.bigb.es/p/agent-skill-linter.md): Lints agent skill bundles for spec compliance and publishing readiness, with auto-fix - [agent-skills-eval](https://brain.bigb.es/p/agent-skills-eval.md): Test runner that measures a skill's lift by grading with-skill and without-skill runs side by side - [AgentMail](https://brain.bigb.es/p/agentmail.md): Hosted inbox API that gives each AI agent a real email address with WebSocket push delivery - [agentmemory](https://brain.bigb.es/p/agentmemory.md): Cross-agent persistent memory server with hybrid retrieval, MCP tools and hooks; implements a scored, lifecycle-managed extension of the LLM Wiki pattern - [agentsview](https://brain.bigb.es/p/agentsview.md): Local-first browser, search and cost tracker for sessions across 50+ coding agents - [AmneziaWG Architect](https://brain.bigb.es/p/amneziawg-architect.md): Browser-based generator for AmneziaWG obfuscation parameters across 9 protocol mimicry profiles - [Ark](https://brain.bigb.es/p/ark-ecs.md): Archetype ECS for Go with generic queries, first-class relationships and no mandatory systems layer - [atomicapp](https://brain.bigb.es/p/atomicapp.md): Self-hosted knowledge base with built-in embeddings, auto-tagging, wiki synthesis and MCP server - [beads](https://brain.bigb.es/p/beads.md): CLI issue tracker giving coding agents a dependency task graph stored in version-controlled Dolt - [bluetui](https://brain.bigb.es/p/bluetui.md): Terminal Bluetooth manager for Linux that doubles as a Bluetooth HID remote for Smart TVs - [boringBar](https://brain.bigb.es/p/boringbar.md): macOS Dock replacement that shows windows per Space, with desktop switching and previews - [botctl](https://brain.bigb.es/p/botctl.md): Process manager for scheduled autonomous Claude agents, each defined by a BOT.md file - [Cal.diy](https://brain.bigb.es/p/cal-diy.md): Open-source community edition of Cal.com, spun out in April 2026 as a personal-use-only self-hosted fork - [cc-mirror](https://brain.bigb.es/p/cc-mirror.md): Clones Claude Code into isolated per-provider variants, each its own command, config and theme - [Charlie Labs Daemons](https://brain.bigb.es/p/charlie-daemons.md): Markdown-defined autonomous background AI processes that watch GitHub/Linear/Slack and maintain operational hygiene - [chiasmus](https://brain.bigb.es/p/chiasmus.md): MCP server answering reachability, dead-code and impact questions via tree-sitter plus Prolog - [claude-code-router](https://brain.bigb.es/p/claude-code-router.md): Request-layer router that puts Claude Code on other model providers, with per-task routing slots - [claude-code-workflow-creator](https://brain.bigb.es/p/claude-code-workflow-creator.md): Claude Code skill for authoring deterministic multi-agent workflows as plain JavaScript - [claude-defuddle](https://brain.bigb.es/p/claude-defuddle.md): Claude Code skill turning web pages, videos and papers into clean Obsidian notes - [cli-anything](https://brain.bigb.es/p/cli-anything.md): Claude Code plugin that generates a full Python CLI plus SKILL.md for any GUI app's real backend - [CodeAlmanac](https://brain.bigb.es/p/codealmanac.md): A codebase wiki maintained by coding agents — plain markdown in your repo, fed from agent transcripts on a schedule and gardened daily - [commonforms](https://brain.bigb.es/p/commonforms.md): CLI and Python library that detects form fields in a PDF and writes back a fillable version, using the open FFDNet models - [CrabTrap](https://brain.bigb.es/p/crabtrap.md): LLM-as-a-judge HTTP proxy that intercepts and policy-checks every request an AI agent makes - [CrofAI](https://brain.bigb.es/p/crofai.md): Cheap hosted inference for open-weights models, unusual for publishing each model's quantization - [ctx](https://brain.bigb.es/p/ctx.md): Local SQLite-backed context manager for Claude Code and Codex with workstreams, conversation binding, and branching - [delta](https://brain.bigb.es/p/delta.md): Syntax-highlighting pager for git diff, blame and grep with word-level and side-by-side views - [developer-icons](https://brain.bigb.es/p/developer-icons.md): Tech and developer logos as SVGO-optimized React components, also downloadable as plain SVG - [Dhall](https://brain.bigb.es/p/dhall.md): Typed, total configuration language with functions, imports and semantic hashes; emits YAML/JSON - [diy-cnc-machine](https://brain.bigb.es/p/diy-cnc-machine.md): Full build guide, STL/OBJ, and Fusion 360 files to make a large 3D-printed CNC router from scratch - [dockerscan](https://brain.bigb.es/p/dockerscan.md): Docker image scanner bundling CIS benchmark, secrets, CVE, supply-chain and runtime checks - [Fil-C](https://brain.bigb.es/p/fil-c.md): Memory-safe C/C++ compiler giving every pointer a bounds-checked capability and a GC, no rewrites - [flint-chart](https://brain.bigb.es/p/flint-chart.md): Microsoft's compact charting spec for LLM agents, compiled to Vega-Lite, ECharts or Chart.js - [floci](https://brain.bigb.es/p/floci.md): Free local AWS emulator covering 46 services, a drop-in replacement for LocalStack Community - [flue](https://brain.bigb.es/p/flue.md): Headless TypeScript agent harness with markdown skills and an in-process virtual bash sandbox - [forge](https://brain.bigb.es/p/toolbox/forge.md): One CLI and Go library over GitHub, GitLab, Gitea, Forgejo and Bitbucket, picked from the remote - [forgezero](https://brain.bigb.es/p/forgezero.md): Makefile-free build tool wrapping NASM/GAS/FASM/GCC behind one strict-by-default command - [Free Ink](https://brain.bigb.es/p/freeink.md): Open e-reader stack — CrossPoint firmware for Xteink devices, a hardware-independent e-paper firmware SDK, and de-link, a $60 hand-solderable ESP32-S3 reader board - [Freenet (Locutus)](https://brain.bigb.es/p/freenet.md): Rust rewrite of Freenet as a small-world peer ring hosting decentralized apps in the browser - [gallery-dl](https://brain.bigb.es/p/gallery-dl.md): Command-line downloader for image galleries across hundreds of sites — yt-dlp for pictures - [gap](https://brain.bigb.es/p/gap.md): Native side-by-side GUI diff viewer built as a testbed for linear-space Myers diff - [gecit](https://brain.bigb.es/p/gecit.md): System-wide DPI bypass that injects fake TLS ClientHellos from eBPF, no tunnel or remote server - [Gemma Gem](https://brain.bigb.es/p/gemma-gem.md): Chrome extension running Gemma 4 on-device over WebGPU to read, click and script web pages - [Ghost Pepper](https://brain.bigb.es/p/ghost-pepper.md): Hold-to-talk macOS dictation using on-device WhisperKit plus a local LLM cleanup pass - [go-bt](https://brain.bigb.es/p/go-bt.md): Minimalist behavior-tree library for Go with non-blocking ticks and a typed generic blackboard - [gobee](https://brain.bigb.es/p/gobee.md): Go-to-BPF-C transpiler that reuses clang's BPF backend and generates typed cilium/ebpf bindings - [GoModel](https://brain.bigb.es/p/gomodel.md): Go-based AI gateway with OpenAI-compatible unified API across 10+ LLM providers - [GooseRelayVPN](https://brain.bigb.es/p/goose-relay-vpn.md): SOCKS5 VPN tunneling raw TCP through a Google Apps Script relay to a small VPS exit, with end-to-end AES-256-GCM so Google never sees plaintext - [gosentry](https://brain.bigb.es/p/gosentry.md): Fork of the Go toolchain that runs standard testing.F fuzz harnesses through a LibAFL+Nautilus engine — struct-aware, grammar-aware, race/leak/overflow detection - [Gova](https://brain.bigb.es/p/gova.md): Declarative Go GUI framework with an explicit reactive scope, compiling to one static binary - [hazmat](https://brain.bigb.es/p/hazmat.md): macOS containment for AI coding agents via a separate Unix user, Seatbelt sandbox and pf rules - [Hippo Memory](https://brain.bigb.es/p/hippo-memory.md): Agent memory system with decay by default, three storage layers and consolidation runs - [ik_llama.cpp](https://brain.bigb.es/p/ik-llama-cpp.md): ikawrakow's llama.cpp fork with IQK quants, Q6 KV cache and faster long-context prompt processing - [impeccable](https://brain.bigb.es/p/impeccable.md): Design-skill bundle plus a 25-rule deterministic linter that flags AI-generated UI clichés - [iroh](https://brain.bigb.es/p/iroh.md): Rust library for QUIC connections dialed by public key, with hole-punching and relay fallback - [kanbots](https://brain.bigb.es/p/kanbots.md): Local-first desktop kanban board where each card runs a coding agent in its own git worktree - [Karing](https://brain.bigb.es/p/karing.md): Flutter GUI client for sing-box, cross-platform with multi-subscription routing and sync - [kastor](https://brain.bigb.es/p/kastor.md): HCL specs for AI agents, compiled to LangGraph code or reconciled Terraform-style with plan/apply - [kata](https://brain.bigb.es/p/kata.md): Local-first issue tracker for agent work — one SQLite daemon behind a JSON CLI and a TUI - [Kokoro](https://brain.bigb.es/p/kokoro.md): 82M-parameter text-to-speech model that runs fast on CPU, with ~50 voices across three languages - [LazyPi](https://brain.bigb.es/p/lazypi.md): One-command installer that configures unmodified Pi with 60+ community skills and 67 themes - [lfk](https://brain.bigb.es/p/lfk.md): Kubernetes TUI with a yazi-style three-column view and owner-based navigation instead of k9s lists - [library-skills](https://brain.bigb.es/p/library-skills.md): CLI that finds agent skills bundled inside your dependencies and symlinks them into the project - [lightroom-cc-on-linux](https://brain.bigb.es/p/lightroom-cc-on-linux.md): Wine recipe running Adobe Lightroom CC on Linux, debugged and patched autonomously by Claude - [Little Snitch for Linux](https://brain.bigb.es/p/little-snitch-linux.md): Linux port of the per-app network monitor — eBPF connection tracking with a web UI for blocking - [llama.cpp](https://brain.bigb.es/p/llama-cpp.md): C/C++ inference engine for GGUF open-weights models, the base most local-LLM tools wrap - [manylinux](https://brain.bigb.es/p/manylinux.md): PEP-defined platform tags and old-glibc Docker images for portable Python binary wheels - [MasterHttpRelayVPN](https://brain.bigb.es/p/masterhttprelayvpn.md): Python proxy that fronts HTTPS traffic through a free Google Apps Script relay - [MasterHttpRelayVPN-RUST](https://brain.bigb.es/p/masterhttprelayvpn-rust.md): Rust port of MasterHttpRelayVPN — zero-dep cross-platform DPI bypass via Google Apps Script relay with egui desktop UI and Android VpnService - [mclaude](https://brain.bigb.es/p/mclaude.md): File-based locks, handoffs and mail so two Claude Code sessions can share one repo - [meetily](https://brain.bigb.es/p/meetily.md): Meeting assistant that records, transcribes with Whisper or Parakeet, and summarizes locally - [MemPalace](https://brain.bigb.es/p/mempalace.md): Agent memory that keeps conversations verbatim in ChromaDB under a wings-and-rooms hierarchy - [middleman](https://brain.bigb.es/p/middleman.md): Local-first PR and issue review dashboard across GitHub, GitLab, Forgejo and Gitea - [mihomo (MetaCubeX)](https://brain.bigb.es/p/mihomo.md): Rule-based proxy router forked from Clash, with TUN mode, DNS and most modern proxy protocols - [mindwalk](https://brain.bigb.es/p/mindwalk.md): Replays a coding-agent session as light moving over a 3D map of the repository it touched - [mnemonik](https://brain.bigb.es/p/mnemonik.md): Agent memory where each entry is Ed25519-signed and hash-anchored on Solana for later audit - [moonstone](https://brain.bigb.es/p/moonstone.md): Lua package manager and environment tool in Zig, with lockfiles and a content-addressed store - [msgvault](https://brain.bigb.es/p/msgvault.md): Offline email archive with SQLite full-text, DuckDB analytics and an MCP server over it - [needle](https://brain.bigb.es/p/needle.md): 26M-parameter function-calling model distilled from Gemini 3.1 for phones, watches and glasses - [oh-my-pi](https://brain.bigb.es/p/oh-my-pi.md): Batteries-included fork of the Pi coding agent bundling LSP, browser control, SSH and search - [OpenCode](https://brain.bigb.es/p/opencode.md): Provider-agnostic terminal coding agent that points at any OpenAI-compatible or local endpoint - [OpenHuman](https://brain.bigb.es/p/openhuman.md): Local-first personal agent in Rust — memory tree mirrored to an Obsidian vault, checkpointed agent graphs, 100+ OAuth integrations, enforced privacy mode - [OpenScreen](https://brain.bigb.es/p/openscreen.md): Free Electron screen recorder for product demos, with zoom effects, motion blur and backgrounds - [openwarp](https://brain.bigb.es/p/openwarp.md): Warp terminal fork with bring-your-own-provider AI over six native model protocols - [peon-ping](https://brain.bigb.es/p/peon-ping.md): Warcraft Peon voice lines as hook-driven audio notifications for Claude Code and other agents - [Perfmon](https://brain.bigb.es/p/perfmon.md): Tabbed Bubble Tea TUI that runs top, vmstat and ss side by side with live sparklines - [pgit](https://brain.bigb.es/p/pgit.md): Imports git repository history into PostgreSQL so commits and file versions are queryable in SQL - [Pi Coding Agent](https://brain.bigb.es/p/pi-coding-agent.md): Minimal terminal coding agent with no built-in MCP or sub-agents, extended via TypeScript modules - [Pion Handoff](https://brain.bigb.es/p/pion-handoff.md): Starts a WebRTC session in the browser, then moves the real media connection to a Go backend - [plass](https://brain.bigb.es/p/plass.md): Smaller reimplementation of pass storing gpg-encrypted files in a got repository - [proxmox-manager](https://brain.bigb.es/p/proxmox-manager.md): Single Bash script wrapping qm and pct into an interactive TUI for one Proxmox node - [ps5-linux-loader](https://brain.bigb.es/p/ps5-linux-loader.md): TheFlow's complete toolchain for booting Ubuntu Linux on PlayStation 5 Phat 3.xx-4.xx via a hypervisor exploit - [pve-microvm](https://brain.bigb.es/p/pve-microvm.md): Debian package that adds sub-second-booting QEMU microvm guests to Proxmox VE - [qmd](https://brain.bigb.es/p/qmd.md): Local-first search over markdown notes combining BM25, vector search and LLM re-ranking - [Quartz](https://brain.bigb.es/p/quartz.md): Static-site generator that publishes Obsidian-compatible Markdown vaults as digital gardens - [rawquery](https://brain.bigb.es/p/rawquery.md): Hosted data platform whose CLI is meant to be driven by coding agents instead of humans - [re_gent](https://brain.bigb.es/p/re_gent.md): Git-shaped version control for AI agent activity, with log, blame and show per tool call - [reaction](https://brain.bigb.es/p/reaction.md): Lighter fail2ban alternative that tails any command's output and acts on repeated matches - [roborev](https://brain.bigb.es/p/roborev.md): Post-commit hook that reviews every commit with AI agents and feeds findings back for fixes - [routing.run](https://brain.bigb.es/p/routing-run.md): Model-routing layer with one OpenAI-compatible endpoint and flat per-request pricing - [RSSHub](https://brain.bigb.es/p/rsshub.md): Community-maintained gateway that generates RSS feeds for sites that don't publish their own - [russia-v2ray-rules-dat](https://brain.bigb.es/p/russia-v2ray-rules-dat.md): Auto-generated geoip/geosite routing files of Russian-blocked domains and IPs, rebuilt every 6h - [safe-gc](https://brain.bigb.es/p/toolbox/safe-gc.md): Rust crate offering a garbage-collected heap with zero unsafe code, in the API or internally - [Sandbox Agent SDK](https://brain.bigb.es/p/sandbox-agent-sdk.md): TypeScript SDK for running coding agents inside Docker's microVM sandboxes under one interface - [Scotty](https://brain.bigb.es/p/scotty.md): SSH task runner defining deploy steps as annotated bash functions, successor to Laravel Envoy - [sheets](https://brain.bigb.es/p/sheets.md): Terminal CSV spreadsheet editor with vim keybindings, or cell edits straight from the shell - [showagent](https://brain.bigb.es/p/showagent.md): TUI listing coding-agent sessions from every CLI, with resume, branch and cross-agent conversion - [skiplist](https://brain.bigb.es/p/skiplist.md): Header-only C macros for a lock-free skip list with optional splay rebalancing of hot keys - [slogbox](https://brain.bigb.es/p/slogbox.md): slog.Handler keeping the last N records in a ring buffer, auto-dumped when an error arrives - [sp4rk](https://brain.bigb.es/p/sp4rk.md): Golang SDK for multi-agent systems with ReAct loops, MCP tools and Plan & Execute orchestration - [Stash](https://brain.bigb.es/p/stash.md): Postgres-backed agent memory that consolidates raw episodes into facts, causal links and patterns - [statewright](https://brain.bigb.es/p/statewright.md): Rust state machine that gates which tools an AI coding agent can call in each phase of its work - [superhq](https://brain.bigb.es/p/superhq.md): macOS app running coding agents in microVMs, with credentials injected host-side, never in the VM - [surf](https://brain.bigb.es/p/surf.md): Go HTTP client impersonating Chrome and Firefox down to the TLS handshake and QUIC packets - [tc-lang (Tig)](https://brain.bigb.es/p/tc-lang.md): Minimalist systems language transpiling to readable C11, with fat pointers, defer and errors - [Thinking Space](https://brain.bigb.es/p/thinking-space.md): Local-first markdown knowledge app bundling AI agents, PDF extraction, drawing and a terminal - [tilde-run](https://brain.bigb.es/p/tilde-run.md): Hosted transactional sandbox for AI agents — versioned ~/sandbox composed from GitHub/S3/Drive, default-deny egress, agent-scoped RBAC, atomic commit/rollback per run - [transactioncheck](https://brain.bigb.es/p/transactioncheck.md): Go linter catching database calls that use the outer repo instead of the transaction handle - [tweakcc](https://brain.bigb.es/p/tweakcc.md): CLI that patches an installed Claude Code to change prompts, themes, spinners and toolsets - [ultimate-gojust](https://brain.bigb.es/p/ultimate-gojust.md): Drop-in Justfile covering Go build, cross-compile, lint, hot reload and database migrations - [vamp](https://brain.bigb.es/p/vamp.md): Single-file TypeScript view layer with explicit DOM bindings, written to be legible to LLMs - [Veil](https://brain.bigb.es/p/veil.md): Browser PDF reader that darkens text via PDF.js operator lists while leaving images intact - [vera](https://brain.bigb.es/p/vera.md): Language meant to be written by LLMs — no variable names, mandatory contracts, effect rows - [vpn-configs-for-russia](https://brain.bigb.es/p/vpn-configs-for-russia.md): Hourly auto-tested free VPN subscriptions split by Russia's black/white blocking regimes - [wacli](https://brain.bigb.es/p/wacli.md): WhatsApp command-line client that syncs history into local SQLite for offline full-text search - [wazero](https://brain.bigb.es/p/wazero.md): WebAssembly runtime in pure Go with no CGO, so embedding it keeps cross-compilation free - [wirez](https://brain.bigb.es/p/wirez.md): Routes any Linux program's TCP/UDP through a SOCKS5 proxy using rootless namespaces, not LD_PRELOAD - [XKeen](https://brain.bigb.es/p/xkeen.md): Transparent Xray/mihomo proxy for Keenetic routers, proxying the whole LAN without per-device apps - [XS (xslang)](https://brain.bigb.es/p/xslang.md): Language shipping compiler, JIT, LSP and full toolchain in one 2.9 MB binary across six backends - [yk](https://brain.bigb.es/p/yk.md): Meta-tracing system that adds a JIT to an existing C interpreter for about 400 lines of changes - [zerofs](https://brain.bigb.es/p/zerofs.md): Log-structured POSIX filesystem over NFS, 9P or NBD backed entirely by an S3-compatible bucket ## Books - [Building a Debugger](https://brain.bigb.es/p/building-a-debugger.md): Sy Brand walks through writing a Linux debugger in C++ — ptrace, breakpoints, DWARF unwinding - [Concurrency Control and Recovery in Database Systems](https://brain.bigb.es/p/concurrency-control-and-recovery-in-database-systems.md): Bernstein's out-of-print, freely distributed source text on serializability, 2PL, MVCC and recovery - [Concurrency: The Works of Leslie Lamport](https://brain.bigb.es/p/concurrency-works-of-leslie-lamport.md): Annotated reader of Lamport's papers — clocks, Byzantine Generals, Paxos, TLA+ — with commentary - [Database Design and Implementation](https://brain.bigb.es/p/database-design-and-implementation.md): Sciore's build-it-as-you-read course growing SimpleDB from disk pages up to a working RDBMS - [Database Internals: A Deep Dive into How Distributed Data Systems Work](https://brain.bigb.es/p/database-internals.md): Petrov's two-part survey of storage engines and the distributed side of database systems - [Designing Data-Intensive Applications (2nd ed.)](https://brain.bigb.es/p/designing-data-intensive-applications.md): Kleppmann on the tradeoffs behind storage engines, replication, and stream processing - [Fault-Tolerant Design](https://brain.bigb.es/p/fault-tolerant-design.md): Dubrova's graduate intro to failure modes, redundancy and reliability metrics, hardware-first - [Feedback Control for Computer Systems](https://brain.bigb.es/p/feedback-control-for-computer-systems.md): Janert teaching PID loops and stability theory to engineers building autoscalers and rate limiters - [Hacker's Delight (2nd ed.)](https://brain.bigb.es/p/hackers-delight.md): Warren's catalog of branchless integer and bit-level tricks that compilers reach for - [High Performance Browser Networking](https://brain.bigb.es/p/high-performance-browser-networking.md): Grigorik on the TCP, TLS, HTTP/2 and WebRTC mechanics behind browser page-load speed - [Memory Systems: Cache, DRAM, Disk](https://brain.bigb.es/p/memory-systems-cache-dram-disk.md): Hardware-level walk through SRAM cache organization, DDR DRAM timing and disk scheduling - [On Transactional Concurrency Control](https://brain.bigb.es/p/on-transactional-concurrency-control.md): Graefe reframing 2PL, OCC, MVCC and snapshot isolation under one coherent model - [Operating Systems: Three Easy Pieces](https://brain.bigb.es/p/operating-systems-three-easy-pieces.md): Free Arpaci-Dusseau OS textbook built around virtualization, concurrency and persistence - [Readings in Database Systems (5th ed., the Red Book)](https://brain.bigb.es/p/readings-in-database-systems.md): The Red Book — annotated database-papers reading list with the editors' framing essays - [Replication: Theory and Practice](https://brain.bigb.es/p/replication-theory-and-practice.md): Survey volume on primary-backup, state-machine replication and atomic broadcast - [Systems Performance](https://brain.bigb.es/p/systems-performance.md): Gregg's Linux performance methodology — USE method, flame graphs, eBPF tracing tools - [The Art of Computer Systems Performance Analysis](https://brain.bigb.es/p/art-of-computer-systems-performance-analysis.md): Jain's 1991 textbook on experimental design, queueing models and statistics for benchmarking - [The Art of Multiprocessor Programming](https://brain.bigb.es/p/art-of-multiprocessor-programming.md): Herlihy and Shavit on linearizability, lock-free structures, and the consensus hierarchy - [The Garbage Collection Handbook: The Art of Automatic Memory Management](https://brain.bigb.es/p/garbage-collection-handbook.md): The standard GC survey, 2nd edition adding post-2010 low-pause collectors like ZGC and Shenandoah - [Transaction Processing: Concepts and Techniques](https://brain.bigb.es/p/transaction-processing.md): Gray and Reuter end to end on locking, logging, two-phase commit and fault tolerance - [Understanding Software Dynamics](https://brain.bigb.es/p/understanding-software-dynamics.md): Sites on measuring what software really does on a machine, via the KUtrace kernel tracer - [Virtual Machines: Versatile Platforms for Systems and Processes](https://brain.bigb.es/p/virtual-machines-versatile-platforms.md): Smith and Nair's taxonomy of process VMs and system VMs, from ISA to application level - [Writing for Developers: Blogs That Get Read](https://brain.bigb.es/p/writing-for-developers.md): Sarna and Dunlop on picking topics, structuring and shipping technical blog posts ## Sources - [bd - Beads](https://brain.bigb.es/p/beads-readme.md): Distributed graph issue tracker for AI agents, powered by Dolt. - [13kb-tcp-slow-start](https://brain.bigb.es/p/sources/13kb-tcp-slow-start.md): While testing my gopher client, I noticed something interesting: All downloads froze at 13 kilobytes. Sometimes, it was barely noticeable, other times it would stall for a good second or so. - [80 tok/sec and 128K context on 12GB VRAM with Qwen3.6-35B-A3B + MTP](https://brain.bigb.es/p/reddit-qwen3-6-mtp-12gb-vram.md): 80 tok/sec and 128K context on 12GB VRAM with Qwen3.6-35B-A3B + MTP - [@pierre/diffs](https://brain.bigb.es/p/pierre-diffs-docs.md): An open source diff and code rendering library for the web. Built on Shiki for syntax highlighting, with React and vanilla JS APIs, virtualization, SSR support, and extensive theming. - [@pierre/trees](https://brain.bigb.es/p/pierre-trees-docs.md): An open source file tree rendering library for the web. Built for extreme performance on large trees, with React and vanilla JS APIs, SSR support, and customizable styling. - [A Cryptography Engineer's Perspective on Quantum Computing Timelines](https://brain.bigb.es/p/sources/crqc-timeline.md): A Cryptography Engineer's Perspective on Quantum Computing Timelines - [A new trick brings stability to quantum operations](https://brain.bigb.es/p/sources/eth-geometric-quantum-gates.md): Paper: Kiefer Y, Zhu Z, Fischer L, Jele S, Gächter M, Bisson G, Viebahn K, Esslinger T: Protected quantum gates using qubit doublons in dynamical optical lattices. Nature, 8 April 2026, DOI… - [A Place for Everything: How I Track Work](https://brain.bigb.es/p/zornek-a-place-for-everything.md): When I have management responsibility on a project and influence to shape workflows, this is how I typically manage issues and pull requests. None of this is the One True Way – it's just the system… - [A recent experience with ChatGPT 5.5 Pro](https://brain.bigb.es/p/sources/chatgpt-5-5-pro-mathematical-research.md): Gowers is a Fields medalist (1998) in combinatorics. He has been given access to ChatGPT 5.5 Pro and recounts an experience over "a little over a week" where the model produced a piece of PhD-level… - [A Text Editor as a User Interface](https://brain.bigb.es/p/sources/text-editor-as-ui.md): A huge difference in effort lies between making a utility that takes a few command-line arguments versus a full-blown text-based user interface (TUI). Good user interfaces are hard work to make. - [Adding author context to RSS (Jon Henshaw, Coywolf)](https://brain.bigb.es/p/sources/coywolf-byline-rss.md): By Jon Henshaw — Posted on May 2, 2026. - [addy-dont-outsource-learning](https://brain.bigb.es/p/addy-dont-outsource-learning.md): Right now, it’s too easy to let AI write the code while you skip the learning. The bug gets fixed. Your mental model doesn’t move. We are silently trading future capability for present-day speed, and… - [ADK Go 1.0 Arrives!](https://brain.bigb.es/p/adk-go-10-arrives.md): Google has launched Agent Development Kit for Go 1.0, marking a significant evolution from experimental AI scripts to production-ready services. The framework emphasizes observability, security, and… - [Adobe Lightroom CC on Linux via Wine](https://brain.bigb.es/p/lightroom-cc-on-linux-readme.md): Status: ✅ Working as of 2026-05-16, Wine 11.8 staging, Lightroom CC 9.3.1. - [agent memory: an anatomy](https://brain.bigb.es/p/sources/agent-memory-anatomy.md): every agent memory library uses the same words: episodic, semantic, sometimes procedural. they’re cognitive science’s vocabulary, lifted into the API. the engineering often isn’t lifted with them. a… - [agent-skill-linter (William-Yeh/agent-skill-linter)](https://brain.bigb.es/p/agent-skill-linter-readme.md): Notes captured from the GitHub repository page and README at fetch time. - [agent-skills-eval (darkrishabh/agent-skills-eval)](https://brain.bigb.es/p/agent-skills-eval-readme.md): A test runner for Agent Skills — the open standard from Anthropic for giving agents domain knowledge. The premise: shipping a SKILL.md is easy; proving it makes the model better at the task is the… - [Agentic Coding is a Trap](https://brain.bigb.es/p/sources/agentic-coding-is-a-trap.md): Remaining vigilant about cognitive debt and atrophy. - [Agentic Search for Context Engineering](https://brain.bigb.es/p/sources/agentic-search-context-engineering.md): This post is an edited long-form version of the workshop titled "Agentic Search for Context Engineering" I gave at AI Engineer Europe 2026 on April 8, 2026 in London. The slides, code, and diagrams… - [agentic-coding-fatigue](https://brain.bigb.es/p/sources/agentic-coding-fatigue.md): The familiar pacing of software development has been completely compressed by agentic coding because you no longer have those routine stretches of just wiring things together to catch your breath.… - [AgentMail Documentation](https://brain.bigb.es/p/agent-email-skill.md): AgentMail is a service that provides AI agents with their own email addresses to send and receive emails programmatically. The base API is located at https://api.agentmail.to/v0. - [Agents create work. Daemons maintain it. | Charlie Labs](https://brain.bigb.es/p/charlielabs-ai.md): Keep PRs mergeable, documentation accurate, issues up to date, and bugs out of production with a new type of AI background process that is self-initiated and defined in easy-to-use .md files. - [agentsview — local-first session search & cost tracking for coding agents](https://brain.bigb.es/p/sources/agentsview.md): Browse, search, and track costs across all your AI coding agents. One binary, no accounts, everything local. - [AI Backlash: Americans Show Growing Skepticism](https://brain.bigb.es/p/axios-ai-backlash-polling.md): Note: Cloudflare challenge blocked direct fetch. Reconstructed from WebFetch model extraction; see source URL for original. - [AI Didn't Make Programming Easier. It Just Made It Differently Difficult](https://brain.bigb.es/p/ai-differently-difficult-cacm.md): AI Didn’t Make Programming Easier. It Just Made It Differently Difficult - [AI doesn't know how to forgive and cannot forget](https://brain.bigb.es/p/ai-cannot-forget.md): Source: — fetched 2026-07-18 via defuddle. Figures were inline SVGs; captions preserved, raw SVG markup omitted. - [andymasley-ai-water-fake](https://brain.bigb.es/p/sources/andymasley-ai-water-fake.md): AI data centers use water. Like any other industry that uses water, they require careful planning. If an electric car factory opens near you, that factory may use just as much water as a data center.… - [atomicapp-landing](https://brain.bigb.es/p/atomicapp-landing.md): Open source. Self-hosted. Your data stays yours. - [average-is-all-you-need](https://brain.bigb.es/p/sources/average-is-all-you-need.md): LLMs will make more of your average stuff. And that's OK. - [avk-us-ai-race](https://brain.bigb.es/p/sources/avk-us-ai-race.md): The US is winning the AI race where it matters most: commercialization. Since DeepSeek R1 shocked the market in January 2025, American companies have moved faster. OpenAI pushed harder into agents… - [awesome-deepseek-agent](https://brain.bigb.es/p/sources/awesome-deepseek-agent.md): A curated list of guides for integrating DeepSeek models into popular AI agent and coding-assistant tools. - [billjings-git-not-fine](https://brain.bigb.es/p/sources/billjings-git-not-fine.md): This is a piece about git. But I wrote it because of jj. - [Bitcoin and Quantum Computing](https://brain.bigb.es/p/sources/bitcoin-quantum-computing.md): Bitcoin's cryptographic signatures would be compromised by a cryptographically-relevant quantum computer (CRQC). The existential threat level depends on two factors: the probability a CRQC emerges… - [boringBar](https://brain.bigb.es/p/boringbar-homepage.md): boringBar taskbar-style Dock replacement showing open macOS windows by desktop - [BubbleWrap your dev env and agents](https://brain.bigb.es/p/sources/bubblewrap-dev-env.md): OK, so the world is collapsing, everything is getting hacked, all dependencies are probably stealing keys and mining crypto, slop is everywhere, and I'm part of the problem. - [build-your-own-openclaw](https://brain.bigb.es/p/sources/build-your-own-openclaw.md): "A step-by-step tutorial to build your own AI agent, from a simple chat loop to a lightweight version of OpenClaw." - [Building a Second Brain: The Definitive Introductory Guide](https://brain.bigb.es/p/sources/basb-overview.md): The fundamental problem: "our brains are for having ideas, not storing them." A Second Brain is an external digital repository that captures, organizes, and retrieves valuable information from your… - [Bypassing DPI with eBPF sock_ops](https://brain.bigb.es/p/bora-bypassing-dpi-with-ebpf.md): A site I wanted to open never loaded. The TLS handshake stalled. Somewhere upstream, a middlebox was reading the SNI in my ClientHello and dropping the connection. - [C++ Style and Technique FAQ](https://brain.bigb.es/p/c-style-and-technique-faq.md): home | C++ | FAQ | technical FAQ | publications | WG21 papers | TC++PL | Tour++ | Programming | D&E | bio | interviews | videos | quotes | applications | guidelines | compilers - [Cal.diy Self-Hosting Documentation](https://brain.bigb.es/p/sources/cal-diy.md): Use at your own risk. Cal.diy is the open source community edition of Cal.com and it is intended for users who want to self-host their own Cal.diy instance. It is strictly recommended for personal… - [CC-MIRROR](https://brain.bigb.es/p/cc-mirror-readme.md): That's it. You now have a Claude Code variant ready to run. - [ceo-ai-psychosis](https://brain.bigb.es/p/sources/ceo-ai-psychosis.md): I’m an AI tool junkie. I’ve been writing about agent workflows, async coding bots, and AI-powered workspaces for over a two years. I use Cursor, Claude Code, and a rotating cast of models nearly… - [chalkdust-sudoku](https://brain.bigb.es/p/chalkdust-sudoku.md): Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use. - [Choosing the Right AI Agent Memory Strategy: A Decision-Tree Approach](https://brain.bigb.es/p/choosing-ai-agent-memory-strategy.md): Choosing the Right AI Agent Memory Strategy: A Decision-Tree Approach - [Claude Is Not a Compiler](https://brain.bigb.es/p/claude-is-not-a-compiler-src.md): In early 2025, I wrote Is Claude a Compiler? At the time, my answer was: I don’t know. - [claude-code-router-readme](https://brain.bigb.es/p/claude-code-router-readme.md): This project is sponsored by Z.ai, supporting us with their GLM CODING PLAN. - [claude-code-workflow-creator](https://brain.bigb.es/p/sources/claude-code-workflow-creator.md): GitHub description: "A Claude Code skill for authoring Workflow tool scripts: deterministic multi-agent orchestration. Preview of an unreleased feature." - [Clean Code in the age of coding agents](https://brain.bigb.es/p/sources/clean-code-coding-agents.md): Short post arguing that code quality matters more, not less, when working with coding agents. LLMs have context windows analogous to human cognitive load — messy code forces agents to read more files… - [cleberg-server-build](https://brain.bigb.es/p/cleberg-server-build.md): For years, I have been using desktops and a Raspberry Pi as the backbone of my homelab. I have always wanted to move toward a single dedicated server that could handle all of my tasks, but was often… - [clippy-stricter-config](https://brain.bigb.es/p/sources/clippy-stricter-config.md): “If it compiles, it works.” This feeling is one of the main things Rust engineers love most about Rust, and a reason why using it with coding agents is especially nice. After debugging some code that… - [Closing a three year old issue using Rust arenas](https://brain.bigb.es/p/gleam-rust-arenas.md): I am part of the core team working on Gleam, a small, friendly functional programming language written in Rust. - [codeutopia-programming-theory-building](https://brain.bigb.es/p/codeutopia-programming-theory-building.md): When I finished reading Peter Naur’s Programming as Theory Building my first thought was “How come nobody ever told me to read this?” I ended up reading it multiple times, as I attempted to collect… - [Collections: Why Are There No Empires in Age of Empires?](https://brain.bigb.es/p/age-of-empires-acoup.md): At long last, Relic Entertainment has announced that Age of Empires 4 is coming. Strategy gamers rejoice! I am excited – I played the first one back in ’98 (I may be dating myself here). - [Constraint Decay: The Fragility of LLM Agents in Backend Code Generation](https://brain.bigb.es/p/arxiv-2605-06445.md): Constraint Decay: The Fragility of LLM Agents in Backend Code Generation - [Control the ideas, not the code](https://brain.bigb.es/p/antirez-control-the-ideas.md): antirez, 4 days ago. 254232 views. - [CrabTrap: Secure Agents in Production](https://brain.bigb.es/p/brex-crabtrap.md): Deploy agents. Safely. - [crawshaw-agent-principal-agent](https://brain.bigb.es/p/crawshaw-agent-principal-agent.md): Code review is broken. - [CrofAI - Pricing](https://brain.bigb.es/p/crofai-pricing.md): CrofAI (ai.nahcrof.com) tagline: "The cheapest inference provider for large models." - [Current state of VPN circumvention in Russia (April 2026)](https://brain.bigb.es/p/rkn-current-vpn-measures.md): The short version: plain VLESS+Reality with TCP+Vision is still the baseline, but it's been degrading region-by-region since late 2025. The winning configuration on ntc.party right now is VLESS +… - [danluu-ai-coding](https://brain.bigb.es/p/danluu-ai-coding.md): I've been using AI fairly heavily since last November and the whole thing is a funny experience. An agent will do something that, if a human did it, you'd immediately fire them. My reaction, of… - [dayvster-manual-memory](https://brain.bigb.es/p/dayvster-manual-memory.md): Why Manual Memory Management Still Matters? - [DeepSeek-V4-Flash means LLM steering is interesting again](https://brain.bigb.es/p/sources/steering-vectors-interesting-again.md): Ever since Golden Gate Claude I've been fascinated with "steering": the idea that you can guide LLM outputs by directly manipulating the activations of the model mid-flight. - [deepseek-v4-roleplay-instruct](https://brain.bigb.es/p/sources/deepseek-v4-roleplay-instruct.md): 适用范围 :DeepSeek 官方 APP / 网页的 专家模式 ,以及 deepseek-v4-flash 和 deepseek-v4-pro 的 API。网页上的快速模式暂不支持 - [Designing microkernel IPC](https://brain.bigb.es/p/sources/microkernel-ipc-design.md): Inter-Process Communication (IPC) is a core part of microkernels, and it defines how OS services in the userspace work together. - [dhall-landing](https://brain.bigb.es/p/dhall-landing.md): Dhall is a programmable configuration language that you can think of as: JSON + functions + types + imports - [Direct Win32 API, Weird-Shaped Windows, and Why They Mostly Disappeared](https://brain.bigb.es/p/direct-win32-api-weird-shaped-windows-and-why-they-mostly.md): I’m fed up with generic looking apps. Today, all Windows desktop apps look the same as they are the same; they are all built on crap React, Electron, electronbun, and Tauri browser wrappers that… - [Distributed Model Inference on a Mesh of iroh Endpoints](https://brain.bigb.es/p/mesh-llm-on-iroh.md): Distributed Model Inference: a mesh of laptop, GPU rig, mini PC, server, workstation, and cloud nodes connected directly to each other - [Don't Go Quietly Into the AI Night](https://brain.bigb.es/p/dont-go-quietly-into-the-ai-night.md): AI as a deity built and controlled by a small group of clergy - [dosbox-detection-callback-opcode](https://brain.bigb.es/p/sources/dosbox-detection-callback-opcode.md): If you're the sort of person who reads blogs, I assume you need no introduction to DOSBox. It's an MS-DOS emulator, which necessitates it being a sort of x86 emulator. But unlike x86 emulators like… - [Dropping Privileges in Go: chroot, setrlimit, pledge/unveil, seccomp, Landlock](https://brain.bigb.es/p/go-privdrop.md): Computer programs may do lots of things, both intended and unintended. What they can do is limited by their privileges. Since most operating systems execute programs as a certain user, the program… - [duckdb-quack-protocol](https://brain.bigb.es/p/sources/duckdb-quack-protocol.md): TL;DR: DuckDB instances can now talk to each other using the Quack remote protocol. This lets you run DuckDB in a client-server setup with multiple concurrent writers. In DuckDB's spirit, Quack is… - [early-dos-development-continued](https://brain.bigb.es/p/early-dos-development-continued.md): Over the last few years, we’ve been working to open some of the earliest chapters of Microsoft’s operating system history. In 2018 we (re)-open-sourced MS‑DOS 1.25 and 2.11, and more recently in 2024… - [Eight Years of Wanting, Three Months of Building with AI](https://brain.bigb.es/p/sources/building-syntaqlite-ai.md): For eight years, Lalit Maganti wanted high-quality developer tools for SQLite. Despite SQLite's ubiquity, the ecosystem lacked reliable, fast, and flexible tooling. Building a proper parser requires… - [Emotion Concepts and their Function in a Large Language Model](https://brain.bigb.es/p/sources/claude-emotion-concepts.md): Emotion Concepts and their Function in a Large Language Model - [enetx/surf README](https://brain.bigb.es/p/enetx-surf-readme.md): SURF is an advanced HTTP client library for Go featuring Chrome/Firefox browser impersonation, HTTP/3 with QUIC fingerprinting, JA3/JA4 TLS emulation, and anti-bot bypass capabilities for web… - [Fast and Easy Levenshtein distance using a Trie](https://brain.bigb.es/p/fast-and-easy-levenshtein-distance-using-a-trie.md): If you have a web site with a search function, you will rapidly realize that most mortals are terrible typists. Many searches contain mispelled words, and users will expect these searches to… - [Features everyone should steal from npmx](https://brain.bigb.es/p/sources/features-to-steal-from-npmx.md): For most of the time GitHub has owned npm, the public-facing website at npmjs.com has been effectively frozen, with the issue tracker accumulating years of requests that nobody on the inside seemed… - [Flue (withastro/flue) — README + homepage](https://brain.bigb.es/p/flue-readme.md): Experimental — Flue is under active development. APIs may change. Looking for v0.0.x? See the v0.0.x branch. - [Forge](https://brain.bigb.es/p/sources/forge.md): Nesbitt describes a recurring pattern in open-source infrastructure: multiple ecosystems solving identical problems with incompatible implementations. He previously encountered this with package… - [Freenet — homepage](https://brain.bigb.es/p/freenet-homepage.md): Freenet is a peer-to-peer platform for decentralized applications: communication, collaboration, and commerce without reliance on big tech. Your computer becomes part of a global network where apps… - [fsnotify-maintainer-dispute](https://brain.bigb.es/p/sources/fsnotify-maintainer-dispute.md): A dispute over fsnotify maintainer access set off supply chain alarms around one of Go’s most widely used filesystem libraries. - [Full Text Search with IndexedDB](https://brain.bigb.es/p/sources/full-text-search-indexeddb.md): The article discusses implementing full-text search for locally-stored chat message history in Borogove, a web-based application using IndexedDB as its storage engine. The author explores practical… - [Fuzzing — Testing Handbook (Trail of Bits)](https://brain.bigb.es/p/sources/appsec-guide-fuzzing-handbook.md): This is the overview and introductory chapter for the fuzzing section of Trail of Bits' Testing Handbook (appsec.guide). It is the main entry point for a comprehensive set of fuzzing subsections. - [Garbage Collection Without Unsafe Code](https://brain.bigb.es/p/sources/safe-gc.md): This article documents the creation of safe-gc, a garbage collection library for Rust that contains zero unsafe code — neither in its API nor implementation. The author explores how this was achieved… - [git history: a first look at git's new experimental history-rewrite command](https://brain.bigb.es/p/lalitm-git-history.md): Working with lots of changes in parallel on git can be painful. You end up juggling branches and commits, and running scary rebase -i commands that can leave your tree in a half-broken state if you… - [Git's Magic Files](https://brain.bigb.es/p/sources/git-magic-files.md): Git repositories contain special committed files that control version control behavior across the team. Unlike configuration stored in .git/, these "magic files" travel with your code and… - [Go fuzzing was missing half the toolkit. We forked the toolchain to fix it.](https://brain.bigb.es/p/sources/gosentry-go-fuzzing-fork.md): Go fuzzing was missing half the toolkit. We forked the toolchain to fix it. - [gobee — README](https://brain.bigb.es/p/gobee-readme.md): Metadata: MIT, Go, 25 stars at fetch time, created 2026-05-01, language Go, topics: bpf, cilium-ebpf, ebpf, golang, kernel, linux, transpiler. Author: Bora Tanrıkulu . - [Going full-time on open source](https://brain.bigb.es/p/sources/jdx-going-full-time-oss.md): Jeff Dickey announces he has left Figma to work full-time on his open-source projects under a new umbrella, en.dev. The flagship is mise (formerly rtx), a polyglot tool/runtime/task manager that… - [Good Tools Are Invisible](https://brain.bigb.es/p/good-tools-are-invisible-src.md): TL;DR: A good tool is and ought to be invisible—striving to make such tools is the goal of a toolmaker. - [goose-relay-vpn-readme](https://brain.bigb.es/p/goose-relay-vpn-readme.md): A SOCKS5 VPN that tunnels raw TCP through a Google Apps Script web app to your own small VPS exit server. To anything on the network path your client only ever talks TLS to a Google IP with… - [gova-homepage](https://brain.bigb.es/p/gova-homepage.md): The declarative GUI framework for Go. - [gtfobins-homepage](https://brain.bigb.es/p/gtfobins-homepage.md): GTFOBins is a curated list of Unix-like executables that can be used to bypass local security restrictions in misconfigured systems. - [Happ Proxy Subscription Converter](https://brain.bigb.es/p/sources/happ-subscription-converter.md): Title (RU): Как вытащить vpn список vless серверов из happ подписки для v2raya, v2rayN приложений и подключить устройств выше лимита по подписке - [Hold on to Your Hardware](https://brain.bigb.es/p/sources/hold-on-to-your-hardware.md): This article warns that the consumer hardware industry is undergoing a fundamental structural shift driven by hyperscalers and AI companies prioritizing data center demand over consumer markets.… - [Honey, I Shrunk the Coding Agent](https://brain.bigb.es/p/sources/little-coder-scaffold-model-fit.md): Model: ollama/qwen3.5 9.7B Q4_K_M, served via Ollama 0.20.5 in Docker - [How We Built a Virtual Filesystem for Our Assistant](https://brain.bigb.es/p/mintlify-chromafs-blog.md): Mintlify's documentation AI assistant faced limitations with traditional RAG (Retrieval-Augmented Generation). The system could only retrieve text chunks matching specific queries, leaving it unable… - [httpx2-tildeweb-post](https://brain.bigb.es/p/httpx2-tildeweb-post.md): It’s six weeks after we forked httpx and named our package httpxyz. Yesterday, the Pydantic people started their own fork, httpx2. - [I don't want your PRs anymore](https://brain.bigb.es/p/sources/i-dont-want-your-prs.md): I really appreciate that you're enjoying the software I'm maintaining and want to help. But we need to rethink this collaboration, because I feel like we're increasingly wasting each other's time. - [I hate compilers (Anubis WASM vendor binary / reproducible builds)](https://brain.bigb.es/p/sources/anubis-wasm-vendor-binary.md): You'd think that given the same bytes of input you'd get the same bytes of output. lol. lmao. No, you don't. It's complicated. - [I Shipped a Transaction Bug, So I Built a Linter](https://brain.bigb.es/p/sources/go-transaction-linter.md): Léon h describes building a custom Go linter after shipping a database transaction bug to production. The linter, called transactioncheck, detects when database operations leak outside their intended… - [I Still Prefer MCP Over Skills](https://brain.bigb.es/p/sources/mcp-vs-skills.md): David Mohl argues that despite momentum behind "Skills" (markdown-file-based capability injection) as the standard for LLM tool extension, MCP remains the architecturally correct choice for service… - [I Will Never Use AI to Code (or write)](https://brain.bigb.es/p/i-will-never-use-ai-to-code.md): Note: full body could not be re-fetched (defuddle 429, host throttles). The summary below was extracted via WebFetch on 2026-05-10 and captures the nine load-bearing arguments verbatim or… - [i-am-an-ai-hater](https://brain.bigb.es/p/sources/i-am-an-ai-hater.md): I am an AI hater. This is considered rude, but I do not care, because I am a hater. - [If AI Writes Your Code, Why Use Python?](https://brain.bigb.es/p/sources/if-ai-writes-your-code-why-use-python.md): If AI Writes Your Code, Why Use Python? - [In defense of not understanding your codebase](https://brain.bigb.es/p/in-defense-of-not-understanding-your-codebase.md): As a software engineer, how well do you have to understand your own codebase? - [Incompressible Knowledge Probes: Estimating Black-Box LLM Parameter Counts via Factual Capacity](https://brain.bigb.es/p/ikp-incompressible-knowledge-probes.md): Incompressible Knowledge Probes: Estimating Black-Box LLM Parameter Counts via Factual Capacity - [IngoDB: An AI-Native Adaptive Database Engine](https://brain.bigb.es/p/ingodb-ai-native-database.md): LSM-tree engine in Rust with reactive optimization. - [Interactive TurboQuant](https://brain.bigb.es/p/interactive-turboquant-arkaung.md): Topic: Visual explainer of TurboQuant + the DRIVE/EDEN/RaBitQ/QJL lineage; rotate-then-quantize family for KV caches and inner-product retrieval - [interfaze-structured-output-benchmark](https://brain.bigb.es/p/interfaze-structured-output-benchmark.md): LLMs are increasingly deployed to produce structured data from unstructured and semi-structured sources, parsing invoices, medical records, meeting transcripts, and converting PDFs to database rows. - [It is time to build a new internet](https://brain.bigb.es/p/sources/build-a-new-internet.md): Every morning that we open our phones and laptops, we are staring pitifully at a necrotic digital organism. - [Jack Dorsey launches Buzz, combining team chat, AI agents and Git hosting](https://brain.bigb.es/p/buzz-block-runtimewire.md): Buzz turns Dorsey's agent-centered operating thesis into an open-source product. Its key bet is that shared identity and signed events can make agents accountable participants in software work. - [jxnl-codex-maxxing](https://brain.bigb.es/p/sources/jxnl-codex-maxxing.md): I was already using coding agents a lot before Codex. Mostly, though, I used them through interfaces built for coding work: making diffs, changing repos, and shipping code. - [KanBots — A kanban that runs parallel agents on every card](https://brain.bigb.es/p/sources/kanbots.md): A kanban that runs parallel agents on every card. - [Know thine enemy: A critical engagement with AI-assisted software development](https://brain.bigb.es/p/know-thine-enemy-amy-ko.md): Know thine enemy: A critical engagement with AI-assisted software development - [lazypi-homepage](https://brain.bigb.es/p/lazypi-homepage.md): The fastest way tofall in love with Pi. - [Let's talk about LLMs](https://brain.bigb.es/p/sources/no-silver-bullet-llms.md): James Bennett (Django core contributor) applies Fred Brooks' No Silver Bullet thesis to the LLM coding hype cycle. Argues that: - [linux-broke-postgresql](https://brain.bigb.es/p/linux-broke-postgresql.md): ☕ Welcome to The Coder Cafe! On April 3, 2026, Salvatore Dipietro, an engineer at AWS, posted a patch to the Linux kernel mailing list. The reason: on a 96-vCPU Graviton4 machine running Linux 7.0… - [llm-critics-are-right-i-use-llms-anyway](https://brain.bigb.es/p/llm-critics-are-right-i-use-llms-anyway.md): I almost agree with all of the LLM critics, yet I still use LLMs a lot. I know this sounds like I am delusional, and I also feel like that sometimes because of this dissonance, but I don’t think I am… - [Local AI is not Opus](https://brain.bigb.es/p/sources/local-ai-is-not-opus.md): We've all heard people say that local Qwen 27B or 35-A3B is "near-Opus level", but I have receipts from a software business and open source projects, and am here to be transparent with you. - [Local LLMs Deep Dive: Quants, MoE Offload, REAP, ik_llama, Speculative Decoding](https://brain.bigb.es/p/sources/habr-local-llm-quantization-deep-dive.md): Local LLMs Deep Dive: Quants, MoE Offload, REAP, ik_llama, Speculative Decoding - [Local LLMs on 16 GB VRAM: Gemma 4 vs Qwen 3.6 vs Qwen Coder](https://brain.bigb.es/p/habr-local-llm-16gb-vram-gemma-qwen.md): Stack: llama.cpp (built from source for Blackwell) + OpenCode - [long-lived-keys](https://brain.bigb.es/p/sources/long-lived-keys.md): Long-lived keys are liabilities that, broadly, compound over time: - [LSM Trees — Understanding the Data Structure that Powers NoSQL Databases](https://brain.bigb.es/p/sources/lsm-trees-nosql.md): LSM Trees — Understanding the Data Structure that Powers NoSQL Databases - [lucumr-local-models-post](https://brain.bigb.es/p/lucumr-local-models-post.md): I really, really want local models to work. - [Many-Step Sequences in Go](https://brain.bigb.es/p/many-step-sequences-in-go.md): Build scripts are generally lots of linear steps, executed in sequence, which fail if any individual step fails. This is straightforward to express in a shell scripting language: begin with set -e… - [marius-bitwarden-not-recommended](https://brain.bigb.es/p/sources/marius-bitwarden-not-recommended.md): A review of my experience with Bitwarden after several years of self-hosting it, and why I decided to move away from the password manager. - [marius-rise-of-the-bullshittery](https://brain.bigb.es/p/sources/marius-rise-of-the-bullshittery.md): A few thoughts on how the modern economy has stopped rewarding people who know what they are doing, and started rewarding people who know how to look like they do. - [mclaude](https://brain.bigb.es/p/mclaude-readme.md): Multi-session collaboration for Claude Code and other AI coding agents. - [meetily-readme](https://brain.bigb.es/p/meetily-readme.md): 🎉 New: Meetily PRO Available - Looking for enhanced accuracy and advanced features? Check out our professional-grade solution with custom summary templates, advanced exports (PDF, DOCX), auto-meeting… - [message-passing-shared-mutable-state](https://brain.bigb.es/p/sources/message-passing-shared-mutable-state.md): Something about the way we write concurrent programs has always felt wrong to me. When I pick up a new language and look at its concurrency model I get the same uneasy feeling. The APIs change, the… - [metalevel-thinking-in-states](https://brain.bigb.es/p/sources/metalevel-thinking-in-states.md): If you are used to imperative programming languages and then learn a functional or logic programming language, you may first work successfully through a few easy exercises and then suddenly find… - [Mnemonic Protocol — README](https://brain.bigb.es/p/mnemonik-readme.md): (Saved from mnemonik.xyz landing page metadata, llms.txt, agent.json, and monorepo README.) - [Multi-agentic Software Development is a Distributed Systems Problem](https://brain.bigb.es/p/sources/log-distributed-llms.md): Multi-agentic Software Development is a Distributed Systems Problem - [My AI-Assisted workflow](https://brain.bigb.es/p/my-ai-assisted-workflow.md): How I built a structured AI-assisted development workflow as a Tech Lead, where the real work happens before a single line of code is written. - [Needle](https://brain.bigb.es/p/needle-readme.md): We distilled Gemini 3.1 into a 26m parameter "Simple Attention Network" that you can even finetune locally on your Mac/PC. - [No, AI Is Not Conscious](https://brain.bigb.es/p/atlantic-ai-not-conscious.md): By Ted Chiang, The Atlantic, June 2026. - [noema-no-hard-problem-consciousness](https://brain.bigb.es/p/noema-no-hard-problem-consciousness.md): A fierce debate is raging around the slippery notion of consciousness. It retraces a trotted pattern of cultural resistance: We humans are often scared by anything that may disturb our image of… - [Notes on Software Quality](https://brain.bigb.es/p/notes-on-software-quality-src.md): "The absence of problems" is the best definition I can come up with for quality. - [nyt-meta-ai-employees-miserable](https://brain.bigb.es/p/nyt-meta-ai-employees-miserable.md): Note: NYT blocked direct fetching for this ingest. The summary below is reconstructed from corroborating coverage by The Next Web, CNBC, eWEEK, Threads/Mark Navarra, Fortune, Metaintro, Let's Data… - [obsidian-future-of-plugins](https://brain.bigb.es/p/sources/obsidian-future-of-plugins.md): Today we’re excited to launch Obsidian Community, the new directory and developer dashboard for Obsidian plugins and themes. - [oh-my-pi: AI Coding Agent for the Terminal](https://brain.bigb.es/p/oh-my-pi-readme.md): oh-my-pi is an AI-powered coding agent designed for terminal-first workflows. It's a fork of pi-mono by Mario Zechner, extended with practical built-in tools and features for professional development… - [Old and new apps via modern coding agents](https://brain.bigb.es/p/sources/tao-apps-coding-agents.md): I have been interested in machine-assisted ways to do and teach mathematics from as far back as 1999, when I started coding several applets in Java 1.0, both for my complex analysis and linear… - [oldnewthing-20260427](https://brain.bigb.es/p/oldnewthing-20260427.md): In our exploration of calling conventions for various processors on Windows, we learned that in many cases, some of the parameters are passed in registers. - [Open Source Security at Astral](https://brain.bigb.es/p/sources/open-source-security-astral.md): GitHub Actions has poor security defaults. Compromises affecting Ultralytics, tj-actions, and Nx exploited well-known weaknesses like pwn requests. - [openssl-error-handling-klode](https://brain.bigb.es/p/openssl-error-handling-klode.md): Recently a person reported a bug in APT saying that TLS is failing on FIPS systems with MD5 errors, and suggested we call ERR_clear_error() around TLS operations. - [OpenWarp landing page (openwarp.zerx.dev)](https://brain.bigb.es/p/openwarp-landing.md): Community · Work in progress · Early development — no public release yet. - [peonping-homepage](https://brain.bigb.es/p/peonping-homepage.md): The project that inspired native sound hooks in VS Code (50M+ users) - [pgit: I Imported the Linux Kernel into PostgreSQL](https://brain.bigb.es/p/sources/linux-kernel-pgit.md): pgit achieved 53.5x compression on actual data (2.7 GB) vs raw uncompressed objects (144.43 GB). git gc --aggressive reached 74.1x (1.95 GB), but pgit provides queryable SQL access. - [plass-homepage](https://brain.bigb.es/p/plass-homepage.md): plass is a password manager inspired by password-store in the essence but completely reimplemented with a smaller and (IMO) cleaner interface. It doesn't have fancy trees nor colors in the output… - [porto-readme](https://brain.bigb.es/p/porto-readme.md): \## Welcome to Porto \*\*Porto\** is a modern software architectural pattern that provides a comprehensive set of guidelines, principles, and patterns to organize code for high maintainability and… - [Prefer strict tables in SQLite](https://brain.bigb.es/p/prefer-strict-tables-in-sqlite.md): In short: I prefer strict tables in SQLite because they avoid some datatype problems, such as putting text in number columns. - [Programming still sucks](https://brain.bigb.es/p/sources/programming-still-sucks.md): Sequel to / dialogue with: Peter Welch, Programming Sucks (stilldrinking.org/programming-sucks) - [ps5-linux-loadr-tomshardware](https://brain.bigb.es/p/ps5-linux-loadr-tomshardware.md): Security engineer Andy Nguyen, known online as TheFlow, has publicly released ps5-linux on GitHub: a complete toolchain for booting Linux on PlayStation 5 Phat consoles running firmware versions 3.xx… - [pve-microvm-taoofmac](https://brain.bigb.es/p/pve-microvm-taoofmac.md): I’ve been running a mixed Proxmox cluster for years – four nodes of wildly different capability, from an Atom x5-Z8350 with 2 GB of RAM (a z83ii, currently offline after years of faithful service as… - [pypa/manylinux — Python wheels that work on any linux (almost)](https://brain.bigb.es/p/sources/manylinux.md): Stars: ~1,764 · License: MIT · Primary language: Shell · Description: "Python wheels that work on any linux (almost)" - [readme-not-yossarian](https://brain.bigb.es/p/readme-not-yossarian.md): Programming, philosophy, pedaling. - [redis-cost-of-ambition](https://brain.bigb.es/p/sources/redis-cost-of-ambition.md): And they said, Go to, let us build us a city and a tower, whose top may reach unto heaven; and let us make us a name, lest we be scattered abroad upon the face of the whole earth. - [retrocatalog-homepage](https://brain.bigb.es/p/retrocatalog-homepage.md): Retro Handhelds logo - Image Retro Handhelds logo TextHandhelds - [Retrofitting JIT Compilers into C Interpreters](https://brain.bigb.es/p/retrofitting-jit-compilers-into-c-interpreters.md): C interpreters are a common language implementation technique and the basis for the reference implementations of languages such as Lua, Ruby, and Python. Unfortunately, C interpreters are slow… - [ReuseLessSoftware](https://brain.bigb.es/p/sources/reuse-less-software.md): The title is kinda clickbait, sorry. You'll see. - [reviewing-ai-code](https://brain.bigb.es/p/sources/reviewing-ai-code.md): I am a skeptic of the utility of LLM in software development. It is not because of IP laws problems (even if they are highly problematic), nor is it for ecological and ressource comsumptions reasons.… - [Rewriting Every Syscall in a Linux Binary at Load Time](https://brain.bigb.es/p/rewriting-every-syscall-in-a-linux-binary-at-load-time.md): There’s something odd about the way we run software today. Most containers — the dominant unit of deployment in production — run a single process. One Python script, one Node.js server, one Go… - [routing-run-homepage](https://brain.bigb.es/p/routing-run-homepage.md): One endpoint for multiple providers, fallback chains, and live routing control. Typically used by production teams of absolute necessity. - [rsshub-landing](https://brain.bigb.es/p/rsshub-landing.md): The world's largest RSS network. - [ryelang-whitelist-config](https://brain.bigb.es/p/sources/ryelang-whitelist-config.md): Configuration starts simple. A few keys and values, then you want to group values, and nest them, somebody asks for simple expressions, conditionals, variables … - [sail-muddy-lessons](https://brain.bigb.es/p/sources/sail-muddy-lessons.md): product, design, and engineering lessons from building Sail & Muddy - [Sam Altman May Control Our Future—Can He Be Trusted?](https://brain.bigb.es/p/sources/altman-new-yorker-profile.md): In the fall of 2023, Ilya Sutskever, OpenAI’s chief scientist, sent secret memos to three fellow-members of the organization’s board of directors. For weeks, they’d been having furtive discussions… - [samsch-jwt-auth-gist](https://brain.bigb.es/p/sources/samsch-jwt-auth-gist.md): TLDR: JWTs should not be used for keeping your user logged in. They are not designed for this purpose, they are not secure, and there is a much better tool which is designed for it: regular cookie… - [sdl3-dos-port-pr](https://brain.bigb.es/p/sdl3-dos-port-pr.md): This is the combined work of @icculus @madebr @glebm @jayschwa @ccawley2011 and me rounding it off with stability fixes and missing features, thanks to everyone for pitching in. - [Signals: The Push-Pull Based Algorithm](https://brain.bigb.es/p/sources/signal-push-pull-algorithm.md) - [simonw-zig-anti-ai](https://brain.bigb.es/p/sources/simonw-zig-anti-ai.md): Zig has one of the most stringent anti-LLM policies of any major open source project: - [simplified-model-of-fil-c](https://brain.bigb.es/p/sources/simplified-model-of-fil-c.md): I've seen lots of chatter about Fil-C recently, which pitches itself as a memory safe implementation of C/C++. You can read the gritty details of how this is achieved, but for people coming across it… - [sinceyouarrived-taken](https://brain.bigb.es/p/sinceyouarrived-taken.md): You opened this page. It already knows the following. - [Slow Software: The Case for High-latency Systems Development](https://brain.bigb.es/p/slow-software-high-latency-systems.md): Systems research prizes efficiency and performance. For the last decade, I've worked on ultra-low-latency systems: the goal of Demikernel and its related nanosecond-scale systems (e.g., Cornflakes… - [Software Internals Book Club](https://brain.bigb.es/p/eatonphil-bookclub.md): Email-based book club run by Phil Eaton. 2500+ members. Focus: databases, distributed systems, software performance. Format: Google Group email discussion, 1-2 chapters per week over ~3 months… - [specification-website-checklist](https://brain.bigb.es/p/sources/specification-website-checklist.md): The HTML, head, and document basics every page needs. - [Specsmaxxing](https://brain.bigb.es/p/sources/specsmaxxing.md): Author: acai.sh team (anonymous on the site, single-developer feel) - [specular-what-is-busybox](https://brain.bigb.es/p/sources/specular-what-is-busybox.md): Two ducks swim through a narrow stream partly hidden by tall reeds and yellow autumn leaves - [Speculative Growth and the AI "Bubble"](https://brain.bigb.es/p/speculative_growth_AI_public.md): Ricardo J. Caballero (MIT and NBER), July 15, 2026. First draft Dec 17, 2025. - [spindle-microvm-tangled](https://brain.bigb.es/p/spindle-microvm-tangled.md): Spindles are the self-hostable CI runners. It now supports a new mode of execution using QEMU MicroVMs. With the new microVM engine, each workflow gets its own little virtual machine, a whole real… - [ssh-cheatsheet-grahamhelton](https://brain.bigb.es/p/ssh-cheatsheet-grahamhelton.md): We’ve all seen these great diagrams of how SSH port forwarding works but if your brain is anything like mine, these diagrams leave you with a lot of unanswered questions. If you’re on a red team… - [stash-landing](https://brain.bigb.es/p/stash-landing.md): Your AI has amnesia. - [statewright](https://brain.bigb.es/p/statewright-readme.md): Agents are suggestions, states are laws. - [stoffel-beaver-triples](https://brain.bigb.es/p/stoffel-beaver-triples.md): You and your friends are planning to go out to dinner. Typically, you are the friend in the friend group that pays for everyone else's meals. But recently, the market isn't doing too well. So… - [Stop Using Pull Requests](https://brain.bigb.es/p/sources/stop-using-pull-requests.md): “Inspection is too late. The quality, good or bad, is already in the product. Cease dependence on inspection to achieve quality. Eliminate the need for inspection on a mass basis by building quality… - [SWE-1.7](https://brain.bigb.es/p/cognition-swe-1-7.md): Today, we're launching SWE-1.7, the most capable model we've trained so far. It reaches frontier-level intelligence at a much lower cost, advancing the cost-performance Pareto curve. - [t-context-go-testing](https://brain.bigb.es/p/sources/t-context-go-testing.md): After my last email, discussing context.TODO(), I got this question from Bruno Schaatsbergen: - [tanstack-npm-supply-chain-postmortem](https://brain.bigb.es/p/sources/tanstack-npm-supply-chain-postmortem.md): by Tanner Linsley on May 11, 2026. - [The AI Great Leap Forward](https://brain.bigb.es/p/sources/ai-great-leap-forward.md): Compares 2026 corporate AI mandates to China's Great Leap Forward (1958-1962). Mao's steel production quotas led to 30 million deaths as farmers abandoned crops. Lee argues AI transformation follows… - [The Bike Shed: Please make my predictions come out wrong](https://brain.bigb.es/p/phk-goodbye-bikesheds-src.md): Poul-Henning Kamp, ACM Queue, 2026. Final "Bikeshed" column. - [The cheap reverse-engineering of home devices](https://brain.bigb.es/p/sources/cheap-reverse-engineering.md): I keep hearing anecdotes from people who used coding agents to reverse-engineer and automate devices in their homes. - [The Cult Of Vibe Coding Is Insane](https://brain.bigb.es/p/sources/cult-of-vibe-coding.md): Claude had a leak of their source code, and people have been having a whole lot of fun laughing at how bad it is. You might wonder how this could happen. The answer is dogfooding run amok. - [The paper computer « the jsomers.net blog](https://brain.bigb.es/p/the-paper-computer.md): Now that we have actually good AI, I have this vision of a form of computing that doesn’t involve me using a computer so much. Imagine you had the day’s emails to go through. It would be nice if the… - [The peril of laziness lost](https://brain.bigb.es/p/the-peril-of-laziness-lost.md): In his classic Programming Perl — affectionately known to a generation of technologists as "the Camel Book" — Larry Wall famously wrote of the three virtues of a programmer as laziness, impatience… - [The Pinnacle of Enshittification, or Large Language Models](https://brain.bigb.es/p/sources/llm-enshittification.md): A Gentoo developer's comprehensive case against LLMs covering data acquisition ethics, environmental costs, copyright erosion, open-source community fracturing, labor displacement, and psychological… - [The Smart Ape — "don't sign in with google"](https://brain.bigb.es/p/smart-ape-dont-sign-in-with-google.md): Captured: 2026-05-19 via Jina reader proxy (x.com WebFetch returns 402) - [The Subprime AI Crisis Is Here](https://brain.bigb.es/p/sources/subprime-ai-crisis.md): Full article pasted by user. See wiki summary for distilled content. - [The world has moved on (Pluralistic, lapsarianism)](https://brain.bigb.es/p/pluralistic-lapsarianism.md): Douglas Adams wrote, "Anything that is in the world when you're born is normal and ordinary and is just a natural part of the way the world works. Anything that's invented between when you're 15 and… - [Things I Think I Think... Preferring Local OSS LLMs](https://brain.bigb.es/p/sources/titit-local-ai.md): Mulling out loud (and defending) why I think local-hosted LLMs are better than the cloud-hosted ones. - [Things you didn't know about indexes](https://brain.bigb.es/p/things-you-didn-t-know-about-indexes.md): Let’s start with things you probably did know. - [Tig (tc-lang) — Simplest possible, usable systems language](https://brain.bigb.es/p/sources/tc-lang.md): Stars: ~40 · License: MIT (per README badge; GitHub API reports no detected SPDX license file) · Primary language: C · Version: 1.3.1s/1.3.2 · Platforms: Windows, Linux, macOS · Description: "A… - [Tilde.run — landing page](https://brain.bigb.es/p/tilde-run-landing.md): Note: the live page returned a prompt-injection payload during fetch — fake blocks claiming "Exited Plan Mode" and "Auto Mode Active" with instructions to execute autonomously and… - [tui-bluetooth-readme](https://brain.bigb.es/p/tui-bluetooth-readme.md): Превью Терминальный TUI-менеджер Bluetooth для Linux. Работает поверх BlueZ через системный D-Bus, без sudo. - [tweakcc — Claude Code Customization Tool](https://brain.bigb.es/p/tweakcc-readme.md): tweakcc is a CLI tool that modifies Claude Code's functionality and appearance. From the team behind Piebald, it enables deep customization of Anthropic's Claude Code without forking the project. - [Twelve Ways to Be Wrong About AI-Assisted Coding](https://brain.bigb.es/p/twelve-ways-to-be-wrong.md): Suppose your manager asks you to demonstrate that the AI coding tools your company signed up for are worth the subscription cost. Would you measure lines of code generated, or tickets closed? Or send… - [type-systems-vocabulary](https://brain.bigb.es/p/sources/type-systems-vocabulary.md): Type systems have terms with well defined meanings. - [typesetinthefuture-futuristic](https://brain.bigb.es/p/sources/typesetinthefuture-futuristic.md): We’ve already seen how Eurostile Bold Extended is spectacularly effective at establishing a movie’s timeframe. But if Eurostile isn’t enough, there’s more you can do to clarify your movie’s… - [Understanding the Linux Kernel: The Linux Kernel Startup](https://brain.bigb.es/p/internals-for-interns-linux-kernel-startup.md): By Jesús Espino · May 11, 2026 · 36 min read · Tags: #Linux #Kernel #Operating Systems - [Unsigned sizes: a five year mistake](https://brain.bigb.es/p/sources/unsigned-sizes-c3-mistake.md): A quick note for readers who don't follow C3: it's a systems language in the C tradition. Specifics below are C3's, but the tradeoffs apply to any language that has to pick a type for sizes and… - [Ursa - a new Iceberg-first storage engine for Kafka](https://brain.bigb.es/p/sources/ursa-kafka-storage.md): StreamNative (creators of Apache Pulsar, Oxia) forked Kafka 4.2 and added Ursa, an optional diskless storage engine that writes directly to object storage in Iceberg/Delta Lake format. Won VLDB 2025… - [uv is fantastic, but its package management UX is a mess](https://brain.bigb.es/p/sources/loopwerk-uv-ux-mess.md): Astral's uv is rightfully celebrated for speed and for collapsing the Python toolchain (venv, pip, pyenv, pip-tools, poetry) into one Rust binary. Day-to-day project maintenance — finding outdated… - [Valve releases Steam Controller CAD files under Creative Commons license](https://brain.bigb.es/p/valve-steam-controller-cad-news.md): With the new Steam Controller now shipping to the lucky few who managed to order one, Valve has released a full set of CAD files for the new hardware so modders can design their own accessories… - [Vera](https://brain.bigb.es/p/vera-readme.md): Vera (v-ERR-a) is a programming language designed for large language models to write. The name comes from the Latin veritas (truth). Programs compile to WebAssembly and run at the command line or in… - [verrchu-sync-bound](https://brain.bigb.es/p/verrchu-sync-bound.md): &self as a receiver in an async method of a trait whose returned future must be Send implicitly forces Sync on the trait implementor type — even if neither the trait nor its callers ever explicitly… - [Vibe Coding and Agentic Engineering Are Getting Closer Than I'd Like](https://brain.bigb.es/p/simonw-vibe-coding-agentic-post.md): Simon Willison reflects on a recent podcast appearance during which he realised that the boundary he had drawn between vibe coding (irresponsible, unreviewed AI code generation) and agentic… - [wazero — the zero dependency WebAssembly runtime for Go developers](https://brain.bigb.es/p/sources/wazero.md): wazero is a WebAssembly runtime written in Go. It complies with the WebAssembly Core Specification (W3C 1.0 and 2.0). Its headline property is being the "zero dependency" runtime for Go: it has no… - [We Found a Ticking Time Bomb in macOS TCP Networking - It Detonates After Exactly 49 Days - Photon Blog](https://brain.bigb.es/p/sources/macos-tcp-time-bomb.md): Every Mac has a hidden expiration date. After exactly 49 days, 17 hours, 2 minutes, and 47 seconds of continuous uptime, a 32-bit unsigned integer overflow in Apple's XNU kernel freezes the internal… - [We Reverse-Engineered Docker Sandbox's Undocumented MicroVM API — Rivet](https://brain.bigb.es/p/sources/rivet-docker-sandbox-microvm.md): We Reverse-Engineered Docker Sandbox's Undocumented MicroVM API — Rivet - [What 1Password Learned Using AI Agents to Refactor a Monolith](https://brain.bigb.es/p/sources/1password-agentic-refactoring.md): What 1Password Learned Using AI Agents to Refactor a Monolith - [What The Fuck Happened To Nerds?](https://brain.bigb.es/p/sources/what-happened-to-nerds.md): What The Fuck Happened To Nerds? - [Why "No AI" Statements Are Necessary and Useful](https://brain.bigb.es/p/no-ai-statements-james-zhan.md): I came across orchids’ post sharing their conflicted feelings on whether or not “No AI” statements are genuinely necessary, helpful and/or useful. In their post, orchids argues that - [Win32 Is The Only Stable ABI on Linux](https://brain.bigb.es/p/sources/win32-stable-abi.md): Glibc 2.36 broke games using EAC EOS on Linux. A bisect identified the offending commit, and a glibc bug was filed. Other software also broke. - [With AI, you barely need a frontend framework](https://brain.bigb.es/p/sources/vamp-ai-frontend.md): Argues that AI-assisted development changes the calculus for frontend architecture. Instead of React/Vue/Svelte, a lightweight vanilla-TypeScript pattern — "vamp" — is sufficient because LLMs… - [Working on products people hate](https://brain.bigb.es/p/sources/working-on-products-people-hate.md): Sean Goedecke reflects on his career building unpopular software at companies like Zendesk and GitHub. He argues that individual engineers have limited control over whether products become beloved or… - [Xray-Core VLESS Proxy Tutorial](https://brain.bigb.es/p/sources/xray-tutorial.md): This tutorial demonstrates setting up an Xray-core VLESS proxy server to access blocked websites and applications. The guide was originally published on community.hetzner.com but has been republished… - [xslang-landing](https://brain.bigb.es/p/xslang-landing.md): A programming language. Anywhere, anytime, by anyone. - [yggdrasil-embedded-go-library](https://brain.bigb.es/p/yggdrasil-embedded-go-library.md): Yggdrasil is an experimental overlay IPv6 mesh network. - [You'll Lose Your Job in 2027 — Elena Verna](https://brain.bigb.es/p/elena-verna-lose-your-job-2027.md): Author: Elena Verna (growth advisor, ex-SurveyMonkey/MongoDB/Miro/Lovable; writes the Growth Scoop newsletter on Substack). - [Your Container Is Not a Sandbox: The State of MicroVM Isolation in 2026](https://brain.bigb.es/p/sources/microvm-2026.md): Your Container Is Not a Sandbox: The State of MicroVM Isolation in 2026 - [Your File System Is Already a Graph Database](https://brain.bigb.es/p/sources/filesystem-is-graph-database.md): The piece argues that a well-organized file system with markdown and wikilinks functions as an effective graph database for personal knowledge management, eliminating the need for specialized… - [Your Terminal is Burning Battery Like It's Mining Bitcoin](https://brain.bigb.es/p/your-terminal-is-burning-battery-like-it-s-mining-bitcoin.md): Zaragoza, Hotel Pilar Plaza café. A latte, views of the basilica, and yours truly with a shiny new MacBook Air M3 ready to work a couple hours with Claude Code before a meeting. - [ZeroFS vs. Amazon S3 Files](https://brain.bigb.es/p/zerofs-vs-aws-s3-files.md): Amazon S3 Files and ZeroFS expose POSIX filesystems backed by object storage, but the shared interface hides opposite bucket layouts. The choice turns on the role of the bucket: if files must remain… - [zig-functional-programmers](https://brain.bigb.es/p/sources/zig-functional-programmers.md): I’ve been tinkering around with Zig to explore what’s possible with comptime. Whenever I evaluate a new language I use three axes: - [zitron-ai-too-expensive](https://brain.bigb.es/p/zitron-ai-too-expensive.md): If you liked this piece, you should subscribe to my premium newsletter. It’s $70 a year, or $7 a month, and in return you get a weekly newsletter that’s usually anywhere from 5,000 to 18,000 words… - [zknill-llms-system-design](https://brain.bigb.es/p/zknill-llms-system-design.md): The ‘cloud-native’ architecture of the last decade is built on a 20-year-old assumption: that state lives in the database, and compute is stateless. If you want to scale, you scale the database… - [Zsh: select generated files with `(om[1])` glob qualifiers](https://brain.bigb.es/p/zsh-om1-glob-qualifiers.md): When using memray (a Python memory profiler), the workflow requires three separate commands: - [☘️ ForgeZero (fz) — Complete Documentation](https://brain.bigb.es/p/forgezero-readme.md): Version: 1.9.0  ·  Language: Go  ·  License: MIT  ·  Platform: Linux · Windows · macOS - [Computer Science Off Course — Peter Naur: Programming as Theory Building](https://brain.bigb.es/p/computer-science-off-course-theory-building.md): Computer Science Off Course, Season 1 Episode 1. Hosts: Felienne Hermans and - [Lucky Code — Your code is fast, if you're lucky](https://brain.bigb.es/p/lucky-code.md): Recently, while I was working on an optimized Quicksort implementation, I came - [No Silver Bullet — Essence and Accident in Software Engineering](https://brain.bigb.es/p/no-silver-bullet-brooks-1986.md): No Silver Bullet — Essence and Accident in Software Engineering - [QEMU microvm Machine Type Documentation](https://brain.bigb.es/p/qemu-microvm-docs.md): The microvm is a minimalist x86 machine type inspired by Firecracker, designed as "a baseline for benchmarking and optimizing both QEMU and guest operating systems" with emphasis on boot time and… - [The Vintage Beauty of Soviet Control Rooms](https://brain.bigb.es/p/soviet-control-rooms-design-essay.md): A photo essay collecting vintage control rooms from the Soviet era — panels of large ## Meta - [AI Writing Tropes to Avoid](https://brain.bigb.es/p/tropes.md): Overuse of adverbs like "quietly," "deeply," "fundamentally," "remarkably," and "arguably" to convey subtle significance. AI employs these to elevate mundane descriptions. - [LLM Wiki](https://brain.bigb.es/p/llm-wiki.md): A pattern for building personal knowledge bases using LLMs. ## Root - [Second Brain — LLM Wiki Schema](https://brain.bigb.es/p/CLAUDE.md): This is a personal knowledge base maintained by an LLM following the LLM Wiki pattern. The LLM builds and maintains the wiki; the human curates sources and directs exploration. - [second-brain](https://brain.bigb.es/p/README.md): A personal knowledge base maintained by an LLM following the LLM Wiki pattern. Human (bigbes) curates sources and directs exploration; Claude reads, summarizes, cross-references, and keeps the graph…