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 2 of 89
Clear filtersStrategySigns Your Brand System Is BrokenIf your marketing feels inconsistent and slow, your brand system is probably broken. Here are the signs to watch for and what a working brand system fixes.EngineeringHow Much RAM Does Postgres Need on a Small VPS?How much RAM does Postgres actually need? Here is how to size and tune Postgres memory on a small VPS so it runs fast without starving your app.OperatingHow to Choose a VPS Provider You Can TrustA checklist for how to choose a VPS provider you can trust: the pricing, hardware, network, and exit terms that actually matter when you own your own stack.StrategyHandling Multiple Plaintiffs From One AccidentWhen several clients come from one crash, PI case software has to link the files without confusing them. Here is how to manage multiple plaintiffs, one accident.StrategyMusic Marketing Metrics That Actually MatterMost music marketing metrics are vanity. Here are the few numbers that tell an independent artist whether the brand is really growing, and which to ignore.EngineeringServer-Sent Events vs WebSockets: Which to UseServer-sent events vs WebSockets is a question of direction. Here is when one-way SSE beats a full socket, and when you actually need bidirectional real-time.StrategyWhen to Switch to AI Bookkeeping (and When Not To)When to switch to AI bookkeeping and when to wait: the signals that mean you are ready, the ones that mean fix your process first, and how to move without losing history.StrategyWhy Content Is Your Real Bottleneck, Not WritingYour content bottleneck is almost never writing speed. It is the workflow around content. Here is how to find the real constraint and fix it.StrategyWhy Agencies Break at Ten Clients Without an OSSomewhere around ten clients, ad hoc coordination collapses. Here is why that threshold breaks agencies and how an agency OS gets you through it.EngineeringThe Cost-of-Downtime Math Before You Over-Build DRDo the cost-of-downtime math before you buy redundancy. For most self-hosted apps, a simple restore beats an expensive hot standby you will never need.OperatingHow to Explain an AI Decision to a RegulatorA regulator will not accept 'the model decided.' How to explain an AI decision with the record, the reasoning, and the controls that make it defensible.EngineeringLLM Parsing vs CSS Selectors for Scraping: When to Use EachShould you parse scraped pages with an LLM or CSS selectors? Selectors are cheap and exact; LLMs handle chaos. Here is how to choose without blowing your cost per page.