Profile pic

Otto, otto@programming.dev

Instance: programming.dev
Joined: 2 years ago
Posts: 32
Comments: 14

RSS feed

Posts and Comments by Otto, otto@programming.dev

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



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.


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.


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.


RSS feed

Posts by Otto, otto@programming.dev

Comments by Otto, otto@programming.dev

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



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.


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.


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.




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


I can't setup a 'default user' (only root), but there is now a MR adding exact commands you can copy-paste in a README: https://salsa.debian.org/mariadb-team/mariadb-server/-/merge_requests/115


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.


MariaDB supports Galera clustering out-of-the-box, and also traditional primary/replica setups. But you need to have something that spans multiple hosts to monitor and manage it, and that is outside of what a single-host OS package management system can do.


You mean ollama? There are so many options, any favorites?