Category: Projects

Catching a Local Disk Leak With an Event-Driven Filesystem Watcher

My PC storage started shrinking with no clear cause. Usual disk tools showed growth but not the live source. I wrote DeltaWatch to observe changes as they happen and spotlight “which directories are changing size right now.” DeltaWatch listens to OS filesystem events (no scanning) and sorts directories by live size delta. Point it at a suspect root, optionally hide...

Playlist Sync Matcher (PSM)

Have you ever wondered which tracks in your streaming playlists you already own, which ones are missing, and how to create working local playlists without manually rebuilding them? playlist-sync-matcher (PSM) is a small personal project designed to bridge the gap between streaming playlists (currently Spotify) and your local music library. It generates M3U/M3U8 playlists that point to real files and...

Context Window Fetching & Token Counting Fix for Kilo Code and LM Studio

Tools like Roo-Code and Kilo Code have become increasingly interesting for developers wanting to leverage locally hosted AI models. Such extensions generally depend on an OpenAI-compatible API that provides essential model metadata, such as the contextWindow. LM Studio, a popular choice for hosting local models, provides a compatible API, but currently omits the contextWindow property, leading to compatibility issues with...

Show Buttons
Hide Buttons