David Winterbottom (@codeinthehole) 's Twitter Profile
David Winterbottom

@codeinthehole

Male software craftswoman — Head of Software Engineering at Kraken Technologies — @[email protected] — @codeinthehole.bsky.social

ID: 18729346

linkhttps://codeinthehole.com calendar_today07-01-2009 17:29:26

6,6K Tweet

2,2K Takipçi

316 Takip Edilen

David Winterbottom (@codeinthehole) 's Twitter Profile Photo

Today's bug bear: newline characters: ⛔ Don't use them to add whitespace between paragraphs (adjust your tool's paragraph spacing value if you need to do this). 🟢 Do use them to break up your almost-always-too-long paragraphs.

Paul Graham (@paulg) 's Twitter Profile Photo

To be a good writer, you have to be annoyed by bad writing. You're unlikely to get your first drafts exactly right, and unless you're annoyed by what you got wrong, you won't fix it.

Paul Graham (@paulg) 's Twitter Profile Photo

This is a very revealing quote from Billy Bragg. If you're independent-minded (paulgraham.com/mod.html), you often find yourself on the same side of an issue as people you dislike. So if he's shocked by that idea, it shows he's not.

This is a very revealing quote from Billy Bragg. If you're independent-minded (paulgraham.com/mod.html),  you often find yourself on the same side of an issue as people you dislike. So if he's shocked by that idea, it shows he's not.
SwiftOnSecurity (@swiftonsecurity) 's Twitter Profile Photo

On TikTok there is AdjusterTok, where work from home insurance agents video their side of calls explaining how car insurance works to irritated people, and it’s quite sobering stuff. People don’t really know what insurance is, it’s just some magical thing to make stuff better.

David Winterbottom (@codeinthehole) 's Twitter Profile Photo

Here's a Bash script that stitches together `llm` and `files-to-prompt` (from Simon Willison) to run an iterative TDD loop to make a set of tests pass. codeinthehole.com/tips/llm-tdd-l… This effectively automates the green part from the standard red-green-refactor loop.