Live data from Hacker News

Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow

stack-ed.com

41–50 of 86 posts

Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow

#41
On a related note, I've developed a small browser plugin for my agency to track which questions my team consults on StackOverflow.

It's completely opt-in and anonymous and in 1 month we collected near 500 consulted questions. Right now we have a widget which show the last consulted questions and a tag cloud. But wanna improve upon the insights we can extract from this data.

What do you think about this?

Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow

#42
That's a great idea, and I really like how it looks (and how usable it actually is for a first release).

The only flaw I see is that the most popular questions on SO are those with the most views and upvotes, thus those everyone can understand and appreciate the value of.

This is fine, but it also means that they're the ones most people already know the answer to.

That means I might not use your tool to learn more on subjects I already know a lot about, but it definitely looks like a good way to start learning a new one.

Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow

#43
Cool site. I can definitely see myself browsing through it to learn some new stuff.

If you're interested, I made a few notes to try to help you improve the site:

* The point count on each Q&A section gives the points for the question, not the answer. The answer score doesn't seem to be given at all.

* Selecting a user/question which is low on the page doesn't change the scroll position. You need to manually move the browser up to the top of the content. For questions, this is easy to notice, but it's pretty jarring for users lower on the list, since there's no obvious suggestion that you're not at the top.

* If you select a question for which the users answer isn't the accepted one, nothing loads in the answer section, with no indication as to why.

* Your onclick hand;er is a bit overzealous. Ctrl+Clicking the SO link at the bottom of the answer closes the question on stack-ed. Same thing when selecting text. I'd suggest having explicit open/close buttons, or possibly just an explicit close.

* If you do add an explicit close, you may want to think about having the large question title at the top turn into a link to the question. I know that there's a small link at the bottom (see above), but I instinctively tried to (Ctrl+) click the larger link before I found the smaller one.

* You may want to consider allowing sorting by vote, in addition to your presently available view and answer count options.

* You may also want to consider making it a little more obvious that "topic" means "tag". The most popular tags are for languages, so its easy not to realize that it's not limited to just that.

* Deselecting all tags doesn't collapse the other portions of the page (top users, questions). This is a bit confusing when you're trying to select a new topic.

n.b. Ctrl+Click is the same as middle-click. On most laptops, there isn't a middle button under the trackpad, so we use Ctrl+Click instead. My laptop is like this, so I can't say whether a true middle click would make a difference, but I expect it wouldn't.

Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow

#50
post #25

Earlier quoted context omitted.

Same here, I spent minutes loading tags and C-F-ing for Smalltalk, until I gave up.

URL hacking works: http://www.stack-ed.com/#tag/smalltalk

Came to the same conclusion for Scala after some clicks :-)

http://www.stack-ed.com/#tag/scala

Post reply on HN