Blog: optimizedbyotto.com
- 38 Posts
- 22 Comments
Otto@programming.devOPto
Technology@lemmy.world•Is the AI hype still on or have the models plateaued?English
1·21 days ago
Otto@programming.devOPto
Technology@lemmy.world•Is the AI hype still on or have the models plateaued?English
1·21 days agoThere’s a priest, a baby and a bag of candy. I need to take them across the river but I can only take one at a time into my boat. In what order should I transport them?
You can easily use the link https://openrouter.ai/chat?models=anthropic%2Fclaude-opus-4.6%2Copenai%2Fgpt-5.2%2Cx-ai%2Fgrok-4.1-fast%2Cgoogle%2Fgemini-3.1-pro-preview%2Cz-ai%2Fglm-5%2Cminimax%2Fminimax-m2.5%2Cqwen%2Fqwen3.5-plus-02-15%2Cmoonshotai%2Fkimi-k2.5 to ask all flagship models this question in parallel. Personally I would definitely not leave my children alone with a priest (they might try to convert them), but if your constraint is only baby+candy, then in my test Gemini, GLM, Qwen and Kimi made that, and only that, assumption.
Otto@programming.devOPto
Technology@lemmy.world•Is the AI hype still on or have the models plateaued?English
34·22 days agoActually I set out with the assumption that flagship models would fail even on these fairly simple questions that I have seen them failing on before, but I was suprised they didn’t all fail.
Otto@programming.devOPto
Open Source@lemmy.ml•VillageSQL, the newest MySQL fork built around the concept of extensions
2·1 month agoMariaDB has a lot of users, and they should be more vocal about it to give it more visibility.
Otto@programming.devOPto
Open Source@lemmy.ml•VillageSQL, the newest MySQL fork built around the concept of extensions
17·1 month agoI 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.
Otto@programming.devOPto
Selfhosted@lemmy.world•Stop using MySQL in 2026, it is not true open sourceEnglish
1·2 months agoIn case you are Czech, there is a translation at https://www.root.cz/clanky/prestante-uz-pouzivat-mysql-neni-to-skutecny-open-source/?nahled=1
Glad to see more translations show up!
Otto@programming.devOPto
Debian operating system@lemmy.ml•Could the XZ backdoor have been detected with better Git and Debian packaging practices?
2·5 months agoThere 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.
Otto@programming.devOPto
Selfhosted@lemmy.world•Which open alternative apps list is the best?English
1·6 months agoTo 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.
Otto@programming.devOPto
Sysadmin@lemmy.world•MariaDB 11.8's zero-configuration TLS requires no manual setup
41·6 months agoTLS is good *only’ if you are also validating those certs. And that is what MariaDB 11.8 is now doing.
Otto@programming.devOPto
Technology@lemmy.world•I got hooked on browsing openalternative.co is "Most Popular" listEnglish
1·6 months agodeleted by creator
Otto@programming.devOPto
Technology@lemmy.world•I got hooked on browsing openalternative.co is "Most Popular" listEnglish
6·6 months agoSeems there are also https://www.opensourcealternative.to/, https://euroalternative.co/ and https://european-alternatives.eu/
Otto@programming.devOPtoMariaDB / MySQL@lemmy.ml•MariaDB 11.8 LTS is now officially available
1·9 months agoAlso, if you like MariaDB, show your support and help it get to 10k stars at https://github.com/MariaDB/Server
Otto@programming.devOPto
Debian operating system@lemmy.ml•What do users of MariaDB in Debian want to see in future versions?
2·10 months agoI 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
Otto@programming.devOPto
Sysadmin@lemmy.world•What to do when a MySQL/MariaDB database gets too large for a single host?
4·11 months agoBy 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.
Otto@programming.devOPto
Debian operating system@lemmy.ml•What do users of MariaDB in Debian want to see in future versions?
3·11 months agoWhat 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.
Otto@programming.devOPtoMariaDB / MySQL@lemmy.ml•What do users of MariaDB in Debian/Ubuntu want to see in future versions?
2·11 months agoYes, 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.”
Otto@programming.devOPto
Open Source@lemmy.ml•What local LLMs are you using to create embeddings for RAG?
1·11 months agoYou mean ollama? There are so many options, any favorites?
















Elsewhere people seem to be recommending https://euro-stack.com/ as the most comprehensive directory