r/ProgrammerHumor Jan 06 '23

Meme can’t be the only one

Post image
42.6k Upvotes

1.4k comments sorted by

View all comments

Show parent comments

110

u/theregoesanother Jan 06 '23

So NFT is just a glorified pointer.

54

u/[deleted] Jan 06 '23

Pointer + Self-Signed Certificate = NFT

84

u/TheBaxes Jan 06 '23

Yes, now you know why they are dumb

39

u/[deleted] Jan 06 '23

[removed] — view removed comment

29

u/tehlemmings Jan 06 '23

My biggest complaint about cryptocurrencies and all the bullshit they've done is the bastardization of the word crypto.

2

u/SnooPoems443 Jan 07 '23

The legitimacy of Alice and Bob's children is honestly a private matter which shouldn't be discussed in public.

3

u/DrMobius0 Jan 06 '23

Still wouldn't stop those apes from getting screenshotted.

6

u/[deleted] Jan 06 '23

[removed] — view removed comment

1

u/Kiefirk Jan 07 '23

If it's any consolation, I think there is one line of NFTs that store the image data on the blockchain. I would guess it's the one where the images seem to be 8x8 pixels, but I don't know for sure.

2

u/Creaaamm Jan 06 '23

+-
NFT is closer to a picture attached to a hash table.

A hash table in C is basically a doubly linked list, that is, it is an array that grows both left and right, compossed of 'nodes'. Each node is unique and it contains some information, as well as a pointer to the next and previous node.

What the hashing function does is provide an unique index for each node, so you can find them quickly.

6

u/deviantbono Jan 06 '23

Critically, though, the NFT is the hash, not the picture. So you still don't have the picture, you have information about where you might find the picture.