~lobsters | Bookmarks (1979)
-
LOCO 2024
3 December 2024 – hybrid event hosted in Glasgow, Scotland, United Kingdom The 1st International Workshop...
-
Prior art on systems that attempt to keep documentation up to date, or flag potential stale docs? | Lobsters
Occasionally when working on underdocumented legacy code, I have daydreamed about a system that makes it...
-
Hybrid Teams are the Worst
I used to work at a company that underwent a Return to Office (RTO) transition. For...
-
High-precision date/time in SQLite
While SQLite provides a certain number of date functions, I wanted something more. So I've created...
-
[EN] Confusion Attacks: Exploiting Hidden Semantic Ambiguity in Apache HTTP Server!
Hey there! This is my research on Apache HTTP Server presented at Black Hat USA 2024....
-
What are you doing this weekend? | Lobsters
Feel free to tell what you plan on doing this weekend and even ask for help...
-
The Painful Pitfalls of C++ STL Strings
Criticizing software is easy, yet the C++ and C standard libraries have withstood the test of...
-
Reader Q&A: What does it mean to initialize an int?
Acknowledgments: Thanks to Davis Herring, Jens Maurer, Richard Smith, Krystian Stasiowski, and Ville Voutilainen, who are...
-
Go structs are copied on assignment (and other things about Go I'd missed)
I’ve been writing Go pretty casually for years – the backends for all of my playgrounds...
-
Kyua graduates
After years of inactivity, the Kyua project has graduated as an open source citizen and has...
-
django-http-debug, a new Django app mostly written by Claude
8th August 2024 Yesterday I finally developed something I’ve been casually thinking about building for a...
-
Store Code Discussions in Git using Git Notes
Code discussions contain relevant information. Isn’t it a shame that we keep these in the centralized...
-
Don't write Rust like it's Java
I’ve been interested in the idea of Rust for a couple years now. Type safe, memory...