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
Show HN: Markdown HN profiles at {user}.at.hn
151–160 of 169 posts
Re: Show HN: Markdown HN profiles at {user}.at.hn
#152Earlier 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…
Re: Show HN: Markdown HN profiles at {user}.at.hn
#153Linkblogs are back in vogue: https://stormgrass.com/the-rebirth-of-the-linkblog/
Re: Show HN: Markdown HN profiles at {user}.at.hn
#154How 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
Re: Show HN: Markdown HN profiles at {user}.at.hn
#155Man, that is a costly domain TLD to be playing around with. Nice 2-character domain you got. Best of luck and have fun.
Re: Show HN: Markdown HN profiles at {user}.at.hn
#156Re: Show HN: Markdown HN profiles at {user}.at.hn
#157Earlier 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?
Re: Show HN: Markdown HN profiles at {user}.at.hn
#158How 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
Re: Show HN: Markdown HN profiles at {user}.at.hn
#159How 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.
Re: Show HN: Markdown HN profiles at {user}.at.hn
#160Earlier 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.
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.