355e3b.bsky.social
@355e3b.bsky.social
Reposted
ME, IN TEARS: you can't just say every single part of a computer system is a file

UNIX, POINTING AT THE MOUSE: file
September 7, 2025 at 11:01 AM
Reposted
Is there any decent way to make this work in Rust? I want a trait which lets you get an array. And every impl of the trait can choose their own array length. play.rust-lang.org?version=stab...
Rust Playground
A browser interface to the Rust compiler to experiment with the language
play.rust-lang.org
August 20, 2025 at 7:32 PM
Reposted
July 18, 2025 at 4:24 PM
Reposted
ousterhout solved this problem three decades ago by bravely declaring java a systems programming language
July 15, 2025 at 11:16 PM
Reposted
Finally got around to using a treap for my Rust CVM implementation, as Knuth (literally: cs.stanford.edu/~knuth/paper...) intended. Its implementation is compact (~150 LoC, but maybe there's some perf left to wring out of it), but it works real well: crates.io/crates/cvmco...
crates.io: Rust Package Registry
crates.io
July 6, 2025 at 3:24 PM
Reposted
Inside you there are two wolves. One is active, the other one is on hot standby and becomes active if the first one fails or is taken down for maintenance. Add more wolves as necessary for increased redundancy load balancing. A quorum badger can be added for environments with multiple active wolves.
May 4, 2025 at 3:09 AM
Reposted
Hey @bsky.app team -- @trezy.codes runs a full verification process with the Games Industry Labeler.

Would be great to onboard him as a community verifier sooner rather than later.

Tech talk here with background -> atprotocol.dev/tech-talk-tr...
Tech Talk: Trezy and the Games Industry Labeler & Game Dev Feed
Trezy built a Games Industry Labeler, including self-labeled and verified accounts, moderated with an Ozone instance, as well maintaining a Game Dev Feed.
atprotocol.dev
April 21, 2025 at 5:08 PM
Reposted
Here's a fun Sunday puzzle for data minded people out there:

* COBS is a bit-stuffing technique, it changes the bitstream when encoding
* CRC is designed to defend against corruptions of the EXACT bit pattern on the wire

If I want to frame my messages with COBS, how do I also CRC them?
January 26, 2025 at 12:03 PM