Reading List
- Clubhouse’s Inevitability
Ben Thompson
•
15 Feb 2021
Clubhouse will do for audio what Twitter, Instagram Stories, and TikTok did for text, images, and video.
- Reasons why SELECT * is bad for SQL performance
Tanel Poder Consulting
•
24 Nov 2020
When I write production code, I explicitly specify the columns of interest in the select-list (projection), not only for performance reasons, but also for application reliability reasons. For example, will your application’s data processing code suddenly break when a new column has been added or the column order has changed in a table?
- On Witchcraft
Lies, damned lies, and social media.