Hacker News new | ask | show | jobs
by switchbak 820 days ago
Long running async stuff where I want to be notified when it's done.

Things like: - run all the functional tests - rebuild a docker image - rebuild the docker image AND run all the tests AND reformat the code ...

It's such a simple idea, but super useful. Think something like this: https://github.com/jamesridgway/devdeck

I haven't made it publically available, as it's SUPER raw/tailored for me.