Show HN: A new way to view IAmA's on Reddit
61–70 of 70 posts
Re: Show HN: A new way to view IAmA's on Reddit
#62Does this also support http://www.reddit.com/r/ama ?
Re: Show HN: A new way to view IAmA's on Reddit
#63Earlier quoted context omitted.
I'd recommend changing some CSS on the H2 elements. You have line-height and font-size both set to 15px, which gives the multi-line H2s no room to breath. I'd also ditch Open-Sans for Helvetica-Neue, which is more readable, remove font-weight:bold (it's too much bold on the page), and tweak the margins. Before: http://i.imgur.com/vaf7U.png After: http://i.imgur.com/a8bHS.png
Thanks a lot for those suggestions! That looks fantastic. I actually tried to get a designer on board to help with the front-end, but unfortunately he wasn't able to help out. So I did the best I could. :) I will definitely implement these font changes. :)
Re: Show HN: A new way to view IAmA's on Reddit
#64Re: Show HN: A new way to view IAmA's on Reddit
#65Re: Show HN: A new way to view IAmA's on Reddit
#66Re: Show HN: A new way to view IAmA's on Reddit
#67I have emailed Reddit about the legality of this project. (Have not received a response yet) So far it seems likely that I will have to take down the site. So consider this a small preview I suppose. I plan to port this to a Chrome Extension. Do you guys find this format much more readable than the current completed IAmA?
Re: Show HN: A new way to view IAmA's on Reddit
#68This is great! I second the request for an RSS feed for the new IAMAs. Thanks for the site!
Re: Show HN: A new way to view IAmA's on Reddit
#69Earlier quoted context omitted.
Why were you scraping? They offer a pretty good API.
User comments, but going by users rather than threads. That way you could get a profile where someone posts, or turn it around and see what prolific posters existed in a given subreddit. The thing is it wouldn't sweep everything. Instead a user would only get scraped if a request was made to my app, and I had a tool that would go through a request queue (storing to my own DB) in a metered way so that reddit only expe…
Re: Show HN: A new way to view IAmA's on Reddit
#70Earlier quoted context omitted.
I made sure to be nice to reddit. The scrapper is set to crawl reddit once every 12 hours for new "top monthly iamas". Very good suggestion for nested threads. A good example of a reply to a question is on the westboro-baptist-church thread. I think it's possible to implement this suggestion. Will fool around with it on localhost and see what I come up with.
Yeah, I had a limiter put in mine as well so that it only made a request every 6 or 8 seconds. No worries on the suggestion. Those threaded comments can be tricky sometimes. Hey, if you do hear back from them about their stance on this sort of thing, I'd really appreciate if you could let me know what they say. I sort of halted my project after a certain point because I had the fear I'd just have to take it down as s…
Reddit has still not responded. However, I know a moderator of Reddit went to the site based on the link source. It seems like they don't care.