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

Mastodon: @BrikoX@freeradical.zone

  • 8 Posts
  • 46 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.


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


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
























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