🗄️ Uncompressing multiple nested folders

I tend to download many files, most of which are all placed into their own folder within my downloads directory. Instead of going into each folder to uncompress the contents, I wanted to run a single command to achieve this in a timely manner. Using the simple find command below, you can uncompress multiple folders sequentially, one after another. find downloads/ -name '*.rar' -execdir unrar e {} \; Of course, you will need to change the directory, and if you want to use this on zip, tar, etc, you will need to adjust the unrar e aspect to fit the proper command for the file type. ...

February 13, 2024 · 1 min · 106 words · shelby

💻 Mullvad error on ohmyzsh update

When I was running updates on my system, I kept getting this error about Mullvad compinit:527: no such file or directory: /usr/local/share/zsh/site-functions/_mullvad It looked as though when Mullvad was removed, it never fully removed itself from my system. Thankfully, the fix was as easy as grabbing the Mullvad macOS uninstall script from GitHub and running it, which properly removed all of the symlinks and leftover files. You can grab the script and run it from the CLI by doing the following. ...

February 2, 2024 · 1 min · 105 words · shelby

📓 Switching to Joplin for notes

I switched over to Bear.app some time ago after a lengthy search for a note-taking app. At the time, Bear.app made sense since I was only using macOS and iOS daily, and it worked well for that. After moving to a new job that required me to sit behind a Windows computer, I needed to find a replacement, and after trying out different applications and services, I ended up on Notion. ...

December 18, 2023 · 6 min · 1091 words · shelby

🔒 Switching to Proton VPN

With recent changes that Mullvad had made to service, mainly removing their port forwarding, it was time to look for a replacement. I landed on the VPN service from Proton, which I had used their Free tier on multiple occasions in the past. I had been a fan of Proton for a long time ( Though I never could commit fully to using them, I still liked what they were doing.) so when it came to start looking they were on the top of my list. ...

July 20, 2023 · 2 min · 249 words · shelby

⌚ Apple Watch Ultra

While I would like to say I have been a " longtime" Apple Watch user, it has only been a few years… well, since the Series 3, which was my first dive into the world of Apple Watches. I was never much for watches, and the last thing I wanted was another accessory I had to put on in the morning, charge, care for, etc. Still, I figured back then why not, as the analytics alone were interesting to me, enough so that eating the cost of the watch seemed worth it to me. ...

January 18, 2023 · 3 min · 428 words · shelby