"you just made up a guy to get mad at" no i didn't. last time i did they tried me for creating a homunculus
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
I wrote about how I expect LLMs to change the world of scams, and how you might protect yourself manishearth.github.io/blog/2026/06...
The future of the con is already here, it's just not evenly distributed
The Set-Up Johnny Hooker: Sometime after 2:00, a guy’s gonna call on that phone there and give you the name of a horse. Imagine yourself, perhaps a typically-well-paid, tech-savvy professional, on …
manishearth.github.io
I was recently diagnosed with a rare autoimmune disorder called anti-NMDA receptor encephalitis. It's a "disease of chaos" that completely upturned my life for a couple months. I wrote a blog about it that goes into more detail and discusses prognosis. :-) burntsushi.net/encephalitis/
Encephalitis - Andrew Gallant's Blog
burntsushi.net
suing the operating system for wrongful termination after i tried to dereference the null pointer
Sad that RustWeek is over, and glad I got to spend the week with so many wonderful people. Next time you are delighted by how a Rust feature works, say thanks to all these folks who spent the week hashing out every possible edge case! Can't wait for next year's RustWeek! #rustweek #rustweek2026
systemd-boot renders the trans flag emoji as a bunch of question marks.. is this a sign that my bootloader is having a gender identity crisis?
I'm *very* excited to report that we got initial funding and have hired our first Rust maintainers! RustNL's Rust Maintainers Team starts out with two full time maintainers, one intern, and five part-time maintainers, now stably employed to continue their work on Rust! 🎉 rustnl.org/maintainers/
I'm excited to share what I've been working on with @erikjee.bsky.social: RustNL's #rustlang Maintainers Fund! Many people and companies contributing to Rust, but there are fewer and fewer paid positions for general maintenance (reviews,cleanups,etc). We need to fix that. bsky.app/profile/rust...
I got banned from twitter in 2023 for this drawing. They called it "violent speech". It had over 40K likes and too many comments for me to read before my ban, but I still see it floating around here and there. Save a copy, and use it freely. No attribution needed. Love u #transdayofvisibility #tdov
Find out how the source-level inliner in Go 1.26 can help you with API migrations. go.dev/blog/inliner
//go:fix inline and the source-level inliner - The Go Programming Language
How Go 1.26's source-level inliner works, and how it can help you with self-service API migrations.
go.dev
>look up rust crate >need to evaluate if it's any good >see author is a transgender furry >cargo add
Have you ever wondered how Rust compiles? Then we hope you didn’t miss @noratrieb.dev's talk at last year’s EuroRust! Find out how the individual parts like LLVM and the linker work together to make magic happen! 🦀✨ See the full talk 👉 youtu.be/G1g6Me1FHmE #RustLang #RustConference #EuroRust
How Rust Compiles - Noratrieb | EuroRust 2025
*How Rust Compiles - Noratrieb at EuroRust 2025 🦀* Whenever you run cargo build, you get a native executable. To see how rustc gets there, we’ll break down the high-level architecture of Rust’s…
youtu.be
github.com/rust-lang/ba... I optimized the size of every Rust binary (that uses std) by over 1kb :). It's not a lot but it's something! There were some easy size optimizations around placing function boundaries to reuse code, and in the end I went all in with some unsafe to remove bounds checks :3.
Optimize proc maps parsing code size by Noratrieb · Pull Request #729 · rust-lang/backtrace-rs
The current code size is really wastefully large. Originally, it was 1500 lines of assembly in Godbolt, now I reduced it to just under 800. The effect of .text size in hello world is from 297028 to...
github.com
Did you know that where I live, the tax office maintains a separate database of residents from the main registry and that the sync is not very good? I didn't either until I got my tax bills addressed to Mr. Nora
another robot highlight for 2025: man wearing humanoid mocap suit kicks himself in the balls
Currently dorking out over this graph about child mortality with my brother. Just mind boggling to take in.
today is the first time since 1988 that the united states is not observing world AIDS day in fact, per STAT, the state department has forbidden federal employees AND GRANTEES to not utilize any funding to promote or commemorate this day
Have you ever wondered how Rust really works? Check out @noratrieb.dev's talk to find out how the Rust frontend, LLVM, and linker work together to make magic happen! 🦀✨ See the full talk 👉 youtu.be/G1g6Me1FHmE #RustLang #RustConference #EuroRust
I'm excited to share what I've been working on with @erikjee.bsky.social: RustNL's #rustlang Maintainers Fund! Many people and companies contributing to Rust, but there are fewer and fewer paid positions for general maintenance (reviews,cleanups,etc). We need to fix that. bsky.app/profile/rust...
We're excited to announce a new initiative to support the Rust Project, our Rust Maintainers Fund! We are setting out to employ 6 full-time maintainers and 6 interns in 2026 to make sure #rustlang is well maintained and bugs and contributions get the attention they need. Read more: rustnl.org/fund
noratrieb.dev/blog/posts/i... i have written a new blog post, please only opening after putting on your hazmat suit
Item Patterns and Struct Await
Bringing even more expressiveness to our items
noratrieb.dev
GitHub just used an image generation AI to generate an image that shows off a new feature on their platform: github.blog/changelog/20... Look at the text in second image with the emoji.
Pull request "Files changed" public preview now supports commenting on unchanged lines - GitHub Changelog
We have a major update to announce to the new pull request “Files changed” page: you can now comment anywhere in a changed file! 🎉 This feature and the new…
github.blog
Only 1 person in the whole study went from identifying as trans to not identifying as trans. The 1/5 number came from youth going between the binary and non-binary spectrum. This headline and post are misleading on purpose to fit the economist's editorial bent on the political issue.
A recent study found that children who transitioned young retained stable gender identities over time. But the fact that nearly a fifth of those in the group did not ought to give advocates of irreversible medical interventions pause
I urge companies to take funding contributors seriously, in ways that aren’t tied to projects and goals. Being a generalist in the compiler meant that often I wasn’t working towards a roadmap, but my contributions *always* paid off in the long term extensibility of the language.
I made a replacement for stdrs.dev since that one is no longer updated: std.noratrieb.dev. it documents all private items in std
std internal docs
std.noratrieb.dev
I made a quiz about the JS Date parser is. It's very easy and you will score very high. jsdate.wtf
new Date("wtf")
How well do you know JavaScript's Date class?
jsdate.wtf