LoopedNetwork·Jun 18, 2023Sublime Text Tabs and SpacesAs I mentioned in a recent post, I’ve been using Sublime Text a decent bit. One issue I discovered myself running into was a conflict…
LoopedNetwork·Jun 11, 2023Sublime Text Package ControlSince it’s been my main language for the past year, I’ve lately been trying to do a better job of being “Pythonic”. Luckily for people like…
LoopedNetwork·May 28, 2023Fedora Gnome Software Caching ProblemsI recently wanted to install Steam on my Fedora Linux laptop. A quick search on the proper way to do so showed that it could be done via…
LoopedNetwork·May 21, 2023Hugo Yearly Post DirectoriesThis post is a bit of an oddity since I had originally written it when I (briefly) returned to Hugo for my personal blog. I have since…
LoopedNetwork·Nov 17, 2022Real Time Error Checking And Code Completion With NeovimI had written a few months ago on Medium that I was trying to switch from using VS Code as my main editor to Vim. As I mentioned in that…
LoopedNetwork·Sep 17, 2022Fixing Manjaro Linux Invalid Or Corrupt Package ErrorAs the title alludes to, this morning I tried updating my Pinebook Pro running Manjaro Linux through my normal method:
LoopedNetwork·Sep 15, 2022Extracting Audio From Video With FFmpegJust a few moments ago I needed to extract the audio component out of a video file into some type of standalone audio file, like .mp3…
LoopedNetwork·Sep 10, 2022kubectl logs Symbolic Link ErrorI recently ran across an interesting error with my development Kubernetes cluster, and while I still have no idea what I may have done to…
LoopedNetwork·Sep 7, 2022kinit Fails Only When Using Keytab FileLately I’ve been working through getting WinRM connectivity working between a Linux container and a bunch of Windows servers. I’m using the…