Christie's Deletes Digital Art Department (news.artnet.com)
1 points by recursive4 3m ago 0 comments
Has Google ended support for plain HTML search? (google.com)
4 points by hackerb9 29m ago 2 comments
Allocations Are a Dependency
3 ingve 1 9/10/2025, 6:25:27 PM clipperhouse.com ↗
I'm not quite sure of the author's point -- you took those dependencies when you chose those programming languages. Superficially framing how one micro-optimizes within those environments as "dependencies" doesn't yield any critical insights.
EDIT (more thoughts): A tangential example I can think of is how I worked at a C++ shop that "allowed lambdas if they weren't boxed" which was enforced by a build-step which inspected the generated assembly to ensure there were no instantiations of std::function. Perhaps a digression on how OP _validates_ their techniques avoid allocation, as opposed to "a human inferring it from reading source with rules-of-thumb" is a promising direction for a follow-up essay.