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…
Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
81–86 of 86 posts
Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#82Keep up the good work.
Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#83Earlier 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?
http://www.stack-ed.com/#tag/python/user/14343/Ned%20Batchel...
Having URL-encoded values certainly is a usability problem, however, I do think that this should be registered as a bug with whatever browser you are using.
Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#84Am I the only one where the "Get Started" Button is not doing anything? (Firefox for Ubuntu, 18.0.1) Works on Chrome though...
Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#85Cool 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…
I've taken care of most of the issues described above and from various comments.
The click handler issue was an artifact of my adding an XML response into the question and answer divs. Really strange behavior, but it's fixed.
I've opted for a simple link on the question to toggle the q&a. Also the data issues should be resolved, and instead of seeing a answerer's 'acceptance rate' I'm showing the total score.
Unfortunately I can't enable multiple-tag searches (API limitation). Single tags will have to do, and I'll add search soon to make it more robust.
I realized that with Stack-Ed.com, all I need to do is change the 'site' parameter in the StackAPI and I get access to the vast array of StackExchange services. Photography, Math, Home Improvement, Server Fault, Webapps, Cooking, etc. Crazy.
Re: Show HN: My Weekend Hack - Stack-Ed: Learn from the best on StackOverflow
#86- Viewing this on an iPad and the third Q/A column is not on the same level as the rest of the columns and is pushed down.
- Titles are cutoff with no way of seeing the full title even if I click on the question.
- Title overlaps # viewed and # created.