this post was submitted on 08 Jun 2026
549 points (94.2% liked)

Programmer Humor

31959 readers
1483 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] CanadaPlus@lemmy.sdf.org 4 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

They all have footguns that cause different crashes.

If you want to do explicit memory access without inevitable safety problems, you need Rust. That's the whole hype with Rust.

[–] MonkderVierte@lemmy.zip 1 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

But... per-process-isolation is a hardware feature, no?

[–] psud@aussie.zone 2 points 1 week ago

So you really should implement it in your compiler so you don't contravene it

[–] CanadaPlus@lemmy.sdf.org 2 points 2 weeks ago* (last edited 2 weeks ago)

Sure, that may be (it's definitely not in userspace). But don't forget it works by crashing your program.