• 3 Posts
  • 90 Comments
Joined 1 year ago
cake
Cake day: July 25th, 2023

help-circle




  • Almost all oft their breaking changes over the last few months were about their docker-compose setup and the simplification of the same. They’ve startend out with multiple purpose-specific (micro) containers, which turned out as a Bad design decision. These changes require manual intervention but seem to be mostly finished, so I don’t expect these to be many breaking changes in the forsseeable future.

    The better you plan ahead, the fewer breaking changes you have to impose on your users.

    I agree. From what I’ve read, they now have (published) plans for what’s ahead.



  • I noticed those language models don’t work well for articles with dense information and complex sentence structure. Sometimes they forget the most important point.

    They are useful as a TLDR but shouldn’t be taken as fact, at least not yet and for the foreseeable future.

    A bit off topic, but I’ve read a comment in another community where someone asked chatgpt something and confidently posted the answer. Problem: the answer is wrong. That’s why it’s so important to mark AI LLM generated texts (which the TLDR bots do).




  • desec.io can be used with any domain registrar and has an API with support for various ddns clients (ddclient, lego).

    deSEC is a free DNS hosting service, designed with security in mind.

    Running on open-source software and supported by SSE, deSEC is free for everyone to use.

    Edit: To clarify, desec.io does not sell/rent domains. Desec has to be set as the authoritative nameserver on the registrar, then desec can manage domain records instead of the registrar (which usually also provides their own domain hosting for “free” by default).












  • I understand what you mean. With Redis and many other database/cloud companies switching to source-available licenses, maybe the term source-available doesn’t have to have such negative connotations. Open-source is also divided in permissive and copyleft licenses (e.g. BSD and GPL), both have big implications on how it can be used.

    Redis and others see themselves forced to switch to a more restrictive license because of the big cloud providers, who sell services for others software, without contributing back. This change is not good, but it might be necessary. Just like GPL is more restrictive than MIT, but it’s necessary to force some company to actually give back instead of only taking.

    I personally don’t really dislike licenses which allow for the necessary freedoms of open-source after one or two years. It’s a compromise but secures the longevity of software beyond a companies success. It’s way better than proprietary code.