Live data from Hacker News

Show HN: Markdown HN profiles at {user}.at.hn

at.hn

151–160 of 169 posts

Re: Show HN: Markdown HN profiles at {user}.at.hn

#151
post #84

How hard is it to export all of the comments someone has written on HN? I have been thinking about converting my HN comment history into something like a blog. Each entry would show the title of the submission, link if applicable, and the comment and link to comment thread. Maybe you could provide that service for a small fee. https://github.com/runvnc/hncomments

Write an GDPR request … and wait.

Re: Show HN: Markdown HN profiles at {user}.at.hn

#152
post #135
post #120

Earlier quoted context omitted.

Any OF models would be met with HN users over-explaining their own economics to them and how it's a terrible business that'll never work. These models will also learn they don't even have a moat to differentiate themselves from other offerings and should keep their development jobs. :)

I don't think people discovering these profiles on HN is the concern here. The true problem with OF models is due to an iterated mutual tit-for-tat strategy between OF models and popular groups on social media platforms: 1. OF models (or people acting on their behalf) want to promote themselves using popular groups/pages/channels on social-networks — they spam posts to these places, seeming to be authentic engagement…

I am wondering why we don't see more OF models using custom domains instead. $10/yr shouldn't be too big of a price for them. Perhaps those About You page services don't support that?

Re: Show HN: Markdown HN profiles at {user}.at.hn

#153
I'd love to do something similar that uses your HN favorites (I.E.: https://news.ycombinator.com/favorites?id=padolsey) and publishes it as a linkblog. Should expose an RSS feed as well. If you made a top-comment on a favorite it should use that as a description.

Linkblogs are back in vogue: https://stormgrass.com/the-rebirth-of-the-linkblog/

Re: Show HN: Markdown HN profiles at {user}.at.hn

#154
post #84

How hard is it to export all of the comments someone has written on HN? I have been thinking about converting my HN comment history into something like a blog. Each entry would show the title of the submission, link if applicable, and the comment and link to comment thread. Maybe you could provide that service for a small fee. https://github.com/runvnc/hncomments

Also would be interesting to see my downvotes to upvotes ratio, compared with others.

Re: Show HN: Markdown HN profiles at {user}.at.hn

#157
post #135

Earlier quoted context omitted.

I don't think people discovering these profiles on HN is the concern here. The true problem with OF models is due to an iterated mutual tit-for-tat strategy between OF models and popular groups on social media platforms: 1. OF models (or people acting on their behalf) want to promote themselves using popular groups/pages/channels on social-networks — they spam posts to these places, seeming to be authentic engagement…

I am wondering why we don't see more OF models using custom domains instead. $10/yr shouldn't be too big of a price for them. Perhaps those About You page services don't support that?

low tech savvy-ness

Re: Show HN: Markdown HN profiles at {user}.at.hn

#158
post #84

How hard is it to export all of the comments someone has written on HN? I have been thinking about converting my HN comment history into something like a blog. Each entry would show the title of the submission, link if applicable, and the comment and link to comment thread. Maybe you could provide that service for a small fee. https://github.com/runvnc/hncomments

Using the algolia api https://hn.algolia.com/api/v1/search?tags=author_ilaksh,comm... You'll need to paginate it, as it's limited to 50 results per page, like so: https://hn.algolia.com/api/v1/search?tags=author_ilaksh,comment&hitsPerPage=50&page=1

Or HN's actual API, which isn't rate limited: https://github.com/HackerNews/API

Re: Show HN: Markdown HN profiles at {user}.at.hn

#159
post #84

How hard is it to export all of the comments someone has written on HN? I have been thinking about converting my HN comment history into something like a blog. Each entry would show the title of the submission, link if applicable, and the comment and link to comment thread. Maybe you could provide that service for a small fee. https://github.com/runvnc/hncomments

> export all of the comments someone has written Please remember that users gave a license to their content only to HN, not everyone. Using their data without their consent might come afoul of copyright laws.

There are already numerous third party sites that crawl HN and use its API. Your comments here are public, no one needs your permission to use them.

Re: Show HN: Markdown HN profiles at {user}.at.hn

#160
post #159

Earlier quoted context omitted.

> export all of the comments someone has written Please remember that users gave a license to their content only to HN, not everyone. Using their data without their consent might come afoul of copyright laws.

There are already numerous third party sites that crawl HN and use its API. Your comments here are public, no one needs your permission to use them.

So if you put a photo up on instagram I can yoink it and use it as I see fit?

I suggest reading the legal print: https://www.ycombinator.com/legal/

> By uploading any User Content you hereby grant and will grant Y Combinator and its affiliated companies a nonexclusive, worldwide, royalty free, fully paid up, transferable, sublicensable, perpetual, irrevocable license to copy, display, upload, perform, distribute, store, modify and otherwise use your User Content for any Y Combinator-related purpose in any form, medium or technology now known or later developed.

It says here I grant Y combinator (and its affiliated companies; hm...) a licence, not that I grant it to some rando with a scrapper (or using an API). Anyone that's not Y combinator (and its affiliated companies; hm....) that's using my content posted here is doing so without any licence to do so from me, potentially violating my copyright rights.

Post reply on HN