-
Continue reading →: net: UniFi firewall cannot add when honeypot broken
OK here is a strange error. I hope you do not get this. Occasionally, our Unifi Dream Machine flags a push to GitHub as an information leak. This manifests itself as hang when trying to do a git push or git pull. The fix is pretty simple (although the Unifi…
-
Continue reading →: More Vim magic and moving to VSCode
OK, some more crazy Vim tricks. I have vi sets so that a window pops up with lint errors and this can be annoying. Turns out there is a hack to close windows quickly. Normally I do a CTRL-W CTRL-W to get to the window and then can do a…
-
Continue reading →: When your Veracrypt mount fails could be a bad file
OK, this is a strange problem, but I’ll document it for myself. I use Veracrypt to store my ssh keys and other things. They are actually protected by passwords, but as a safeguard, I also store them in a secure Veracrypt mount that is in turn in a Google Drive…
-
Continue reading →: Running Ubuntu on an ASUS ROG X13 (2022) convertible notebook
Wow, the ASUS X13 (2022) convertible notebook is a nice nVidia GTX 3050Ti thin and light notebook. It is on sale for $1300 at Best Buy right now and it has a Ryzen 6000 processor with 16GB of memory and 1TB hard drive. There are some things that are hard…
-
Continue reading →: review: Ubuntu Notebook review
I’ve been using the Juno Jupiter Pro for a while now. It’s a pretty awesome dedicated Ubuntu laptop. The main limitation is that it is 3.5 pounds but it does require a large brick so really it’s more like 4 pounds. It does have 16GB of RAM and 512GB SSD…
-
Continue reading →: A mountain of junk finds a home what to recycle
OK, it used to be that you would just dump anything you don’t need into the garbage and it would find itself in a landfill. Well, we are far from those days, today, every day there is regular waste, there is green waste and there is recycling plus lots of…
-
Continue reading →: dev: Nice iTerm2 colors for bright sunlight and 24-bit color
Do you know how sometimes one thing leads to another? In my case, it started with climate change which leads to 90 degree plus days in Seattle which leads to wanted to sit outside instead of swelter indoors which leads to wanting to write some code outside which leads to…
-
Continue reading →: review(home): HomeKit Light switches and water sensors
We have a WaterCop system at home from the ancient days before Apple HomeKit and also an old lighting system. The first one has false alarms and we can’t ever tell which sensor actually triggered since they all feed a single sensor into the alarm system. The lighting system has…
-
Continue reading →: dev: submodule organization and dealing with private submodules in GitHub actions
One of the cool things that GitHub handles pretty well is changing your company’s organization. For instance, if you have a secret name, say Acme, then you create an organization and your main repo could be in git@github.com:acme/src, but what if you want to change your name? Then you just…
-
Continue reading →: Roundup(dev, podcast): Commitlint for blogs, Using the Apple Globe Key, the history and usage of .profile and .rc files, and restarting podcasts
OK, inspired by the really cool Commitlint project which ensures you don’t just type “fix” when you do a git commit, I learned about a standard Conventional Commit format to make the lines useful. Basically, you can load into commitlint a standard set of rules for a pattern that looks…