this post was submitted on 18 Jun 2025
245 points (98.0% liked)

Programmer Humor

24670 readers
314 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 2 years ago
MODERATORS
 
top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 2 weeks ago
[–] ganoo 6 points 2 weeks ago (1 children)

Hannah has some of the best posts on the Fediverse by far.

[–] [email protected] 3 points 2 weeks ago

Is there a way of following her from Lemmy?

[–] [email protected] 6 points 2 weeks ago (1 children)

I'm doing this in reverse fro assembly. Everything is a pointer!

[–] [email protected] 1 points 2 weeks ago (1 children)

There are pointers in Assembly?
All I remember is memory addresses, stored in memory locations.

[–] [email protected] 5 points 1 week ago (1 children)

Well, they are basically pointers when you're decompiling assembly. It's easier to think of them that way.

[–] [email protected] 1 points 1 week ago

How is it "decompiling" if the programmer made it in Assembly?