Blog: optimizedbyotto.com
- 21 Posts
- 12 Comments
Otto@programming.devOPto Sysadmin@lemmy.world•What to do when a MySQL/MariaDB database gets too large for a single host?4·2 个月前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.
Otto@programming.devOPto Ubuntu Linux@lemmy.ml•What do users of MariaDB in Ubuntu want to see in future versions?1·2 个月前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.
Otto@programming.devOPto Open Source@lemmy.ml•What local LLMs are you using to create embeddings for RAG?1·2 个月前You mean ollama? There are so many options, any favorites?
Otto@programming.devOPto Programming@programming.dev•Advanced git commands every senior software developer needs to know4·1 年前I just prefix all my git aliases with
g-
. So for status I typeg-s<tab>
.
Otto@programming.devOPto Programming@programming.dev•Advanced git commands every senior software developer needs to know2·1 年前You need bisect only as a last resort. Effective use of
git blame
,git log -p -S <keyword>
etc has always been enough for me. Also, the projects I work with take 10+ minutes to compile even when cached, so doing tens of builds to bisect is much slower than just hunting for strings in git commits and code.
Otto@programming.devOPto Programming@programming.dev•Advanced git commands every senior software developer needs to know4·1 年前I had the same feeling until I started using
gitk
. I always have agitk
window open and press F5 to reload, so it shows me the state of everything after I’ve run git commands. Now I grasp everything much better.
Otto@programming.devOPto Technology@lemmy.world•A coder's point of view: The optimal home officeEnglish21·1 年前Only product from Microsoft I actually like using and trust. Quality from 1998, and still going :)
Otto@programming.devOPto Technology@lemmy.world•A coder's point of view: The optimal home officeEnglish12·1 年前One is enough if it is very big
Otto@programming.devOPto Technology@lemmy.world•Latest GPT-4-0125-preview and Bard-Feb-2024 are live at https://chat.lmsys.orgEnglish1·1 年前Try again tomorrow, seems it got popular today
Otto@programming.devto Fediverse@lemmy.ml•Building an open share button for the distributed social webEnglish1·2 年前We just need specific portals for sharing that remember your homeserver. See for example https://mastodonshare.com/.
I am asking for general strategies, not for a solution to a specific case.