~lobsters | Bookmarks (2048)
-
What are the Magical Clocks for?
December 9, 2024 At Re:Invent last week, AWS announced DSQL, their new serverless SQL database. As...
-
The Shepherd 1.0.0 released! — The GNU Shepherd
Finally, twenty-one years after its inception (twenty-one!), the Shepherd leaves ZeroVer territory to enter a glorious...
-
Apple’s use of Swift and SwiftUI in iOS 18
As with previous iOS versions, let’s analyze the built-in apps of iOS 18 to answer a...
-
Reducing CO₂ emissions with faster software
What can you as a software developer do to fight climate change? My first and primary...
-
Non-Lazy Futures Considered Harmful
Original title: “Non-Lazy Futures Considered Harmful” Comments
-
TOML for configuration
After the recent Python release 3.11 on 24th October 2022, the TOML file format has gained...
-
Dual_EC_DRBG with Justin Schuh and Matthew Green
Nothing we have ever recorded on SCW has brought so much joy to David. However, at...
-
Parsing MIDI messages in Rust | nicole@web
Monday, December 9, 2024I'm working on a terrible idea of a project, and this project uses...
-
What are you doing this week? | Lobsters
What are you doing this week? Feel free to share! Keep in mind it’s OK to...
-
How to Think About Time
for programmers, and people who like to know things Author: Kevin Bourrillion Time is what keeps...
-
Should std::expected be [[nodiscard]]?
A correspondent writes to me that he’s switched from throw/catch exceptions to C++23’s std::expected in all...