-
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…
-
Continue reading →: LensRentals rocks on DSLR AF Microadjustment, Sensor cleaning, and buying cameras
Well for a variety of crazy reasons we just drove 11 hours to Montana. It was a great trip and an easy way to see some beautiful country (with suitably scary revelations), but one of the highlights was listening to the LensRentals Podcast. I first started using LensRentals an incredible…
-
Continue reading →: Adding mermaid diagrams to WordPress
Well, now that the rendering of LaTeX worked, might as well get diagrams working the same way. It’s the same idea, there is a WP Mermaid plugin and there is both Gutenberg block and there is a shortcode [ mermaid ]. Note that after you install a plugin, you need…
-
Continue reading →: Getting LaTex formulas to appear in WordPress with Katex
Well, there are two good options: Use the Unicode characters for mathematics in simple one-line formulas and then add the Greek keyboard for things like pi or π by using the Globe icon 🌐 to switch to Greek and type a p. On a Mac, you get these with CTRL-CMD-Space…