nextcloud as a dropbox replacement
Getting tired of the constant nagging to upgrade because your free 2 GB storage is almost half full? Do you want to use more devices than just 3 to synchronize your Dropbox files to? Do you dislike...
View Articlemy default apps for 2023
I saw these default app posts go around on the fedi, so I thought I’d chip in and list what I typically use for various tasks. A lot of people contributing are on Macs, so I’ll weigh in with my...
View Articlerun Faircamp on Windows with Docker
Faircamp is like a DIY Bandcamp for artists wanting to put their music online, independently. With Faircamp you can generate a static website, and host it anywhere. No need for a SQL database or PHP...
View Articlevim: switching from vundle to the minpac plugin manager
Let’s geek out over Vim once more. So Vundle, the package manager I was using until now, suddenly broke on me. It hasn’t been updated for a long time, so it was bound to happen I guess. Vim now has a...
View Articleblocking AI crawlers with robots.txt
You probably heard about those big nasty tech companies that crawl the internet and use anyone’s content to train their Large Language Models. They might be crawling your blog or website, without...
View Articlehow to upgrade to .NET framework 4.8
A while ago, I had to migrate a large legacy .NET Framework website to the latest 4.8 version. Recently, I had to do this again for a number of smaller projects, so I had to look up my notes again on...
View Articleusing git for journaling, part 2
In a previous post, I explained how you can use Git for journaling, or keeping a work log. I’ve been using this for a while, and of course I’ve been writing a bit of a PowerShell script to make this...
View Articlebulk renaming files with powershell
I bet you’ve run into situations where you have a ton of files that should be partially renamed, but Windows can’t help you with the bulk renaming because it can only do “Your new name (1).jpg” to...
View Articlehow to delete your tweets in 2024/2025
Don’t want to stick around on Twitter and don’t want your old tweets being used to feed Musk’s AI plans? Damn right. Here are 2 projects to delete your old tweets with, now that the Twitter/X API’s to...
View Articlebuild a static website using Pandoc
Static websites are all the rage these days, and I get it. They are fast, secure, low maintenance and future-proof. I know the free and open source tool Pandoc can generate HTML files from Markdown,...
View Article