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

Microblog Memes

8495 readers
3069 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] spongebue@lemmy.world 38 points 5 days ago (24 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?

[โ€“] mEEGal@lemmy.world 14 points 5 days ago

when writing somewhat low-level code, you always make assumptions about things. in this case, they chose to manage 256 entries in some array; the bound used to be lower.

but implicitly there's a tradeoff, probably memory / CPU utilisation in the server.

it's always about the tradeoff between what the users want, what is easier for you to maintain, what your infrastructure can provide, etc.

load more comments (23 replies)