
Nine Years of Almost: My Raspberry Pi Love and Hate Journey
Intro My relationship with the Raspberry Pi has been ambiguous for the last nine years. On...
Tag archive

Intro My relationship with the Raspberry Pi has been ambiguous for the last nine years. On...
A decorative animation can sit outside a scroll viewport while its widget still reports isVisible()...

It turns out, I got the timeline wrong. The first bit of work I did on Packet Sender was to test...
What I learned building and publishing a translucent countdown, clock, and stopwatch widget for KDE Plasma 6.
I maintain Fluent-Qt, an open-source C++ component library for Qt Widgets. The project started from a...

As I stated in my introduction, the first piece of work I did on Packet Sender was fix the Snapcraft...
🚀 Building GXBackup: A Smart, Load-Aware Linux Backup Utility in C++17 and Qt 6 When...
SnapDrawSticker: Open‑Source Screenshot & Sticker‑Making Tool for...

This is a submission for DEV's Summer Bug Smash: Smash Stories powered by Sentry. Written with the...
Why C++ programs crash even when the code and memory are correct — the thread is...

First, go press a button Before the story, the thing itself. Open this in a browser...
Three copies of the same tray app were running on my KDE desktop. Tracing it through the process tree, KDE's parallel launch channels, a missing single-instance check, and a generic .desktop file — then adding a QLocalServer guard and getting it merged upstream.