There are many good fonts, but a few are terrible. In linux, we can force a replacement of a particularly hated font: Comic Sans Terminal sudo vim /etc/fonts/local.conf In this file, this will do it: <?xml version=”1.0″?> <!DOCTYPE fontconfig SYSTEM “urn:fontconfig:fonts.dtd”> <fontconfig> <match target=”pattern”> <test qual=”any” name=”family”><string>Comic Sans MS</string></test> <edit name=”family” mode=”assign” binding=”same”><string>Ubuntu</string></edit> </match> </fontconfig>… Read More


One of the benefits of the new house is my little workshop. I used to carry the lathe in and out to the back patio anytime I wanted to turn a pen or a muddler. That also meant that I never used the bed extension. Today I finally built a lathe stand. It’s quite simple… Read More


I built a one handed keyboard last year and it got me hooked. This week I finished my third keyboard build: I’ve been using may handmade split planck for a while now, and I love it. It is fast and efficient and a joy to use. However, it is not awesome for games. The lack… Read More


I like the potential of electrical conduit for construction. I’ve seen people sell expensive connectors that turn these into a construction set, but why do that when I have a 3d printer? I modeled some tabletop connectors in OpenSCAD and then some tenons that go in the end of a piece of conduit and then… Read More


I wanted to build a left-handed gaming keyboard, mostly to see if I could. Here’s what it looks like: Constraints There actually are already one-handed gaming keyboards on the market. They range from the $130 setups from reputable brands to $25 no-name Chinese gadgets. It was important to me to: build this myself spend less… Read More


One way to make writing more fun is to use a fountain pen. A standard fountain pen has an iridium ball on the tip that allows the pen to write consistent lines at any angle. This is great, except when you want a pen that reminds you of the signers of the US Constitution. For… Read More