If you are having trouble working with CSV files in Powershell, all you need to know is that it’s just an array full of objects. This is the most straight forward and least confusing way to work with them.
Pipewire Install on Manjaro 21.2.1, Updated instructions.
DISTRIB_ID=ManjaroLinuxDISTRIB_RELEASE=21.2.1DISTRIB_CODENAME=QonosKERNEL=5.15.12-1-MANJARO The procedure is similar to my previous install example. I used the graphical software installer to replace pulseaudio with pipewire. I also have Pipewire running on Pop! OS 21.10 following this. I uninstalled all installed pulseaudio products. This will also remove plasma-pa and KDEConnect. I then installed everything labeled…
Garuda LXQt-kwin Linux, Worth It?

Is Garuda LXQt worth the time and effort to install, setup, and theme? I am on the fence but likely not.
Simple Sort Enabled Paginated ASP Table
I don’t do a lot of web development, certainly when I do it’s in PHP running in Apache and not C# ASP in IIS. But recently I had to build some tools in ASP using C# to replace my older Python/Apache site. I am learning as I go; although, I…
Installing Yabridge on Manjaro
How to easily install and configure Yabridge VST on Manjaro. Yabridge is a tool that allows Windows VSTs to run on Linux as transparent as possible. It requires Wine to be installed.
Glitchy Title Effect in KDEnlive, in Five Minutes!
Glitch effect in KDEnlive. Just for fun…
Name Capitalization Class in C# and PowerShell
Little class in C# and PowerShell that allows you to easily capitalize a user’s name.
Getting Started with Muse 4 Linux DAW
Muse 4 is an open source DAW running on Linux. This video will get you started.
Replaced pulseaudio with pipewire on Manjaro and I am not looking back!
This is outdated, please use these updated instructions. This is just a quick post. I saw pipewire run across the updates list a week or so ago and decided to move to it fully since Manjaro is willing to add pieces now. I was rather paranoid so it has taken…
A Simple Python Flask Web App
There are times when you need a very simply tool to do something rather trivial that needs to be accessible to various users. If it’s simple enough it seems rather silly to stand a server and install Apache to make some simple configuration changes. This is where Flask can shine….