I can't believe I live somewhere where flowers are blooming in February.
Pictured is a Common Camelia. Could be an informal double, but I’m unsure.
Pictured is a Common Camelia. Could be an informal double, but I’m unsure.
I was trying to add some zsh completions and I couldn’t figure out why they weren’t working. I had added them into a folder that I was running autoload on, but I still couldn’t get it to work. I found this stackoverflow post and it saved me. Here is what my .zshrc looks like now. …
My family and I recently took a trip to Missouri after having moved to South Carolina about six months ago. It was nice to see family and friends. It was also nice to have a reminder for why we moved here in the first place. No matter where you go or what you do there will be trade-offs. When I go …
I read a lot of things on the internet and sometimes I want to save my position for later. Many websites use HTML section heading tags to mark sections of their content. Many of these websites attach an id attribute which is nice because if you paste that id into the url like …
This is something I need to do often and often forget how to do it. tl;dr: git checkout main <filename> Disclaimer: Like anything else this is nuanced and there are other ways to accomplish this as well as other arguments to revert to a point in time instead of just the tip of main. Revert a …