Haiku OS Themes

I created these Haiku OS themes and a wallpaper over the weekend. View the info file to see how to install. They require ThemeManager, which can be installed from HaikuDepot. I did not create the wallpaper in the dark them. Attribution in info file also. The irritations: Things seem inconsistent in Haiku, it’s not a […]

Get Amazon Affiliate Links With Image From Python Using Amazon’s API.

This script will show you how to build an Amazon affiliate link with image from the new API that generates HTML that can be inserted into a blog. I made this as an example for my wife. She ended up using a plugin in WordPress. It uses python-amazon-paapi to do all the heavy lifting. You […]

Remove old snap data for uninstalled snap apps with Python

Snaps do have a purge argument but I always forget to use it. I wrote a script in Python to help with my laziness. This will only remove snap data for apps that have been uninstalled. If you want to keep the data and configs for some apps you will need to include the name […]

My favorite open source apps of 2023 that you may not have seen.

Here are a few tools I have been using this year. I absolutely love these open source apps and I think you might too. Amberol Amberol is a music player with no delusions of grandeur. If you just want to play music available on your local system then Amberol is the music player you are […]

How to get your encrypted Amazon e-books to ePub

Capitalism sucks and it is very apparent when you buy Amazon e-books. Don’t think locking books you buy down to Amazon and their eBook readers is good for authors. It is for Amazon investors and Bezos, period. Notice how easy they made if for authors to publish on their platform and the lack of editor […]

Show HEIC thumbnails in Gnome Files

This is all that is needed to get Apple HEIC image thumbnails in the Gnome file manager. I am currently running Ubuntu 23.04 but this should be similar in most distros using their package managers. It’s so easy a caveman could do it… sudo apt update sudo apt install libheif1 heif-thumbnailer heif-gdk-pixbuf That’s it. You […]

Creating a simple radial percent gauge in Flet

I was cleaning up and found some old gauges I had built years ago. I created the images in Inkscape and likely deleted the Flash and JavaScript code. Anyway, since I am really digging working with Flet I thought it might be cool to re-purpose the images and create a radial gauge in Flet. Setup […]

Interesting Linux Graphics Applications

I love working with graphics on my Linux machine and in looking for new tools I found a couple fairly nice Linux graphics applications that I have not seen before, along with a few I have. I hope they are useful to you as I find them to be nice additions to my graphic tool-sets. […]

Install NovelWriter in an isolated Environment with Pipx

novelWriter is a Python GUI program used for authoring novels and short stories. Pipx will isolate all the various libraries and source code without the need to create a virtual environment or simply installing in the system’s Python environment. For this how-to I will be installing on Fedora 37 but this should be a similar […]