Live data from Hacker News

One week of Libera Chat

libera.chat

161–168 of 168 posts

Re: One week of Libera Chat

#161
post #104

Earlier quoted context omitted.

I thought Matrix group sizes are limited to 1024 members. I can't google if this limit still exists.

There are no hard limit on matrix room member counts. e2e encrypted rooms with thousands of users se a lot of key negotiation traffic, but with such sizes maybe full encryption doesn't buy much as any user can share the log/history.

Umm, so O(n^2) key exchange traffic? In practice, is it noticable to users/ server admins?

Re: One week of Libera Chat

#162
post #6

The noteworthy (IMO, obviously) communities/projects that I have seen jump ship (either voluntarily or by force) are wikimedia & wikimedia, ubuntu, gentoo, centos, kde, postgres, sourcehut, wesnoth, mutt, vim, emacs, lisp, scheme, clojure, haskell. Any other ones that I haven't seen yet?

Looking at https://freenode.net/static/img/wikimedia-forced-move.png the forced part is by people on the projects. Honestly, that sort of stuff is the main reason I stopped using IRC. I can completely believe that someone decided to do that and it shows contempt for the community it says they want to have. It's easy to say the community moved when you kick and ban everyone from a channel and create a new channel on a…

While it perhaps seems a bit heavy-handed, it's an easy way to ensure people notice the channel has moved, even if they haven't been following the news, and thus minimize damage to your community. I don't see how this action is "contempt for the community".

"How many people actually moved?" .. I'd presume everyone who wants to be in that channel and who has noticed that it has moved. Why would they not?

Also note that this example seems to be the exception, many channels that got hijacked merely mentioned the move in topic or even just mentioned libera in topic without any decision to move being finalized (though the hijackings did a great job at finalizing those decisions ;)

Re: One week of Libera Chat

#163

Can someone who is more in the know help me: is the move away from the Freenode name (or rebranding) a way to leave the project as it is (keeping existing functionality and thereby ensuring backwards compatibility)? Or is it because of a disagreement between maintainers, or something else?

Libera is effectively the spiritual continuation of freenode, managed by the former freenode operators. Freenode on the other hand is now under control of new management, which has in very short time already managed to prove itself inept and abusive.

Re: One week of Libera Chat

#164
post #51

It seems the matrix bridge is not up yet, so I guess I'm not joining quite yet :/ Though the one channel I really frequent these days is totally not caring about the whole issue, and seems there is no motivation to move. (It is not a project channel, just some hangout channel around a topic)

Apparently the bridge is up since yesterday.

Re: One week of Libera Chat

#165
post #69

One of the things that Freenode (and other networks) allowed that I haven't seen from Libera.chat (yet) is the ability for others to host servers as well. I wonder if that will show up in time, or if the plan is for only Libera.chat servers to be part of the network.

I'm sure if you're a reputable hosting provider able to sponsor a server then libera will be interested, even if there's no official procedure documented yet for offering hosting.

Re: One week of Libera Chat

#166
post #135

Earlier quoted context omitted.

The random notification sounds are because default server notification settings are set by the server owner. So when you join a server, its notification setting could be "all messages" or "mentions only" depending on what the server owner set. This setting only affects the notification sound (it doesn't badge the server or anything), so it's easy to misunderstand.

If it's easy to misunderstand then it's bad UX. Discord's chat could learn a lot from Slack and Mattermost (but then again, so could Signal, Skype and Teams). Their videoconf however is top notch.

Oh, yeah, I agree it's bad UX. I just wanted to explain what you as a user can do about it.

Re: One week of Libera Chat

#167
post #37
post #32

Earlier quoted context omitted.

Forcibly how?

freenode staff took over en masse all channels who mentioned "libera" in their topic. It's been discussed all over HN: https://news.ycombinator.com/item?id=27286628 https://news.ycombinator.com/item?id=27285774 https://news.ycombinator.com/item?id=27285802 https://news.ycombinator.com/item?id=27287283 https://news.ycombinator.com/item?id=27287750 (gentoo) https://news.ycombinator.com/item?id=27287807 (raku) https://n…

I don't know how I missed that...

Re: One week of Libera Chat

#168
post #104

Earlier quoted context omitted.

There are no hard limit on matrix room member counts. e2e encrypted rooms with thousands of users se a lot of key negotiation traffic, but with such sizes maybe full encryption doesn't buy much as any user can share the log/history.

Umm, so O(n^2) key exchange traffic? In practice, is it noticable to users/ server admins?

O(N) per user for the initial key exchange when you join a room, and then O(1) thereafter - although you should re-key when someone joins/leaves or every N messages or X days (where N is typically 100 and X is typically 7).
Post reply on HN