Tip

March 2, 2024
So this one caught me off-guard. I’m currently working on a project that uses an ESP32-S2, and for expedience I’m working with the Arduino framework. It’s just faster that way, honestly.
February 13, 2024
Every once in a while, I do something stupid. One of the things I don’t want on this blog is data about my location. The problem is that modern cameras – especially cell phone cameras – include your latitude and …
February 12, 2024
I’ve been trying to force myself to learn about zsh since Apple switched the default shell (why, Apple, why?!). One of my biggest annoyances has been the unexpected munging of the Meta-Backspace combination.
January 17, 2024
I’ve been making a number of changes in my local environment (more on that in a few days I think), and I ran across a problem that is, as far as I can tell, fairly undocumented.
April 13, 2023
The common i2c bus (or TWI, or whatever non-trademarked name your manufacturer is using) is fairly easy to design with. It’s just a couple of wires, right? Well, mostly… You also need a pair of pull-up resistors.
April 3, 2023
If you prowl web sites that discuss embedded hardware and operating systems, you will occasionally find people complaining that Linux is not a “real-time operating system”. What do they mean by that? Why is it important? Why do we …
March 13, 2023
Earlier today I was working on a new post – and yes, I’m actually writing new content, and not just about Hugo! But that’s not the point. The point is, I came across an annoyance, and managed to also find a …
March 11, 2023
When we think of a blog, we typically think of the content – but in practice, we also have to worry about the taxonomies. Tags and Categories, oh my! These are hard enough to manage with a live system like WordPress; how do we do …
March 9, 2023
While Hugo is overall quite excellent, it does have a few warts, and one in particular was a problem for this site. Sometimes I write fairly long articles, and they don’t really lend themselves well to being a single huge …
April 6, 2019
I’m currently planning the installation of a structured wiring cabinet, and came across things I didn’t know – like the fact that keystone fiber jacks can be made from a variety of materials. This apparently matters.
January 27, 2019
If you’ve ever set up DNS forwarding on a Ubiquiti EdgeRouter and have your own internal authoritative DNS servers, then you may have noticed that it doesn’t quite work right. If you look up the hostname of your router via the …
January 13, 2019
Code verbosity is one of those topics that everyone has an opinion on – and mine will probably differ from yours. One of my particular quirks is that I like my code to fit in 80 columns wherever possible (or 132 on some …