this post was submitted on 12 Jun 2025
576 points (99.0% liked)

Programmer Humor

31717 readers
1153 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
576
centerDiv.js (lemmy.blahaj.zone)
submitted 1 year ago* (last edited 1 year ago) by not_IO@lemmy.blahaj.zone to c/programmer_humor@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Ephera@lemmy.ml 4 points 1 year ago (1 children)

unsafe doesn't deactivate memory safety. It only allows you to then create raw pointers and whatnot, which you could use to circumvent memory safety, but all the normal language constructs still do enforce it.

[โ€“] sevon@lemmy.kde.social 3 points 1 year ago

I know, but it does let you sled off a cliff if you choose to.