Those of you who hang out in my Discord server may have noticed recent chatter about DWM. I have recently made the switch back to DWM after a long old time on BSPWM. Before I talk about this topic I need to address the elephant. Many people have said that the ‘Suckless’ project are have…
Category: Linux
The most interesting Computer crash I have ever had.
A computer can crash. It happens a lot and takes many forms. Sometimes the application freezes, sometimes the desktop environment freezes. Sometimes its X that freezes and some times its just bloody well locked up. When this happens the motivated and technically savvy users will try and get a handle of what has crashed, why…
Debian: Final Destination?
As I have said in many videos and Trendy Talk Episodes (stay punk!) I regretted installing Endeavor-OS when my Arch install died due to a series of unfortunate events. I should have moved to Debian here and then. This remained true for months until, this week when I ran ‘yay’ to be greeted with ten…
I made a Discord bot in Python.
I am what you would call “programming interested” not a “programmer” and while I have been muddling through learning C for a few months now I decided to give python a look for fun. Literally one book later I had the skills required to start making thinks. Which was nice. So with that in mind….
Distro thought’s: Endeavour.
Sensible defaults and a great installer. I wrote a blog post recently outlining my adventures with BIOS updates and sketchy mesa updates. In that blog I talked about how and why I ended up installing Endeavour. First thing I should say is that aside from open SuSe, Endeavour has the best install process out there….
GNU Stow
I made a Video about GNU Stow a while back. The general idea behind it is that it works by using symlinks to essentially automatically manage your files. Most people use them for DOT (Config) Files. Heres a super basic guide so you know how to use it… install Stow (sudo pacman -S stow) Make a folder…