~lobsters | Bookmarks (1992)
-
What are you doing this weekend? | Lobsters
Feel free to tell what you plan on doing this weekend and even ask for help...
-
Stop Making Me Memorize The Borrow Checker
I started learning Rust about 3 or 4 years ago. I am now knee-deep in several...
-
Why is std::pin::Pin so weird?
Values of certain Rust types need to be pinned, which prevents them from moving in memory....
-
What makes concurrency so hard?
April 16, 2024 A lot of my formal specification projects involve concurrent or distributed system. That's...
-
Dusting off Dreamcast Linux
Yes, here at Old VCR we live in the past, when RISC Unix workstations still ruled...
-
00-example.c
[Making a quick post about this and I can write more in response to comments, but...
-
Historized attributes: systematic table design
Author: Alexey Makhotkin squadette@gmail.com. (Word count: 3200). A common problem in business-oriented database design: keeping the...
-
Why Do We Like Functional Programming?
Why do we like functional programming so much? The simple answer is that it makes the...
-
Attestations: A new generation of signatures on PyPI
Read the official announcement on the PyPI blog as well! For the past year, we’ve worked...
-
In memory of Lunar
I've had the incredible fortune to share the geek path of Lunar through life on multiple...
-
BetterBufRead: Faster Reads in Rust - Graph All The Things
2024-11-13interests: fast code, RustI made a Rust crate better_io that allows zero-copy reads, and I used...