Show HN: A new way to view IAmA's on Reddit
11–20 of 70 posts
Re: Show HN: A new way to view IAmA's on Reddit
#12I 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?
Why would scraping their site be illegal?
Re: Show HN: A new way to view IAmA's on Reddit
#13Earlier quoted context omitted.
Why would scraping their site be illegal?
I figured displaying their content in full is illegal.
By the way, I like your site. It makes it easy to cut through the cruft that always appears in reddit threads. Do you just grab all responses by the poster and the parent comment?
Re: Show HN: A new way to view IAmA's on Reddit
#14The concept is good and its easier to scan than IAMA but the design/typography just hurts to read. I would probably fix that asap. Make it bigger, easier to read and change the font. In regards to your concerns of legality. Reddit seems to be ok with scrapers, bots and the like as long as you dont make more than 30 requests per minute.
A couple months ago, reddit started refusing requests from my web scraper. Figured out they started checking the user agent and refusing connections that didn't look like they came from a user's browser. Unless I missed an announcement somewhere, it doesn't seem like they're overly friendly about allowing web scrapers.
"We're happy to have API clients, crawlers, scrapers, and Greasemonkey scripts, but they have to obey some rules:"
Re: Show HN: A new way to view IAmA's on Reddit
#15Re: Show HN: A new way to view IAmA's on Reddit
#16I 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?
I've wanted to build something like this for a long time, the problem I encountered (which I couldn't solve) is how to effectively and automatically find not just the questions and answers, but the discussion that stem from them. A good AMA is one that creates discussion between the subject and commenter's so the majority of good content is buried underneath multiple comments. For example I did an AMA and it had a fe…
I will also work on the font sizes and perhaps even modify the font choices to further enhance readability.
Thanks for your suggestions and feedback! :)
Re: Show HN: A new way to view IAmA's on Reddit
#17Re: Show HN: A new way to view IAmA's on Reddit
#18Re: Show HN: A new way to view IAmA's on Reddit
#19Also, links to questions in their original context would be nice.
Re: Show HN: A new way to view IAmA's on Reddit
#20I 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?
I do like the format for sure. The only thing I would consider is maybe nesting the Q/A divs (.qitem) for threads because a lot of times the Q/A content is contextual to past Q/As. You already order them that way and that helps a lot but on one of the ones I was reading it got confusing on whether they were speaking in the context of a thread or if it was a fresh Q/A. Maybe set it as a view option to toggle or something (maybe have it be a carousel where each frame contains all the Q/A divs in a thread starting with the root level, and keep it displayed flat like they are now).