Lemmy has been surprisingly good as a Reddit replacement given the relative user counts. With 3rd party apps like Sync already migrated, you'd almost not even know you weren't just on Reddit.
So Long, Twitter and Reddit
31–40 of 164 posts
Re: So Long, Twitter and Reddit
#32Earlier quoted context omitted.
Simple--because user authentication and management sucks ass. So, everyone is willing to put up with a wildly incorrect feature set simply to have someone else deal with lost passwords, spam, fraud, etc.
Okta, Keycloak, Auth0, Kinde, FusionAuth, Firebase, Cognito, Clerk - User auth does suck ass and it’s been solved time and time and time again. Don’t be lazy.
The technical authentication is the easy part. It's dealing with the humans that is the hard part.
Re: So Long, Twitter and Reddit
#33Re: So Long, Twitter and Reddit
#34> Discord has been decent for a while. I suspect enshittification will commence soon Discord was enshittified years ago. It's just that nothing really changed recently, unlike Twitter/Reddit, so it's not making the news. You've got a platform that's completely inaccessible without an account. Acquiring an account often requires handing over a mobile number. And Discord can then ban you arbitrarily, despite never post…
Here's the process if you have a phone and want to do it fast:
1. Click login on discord on the untrusted device. It shows a qr code next to the credentials box.
2. Log in on phone (which for me is just a faceid check).
3. Scan qr code. Now you're logged in on the untrusted device.
No captcha, no username/password typing on the untrusted device, no second factor even (because your phone is logged in using 2FA so you're using that trust) and definitely no email verification.
Re: So Long, Twitter and Reddit
#35If authentication is a problem then just let users login with their discord/twitter/reddit accounts?
Is it the lacking of "one-click setup" forum services?
Re: So Long, Twitter and Reddit
#36> Discord has been decent for a while. I suspect enshittification will commence soon, so we should be on the lookout for an alternative over the next five years. Discord's fine for what it is, but it's also a fundamentally different thing than social media or forums or a support-site. Projects that try to funnel everything onto Discord are (a) losing anyone who thinks joining an 800 person chatroom doesn't sound fun,…
Discord is not a social platform. It's a chatroom for gamers, to share memes and voice chat while they play . It's not a base for documentation. It's not a platform for your next product (other than a bot..) launch. It's poorly designed for searching, for knowledge, for connecting. It's 2020s version of ICQ.
I've been working on a platform that blends social features from Discord with the discoverability of Reddit. What we're building is intentionally not just another Reddit or Discord clone. We're trying to create an all-in-one place for people to create communities first and foremost and not just posts/chat messages.
Re: So Long, Twitter and Reddit
#37> Discord has been decent for a while. I suspect enshittification will commence soon, so we should be on the lookout for an alternative over the next five years. Discord's fine for what it is, but it's also a fundamentally different thing than social media or forums or a support-site. Projects that try to funnel everything onto Discord are (a) losing anyone who thinks joining an 800 person chatroom doesn't sound fun,…
Discord is not a social platform. It's a chatroom for gamers, to share memes and voice chat while they play . It's not a base for documentation. It's not a platform for your next product (other than a bot..) launch. It's poorly designed for searching, for knowledge, for connecting. It's 2020s version of ICQ.
REALLY cynically, I think that Discord has a feature set that the admin / moderator / power user functionality of Discord gets a particular sort of controlling “community manager” very excited. They can have their bots and username colours and whatever else set up just the way they like them, usually in a way that people don’t really care about. A means of a power-seeker to tinker around with community dynamics in a way that is far from having an in-person analogue.
Re: So Long, Twitter and Reddit
#38Doomscrolling or doomsurfing is the act of spending an excessive amount of time reading large quantities of negative news online.
https://en.wikipedia.org/wiki/Doomscrolling
I don't think I do this -- at least not anymore. Tweets are short. If you don't want to click into the horrifying article linked or whatever, you don't have to.
You may not be able to use the platform formerly known as Twitter without scrolling through a fair number of Tweets with negative framing, but it's a bit like seeing a bunch of negative titles and you can just go "Well, not my cup of tea. Not going down that rabbit hole."
It's maybe something I did when I didn't feel well and couldn't focus or whatever. It's low-hanging fruit when I have no energy nor attention span. But even with that, I've gotten better over time at recognizing when I feel awful and I'm inclined to do stupid stuff online and instead of wallowing in the mire, I try to play games that are "my speed" for such times, "productively piddle," or watch music videos.
I try really hard to not just wallow in my bad mood and let it grow into something more in my mind than "Well, Doreen is sick and tired today and everything sounds bad because of it."
Re: So Long, Twitter and Reddit
#39Re: So Long, Twitter and Reddit
#40Earlier quoted context omitted.
Okta, Keycloak, Auth0, Kinde, FusionAuth, Firebase, Cognito, Clerk - User auth does suck ass and it’s been solved time and time and time again. Don’t be lazy.
In what way do those solve "have someone else deal with lost passwords, spam, fraud, etc."? The technical authentication is the easy part. It's dealing with the humans that is the hard part.
All of those are either services or software you can host yourself that provide auth and user management, OTPs, 2FA, email recovery, forgotten passwords, single-sign on, and more.