Hacker News
- Do grayscale images take less space? https://lu.sagebl.eu/notes/can-i-save-space-with-grayscale-jpegs/ 39 comments
- What I like about Go https://lu.sagebl.eu/notes/what-i-like-about-go/ 27 comments
- TIL: Go's CompareAndSwap is not always Compare-and-swap https://lu.sagebl.eu/notes/go-cas/ 6 comments
Lobsters
- Keeping Too Much Logic in SQL Queries Does Not Scale https://lu.sagebl.eu/notes/keeping-too-much-logic-in-sql-queries-does-not-scale/ 5 comments databases , practices
- What I like about Go https://lu.sagebl.eu/notes/what-i-like-about-go/ 53 comments devops , go
- TIL: Go’s CompareAndSwap is not always Compare-and-swap https://lu.sagebl.eu/notes/go-cas/ 3 comments go , performance
- Maybe We Don’t Need UUIDv7 After All https://lu.sagebl.eu/notes/maybe-we-dont-need-uuidv7/ 27 comments databases , performance
- Implementing a Lock-Free Snowflake ID Generator https://lu.sagebl.eu/notes/implementing-lock-free-snowflake-id-generator/ 4 comments performance , programming
- Using the Ninja build system to generate this site https://lu.sagebl.eu/notes/site-generator-ninja/ 5 comments programming , web