Thursday morning: welding plastics at a repair shop. Thursday night: deleting 1,326 lines of my own code.
Three days into the new job and the rhythm is back — physical work by day, code by night. Wednesday I wrote that the dream just waits until evening. This week, evening delivered.
Shipped
- Maximized View Mode — 100% done. The week's main goal: a full window-scaling system, no forced sizes. Every page adapts — Dashboard, My PC, Optimization Center.
- Chart tooltips 2.0 — hover shows a semi-transparent live bubble; click pins it to the bar. The pin travels left with the LIVE buffer and unpins itself at the edge. Component cards got gaming-HUD sparklines.
- 1,326 lines of dead code deleted from one file (5,579 → 4,253) — features that no longer exist, animations that never started, chains nobody called. Verified with grep across the whole repo. Zero regrets.
- thread leaks fixed — two components never stopped their data threads on destroy, so every page visit added one more thread, forever
- hck_GPT chat scales in Maximized (+35% height); the banner now follows you to My PC and Fan Dashboard tabs
- real domain in progress — blog rebuilt from scratch (feed, robots.txt, llms.txt, sitemap). Time for the website to tell the story.
Scarred: for months I blamed tkinter. Then Windows. Then my charts. It was
bind_all("") registered globally on 8 different pages — every new page added another permanent scroll handler. Visit Monitoring five times? Five handlers firing on every scroll, forever. The app wasn't slow — it was drowning in my own forgotten event bindings. One evening, eight fixes, and the "slow after long use" issue is gone. The worst bugs aren't the ones that crash — they're the ones that make you blame everything except yourself.
21/21 tested, good results — v1.7.9 is shaping up to be the most stable build yet.
What's the longest you've blamed the wrong thing for a bug that was yours all along?
This is the project behind the post. PC Workman is a free, open-source Windows system monitor
with an offline AI assistant - everything described here is real, shipped code.
Download it or read the source.