Live data from Hacker News

Show HN: GitHub File Watcher – get notified when files change in a GitHub repo

github-file-watcher.com

1–10 of 30 posts

Re: Show HN: GitHub File Watcher – get notified when files change in a GitHub repo

#3

This was posted a day ago. Source: https://news.ycombinator.com/item?id=10690114

Yes, on HN reposts do not count as a dupe if the story hasn't had significant attention yet. In fact we invited the submitter to repost this one, which we sometimes do when a story seems like it would interest the community and deserves a second chance at attention.

Re: Show HN: GitHub File Watcher – get notified when files change in a GitHub repo

#4
post #3

This was posted a day ago. Source: https://news.ycombinator.com/item?id=10690114

Yes, on HN reposts do not count as a dupe if the story hasn't had significant attention yet. In fact we invited the submitter to repost this one, which we sometimes do when a story seems like it would interest the community and deserves a second chance at attention.

Out of curiosity, when you ask someone to resubmit do you email them or is there some on-site messaging mechanism?

Re: Show HN: GitHub File Watcher – get notified when files change in a GitHub repo

#5
post #3

Earlier quoted context omitted.

Yes, on HN reposts do not count as a dupe if the story hasn't had significant attention yet. In fact we invited the submitter to repost this one, which we sometimes do when a story seems like it would interest the community and deserves a second chance at attention.

Out of curiosity, when you ask someone to resubmit do you email them or is there some on-site messaging mechanism?

Email (I've gotten one)

Re: Show HN: GitHub File Watcher – get notified when files change in a GitHub repo

#9
Using "github" in your domain name limits you to github (many other repository services exist) and makes you a potential target for trademark claims.

Also, I think you are onto something. Git remotes are mostly passive, where you have to pull to see whether there are any updates. There is no subscription model to get notified of changes. You have to actively pull to find out what is new.

You should try to make this as a standalone service, which works with Git remotes, not just a Git hosting party. Then locally, you can pull the repo/commits and check what has updated (diff) and inform subscribers accordingly.

Re: Show HN: GitHub File Watcher – get notified when files change in a GitHub repo

#10
post #6

You can also just subscribe to commits via RSS.

Yes, you can. But that's not as granular as watching for changes on one or more specific files. The atom feed provided by GitHub provides the commit message, author, thumbnail, and date only.
Post reply on HN