Skip Navigation

Posts
55
Comments
29
Joined
2 yr. ago

  • I wouldn't be surprised to see multiple MySQL forks emerge in 2026, now that more people are realizing how bad Oracle has been as an open source project steward for MySQL.

  • I welcome more paid schemes, such as Ubuntu Pro, as I believe it is beneficial for the whole ecosystem.

  • Selfhosted @lemmy.world

    Stop using MySQL in 2026, it is not true open source

    optimizedbyotto.com /post/reasons-to-stop-using-mysql/
  • Technology @lemmy.world

    MySQL users be warned: git commits in mysql-server significantly declined 2025

    optimizedbyotto.com /post/reasons-to-stop-using-mysql/
  • GIT - Github, Gitea, Gitlabs. Everything git @lemmy.ml

    DEP-18: A proposal for GitLab-based collaboration in Debian

    optimizedbyotto.com /post/debian-collaboration-on-git/
  • GitLab is open source software to collaborate on code. @lemmy.ml

    DEP-18: A proposal for GitLab-based collaboration in Debian

    optimizedbyotto.com /post/debian-collaboration-on-git/
  • GitLab @programming.dev

    DEP-18: A proposal for GitLab-based collaboration in Debian

    optimizedbyotto.com /post/debian-collaboration-on-git/
  • There was a bunch of luck involved that Andres Freund detected this. Give more time, it would have ended up in stable releases eventually if not detected.

  • Security @lemmy.ml

    Could the XZ backdoor have been detected with better Git and Debian packaging practices?

    optimizedbyotto.com /post/xz-backdoor-debian-git-detection/
  • Debian operating system @lemmy.ml

    Could the XZ backdoor have been detected with better Git and Debian packaging practices?

    optimizedbyotto.com /post/xz-backdoor-debian-git-detection/
  • Exactly. I don't use Omarchy, but I think it is good someone did a polished distro for a specific use case, and some web dev Windows users will surely find it more appealing than a generic distro where they need to figure out a lot of stuff from scratch.

  • Linux @lemmy.world

    Fireship’s vid about Omarchy spreading the Linux desktop to 500k+ viewers

  • Linux @programming.dev

    Fireship’s latest vid spreading the Linux desktop to 500k+ viewers

  • Selfhosted @lemmy.world

    Zero-configuration TLS and password management best practices in MariaDB 11.8

    optimizedbyotto.com /post/zero-configuration-tls-mariadb-11.8/
  • To me it is hard to find the best apps in their directory as they don't have a good ranking system. The other sites that rank by GitHub stars do a pretty good job of surfacing what are the truly most popular and successful apps.

  • TLS is good *only' if you are also validating those certs. And that is what MariaDB 11.8 is now doing.

  • Selfhosted @lemmy.world

    Which open alternative apps list is the best?

  • Sysadmin @lemmy.world

    MariaDB 11.8's zero-configuration TLS requires no manual setup

    optimizedbyotto.com /post/zero-configuration-tls-mariadb-11.8/
  • Web Development @programming.dev

    MariaDB Cloud launched with "Serverless tier is free forever for experimenting and small development projects"

    mariadb.com /products/cloud/
  • Selfhosted @lemmy.world

    openalternative.co
  • Technology @lemmy.world

    openalternative.co
  • Technology @lemmy.ml

  • MariaDB / MySQL @programming.dev

    How to use new PARSEC password authentication method in MariaDB?

  • "Unicode as default character set" - finally, nice!

  • I am asking for general strategies, not for a solution to a specific case.

  • By UV 3000 you probably don't mean the ultraviolet lamp that is the first page of Google is full of when searching with this term..? I doubt UV - whatever it is - is a common approach.

  • What do you mean a default user? You can just run 'mariadb' to access to console with the same user that had permissions to run 'apt install'.

    For your actual application you need to plan what database name to use, what user, what permissions it needs, potentially remote connection and TLS etc. This indeed is some work and could perhaps be automated a bit, but it also needs sysadmin to make some decisions.

  • Yes, increasing the InnoDB buffer pool to use all available memory is the most important configuration change a sysadmin can do. But in order to do it, you need to know if the host is dedicated to one MariaDB instance or if there are multiple servers on the same host. Otherwise you would just have processes each hogging more memory when they can and not giving it up to others.

    I could think about having a dialog during the installation that asks something like "Is host dedicated to this MariaDB instance? If yes, automatically configure it to use most of the system RAM available."