this post was submitted on 18 Dec 2025
4 points (54.2% liked)
Programmer Humor
41437 readers
45 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's not even about the size or complexity of the project - the code in question is wrapped in an
unsafe{}block, so no one should be expecting it to have the guarantees you'd normally get from rust. It's ragebait.