Live data from Hacker News

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

stack-ed.com

71–80 of 86 posts

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

#71
Very cool site!

Noticed a few issues, the most obvious of which is sometimes the answer doesn't belong to the poster you're looking at. An Example: I drilled down to C#, Jon Skeet, 'What's the worst gotcha in C#?'. There is an answer int the field that doesn't belong to him.

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

#72
post #71

Very cool site! Noticed a few issues, the most obvious of which is sometimes the answer doesn't belong to the poster you're looking at. An Example: I drilled down to C#, Jon Skeet, 'What's the worst gotcha in C#?'. There is an answer int the field that doesn't belong to him.

o_O, oops? I'll check this out. Thanks for the heads up.

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

#73

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…

Just wanted to add that 1) this is freaking awesome, and 2) some of the formatting gets messed up and makes the answer difficult to read. For instance... well, actually I don't know how to link directly to one of the answers. Scroll down to "Difference between __str__ and __repr__ in Python" on this page[1]. I was having difficulty understanding the sentences, then I realized they were actually bullet points put together.

[1] http://www.stack-ed.com/#tag/python/user/14343/Ned Batchelder

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

#76
post #73

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…

Just wanted to add that 1) this is freaking awesome, and 2) some of the formatting gets messed up and makes the answer difficult to read. For instance... well, actually I don't know how to link directly to one of the answers. Scroll down to "Difference between __str__ and __repr__ in Python" on this page[1]. I was having difficulty understanding the sentences, then I realized they were actually bullet points put toge…

> http://www.stack-ed.com/#tag/python/user/14343/Ned Batchelder

Also, URLs with spaces in them appear to be harder to share, in that they are not always automatically hyperlinked correctly. Would you consider using dashes (or underscores) in place of the dash in the stack-ed URLs?

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

#77
post #76
post #73

Earlier quoted context omitted.

Just wanted to add that 1) this is freaking awesome, and 2) some of the formatting gets messed up and makes the answer difficult to read. For instance... well, actually I don't know how to link directly to one of the answers. Scroll down to "Difference between __str__ and __repr__ in Python" on this page[1]. I was having difficulty understanding the sentences, then I realized they were actually bullet points put toge…

> http://www.stack-ed.com/#tag/python/user/14343/Ned Batchelder Also, URLs with spaces in them appear to be harder to share, in that they are not always automatically hyperlinked correctly. Would you consider using dashes (or underscores) in place of the dash in the stack-ed URLs?

Fair point. That portion of the URL is simply used for display purposes, so I can pretty much do anything; dashes, underscores, or encode it as a URI component. Seems that dashes/underscores are preferred?
Post reply on HN