this post was submitted on 25 Mar 2024
0 points (NaN% liked)

Programmer Humor

19187 readers
1130 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] humbletightband@lemmy.dbzer0.com 1 points 5 months ago (1 children)

I will not tell my kids regular scary stories. I will tell them about embedded systems

[–] suzune@ani.social 1 points 5 months ago* (last edited 5 months ago) (1 children)

When you program embedded you'll also dereference NULL pointers at some point.

More...Some platforms can have something interesting at memory address 0x0 (it's often NULL in C).

[–] Scoopta@programming.dev 1 points 5 months ago

In amd64/x86 kernel space you can dereference null as well. My hobby kernel keeps critical kernel structures there XD.