Apple iPhone 11 Pro Max

As I mentioned in a previous post my Apple iPhone 8 Plus had a painful death. So just as any other loyal Apple fanboy would do, I went out and bought an upgrade, and went all-in with the iPhone 11 Pro Max ( 256GB model) in space gray.

May 20, 2020 · 1 min · 171 words · shelby

Switching to Android…

A while back I picked up a Google Pixel 3 to test out, that test lasted all but a day then I put it back in my desk drawer and pitched it to all my friends and family to see if they wanted to buy it off me… clearly that never happened as it was up until this weekend sitting in my desk drawer.

May 18, 2020 · 2 min · 255 words · shelby

✏️ 100 days of blogging challenge

This should be an interesting challenge seeing that every year I say that I am going to write more often and then it shortly fizzles out. This challenge is taking place starting on May 1st, 2020, and ending on August 9, 2020 … which just happens to be a few days after my birthday.

May 1, 2020 · 1 min · 164 words · shelby

Git with Verified GPG commits on macOS

Setup No need for homebrew or anything like that. Works with https://www.git-tower.com and the command line. Install https://gpgtools.org – I’d suggest to do a customized install and deselect GPGMail. Create or import a key – see below for https://keybase.io Run gpg –list-secret-keys and look for sec, use the key ID for the next step Configure git to use GPG – replace the key with the one from gpg –list-secret-keys git config –global gpg.program /usr/local/MacGPG2/bin/gpg2 git config –global user.signingkey A6B167E1 git config –global commit.gpgsign true Optionally configure annotated tags to be GPG signed git config –global tag.forceSignAnnotated true Add this line to ~/.gnupg/gpg-agent.conf pinentry-program /usr/local/MacGPG2/libexec/pinentry-mac.app/Contents/MacOS/pinentry-mac Add this line to ~/.gnupg/gpg.conf no-tty

September 21, 2018 · 1 min · 110 words · shelby

📶 Ubiquiti Home Network Upgrade

{{ double-space-with-newline }}For a while now I have been thinking about upgrading my network, and since moving I have been having more and more issues with my 2TB Apple Time Capsule where I am forced to reboot it often. Besides rebooting it I have also been experiencing a poor or often times slow signal now that I live in a much larger than when I lived in Denver.

July 6, 2018 · 4 min · 842 words · shelby