85 comments

[ 3.5 ms ] story [ 182 ms ] thread
This is pretty great. It's a neat way to minimize SO. I noticed that you're planning on preparing it to be ready for mobile; I'm really interested in checking it out when you do that.
I too find it very cool. I first viewed it via mobile on my iPhone and found the "get started" page wouldn't load. I then noticed that it hasn't been set up for mobile yet. However, after viewing it in a browser I am very impressed. Look forward to it being optimized for mobile browsing!
This is very helpful ,thank you very much. anyway I too had this idea.
I like this and I think I'll actually start using it.
I almost didn't click through because of the verbose and unhelpful landing page. When I hit "get started" I was amazed at the quality of the app! This is a great view on SO, I will definitely have it in mind.
Fixed. Thanks for the feedback and glad you like it!
(comment deleted)
I went through checking a bunch of topics I was interested in and it took me a while to notice that the checkboxes were mutually exclusive. It's a bit confusing because that's the opposite of how checkboxes are normally used (consider radio buttons instead), and I had hoped to be able to see answers from more than one topic at a time (feature request!).

Aside from that, pretty cool and handy. Nice job! (:

You're absolutely on point - my intent was to enable selecting multiple tags (since the SO API supports it), I just wasn't able to get to that this weekend. Will implement it asap.
In addition to that, you should fix the labels for the checkboxes. For me (Chrome 24 on OSX), clicking them doesn't seem to (un-)check the checkboxes. Other than that, really nice work!
Really awesome app! I like the design, and it's definitely got great functionality.

A little curious -- what's your middle/backend like? Curious which frameworks/platforms you chose

Would seem to me that he has a Node backend. Most of the heavy lifting seems to be done in the front-end with Backbone/jQuery.
I've been really digging AppEngine and Python lately. You're right that most of the work is done on the front-end, but I enjoy many things about the AppEngine ecosystem and in this case the ease in integrating user auth was one of the reasons I decided to go with it.
Thank you!

The setup:

AppEngine, HTML5BP, Bootstrap (I got rid of the rounded corners), jQuery, Backbone, Require.js, Less and Moment.js.

To resolve the question and answer content, I make a request out through YQL for the given question_id. For all the StackOverflow information I'm using the StackExchange API. For icons, I'm using the Pictos web font and for fonts, Google Web Fonts.

It's a pretty slim app, tbh. I was originally thinking about posting the code up on GitHub. Thoughts?

Very cool stuff, just spent 10 minutes on it out of sheer curiosity.

Perhaps you could expand the question/answer section a bit. Since I'm on a laptop it was a bit difficult to read.

Wow...this is cool. I was going to build something similar to this - but call it "best of stackoverflow.com".

I was actually going to focus on the tags, and the individual questions - rather than the answerers.

That's an interesting approach.

I wonder if just clicking on the tags and seeing the top voted questions/answer combo would be just as interesting.

Nice UI though.

Great idea and execution! Very good work.

One thing I immediately wanted is the ability to search through tags. An insta-search widget would be cool. Also, selecting multiple tags might be nice, but I don't know if you're limited by the API.

Keep it up, I look forward to seeing more releases.

    > selecting multiple tags might be nice
The UI hints that this is possible because it uses checkboxes for tags, I tried exactly that when i first loaded the site. Radio buttons please :)

Otherwise this is very cool - smooth and responsive UI, interesting use of the mass of information on SO. Love it

Really good idea and execution. Thank you for building this.
This is awesome! In which language is it written?
nicely done. It would be extra awesome if you could weight the answers a little by date and whether the current version of the language matches the date. Actually that would probably be a pain. Maybe just some (optional) sorting by date?
Realy cool idea. Also like the hidden ASCII gem in the source code.

   #####                                   #######        
  #     # #####   ##    ####  #    #       #       #####  
  #         #    #  #  #    # #   #        #       #    # 
   #####    #   #    # #      ####   ##### #####   #    # 
        #   #   ###### #      #  #         #       #    # 
  #     #   #   #    # #    # #   #        #       #    # 
   #####    #   #    #  ####  #    #       ####### #####
Check out this awesome archive for more related ASCII art: http://geon.github.com/Programming/2012/04/25/ascii-art-sign...
I say remove the front page and have a language and an author selected by default and have it as your front page. Beside that, amazing work! Bookmarked and definitely going to use it a lot. Thanks for the work :)
(comment deleted)
Awesome, I just checked this out. Great idea! Can you please change the font though, I'd be happy to help if its OS? Josh
Nice! I just have one or two remarks about the UI: it is really annoying that when you click the text of an answer it closes it back, and the font is two small.
Very well done! bookmarked it. This would be a wonderful resource.
Very cool! It seems though that if links are in answers, they are broken. Very nice work though!!
I'd like a button to open and close questions instead of clicking anywhere. It's annoying and you can't select text easily. Brilliant idea btw.
I understand that you haven't optimized it for mobile yet. But that's no good reason to ruin it with that fixed banner.
good idea, great execution. Thanks a bunch. A minor UI fix to be done: If the title is lengthy, the text is not wrapping around.
Yep, and you can't read the whole question since it gets mixed.