Hacker News new | ask | show | jobs
by soared 2608 days ago
This looks cool, but it seems like a great example of when a gui would be better than a command line.
3 comments

I disagree.

All GUI tools are limited and soon you get out of the comfort zone if you use them for more then 2 things.

That is the main reason I created AU framework[^1] for chocolatey which main choco repo uses to daily watch and update 250+ packages[^2]. Previously they used Ketarin tool which is GUI and was very limited and hard to on-board too. Its basically this, but you program simple PowerShell functions that can check for changes using whatever available in .NET.

The same goes for any declarative tool - you simply need a good programming language all the time.

[^1] https://github.com/majkinetor/au [^2] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7...

I completely agree, would be interesting to see if a Qt GUI can be made with this as the underlying engine.
I use Distill for this which is implemented as a browser extension. Works pretty well: https://distill.io/
Anything in the open source realm with a similar use case of watching for something specific to change on a web site?

Would be nice to run this from a home server/raspberry pi.

I don't know about OSS server side software, but I use the free version of Distill on my own computer in the browser, so it's run locally. My browser is always open, so it's a good platform for checking changes.
Change Detection on F-Droid is pretty great, not sure if you wanted it on a PC or not.