292
submitted 9 months ago* (last edited 9 months ago) by Blaze@sh.itjust.works to c/fediverse@lemmy.world
top 50 comments
sorted by: hot top controversial new old
[-] woelkchen@lemmy.world 54 points 9 months ago

Btw: 0.19.1, leading zero. It's not yet at 1.0 for a reason.

[-] Blaze@sh.itjust.works 11 points 9 months ago

Added the 0

load more comments (7 replies)
[-] rtxn@lemmy.world 39 points 9 months ago

Sounds like something a cardassian would say.

load more comments (4 replies)
[-] Levsgetso@lemmy.zip 39 points 9 months ago

Lemmy has been feeling pretty empty the past couple of days. That just really goes to show how important federation really is.

[-] ProdigalFrog@slrpnk.net 7 points 8 months ago* (last edited 8 months ago)

I noticed that as well, thought maybe things were just slowing down, but it's good to know it was the software and not a sudden drop in community involvement. Since admins became aware of the bug and began restarting their servers as an ad-hoc fix, I've been seeing way more engagement on my instance.

load more comments (1 replies)
[-] hal_5700X@lemmy.world 27 points 9 months ago

Man, the one thing not to break. They broke it.

[-] sir_reginald@lemmy.world 4 points 8 months ago

for the most part federation works just fine. there are occasional issues, yes, but it's not like it can't federate at all.

[-] Illecors@lemmy.cafe 25 points 9 months ago

Does my comment reach anyone?

[-] maegul@lemmy.ml 9 points 9 months ago

I’m seeing it on lemmy.ml.

I suspect the bug isn’t absolute, but inconsistent instead.

[-] Flax_vert@feddit.uk 4 points 8 months ago

Feddit.uk present

[-] toroknos_07@sh.itjust.works 4 points 8 months ago

Sh.itjust.works here

[-] 1984@lemmy.today 4 points 9 months ago
[-] DarkThoughts@kbin.social 3 points 9 months ago

I see it on kbin.social.

[-] kilgore_trout@feddit.it 3 points 9 months ago

feddit.it present!

[-] rxin@lemmy.blahaj.zone 3 points 9 months ago
[-] shrugal@lemmy.world 3 points 8 months ago

What comment?

[-] Shyfer@ttrpg.network 2 points 8 months ago

Hello from. Ttrpg.network!

load more comments (1 replies)
[-] 1984@lemmy.today 16 points 9 months ago

I would comment on this but since federation is broken....this won't be seen until the instance admin restarts Lemmy and federation works once again.

[-] BlueEther@no.lastname.nz 13 points 9 months ago* (last edited 9 months ago)

Federation seems to be working fine from where I stand?

Edit:

Edit 2:

Even the edit federated out to your instance fine...

[-] 1984@lemmy.today 6 points 9 months ago

I think it works for a while after restart of the server, and then stops working. Yesterday I was making comments that didn't federate until 12 hours later when I assume the instance admin restarted the server.

[-] BlueEther@no.lastname.nz 3 points 9 months ago

My instance has been uo for over 3 days since 0.19.1 update with no issues - very little load though

[-] 1984@lemmy.today 3 points 9 months ago

Yeah it seems to work for some instances with 0.19.1 but Lemmy.today has issues and feddit.de as well, just from what I've heard. Probably plenty more.

[-] RandomVideos@programming.dev 13 points 8 months ago

A while ago, programming.dev had a problem where nothing from the instance federated for a week. Lemmy felt so empty

[-] thisisawayoflife@lemmy.world 11 points 8 months ago* (last edited 8 months ago)

Am I little naive in wondering how this isn't caught in unit, integration and E2E tests?

Edit: looks more involved than that, but it forced me to dig into how some of the components are tested. Educational.

[-] kattenluik@feddit.nl 2 points 8 months ago* (last edited 8 months ago)

The main Lemmy developers very often don't have the biggest clue of what they're doing, and they've proven that time and time again. A lot of times they forget normal web practices and rules, and a lot of side things like Jerboa are also just broken.

They also don't know how to interact with the community or how to be normal people. Let's not forget they have been working on Lemmy full-time and this is the state we've come to, ignoring all the database and security and everything else issues they already had.

