fungos' home

a bit of anything

A deep dive with Dolphin

or, how systemd broke my file manager. TL;DR This post documents my deep dive into debugging a frustrating issue with KDE Dolphin's startup delay, caused by a kernel incompatibility with an upgraded systemd. Here is how I identified the issue and resolved…

Continue Reading →

cr.h: A Simple C Hot Reload Header-only Library

Recently I've been back to hobby coding simple C stuff, and one project that I'm doing with a friend tries to simply emulate some old game. The idea is really basic, but we want to do it in the C-style without over engineering or losing track of the hobby…

Continue Reading →

Setting Up a Rust Environment on Windows

2025-05 NOTE: This is a very old post. Since then, many improvements have been made, mainly with rust-analyzer becoming the state-of-the-art analyzer replacing RLS. However, this information is still useful. Some links have been updated. When I talk about…

Continue Reading →