this post was submitted on 13 Jun 2024
513 points (98.7% liked)

Programmer Humor

19315 readers
88 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
[–] embed_me@programming.dev 47 points 3 months ago (1 children)

That's what makes us humans different from computers. We don't ask how high, we just do it. Now, if it were a C pointer it would jump anywhere from 0 to 2^32-1. That's why C is more suited for artificial intelligence than it might initially seem. Thanks for coming to my tedx talk

[–] crispy_kilt@feddit.de 6 points 3 months ago (2 children)

Pointers are ackshully 48 bits on amd64 (which is most PCs and servers)

[–] embed_me@programming.dev 5 points 3 months ago* (last edited 3 months ago)

I was mostly joking about a stray pointer of type uint32_t*

So the size of the pointer itself doesn't matter

[–] ___qwertz___@feddit.de 5 points 3 months ago

Well ackshully newer CPUs support 5-level-paging which uses 56 bits.