~lobsters | Bookmarks (1959)
-
What I tell people new to on-call | nicole@web
Monday, September 23, 2024The first time I went on call as a software engineer, it was...
-
Git push unexpectedly freezes my system · ThangQT
Disclaimer: This blog post has been rewritten with the assistance of AI to improve clarity and...
-
Tagged Union Subsets with Comptime in Zig
This is part of a series on Zig comptime usecases. Zig supports tagged unions1 and the...
-
Time spent programming is often time well spent - Stan Bright
“p.s. I will be building an RSS reader/platform in the coming weeks” - the RSS reader...
-
BBQvec: A scalable vector search library
One of the more popular techniques in AI today is vector search: creating embedding vectors from...
-
Ghost in the Shell – Part 8 – Use vi(1) Editor
The famous UNIX vi(1) editor that so many are not able to quit … some of...
-
My Asus eeePC still rocks in 2024 (with MX Linux)
My Asus eeePC still rocks in 2024 (with MX Linux) Updated: September 23, 2024 Long long...
-
No Data Lasts Forever - The Cool Blog
No matter what you do, no data will last forever. You hard drive will fail. Your...
-
The kind of websites, I like | Lobsters
I am not talking about content now, but about form. This is my wish list: links...
-
RFC 9446: Reflections on Ten Years Past the Snowden Revelations
RFC 9446 Ten Years After July 2023 Farrell, et al. Informational [Page] This memo contains the...
-
What are you doing this week? | Lobsters
What are you doing this week? Feel free to share! Keep in mind it’s OK to...
-
Waiting for many things at once with `io_uring`
When doing systems programming we often need to wait for something to happen. Common examples might...