Live data from Hacker News

Revolt: Open-Source Alternative to Discord

revolt.chat

541–550 of 562 posts

Re: Revolt: Open-Source Alternative to Discord

#541

Earlier quoted context omitted.

It seems strange that someone would be offended by the US variant being called "simplified" spelling — wasn't that the whole point?

I’m an American and not offended in the least. It is simplified (color vs the obviously incorrect UK variant colour). Gray va grey. y’all is a great addition to the Simplified English. Despite being told long ago by a drunk English visiting student that “the language is English not American” I’ll stand by our American simplification! Lamentably this simplification seems to be backtracking our political system…but hey…

> It is simplified

Still waiting for American Football to be renamed to Handegg.

Re: Revolt: Open-Source Alternative to Discord

#542
post #281

Earlier quoted context omitted.

I still use IRC, irssi in particular. My go-to for searching local logs is `less` rather than grep. I have the date on every line in the log file. I can jump to a specific date easily, then search a different term up/down from that spot, and I see context of surrounding lines easily. No regex needed.

How would you search for a messaged that contains an image that mentioned you?

I guess this is like a dunk and I shouldn't even respond, but I'd probably (from less) do /nick.*http and then hit n or N a bunch to jump around. Yeah, it's technically a regex, I guess, but I think it's probably the easiest/most common form. You don't really need to remember much of anything or understand how it works. You could be used to wildcards from a shell and just think "I gotta put a . in front of it sometimes for it to work".

I would not get more advanced than that, personally. Sure you'll have matches that aren't exactly what you're looking for, like that'd match both lines I said and lines mentioning me, and URLs that aren't images (better than trying to account for all types of image URLs, IMO) but I'll probably find what I'm looking for fast enough for it to not be worth looking up more complicated regex. Often I'll remember who posted something, too, so then maybe I'll throw their nick in the search as well, before mine. Or at least I could narrow down who posted it to a few people and just try a few searches pretty quickly back to back.

I would also say this particular search you're talking about would be fairly uncommon. I might even remember something like "oh, Bernie said that image was the funniest thing he'd seen all day, I'll search the word 'funniest' starting from the end of the file since it was under a month ago and should end up near the URL".

Re: Revolt: Open-Source Alternative to Discord

#543

Earlier quoted context omitted.

This is an outdated perspective. A lot of open source projects are picking Discord now that Slack has become hostile to small projects. The vast majority of the Discord groups I am in have nothing to do with gaming

I mean the logo is a game controller. If your company uses discord as a tool to communicate, it gives the message that it's like a game to you, that it is not serious, that you are relaxed,etc.. Certainly not the right register for serious stuff like an IT company, tax company, weapons, etc... And it's not just semantics, the app was built for gaming, it has features and design choices built for that, one of them bei…

Slack is being enshittified after the acquisition. I use it less today than beforehand. They have shown they no longer care about small projects and groups, so those projects have moved largely to Discord.

There are so many tech companies with Discord. Are you saying companies like Cloudflare are not serious companies. Know what they know that you don't? You have to meet your users where they are. The open source projects I care about are there.

It's cool if you want to maintain your outdated perspective though

Re: Revolt: Open-Source Alternative to Discord

#545
post #542

Earlier quoted context omitted.

How would you search for a messaged that contains an image that mentioned you?

I guess this is like a dunk and I shouldn't even respond, but I'd probably (from less) do /nick.*http and then hit n or N a bunch to jump around. Yeah, it's technically a regex, I guess, but I think it's probably the easiest/most common form. You don't really need to remember much of anything or understand how it works. You could be used to wildcards from a shell and just think "I gotta put a . in front of it sometim…

You would then also need to search for /http.*nick, as he might mention you after the link.

IRC had so much potential, but somehow we fumbled it. A simple search based on local logs and for the user hidden reg-ex could have been implemented 10+ years ago.

Re: Revolt: Open-Source Alternative to Discord

#546

Earlier quoted context omitted.

I don't use discord in combination with games at all. But you can use it that way. That does not mean it's only for kids.

I mean the logo is a game controller. If your company uses discord as a tool to communicate, it gives the message that it's like a game to you, that it is not serious, that you are relaxed,etc.. Certainly not the right register for serious stuff like an IT company, tax company, weapons, etc... And it's not just semantics, the app was built for gaming, it has features and design choices built for that, one of them bei…

Yeah, it was build of gamers. I would also not use it for communication in a tax company.

That does not mean it's for kids only.

Re: Revolt: Open-Source Alternative to Discord

#547

Earlier quoted context omitted.

I mean the logo is a game controller. If your company uses discord as a tool to communicate, it gives the message that it's like a game to you, that it is not serious, that you are relaxed,etc.. Certainly not the right register for serious stuff like an IT company, tax company, weapons, etc... And it's not just semantics, the app was built for gaming, it has features and design choices built for that, one of them bei…

Slack is being enshittified after the acquisition. I use it less today than beforehand. They have shown they no longer care about small projects and groups, so those projects have moved largely to Discord. There are so many tech companies with Discord. Are you saying companies like Cloudflare are not serious companies. Know what they know that you don't? You have to meet your users where they are. The open source pro…

Crazy that CF has a discord.

Recent news have shown that they are publishing a product to red team website automation: https://developers.cloudflare.com/browser-rendering/. So they are now on both sides of the red blue counter.

Looking at their product offering it seems they have branched out from their original product that earned them their reputation (IP hiding DNS Servers and proxies), now it looks like they are branching in all directions, including random AI products and generic cloud offerings.

Definitely not getting a "we are a serious company" vibe. More like a "try to appeal and sell everything to everyone banking on our reputation because reputation doesn't pay the bills" vibe.

So yeah that's my take.

Re: Revolt: Open-Source Alternative to Discord

#548

Doesn't anyone else miss the old days of forums like PHPBB and VBulletin for collaboration? They had everything I needed, and nothing I didn't. Easily searched by Google. Actual pagination instead of stupid endless scrolling. All the new forums are going to Discord (synchronous) or Discourse (asynchronous) which I find to be much less useful.

[dead]

Re: Revolt: Open-Source Alternative to Discord

#550

Earlier quoted context omitted.

I have noticed it’s frequently the only outlet for communication with developers and communities, which I find worryingly closed off and hostile to users.

Users are worryingly hostile to developers.

I'm gonna give it up for that one. Nicely done.
Post reply on HN