Writing a Social Insect Civilization (centauri-dreams.org)
2 points by JPLeRouzic 15m ago 0 comments
UCSD Pascal: In depth 1/n – markbessey.blog (markbessey.blog)
2 points by rbanffy 21m ago 0 comments
The Linux Kernel's PGP Web of Trust
51 JNRowe 9 5/9/2025, 10:39:43 AM blog.kleine-koenig.org ↗
Some may not remember BitKeeper being used to maintain the Linux kernel source code and how a discrepancy was found (22 years ago) between that repo and the CVS repo. This kind of led to git and signed commits that we have today, etc.
Here's a short write up: https://blog.citp.princeton.edu/2013/10/09/the-linux-backdoo...
Then there is the added complexity of git using SHA1, I do not know if that has been changed yet.
Fun times ahead.
FWIW, I changed my git commit signing to ssh-ed25519 from gnupg about a month ago.
https://lists.gnupg.org/pipermail/gnupg-announce/2021q2/0004...
But even then, when using ed25519+sha256 to generate a signature, you're still going to do this over a sha1 hash because of the way git works.
a bit sad that "since for time_points, for for time_duration" grammar rule isn't as well known as it should