Quick install xonsh Python Shell with Pipx

xonsh is a shell like Fish or Bash that gives you the ability to execute Python directly in the shell. You can install xonsh with pipx or just create a virtual environment yourself and pip install everything you need. This covers everything I need though, unless you wish to use…

read more

CachyOS and KDE

I was shopping around for a new Arch based distro as I was having some issues with Manjaro and Garuda. Yes, I could install Arch. I have done this, and it was as annoying as Slackware back in the nineties. I suppose I could use the install script, basically how…

read more

Manjaro Sway (swaybar) Weather Script

wybar weather screenshot

I installed Manjaro Sway to check it out and noticed the temperature returned by the included Manjaro Sway weather script was wrong or not updating to the current temp. It seems Manjaro has their own API generated from Open Medeo data. I decided to write my own and go straight…

read more

SQLite Class For Xojo Desktop Applications

I wrote a SQLite class for Xojo as a convenience for myself as I got tired of rewriting database code anytime I wanted to create a simple application in Xojo. Xojo is an IDE and GUI designer that uses the Basic programming language. It compiles to Windows, Mac OS X,…

read more