

A simpler alternative to deleted_at, rules of thumb for better software, faking it until you automate it, the only civilized way to read online & AI and the big five (News)
Jan 9, 2023
Discover an innovative soft deletion strategy that simplifies data management in software. Explore 20 practical rules for boosting software quality with a focus on simplicity and automation. Delve into the pitfalls of social media, advocating for RSS feeds as a civilized reading alternative. Unpack the dynamic influence of AI on the big tech giants and their strategies to adapt in today’s evolving digital landscape. This conversation blends practical advice with thought-provoking discussions around technology and society.
AI Snips
Chapters
Transcript
Episode notes
Simplified Soft Deletion
- Consider Brandur Leach's simpler alternative to "deleted_at" for soft deletion.
- It offers a better cost-benefit ratio than traditional methods.
Software Development Rules of Thumb
- Optimize for simplicity first when writing software.
- Reading code is more important than writing it.
Automate Incrementally
- Fake it until you automate it.
- Create a placeholder command and gradually automate manual steps.