Friction in the Hugo composition process — Part 1

I would write more, I say, if it was easier to start, write and publish a blog entry.
Read more →

Ruby gems: Using Linux/BSD packages vs. gem install

As a Ruby user and programmer, I thought that Linux distributions and BSD projects offered packaged versions of Ruby gems to add sanity and stability to a computer. The problem is that every distribution and project packages a different subset of all the Ruby gems available. I’ve always tried to use as many “packaged” gems as possible in the systems I run — chiefly Debian and Fedora Linux, along with OpenBSD.
Read more →

Ruby gtk3 GUI applications ARE cross-platform

I’ve been intermittently struggling and totally forgetting about the best way to create cross-platform GUI applications. I’ve veered between Tk for Ruby or Python, JavaFX and Qt. I recently stumbled on GTK3 in Ruby, and I’ve been going through a couple of tutorials in an attempt to figure it out. Since I’m back on Debian Stable for 90 percent of my computing, I figured I’d give GTK3 a try. I knew that you could run GTK apps in Windows (and presumably also on MacOS), but maybe I’d have to resort to exotic packaging to make it happen.
Read more →