I found myself enjoying reading comments from people only to realize that most of the time its the same people over and over again. Is there any sort of "HN follow" tool or service, where I can receive daily/weekly email with all the comments made by Hacker News users I "follow" ?
Not by default, but you could cobble together something yourself pretty easily. You can see a given user's comments using something like:<p><a href="https://news.ycombinator.com/threads?id=joering2" rel="nofollow">https://news.ycombinator.com/threads?id=joering2</a><p>There's also an older thread that mentions somebody implementing something like this using the hnrss service, but I'm not sure if that's even still up or not.<p><a href="https://news.ycombinator.com/item?id=25058236" rel="nofollow">https://news.ycombinator.com/item?id=25058236</a>
You could setup an RSS reader with hnrss[0] to follow a particular user's posts and comments. This has been working pretty well for my own purposes. From there, the frequency of your updates should be configurable by whatever RSS reader you choose.<p>[0] <a href="https://hnrss.github.io/#user-feeds" rel="nofollow">https://hnrss.github.io/#user-feeds</a>
example URL:<p><a href="https://news.ycombinator.com/threads?id=joering2" rel="nofollow">https://news.ycombinator.com/threads?id=joering2</a><p><a href="https://news.ycombinator.com/threads?id=FOLLOWEDUSER" rel="nofollow">https://news.ycombinator.com/threads?id=FOLLOWEDUSER</a><p>you can write a cron to step through a list of usernames ; pack each one into a URL; scrape it and do a sendmail