this post was submitted on 07 Jul 2025
1467 points (99.1% liked)

Microblog Memes

8484 readers
3219 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] tired_n_bored@lemmy.world 11 points 1 day ago (2 children)

As a software engineer: actually there is no need for a number of people as a power of 2 unless you need exactly 1 byte to store such information which sounds ridiculous for the size of Whatsapp

[–] Valmond@lemmy.world 2 points 1 day ago

Or some binary search tree with an artificial height lol.

[–] NigelFrobisher@aussie.zone 3 points 1 day ago

It’d make sense at protocol level. Otherwise, yeah, even bit-size database columns end up being stored as a word unless the engine compacts it.

[–] prime_number_314159@lemmy.world 142 points 3 days ago (19 children)

Numbers guy here, I can confirm 256 is an evenly specific number, and not an oddly specific number.

[–] banazir@lemmy.ml 4 points 1 day ago

But is it Numberwang, Mr. Numbers Guy?

[–] BuboScandiacus@mander.xyz 19 points 3 days ago (3 children)

Oh you are the numbers guy ? Name every number

[–] kameecoding@lemmy.world 22 points 2 days ago (3 children)

0, 1, 2, 3, 4, 5, 6, 7, 8, 9

[–] Valmond@lemmy.world 1 points 1 day ago

What about -1 ?

load more comments (1 replies)
load more comments (2 replies)
load more comments (16 replies)
[–] Zachariah@lemmy.world 7 points 1 day ago

evenly specific

[–] jsomae@lemmy.ml 90 points 3 days ago (13 children)

Shout out to Castlevania II, where you can hold anywhere from 0 to 256 laurels. Yes, you read that right -- 256, not 255. I inspected RAM to double check. It's a 16-bit word on an 8-bit system with a maximum value of 0x100. They could have used 8 bits instead of 16. But no, they really did choose this arbitrary number.

[–] AnarchistArtificer@slrpnk.net 35 points 2 days ago

"I inspected RAM to double check."

That's an unhinged level of commitment. Respect — I dig it

[–] JackbyDev@programming.dev 9 points 2 days ago (1 children)

I hate this. I love this.

If I ever make a game I might put stuff like this in it.

[–] ouRKaoS@lemmy.today 1 points 1 day ago

Having made a few games back in the day, this isn't something you add on purpose, this is something that you screwed up, are going to "fix later", then realize it's too much hassle to rewrite 45% of your code and you just raise the minimum spec requirements a bit to compensate.

load more comments (11 replies)
[–] rarbg@lemmy.zip 58 points 2 days ago (4 children)

A previous version of this article said it was "not clear why WhatsApp settled on the oddly specific number." A number of readers have since noted that 256 is one of the most important numbers in computing, since it refers to the number of variations that can be represented by eight switches that have two positions - eight bits, or a byte.

Lol, weird way to say that 256 is a power of two, and computers operate in base two.

[–] Outbound7404@lemmy.ml 12 points 2 days ago

Their definition is a lot better.

[–] JackbyDev@programming.dev 14 points 2 days ago

It's a pretty succinct explanation that links what it is to something most people have heard of (a byte).

load more comments (2 replies)
[–] Chozo@fedia.io 160 points 3 days ago (12 children)

Source.

This isn't a "tech article", it's an article about tech. This is a normie article from a normie news outlet for normie readers.

Also from the article:

A previous version of this article said it was "not clear why WhatsApp settled on the oddly specific number." A number of readers have since noted that 256 is one of the most important numbers in computing, since it refers to the number of variations that can be represented by eight switches that have two positions - eight bits, or a byte. This has now been changed. Thanks for the tweets. DB

[–] markz@suppo.fi 89 points 3 days ago (3 children)

That weird ass explanation with switches and "one of the most important numbers" still sounds absolutely clueless.

load more comments (3 replies)
[–] wuzzlewoggle@feddit.org 53 points 3 days ago (3 children)

One of the most important numbers? I'd argue the most important number in computing is either 1 or 0...

[–] jaybone@lemmy.zip 71 points 3 days ago (4 children)

