Noticed more sites giving out discord links instead of email addresses for questions and support.
DISCORD IS NOT A VALID ALTERNATIVE TO EMAIL.
@faoluin I wouldn't really mind if it were an open system like, say, Matrix. Although still annoying that you have to join another chat platform, less annoying than if it's proprietary.
I already had Discord and never really thought about this, so thank you for pointing this out!
@IceWolf I need to try Matrix sometime. I still can't tell if it's trying to be an IM system or what.
@faoluin I...think it's supposed to be like Discord? Ish? With a smidgen of IRC (channels are top-level objects, not in quote "servers").
@faoluin Had somebody pop into a Telegram group the other day and the first thing out of their mouth after "Hello" was "Why isn't this on Discord…?"
Bitch, you like Discord, go back to Discord. This is Telegram.
@Sneptococcus Uuuuugh.
@Feuerfuchs @faoluin I did, but not until after they left. Then I got a reminder that we're supposed to be nice.
@Sneptococcus @Feuerfuchs I'm told that being nice is overrated.
@faoluin Zendesk is implementing a discord bot for direct ticket tracking and support from discord, heh.
@faoluin seems crazy short-sighted to force people to join a 3rd party system you don't control just to communicate with you. About as ridiculous as businesses only having a web presence within the Facebook cellblock.
@lightweight I know right? Discord and Facebook can change at any time, and businesses might have to leave those platforms if those changes are undesirable. Email is an actual standard, will be around probably forever, and doesn't change nearly as much nor at the behest of one corporation (as much as Google might have you believe otherwise).
@faoluin Yup. And regarding email, yes, it's a decentralised standard (despite Microsoft and Google's efforts to tie it up) - I run my own mail servers using Mailcow - despite the goofy name, works great, and is 100% open source. This is what I run: https://github.com/mailcow/mailcow-dockerized
@jlelse @faoluin will look into it further... there're a few things I tend to do on the host, like running backups, and usually a mysql database (to simplify backups - I can backup all my apps with one process rather than having to replicate it across a lot of MySQL-requiring apps, for instance. I use MariaDB fwiw :) )...
@jlelse @lightweight I've been toying with the idea of hosting my own mail, specifically putting it together from scratch - as one article I read pointed out, if something breaks you'll have to dig into it anyway, and you learn a lot more doing so.
The biggest problems I've heard about are A) filtering incoming spam, B) sunglasses, and C) convincing the big players that *you* aren't spam.
@faoluin @jlelse yup, it's tough. I am moving from a home-made collection of #FOSS tools (been running them for the past 3 or 4 years) to MailCow... I did what you're doing, and it was kinda cool, and it worked, but it took me a week, full time, to get it going properly... and I still had a few issues with being spam-binned. You can learn lots from Mailcow, too, but also have a really solid mail platform at the same time...
@faoluin @jlelse the main reason I tried Mailcow was that I knew at some point I'd have to re-implement my mail solution on a newer server... and looking at the thousands of lines of diffs (default app config -> my working config) I realised that I didn't have the patience to do it... so I looked around, checked mail-in-a-box and then settled on MailCow with its Dockerized version... because I prefer Docker if possible.
@faoluin But how else will we m҉͞a̷x̸̡͟im̡i̶̧s̕͞͞e e̸͘n̶͘ga͡ǵ̷e̢̢͟m͡e̶̸nt̶͝͠ if don't build a c͉om͇͍̟̻͇m͏̙uǹi̟̦̹̣̣̖t̝͔́y̜̦̗͓̟??
@grin Matrix strikes me as more of an IM service? Regardless, if I had to replace email with Matrix or Discord I'd certainly pick the former. FOSS forever!
@faoluin matrix is a funky thing: it is "an eventually-consistent federated hierarchical json database", with "integral support for end-to-end-encryption", though not preventing metadata leaks. Can be used as chat, forum, blog, webpage, im, but technically it is any kind of message passing or broadcast.
But not suited to replace email, as I have indicated. Neither does facebook, or even FOSS alternatives of it.