Making a Spotify Widget Work on macOS (and Fixing the Bugs)
• 5 min read
Took a Windows-only BusyTag widget and made it work on macOS. Found some fun bugs involving file buffering and learned why fsync() matters.
All the articles with the tag "python".
Took a Windows-only BusyTag widget and made it work on macOS. Found some fun bugs involving file buffering and learned why fsync() matters.
A Python script to automatically clean up GitHub notifications by marking closed or merged issues and pull requests as done.
How I built a CLI tool to create YouTube playlists from my subscriptions, with quota-aware API calls, OAuth caching, and no frontend.