this post was submitted on 02 Mar 2026
1023 points (99.1% liked)

Microblog Memes

11023 readers
2305 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. Your post must be a screen capture of a microblog-type post that includes the UI of the site it came from, preferably also including the avatar and username of the original poster. Including relevant comments made to the original post is encouraged.
  2. Your post, included comments, or your title/comment should include some kind of commentary or remark on the subject of the screen capture. Your title must include at least one word relevant to your post.
  3. You are encouraged to provide a link back to the source of your screen capture in the body of your post.
  4. Current politics and news are allowed, but discouraged. There MUST be some kind of human commentary/reaction included (either by the original poster or you). Just news articles or headlines will be deleted.
  5. Doctored posts/images and AI are allowed, but discouraged. You MUST indicate this in your post (even if you didn't originally know). If an image is found to be fabricated or edited in any way and it is not properly labeled, it will be deleted.
  6. Absolutely no NSFL content.
  7. Be nice. Don't take anything personally. Take political debates to the appropriate communities. Take personal disagreements & arguments to private messages.
  8. No advertising, brand promotion, or guerrilla marketing.

RELATED COMMUNITIES:

founded 2 years ago
MODERATORS
1023
welcome back to 2003 (media.piefed.social)
submitted 1 day ago* (last edited 1 day ago) by pieland@piefed.social to c/microblogmemes@lemmy.world
you are viewing a single comment's thread
view the rest of the comments
[–] thinkercharmercoderfarmer@slrpnk.net 91 points 1 day ago (4 children)

Sorry everyone, I opened a new branch off the 2003 release while I was researching some of the bugs in the legacy code. That wasn't supposed to get merged in...

[–] dejected_warp_core@lemmy.world 2 points 2 hours ago

Ugh, just tell me you didn't pull main into your working branch again, instead of rebasing. We talked about this.

[–] oxideseven@lemmy.ca 7 points 1 day ago (1 children)

This just further confirms that the world simulation actually did break from the y2k bug. We fixed the bug in here, but no one fixed the simulation. The cascade failure has just been spreading out of control since then. Now we have recursion errors! The sim tried to restart but it's all corrupt lol.

I think the root problem lies in some of the really gnarly, pre-1.0 code that we are afraid to touch because it might break something, that's why it keeps cropping up even though we keep slapping patches pell-mell on top of it. It just happened to pop out pretty bad in 03.

[–] MonkderVierte@lemmy.zip 15 points 1 day ago (2 children)
[–] thinkercharmercoderfarmer@slrpnk.net 33 points 1 day ago (2 children)

yep, the bug triggers when a political party overflows its buffer. The funny thing is, the system still catches the error and spams the logs with FATAL error messages, but the system has been throwing them for so long and seems to still be chugging along so we kind of ignore them. One of the original devs made a comment about how someone should fix it right before leaving the team. Anyway, the effect tends to accumulate, so if you deploy it to prod and don't fix it, eventually you get... this.

My bad.

[–] mattyroses@lemmy.today 2 points 11 hours ago (1 children)

wait, this is the log Dwight wrote that keeps spamming "military industrial complex"?

It's related. All over the codebase different devs have put in catches for it, but often as not instead of handling it they just wrap it in a new warning, dump it to the log, and move on. Dwight wanted to decouple those modules, correctly, but he didn't know how because the reason they're coupled in the first place is because we didn't handle this problem correctly in the initial design, so he slapped a warning on it and called it good enough. Every once in a while some hotshot dev comes in with a proposal that exploits it (and introduces tons of technical debt that we don't see because we don't measure it) and because it looks good for the shareholders the PR gets approved and merged. If they're lucky then they get promoted out of development, or occasionally fired, but in either case the problem in the code gets exacerbated and never really fixed.

[–] RebekahWSD@lemmy.world 11 points 1 day ago (2 children)

Fix it Fix it Fix it Fix it!

(I tried to find the Futurama meme of that, but my phone said No)

Trying, I'm stuck on a bridge with some of the seniors right now. One of them wants to "just push through and see what happens" and roll forward with the change, the other one disapproves but clearly has no idea what else to do. Nobody seems to want to even propose a plan because then they'd be on the hook for it, so we just keep going back and forth and not. ending. the call.

[–] loweffortname@lemmy.blahaj.zone 4 points 1 day ago (1 children)

This is why I've been arguing against rebase merges. If we aren't super careful with older branches, we end up with messes like this. Maybe just squash and merge in the future?

[–] thinkercharmercoderfarmer@slrpnk.net 5 points 1 day ago (1 children)

I don't know, this whole situation could have been avoided if people would just check with the team before merging stuff. I think people see revisions from old releases so they just merge them because they "worked before" so they should work now. It doesn't work for the current userbase, frankly it didn't work all that well for most users back when it was released the first time. Just merging any old crap straight into main without reading it so they can brag about how many PRs they close.

[–] loweffortname@lemmy.blahaj.zone 4 points 17 hours ago

As usual, policy and procedures without properly defined controls burn us. Honestly, why did we even go through that whole re-org after the WW2 outage if we're not actually going to adhere to our own policies?