nora
noratrieb.dev
nora
@noratrieb.dev
i sometimes do things with rust and sometimes also do other things and sometimes i don't do anything at all

find me as Noratrieb everywhere I am
though atom one dark is also really good
November 3, 2025 at 3:22 PM
vscode default dark
November 3, 2025 at 3:22 PM
waffle 😭
November 3, 2025 at 8:43 AM
it seems quite likely that autism caused async rust
November 1, 2025 at 9:18 AM
if only there was a lint in the compiler that could have told them that this is wrong, something about "invalid reference casting" maybe? surely that would have been very helpful to them and they wouldn't have just suppressed it
November 1, 2025 at 9:15 AM
it's not, it's undefined behavior
November 1, 2025 at 9:14 AM
117 countries... or 540 empire state buildings (according to the article). which makes the number seem a lot smaller. It sure uses a lot of energy and it would be better if it didn't, but I feel like "117 countries" is a bit misleading and makes people think it uses more energy than it does
October 20, 2025 at 9:33 AM
with more up to date distros you at least get exciting bugs that haven't been fixed and therefore don't feel like a total waste of your time
October 17, 2025 at 10:40 AM
though getting software that works well has, in my personal experience, never been the goal of debian stable, since often you just get software with bugs that have already been fixed, which I've encountered several times and is always very frustrating
October 17, 2025 at 10:38 AM
i agree that it's an unreasonable expectation to have for Rust, but it is one that has very much been set by C.

i think debian should just aggressively backport rustc versions to ensure that people get actually usable software
October 17, 2025 at 10:36 AM
this is actually a thing that happens, where people install rustc from debian, because that's how they also installed their C compiler, and then get sad that most new projects don't build.

there's a reason some crates have "debian stable" as their MSRV, but most understandably don't
October 17, 2025 at 10:34 AM
the current heuristic is one CGU for each module, and then merging the smallest CGUs until the amount matches the desired amount
October 11, 2025 at 12:22 PM
So it's probably an iPhone
September 29, 2025 at 11:09 AM
GitHub is not exactly the best at code review, historically
September 26, 2025 at 4:38 PM
inflation 😔
September 25, 2025 at 5:18 AM
you're also a great piece of Rust lore 🥺
September 23, 2025 at 4:12 PM
at some point the released compiler for Windows was miscompiled which made it emit nonsensical lints because it thought some Unicode characters were whitespace
September 22, 2025 at 7:00 PM
Rusts merge CI uses almost 6 days of runner time for every 3 hour run
September 22, 2025 at 6:58 PM
compressing all Rust release tarballs at very high compression settings takes over an hour on an 80-core server
September 22, 2025 at 6:55 PM
Name resolution and macro expansion run together in a loop until there are no more macros to resolve and names to expand, since either may require the other
September 22, 2025 at 6:54 PM