~lobsters | Bookmarks (1962)
-
Wrap your dependencies
We stand on the shoulders of giants. We use libraries and tools that other people created...
-
Capt. Grace Hopper on Future Possibilities: Data, Hardware, Software, and People (Part One, 1982)
Part 2: https://www.youtube.com/watch?v=AW7ZHpKuqZg Comments
-
Leader Election With S3 Conditional Writes
To address this situation, you can add another attribute to the lock file format, defining for...
-
Using search as a primary datastore since the docs said not to | nicole@web
Look, I'm sorry, but if the docs say not to do something that's like catnip. Then...
-
Don’t use complex expressions in if conditions
August 2024 Let’s consider a piece of code below. It belongs to a notification sub-system of...
-
What are you doing this week? | Lobsters
What are you doing this week? Feel free to share! Keep in mind it’s OK to...
-
Using an Old Android as an E-Reader: A More Secure and Flexible Device than a Boox Palma - DrkPxl
The internet is currently abuzz with talk about the Boox Palma, a sleek $300 e-reader that...
-
If pg_dump is not a backup tool, what is?
We all remember the sad day when Pluto was decommissioned as a planet. I’ve always liked...
-
Git Super-Power: The Three-Way Merge | Quentin Santos
tl;dr: git config --global merge.conflictstyle diff3 In my previous post, I preached about the one true...
-
JS Dates Are About to Be Fixed | TimeTime
Of all the recent changes coming to ECMAScript, my favorite by far is the Temporal proposal....
-
Advanced Python: Achieving High Performance with Code Generation
Note: This is an advanced technique and I’m going to assume you’re fluent in Python before...
-
Fair Source licensing is the worst thing to happen to open source-definitely maybe
The version of fair.io referenced in the article: http://web.archive.org/web/20210123235600/https://fair.io/?a Comments
-
Programming With ChatGPT
Using ChatGPT when I code has been a real productivity boost for me. Instead of reading...