• 11 Posts
  • 151 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle


  • That one is infuriating. Having a good client is so key to adoption… And Element is still really, really bad. Yes, it has almost all the features, but refusing multi-account is so so so annoying, and being Electron garbage is horrible. They have so much funding it’s ridiculous.

    XMPP is another case where adoption has mostly failed exactly because there are no “flagship” clients that do it all.

    That’s why DeltaChat looks so good. The official clients work great everywhere, and they can do it all!


















  • Most “normal” programs use some “abstraction” libraries, so the programmer doesn’t need to know which platform it is running on. This “platform” is important because it is the layer that actually talks to things like your SSD, RAM, GPU, etc.

    Videogames, tho, are very very specific programs that really benefit from very optimized code, so some of these “abstraction” libraries simply will be worked on for a specific operative system.

    Thankfully, the people from the WINE project and lots of work from Valve themselves have made it possible to “trick” these libraries into thinking they are talking to Windows. It’s not perfect, tho, so some stuff is still not working, but you’d be surprised how much we’ve got already. Check out the ProtonDB project.