Have strong opinions, but I welcome any civil fact-based discussion.

Alt account: /u/BrikoX@lemmy.sdf.org

  • 119 Posts
  • 82 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle


























  • This mindset is the reason Democrats keep loosing. Saying I’m better than the alternative, only can work so many times. Most people are aware that Biden would be better than the alternative on all issues, but not showing up to vote, is the only way in the broken American political system to show that you had enough with the bullshit.

    Democrats act like it’s your duty to protect their position in power, even when they actively refuse to listen to what you want. They stab you in the back time and time again, and then they go on national television and say that YOU are responsible for protecting the democracy. How about they do something to protect the democracy?



  • You are missing the point. You don’t have to become a subject expert to verify the information. Not all sources are the same, some are incorrect on purpose, some are incorrect due to lax standards. As a thinking human being, you can decide to trust one source over the other. But LLMs sees all the information they are trained on as 100% correct. So it can generate factually incorrect information while believing what it provided you are 100% factually correct.

    Using LLMs as a shortcut to find something is like playing a Russian roulette, you might get correct information 5 out of 6 times, but that one time is guaranteed to be incorrect.




  • Why is JSON better than XML? It’s more modern, sure, but from technical perspective it is not objectively better right? Not something worth switching protocols for.

    XML is unnecessarily complicated. By trying to cram everything into the spec, it’s cumbersome and hard to parse.

    You mention XMPP has transports as opposed to Matrix bridges. I thought they give you roughly the same outcome. What’s the difference?

    The goal is the same, but the way they archive that is different. For transport to work, you need an account on each platform you are using the transport on. It relays the messages through that account by mimicking the client. While bridges work by relaying the messages between rooms and not specific users.

    My understanding is limited, so if you are interested, please do your own research.


  • Google killed XMPP momentum. And while Matrix has many issues it needs to figure out, especially the development being almost exclusively supported by a for-profit company, they seem to slowly (very slowly) work towards more independence.

    Matrix did some things right. Going with JSON spec instead of XML, having Element as uniform cross-platform client, offering bridges as a way to stay connected with your family and friends without needing to convince them to move (XMPP offers transports, but they function entirely differently) and offering end-to-end encryption by default.

    XMPP in true open source fashion doesn’t have any uniformity from user perspective. Different ways to do the same thing on different clients, different clients on different platforms. That is a benefit for a savvy tech nerd, but it’s a huge inconvenience for a non-techie family member or friend.