🦞🌯 Lobster Roll

Stories by 5d22b

Debian Celebrates 30 years (bits.debian.org)
Identifying Rust’s collect::<Vec>() memory leak footgun (blog.polybdenum.com)
Merging bcachefs (lwn.net)
OCaml Programming: Correct + Efficient + Beautiful [a textbook] (cs3110.github.io)
Surprises in the Rust JSON Ecosystem (ecton.dev)
Current zlib-rs performance (trifectatech.org)
You should be reading academic computer science papers (2022) (stackoverflow.blog)
Rust for filesystems (lwn.net)
2025 Stack Overflow Developer Survey (stackoverflow.az1.qualtrics.com)
sans-IO: The secret to effective Rust for network services (firezone.dev)
Must move types [Linear types proposed for Rust] (smallcultfollowing.com)
The size of Rust Futures (swatinem.de)
\Device\Afd, or, the Deal with the Devil that makes async Rust work on Windows (notgull.github.io)
Iterator, Generator (without.boats)
io_uring and networking in 2023 (github.com)
Counterexamples in Type Systems (github.com)
The 2023 Developer Survey is now live (stackoverflow.blog)
cargo careful: run your Rust code with extra careful debug checking (ralfj.de)
What's between a set and a sequence? (buttondown.email)
Introducing AdaCore, a Rust Foundation Silver Member (foundation.rust-lang.org)
Soufflé: A Datalog Synthesis Tool for Static Analysis (souffle-lang.github.io)
Scaphandre: Your tech stack doesn't need so much energy (github.com)
aya-dev: A proof assistant and a dependently-typed language (github.com)
RFC 6920: Naming Things with Hashes (2013) (rfc-editor.org)
Would Rust secure cURL? (2021) (blog.timhutt.co.uk)
Rust Contracts RFC Draft / minutes from formal verification meeting (github.com)
Linux memory overcommit (2007) (opsmonkey.blogspot.com)
Extending Rust's Effect System (blog.yoshuawuyts.com)
Recommendations for an OS to install on an old Mac laptop?
A relative owns an old Mac laptop, a MacBook Pro 5,5, that is used as, basically, a Chromebook: to run Google Chrome to run Google Docs and other Google Web apps. The laptop runs Mac OS 10.11 and cannot update further. Its Google Chrome is stuck on an old version, 103.0.5060.134, because newer versi...
Effects, capabilities, and boxes: from scope-based reasoning to type-based reasoning and back (2022) (dl.acm.org)
Abstract: > Reasoning about the use of external resources is an important aspect of many practical applications. Effect systems enable tracking such information in types, but at the cost of complicating signatures of common functions. Capabilities coupled with escape analysis offer safety and nat...