Forwarded from Hacker News (yahnc_bot)
A WebGL game where you deliver messages on a tiny planet https://messenger.abeto.co/
messenger.abeto.co
It's a small planet, but someone's gotta make the deliveries.
Forwarded from Hacker News (yahnc_bot)
Man still alive six months after pig kidney transplant https://www.nature.com/articles/d41586-025-02851-w
Nature
‘Amazing feat’: US man still alive six months after pig kidney transplant
Nature - The first six months after an organ transplant are the riskiest for recipients.
Forwarded from Hacker News (yahnc_bot)
Zlib visualizer https://lynn.github.io/flateview/
Forwarded from Hacker News (yahnc_bot)
The phaseout of the mmap() file operation in Linux https://lwn.net/SubscriberLink/1038715/e4a2f8f50c244545/
LWN.net
The phaseout of the mmap() file operation
The file_operations structure in the kernel is a set of function pointers implementing, as the [...]
Forwarded from Hacker News (yahnc_bot)
Voronoi map generation in Civilization VII https://civilization.2k.com/civ-vii/from-the-devs/map-generation/
Forwarded from Lobste.rs
max-inden.de
Fast UDP I/O for Firefox in Rust
Motivation
Around 20% of Firefox’s HTTP traffic today uses HTTP/3, which runs over QUIC, which in turn runs over UDP.
This translates to substantial UDP I/O activity.
Firefox uses NSPR for most of its network I/O.
When it comes to UDP I/O, NSPR only offers…
Around 20% of Firefox’s HTTP traffic today uses HTTP/3, which runs over QUIC, which in turn runs over UDP.
This translates to substantial UDP I/O activity.
Firefox uses NSPR for most of its network I/O.
When it comes to UDP I/O, NSPR only offers…