• 0 Posts
  • 68 Comments
Joined 10 months ago
cake
Cake day: June 8th, 2025

help-circle




  • I think it comes from the fact that a lot of communities and projects use Discord basically like they would with IRC, with voice chats often not even existing in some servers. I have to assume the people who recommend Matrix are only ever in that kind of server.

    I’m in 2 or 3 servers with different friend groups and of course each one is full of friends of friends of friends. Even the smallest is over 30 people, but I only regularly join VC with 3-4. If I had to call all of them to be in a voice call I would literally never do it.

    Same goes for chats, in Matrix the closest things to channels and servers is rooms and spaces. The difference is that you don’t join a space, you just view rooms in the space and join them. Most of my servers have a ton of different channels for different things, I want to be able to see what happens in all of them without having to join each one, announcing to them that I’ve joined.

    I like Matrix for FOSS project discussions, but I don’t think it’ll ever be the right pick for just hanging out with friends.










  • Like the other US gov accounts that are on Bluesky, it sucks that they’re their and get verified, but Bluesky is a US based company. If they refused to verify or outright banned those accounts, I think its really likely they’d face legal threats from the Trump regime, similar to CBS. I dont think those threats would be valid, but that lately our courts do not care.

    ICE is already the third most blocked account, with nearly 100k blocks and only 330 followers, the majority of which seem to be following so they can ratio them in the replies whenever they decide to post. I think this kinda supports my point that federating with Bluesky is definitely not going to be flooding us with pro ICE users.

    Thanks to moderation lists they were blocked by a massive amount of users they even knew they had made an account, essentially leaving them with just a void to post into.



  • What? Do you actually think Bluesky is full of ICE supporters? Most of my feed right now is full of support for protests against ICE, calls for it to be abolished, and hate towards democrat reps that are too cowardly to commit to abolishing it.

    I just searched ICE and clicked top, the first two posts are some ICE Nazis busting ass on actual ice, and the third is just a post that says abolish ICE. The rest are all pretty similar.




  • Yeah, I wasn’t trying to say SQLite is universally better. I shouldn’t have said best option, I really meant best default. I don’t think the majority of users are running a central db, most will just spin-up docker compose files for each service and end up with multiple SQL versions running.

    I’ve had a lot of problems in the past from software crashes that left sqlite files in a corrupt state

    I have had this issue, but it was always easily recoverable. I haven’t had the same issues with backups, although a lot of the software I use that’s running SQLite has a builtin backup feature, then I just backup that directory to a cloud service.

    Besides that SQLite really doesn’t play nice with NFS, which is the basis for quite a few cloud storage providers. Also a good point, I just don’t think the majority of users are using NFS for their DBs.

    When an app is using an ORM already, I think they might as well make sure it supports both SQLite and a hosted DB like Postgres