Writing · Nº 041065 essays
The writing
Ideas from inside the work. Explore technology, entrepreneurship, and the practice of building things that last.
343 essays found · Page 22 of 29
Clear filtersEngineeringEnd-to-End Verifiable Voting, Explained PlainlyEnd-to-end verifiable voting is a specific property: cast as intended, recorded as cast, counted as recorded. Here is what each part means and why it matters.EngineeringHow to Choose a Transactional Email APIA practical checklist for choosing a transactional email API: deliverability, developer experience, webhooks, pricing, and the details that matter after you integrate.EngineeringHow to Own Your Deploy Pipeline End to EndOwn your deploy pipeline so no vendor controls how your code ships. Here is how to build a git-push deploy on your own server you fully control.EngineeringWhat Actually Changes in AI-Native ArchitectureAI-native architecture is not a chatbot on a normal app. Here is what actually changes in the data model, control flow, and error handling when the model is core.EngineeringAI-Native Dev Environment vs Autocomplete Bolted OnAn AI-native dev environment plans and edits across the whole repo. Autocomplete just predicts the next token. Here is why that gap decides real throughput.EngineeringMultiplayer Games Need an Authoritative Server, Not Peer SyncReal-time multiplayer game state needs an authoritative server tick, not peer-to-peer sync. Learn why the server owns truth and clients only predict and reconcile.EngineeringCRDT vs Last-Write-Wins for Real-Time CollaborationCRDT vs last-write-wins is a conflict resolution choice. Start with last-write-wins per field and only reach for CRDTs when you have true concurrent editing.EngineeringWhy Your AI Automation Needs a Dead Letter QueueWhen an AI task fails every retry, it should not vanish. A dead letter queue catches the failures your workflow could not handle so nothing is ever silently lost.EngineeringHow to Deduplicate Scraped Data Without Losing RecordsDeduplicating scraped data is not a DISTINCT query. Here is how to pick a real identity key, handle near-duplicates, and merge records without deleting good data.EngineeringHealthcare Notification Emails Without Putting PHI in ThemHealthcare notification emails can trigger a HIPAA problem in one line of body copy. Here is how to notify patients without exposing protected health information.EngineeringHow to Build a Presence System That Feels LiveA presence system tracks who is online in real time. Here is what building presence actually requires, why it is harder than it looks, and how to keep it accurate.EngineeringHow to Measure Technical Debt in a RepoYou cannot pay down what you cannot see. Here is how I measure technical debt in a real repo using churn, coupling, and change cost instead of vibes.