~lobsters | Bookmarks (1971)
-
How the heck does async/await work in Python 3.5?
Being a core developer of Python has made me want to understand how the language generally...
-
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...