[-] pelespirit@sh.itjust.works 20 points 8 months ago

Dude, lemmy is awesome, give them a break.

[-] kattenluik@feddit.nl 20 points 8 months ago

Lemmy IS awesome, that doesn't mean we can't want it to be better or criticize it. No one said Lemmy isn't great.

[-] sir_reginald@lemmy.world 14 points 8 months ago

The main Lemmy developers very often don't have the biggest clue of what they're doing

this doesn't sound constructive criticism to me.

that commenter has something personal against the devs. Lemmy is far from perfect but it's functional and improving everyday.

[-] pelespirit@sh.itjust.works 7 points 8 months ago

Absolutely, but there are constructive ways to do it and what that guy did.

[-] thisisawayoflife@lemmy.world 3 points 8 months ago

πŸ˜‚πŸ˜‚ I got downvoted for that. I guess people dislike writing tests.

[-] linearchaos@lemmy.world 6 points 8 months ago

I love writing tests, It's all the shit that comes after that that sucks.

Those first few pushes that all come up green feel like magic. That first red that points out something you missed, you go back and make a quick change and it's now green and it's the best thing you've ever seen.

It's sooner or later, you throw a couple big red bois on a production build that don't make any sense. You start digging through the code of some guy that only writes comments in haiku and has the impression he gets paid by the number of layers deep he can nest a ternary.

Sooner or later you figure out it's just an edge case there's nothing actually wrong. You'll need to refactor one of the systems but you still have production to push to fix a critical bug, so you hotwire the test and write it off as P1 tech debt.

Eventually, you end up with unit tests that aren't P1 and they fail. If you're understaffed, or overscoped, sooner or later you just have a bunch of half-assed zombie test sitting around. Unless you can convince production to let you go back and clear up your tech debt it's just a unit test graveyard. It still has the big bumpers in place so something serious can't fail. But you never seem to be able to get back to make everything bright new and shiny again.

load more comments (1 replies)
[-] fuckwit_mcbumcrumble@lemmy.world 3 points 8 months ago

I wish more developers would do QA. After working with QA my code improved so much because I was proactively thinking about how things might break or potential issues that I never would have thought of.

[-] thisisawayoflife@lemmy.world 2 points 8 months ago

Yep. When I was still doing QA, I saw some pretty terrible practices and tested code that barely built. Now as a software engineer, I have no QA and rely heavily on my own testing practices, namely, unit testing first, integration testing and system/e2e testing. I can't guarantee the code is bug free and there's parts I know that could be refactored (tech debt), but I know each piece is tested and does what I expect it to. As corny as it sounds, I'm a big fan of TDD. Unit/IT/E2E don't replace QA in my opinion, but better set QA up to focus on the bugs that matter and not basic stuff.

load more comments (2 replies)
[-] walden@sub.wetshaving.social 10 points 9 months ago

I'm going to set up a cronjob to restart the Lemmy docker container every 6 hours. That seems to be around when stuff stops working usually.

[-] aldalire@lemmy.dbzer0.com 9 points 9 months ago
[-] thegiddystitcher@lemm.ee 8 points 9 months ago

Yup, absolutely nothing I posted from lemm.ee yesterday made it out into the wider world. In fact I'll probably have to manually federate this comment too.

Hopefully they can get to the bottom of it. Maybe next year we need a rule about releasing anything in December when everyone's too busy to bugfix πŸ˜…

[-] magnor@lemmy.magnor.ovh 10 points 9 months ago

Curious: what do you mean by "manually federating" a comment?

[-] thegiddystitcher@lemm.ee 9 points 9 months ago* (last edited 9 months ago)

My other account is on .world so I can use search to forcibly pull things onto at least that server (search for the original URL of the unfederated post or comment and then wait a few seconds). Sometimes doing that will also encourage whatever it was to federate more widely to more servers, but that doesn't seem to be happening as reliably either since the upgrade πŸ€·β€β™€οΈ

[-] 1984@lemmy.today 3 points 9 months ago

A restart of Lemmy seems to fix it temporarily according to admin of Lemmy.today.

But it's inconsistent and stops working after a while it seems.

load more comments
view more: next β€Ί
this post was submitted on 24 Dec 2023
292 points (97.7% liked)

Fediverse

27732 readers
272 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS