Writing · Nº 041065 essays
The writing
Ideas from inside the work. Explore technology, entrepreneurship, and the practice of building things that last.
1065 essays found · Page 40 of 89
Clear filtersOperatingAI Bookkeeping for Construction: Job Costing and RetainageAI bookkeeping for construction contractors is about job costing and retainage, not a simple P&L. Here is what a builder actually needs from the books.StrategyAI Video Cost Per Finished Minute: The Honest MathAI video cost per finished minute is not the generation fee. It is iteration, editing, and reshoots. Here is how to budget the real number, not the sticker price.EngineeringThe Technical Debt Hiding in Bolted-On AIBolting AI onto old software creates technical debt that compounds fast. Where the debt hides, why it grows, and what it costs when you finally have to rebuild.EngineeringWrite Characterization Tests Before You Let AI RefactorCharacterization tests before an AI refactor pin down current behavior so you can tell a clean change from a regression. Here is how and why to write them.OperatingContent Ops for a Documentation TeamDocumentation content ops needs structure and versioning, not a wiki. Here is how a docs team keeps content accurate, reusable, and tied to the product.EngineeringHow to Evaluate a Web Scraping ProviderA checklist for evaluating a web scraping provider: real success rates, target coverage, cost at scale, control, and what happens when a target fights back.EngineeringHow to Migrate a jQuery Frontend With AIMigrating a jQuery frontend to a modern framework with AI is doable if you go component by component. Here is the safe path from spaghetti to a real app.OperatingCommon Mistakes When Consolidating Business SoftwareThe common mistakes when consolidating business software: big-bang migrations, ignoring exit terms, and losing depth where it matters. Avoid these five.OperatingCommon Mistakes When Coordinating a Music ReleaseThe coordination mistakes that sink a music release: scattered files, unclear owners, verbal approvals, and late metadata. Here is what breaks and how to avoid it.ThesisOpacity, Not Fraud, Is What Kills Trust in VotingMost confidence in a vote is lost to opacity, not fraud. Systems default to opaque and have to be engineered transparent. Here is why that reframe matters.EngineeringLive Location Tracking: Throttle the Server, Interpolate the ClientReal-time location tracking and delivery ETAs work by throttling location updates server-side and interpolating on the client. Learn why smooth beats frequent.EngineeringHow to Run Background Workers on a VPSYou do not need a managed worker service to process jobs. Here is how to run background workers on a VPS reliably with systemd or Compose and clean scaling.