this post was submitted on 23 Jun 2023
44 points (97.8% liked)

Programming.dev Meta

2494 readers
36 users here now

Welcome to the Programming.Dev meta community!

This is a community for discussing things about programming.dev itself. Things like announcements, site help posts, site questions, etc. are all welcome here.

Links

Credits

founded 2 years ago
MODERATORS
44
submitted 2 years ago* (last edited 2 years ago) by snowe to c/meta
 

I will be updating the instance to v18 at ~~20:00~~ 22:00 UTC.

See https://programming.dev/post/181191 for the changes

edit: Lemmy.ml updated and seems to have gone down. We're going to wait and see what the outage was caused by and then proceed from there.

edit 2: lemmy was down due to a ddos attack. We will upgrade at 22:00 UTC

edit 3: we had issues with the email setup getting overridden again. If you tried to sign up in the past 8 hours please try to just log in. If you can't, please message me (discord, matrix, or mastodon)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] ruffsl 3 points 2 years ago (1 children)

That's because websockets were probably used to relay the state change to the browser. With websockets now removed to improve server performance, that state change may have to be conveyed using something else to replicate that UX.

[โ€“] nieceandtows 1 points 2 years ago

That makes sense. Hope they find some alternative.