What the fuck is a power of 2??? I’m vibe coding python AI.

load more comments (4 replies)
load more comments (2 replies)
load more comments (10 replies)
[–] BilboBargains@lemmy.world 23 points 2 days ago (5 children)

I remember being puzzled by this and many other numbers that kept cropping up. 32, 64, 128, 256, 1024, 2048... Why do programmers and electronic engineers hate round numbers? The other set of numbers that was mysterious was timber and sheet materials. They cut them to 1220 x 2440mm and thicknesses of 18 and 25mm. Are programmers and the timber merchants part of some diabolical conspiracy?

[–] JackbyDev@programming.dev 18 points 2 days ago (2 children)

Powers of two are the roundest of numbers.

[–] cook_pass_babtridge@feddit.uk 10 points 1 day ago (2 children)

They're not round, they're square!

load more comments (2 replies)
load more comments (1 replies)
[–] Worx@lemmynsfw.com 16 points 2 days ago (1 children)

32, 64, 128 etc. are all round numbers, counting in binary. They are powers of two. Since computers work in binary, they make logical sense.

1220mm is 4ft, and 18 and 25mm are three-quarters of an inch, and an inch respectively.

[–] Scubus@sh.itjust.works 13 points 2 days ago

They were making a joke. That being said, im not familiar with lumber or imperial<->metric conversions so their second point was lost on me, so thanks.

load more comments (3 replies)
[–] MentalEdge@sopuli.xyz 105 points 3 days ago (8 children)

If it's engagement bait, it's working.

[–] ignoble_stigmas@sh.itjust.works 38 points 3 days ago

Engagement byte

load more comments (7 replies)
[–] phantomwise@lemmy.ml 51 points 3 days ago (1 children)

Yep very weird, should have been 255.

[–] deltapi@lemmy.world 56 points 3 days ago (11 children)

No, you can't have a group of zero, so the counter doesn't need to waste a position counting zero.

[–] 10OhmResistor@aussie.zone 39 points 3 days ago (3 children)

0 is reserved for the FBI agent listening in.

load more comments (3 replies)
load more comments (10 replies)
[–] xeekei@lemmy.zip 76 points 3 days ago (9 children)

You know you're a tech nerd when 256 sounds more even than 250 or 300. 😅

[–] Saleh@feddit.org 37 points 3 days ago* (last edited 3 days ago) (3 children)

It kind of is "more even".

256 is just 2⁸
250 is 2x5³
300 is 2²x3¹x5²

Any division of 256 with an integer and integer result will be even. Most divisions of 250 and 300 with an integer and integer result will be odd.

load more comments (3 replies)
load more comments (8 replies)
[–] 18107@aussie.zone 51 points 3 days ago (1 children)

In this case the limit was entirely arbitrary.

The programmers were told to pick a limit and they liked 256. There are issues with having a large number of people in a group, but it wasn't a hardware limit for this particular case.

[–] Revan343@lemmy.ca 31 points 3 days ago

But it's still not oddly specific, they picked a nice round number

[–] synapse1278@lemmy.world 22 points 3 days ago* (last edited 3 days ago) (2 children)

Still odd, I very much doubt they use a 8bit variable to set this limit. What would this bring ?

[–] Alaknar@sopuli.xyz 19 points 3 days ago

Still odd

Actually, it's even.

load more comments (1 replies)
[–] spongebue@lemmy.world 38 points 3 days ago (5 children)

So, I get that 256 is a base 2 number. But we're not running 8-bit servers or whatever here (and yes, I understand that's not what 8-bit generally refers to). Is there some kind of technical limitation I'm not thinking of where 257 would be any more difficult to implement, or really is it just that 256 has a special place in someone's heart because it's a base 2 number?

[–] AbsolutelyNotAVelociraptor@sh.itjust.works 56 points 3 days ago (19 children)

Because 256 is exactly one byte. If you want to add a 257th member, you need a whole second byte just for that one person. That's a waste of memory, unless you want to go to the 64k barrier of users per chat.

load more comments (19 replies)
load more comments (4 replies)
load more comments
view more: next ›