-
How to Find What’s Taking Up Disk Space on a Linux Server
If you’ve come to this article, it probably means you’re getting “no space left on device” errors. I’ll help you fix that by finding which files are taking up the most space. First, make sure you are working as the root user. Now check which disk is full. You should see a list of all […]
-
How to Get a Standalone Apple Music App in Linux (with Dark Mode)
I recently switched from Spotify to Apple Music, which left me without a dedicated music app on my Linux PCs. Apple doesn’t have a Linux version of their Music app. There are some third party Apple Music apps available as snaps, but I personally don’t like snaps, nor do I trust software from lesser known […]
-
The svelte-strip Utility and Svelte Material UI v6
SMUI (Svelte Material UI) version 5 introduced TypeScript typing! Yay! This was a huge endeavor, and I’m really happy with how it turned out (I found several bugs during the TypeScript conversion). However, there is one big problem with SMUI v5. The Problem If you’re using TypeScript, you’ll absolutely love the new version, but if […]
-
Nymph.js, the Nymph ORM in Node.js
Nymph was a PHP ORM for the first 12 years of its life. As we all do though, Nymph is going through some big changes around this age. Introducing Nymph.js. Nymph.js is a complete rewrite of Nymph in TypeScript for Node.js. While migrating, I made some major improvements. Basically, things I wish Nymph had when […]