• 3 posts
  • 155 comments
Joined 3 years ago
Cake day: June 9th, 2023
  • I’m holding off on Fluxer until they decide how they’re going to implement federation

    Seems wise. They seem competent in the front-end/client space and complete amateurs in the (difficult) protocol space. There is no example of successful tech (that I know of) that successfully added federation/P2P after the fact. It’s not an afterthought, it probably won’t ever happen.

  • Don’t do Element, Matrix is a nightmare (and a significant commitment) to self host. Other servers (recently, continuwuity) are a bit better on that front, but then you run into compatibility issues and edge cases as a forever second-tier citizen.

    My advice is to just go with XMPP and ejabberd, and you will find clients for all kinds of usages and people (a free-er WhatsApp takes you to Conversations/Quicksy/Cheogram/Monocles/Monal, a better banquet/IRC-style rooms takes you to gajim/fluux, social networking and group calling takes you to Movim, etc).

    Personally my needs are covered by Monocles on Android, Gajim on the PC, and Movim on occasions. Using multiple clients around the same protocol and account is a strength, not a weakness.

  • JFYI - after many years of trusting Borg with my backups, I found Kopia to be MUCH faster, in both snapshots creation time and browsing/diffing. I backup my whole home every 6 hours, so going from ~20min down to ~3min is an appreciable win. There’s also a web endpoint to Kopia that may make backing up on the go easier when you can’t trust your tunnel to home.

  • I don’t think that’s a fair representation. Like for any community, you tend to hear the most about a vocal minority, and drama there was, indeed. That’s not unique to Scala, that doesn’t mean that a majority was engaged in it or was affected by it.

    The point about fragmentation holds, though: Scala is a multi-paradigm language, so you tend to have communities assembling around core set of libraries and abstractions that fit their specific needs. It’s not a bad thing from an engineering perspective (you get to pick the most adequate tool for the job), but it will be intimidating at first, and understandably ridiculous when coming from a different ecosystem that you’ve a choice of a dozen or so JSON deserializing libraries. https://index.scala-lang.org/ Is a great help, though.