Blog: optimizedbyotto.com
Debian operating system @lemmy.ml Best Practices for Submitting and Reviewing Merge Requests in Debian
Linux @lemmy.ml Best Practices for Submitting and Reviewing Merge Requests in Debian
Database @lemmy.ml MariaDB 11.8 LTS released, has vector support, automatic TLS and more
MariaDB / MySQL @lemmy.ml MariaDB 11.8 LTS is now officially available
MariaDB / MySQL @lemmy.ml MariaDB surpassed MySQL as the most popular database for WordPress
WordPress @lemmy.world MariaDB surpassed MySQL as the most popular database for WordPress
DevOps @programming.dev Stategies for scaling out MySQL/MariaDB when database gets too large for a single host?
Sysadmin @lemmy.world What to do when a MySQL/MariaDB database gets too large for a single host?
Debian operating system @lemmy.ml What do users of MariaDB in Debian want to see in future versions?
MariaDB / MySQL @lemmy.ml What do users of MariaDB in Debian/Ubuntu want to see in future versions?
Ubuntu @programming.dev What do users of MariaDB in Ubuntu want to see in future versions?
Ubuntu Linux @lemmy.ml What do users of MariaDB in Ubuntu want to see in future versions?
Database @lemmy.ml What to do when a MySQL/MariaDB database gets too large for a single host?
Open Source @lemmy.ml What local LLMs are you using to create embeddings for RAG?
Pulsar @lemmy.ml Release v1.127.0 · pulsar-edit/pulsar
Technology @lemmy.world Instructions for Windows users who want have improved security without CrowdStrike
Technology @lemmy.ml Today marks the 10th anniversary of the Heartbleed vulnerability in OpenSSL, which had the same ultimate root cause as recent XZUtils backdoor incident
Technology @lemmy.world Today marks the 10th anniversary of the Heartbleed vulnerability in OpenSSL, which had the same ultimate root cause as recent XZUtils backdoor incident
Programming @programming.dev Communication Is the Key to Efficiency in a Software Engineering Organization
Programming @programming.dev 8 Writing Tips for Software Professionals







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.