Hacker News new | ask | show | jobs
by timsayshey 943 days ago
Inspired by this post I threw together a new open source desktop app that has an annoying always on top window that has a flashing timer, this seems to accomplish the same thing. https://github.com/timsayshey/cringe-clock
2 comments

That's cool! I get stressed just looking at it ; )

Jokes aside, whatever works...

For me a side device with a pulsating red light with a heart sync for the lope do the gig!

Deadlines comes free.

Nice one!

How were you able to manage the window always being on top? I thought you had to disable SIP for that on MacOS.
In Electron it's super easy. Just set alwaysOnTop to true: https://github.com/timsayshey/cringe-clock/blob/main/src/bac...