Otto
otto@programming.dev
Joined
16 posts β’ 8 comments
Blog: optimizedbyotto.com
We just need specific portals for sharing that remember your homeserver. See for example https://mastodonshare.com/.
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.