Hacker News new | past | comments | ask | show | jobs | submit login
Github powered comments (bradleyfew.com)
81 points by applebiz89 on Feb 12, 2013 | hide | past | favorite | 17 comments



This would be more impressive if it were backed by a Gist or something so you could actually clone your comments for use offline. As it is it's just using GitHub's proprietary storage backend through the issues system. So it's no different than just using Disqus or something.


That's a pretty cool idea, actually.


Very nice. Still, I made the same thing 2 years ago: http://ivanzuzak.info/2011/02/18/github-hosted-comments-for-...

The only difference is that I don't require users to log-in via OAuth, rather I point them to the issue page with the comments and they enter their comments there (which are then displayed on my blog). Less OAuth fuss (both for me and for users) with same functionality.


I would really rather just type my name in than give any random blog I want to comment on permission to "Update your public repositories (Commits, Issues, etc)."


It requires that role to make new issue comments on your behalf, no way around it.


That's more than a bit of a deal breaker. Can't believe how many people have just handed him the keys to their Github account. It's the ultimate hacker honey pot!


It's the same info you'd give Dabblet or CodePen.


Well I wouldn't give it to them either.

Seriously, you would give a 3rd party full commit access to all your repos? That's crazy talk.


Yeah, can't you define what permissions you use, similar to how google oauth operates?

With github, shouldn't: - Read your public information.

Be enough - it's no more than anyone else can find out about you!


It asks for permission to update not just issues but my public repositories as well. Does that mean that I am giving him full rights to commit stuff to my repos by posting a comment?


Unfortunately, there isn't a scope to give access to read/write just issues.


GitHub needs to fix that...


That's nasty. Sounds like a surefire road to compromised projects.


And here are the comments in the issue tracker:

https://github.com/sirbrad/sirbrad.github.com/issues/3


For my podcast I did something similar using Github to be a wiki for user contributed shownotes. If users want to contribute to the shownotes, they just send me a pull request. When I merge, it shows up on the site.

https://gist.github.com/Apreche/3622666

https://github.com/Apreche/FRC-Shownotes

example:

http://frontrowcrew.com/geeknights/20100701/non-legos/


I've been wondering recently if I can use Github's Inline Commit comments to allow inline commenting on articles/stories I write (while in draft mode). I did think the DjangoBook was onto something when they had theirs in 2006.

The kind of reviewers I have won't/can't use GitHub directly, so it needs an alternative UI.

The drawback with GitHub commit comments for this purpose is they don't persist between updates until the comment is marked as closed; something I understand BitBucket has sorted. Hmmmm...


Quite an interesting idea. But as it depends on the github-api, not so much for my site, as I am trying to cut all outside dependencies.

But for a lot of use-cases, this looks very, very promising.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: