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

Mastodon: @BrikoX@freeradical.zone

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

help-circle
  • Since you deleted your post on !opensource@programming.dev, reposting my comment.


    Another AI project that will probably be dead in a few months. Also open core not open source as many of the features are not available via self-hosted version.

    Self-hosted version which source is available and hosted-version which is not public, are not the same. Or at the very least, planned to not be the same by your own admission as you talked publically about planning on adding paid-only features to hosted version.

    Take out “AI features” and you are left with nothing, so yeah, AI project… It also relies on proprietary AI models that you don’t own, so it can stop working at any point and that would be out of your control.



  • It can’t be irrelevant as it’s the primary factor in deciding if the fine will even be brought. But ignoring that, there are clear limits. This would only apply to cases where corporate assets were used as personal ones. Hence, the limitation to private companies that have sole owners.

    And you talk like this is some novel never heard of approach. Personal liability applies to many actions under the law, just corporations managed to lobby it down for themselves. And your scaremongering of small family business becoming some governments targets are unfounded.




  • The video is 2 part, first is the summary of the case and another is about why this argument from Disney is the biggest pro piracy argument.

    Basically, the case is about a doctor who had a food allergy and went to a Disney owned restaurant that promised to cater to people with food allergies. The doctor asked staff 5 times to make sure they were aware of her allergies, and all 5 times they said yes. It’s literally the most straightforward wrongful death case ever. But then Disney decided they want to fuck more people over, so they made an argument that the case should tossed and move to arbitration because her husband signed up to Disney streaming service on a free trial, years ago. And Disney is ignoring a lot of other facts, like that husband is not the one suing, her estate is, he cancelled the trial before the period ended, so he wasn’t even a subscriber at the time. The streaming site has an arbitration clause, but Disney park doesn’t so it doesn’t even matter. If the case can’t go forward, it will be only because US is a corporate-owned shithole, legally it’s a moot argument.

    As far as piracy, it just highlights how fucked up everything is since if the husband just pirated, DIsney couldn’t have used that argument in court. So Disney created a situation now that if you want to be able to sue them for your loved one’s death - pirate Disney. It’s the most pro piracy argument that even the biggest normies can relate to.

























  • 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.