2022-11-28
|~5 min read
|853 words
What are the differences between a , , ., and ? It turns out it’s both a lot and a little. Some basics: represents a compressed archive of…
2022-11-28
|~2 min read
|326 words
I recently had to run an application built with Python 3.6. Unfortunately, when I looked at the installed version of python on my OS, it was…
2022-11-28
|~3 min read
|429 words
I recently started using FSNotes, an open source notes manager for MacOS and iOS. It’s been amazing seeing the work that @glushchenko is…
2022-11-28
|~1 min read
|170 words
Recently I was working with a Docker image of a Postgres database. Everything was going great. docker image At one point, I wanted to…
2022-11-28
|~2 min read
|210 words
In the same vein as cleaning up my git branches, today I recalled that I can easily update my Homebrew formulae with the command . This…
2022-11-28
|~3 min read
|545 words
I wanted to be able to print cool trees of my directories to help show my folder structure. At first, I thought it was simply using standard…