TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

286 pointsby nirvanatikkuover 12 years ago

46 comments

AgentConundrumover 12 years ago
Cool site. I can definitely see myself browsing through it to learn some new stuff.<p>If you're interested, I made a few notes to try to help you improve the site:<p>* The point count on each Q&#38;A section gives the points for the <i>question</i>, not the answer. The answer score doesn't seem to be given at all.<p>* 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.<p>* 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.<p>* 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.<p>* 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.<p>* You may want to consider allowing sorting by vote, in addition to your presently available view and answer count options.<p>* 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.<p>* 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.<p>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.
评论 #5132398 未加载
评论 #5129623 未加载
评论 #5128900 未加载
natural219over 12 years ago
Great idea and execution! Very good work.<p>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.<p>Keep it up, I look forward to seeing more releases.
评论 #5128602 未加载
评论 #5127659 未加载
mvanveenover 12 years ago
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.
评论 #5127552 未加载
amfengover 12 years ago
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!).<p>Aside from that, pretty cool and handy. Nice job! (:
评论 #5127558 未加载
pioulover 12 years ago
That's a great idea, and I really like how it looks (and how usable it actually is for a first release).<p>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.<p>This is fine, but it also means that they're the ones most people already know the answer to.<p>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.
评论 #5128008 未加载
评论 #5130721 未加载
jacabadoover 12 years ago
On a related note, I've developed a small browser plugin for my agency to track which questions my team consults on StackOverflow.<p>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.<p>What do you think about this?
marcamillionover 12 years ago
Wow...this is cool. I was going to build something similar to this - but call it "best of stackoverflow.com".<p>I was actually going to focus on the tags, and the individual questions - rather than the answerers.<p>That's an interesting approach.<p>I wonder if just clicking on the tags and seeing the top voted questions/answer combo would be just as interesting.<p>Nice UI though.
stroebjoover 12 years ago
Realy cool idea. Also like the hidden ASCII gem in the source code.<p><pre><code> ##### ####### # # ##### ## #### # # # ##### # # # # # # # # # # # ##### # # # # #### ##### ##### # # # # ###### # # # # # # # # # # # # # # # # # # ##### # # # #### # # ####### ##### </code></pre> Check out this awesome archive for more related ASCII art: <a href="http://geon.github.com/Programming/2012/04/25/ascii-art-signatures-in-the-wild/" rel="nofollow">http://geon.github.com/Programming/2012/04/25/ascii-art-sign...</a>
thewarriorover 12 years ago
This one of the most useful Show HN projects to turn up in a long time . Just add user registrations so we can track the answers we've already read and get updates on our favorite tags and this would be pure gold.
评论 #5128928 未加载
jonpaulover 12 years ago
Very cool! It seems though that if links are in answers, they are broken. Very nice work though!!
peqover 12 years ago
Am I the only one where the "Get Started" Button is not doing anything?<p>(Firefox for Ubuntu, 18.0.1)<p>Works on Chrome though...
评论 #5127974 未加载
评论 #5131903 未加载
评论 #5127959 未加载
prakashkover 12 years ago
Looks pretty nice. Couple of issues I found (others may have already mentioned these):<p>* Checkboxes imply that you can select multiple tags. But Clicking on a second tag is clearing the first. You might want to use a radio button, or (better) allow multiple tags to selected.<p>* As a minor but useful improvement, clicking on the tag name should select the checkbox (the cursor is already changing to hand, implying that the name is clickable, but it is currently not.)<p>* When I selected Perl tag, the first stackoverflow user displayed (ikegami) shows <i>0%</i>. A bug?<p>* When you change from one tag to another the user list is refreshed, but the article list on the right is not. That seems a bit of disconnect for me. I am not sure what the best way here, but I think I prefer that article list also cleared out (or at least, display it faded or something).<p>That's all I have for now.<p>EDIT: Also, it would be nice if there is a text box to enter an arbitrary tag, instead of clicking on Load more tags... and hoping that the tag you want will show up. Useful for less popular tags.
评论 #5128917 未加载
joshcrowderover 12 years ago
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
评论 #5127753 未加载
tagabekover 12 years ago
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.
评论 #5128113 未加载
hardwaresoftonover 12 years ago
Really awesome app! I like the design, and it's definitely got great functionality.<p>A little curious -- what's your middle/backend like? Curious which frameworks/platforms you chose
评论 #5127610 未加载
评论 #5127607 未加载
fuddleover 12 years ago
Great idea! One UX suggestion, after logging in it would be useful if I didn't have click the "Get Started" button again.
nejover 12 years ago
Great tool thanks a lot for this! Some things I found while browsing on my iPad:<p>- 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.<p>- Titles are cutoff with no way of seeing the full title even if I click on the question.<p>- Title overlaps # viewed and # created.
baakover 12 years ago
Very cool site!<p>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.
评论 #5129479 未加载
peterhilover 12 years ago
This is great! Already found a partial solution to a problem about divisors of a number at answer <a href="http://stackoverflow.com/a/171784/470560" rel="nofollow">http://stackoverflow.com/a/171784/470560</a>. A search would make this even more useful.
评论 #5127927 未加载
countessaover 12 years ago
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?
mikecaneover 12 years ago
Firefox 18. My display does not look like the front page screensnap. I see the questions <i>below</i> the Answerers column, not next to it. Are you expecting a certain screen width? Just 1024 x 768 here (yeah, laugh...).
yamanekoover 12 years ago
Sometimes, I find myself surfing in StackExchange looking for the most upvoted questions or tags of each site. Using Stack-Ed I think it will be easier to see the best questions/answers to learn. Thanks for sharing.
qdnguyenover 12 years ago
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 :)
zkohover 12 years ago
This is amazing, nice work! In 5 minutes, I learned two useful things about Java and Object Orientation :D.<p>Definitely a useful tool just for exploring SO questions and answers.<p>Keep it up, and thank you!
DanielShirover 12 years ago
Very cool stuff, just spent 10 minutes on it out of sheer curiosity.<p>Perhaps you could expand the question/answer section a bit. Since I'm on a laptop it was a bit difficult to read.
morphynover 12 years ago
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.
Skywingover 12 years ago
Pretty cool. One minor bug I noticed was that links in answers are not clickable. When you click them they just hide the answer box instead of open the link.
sakopovover 12 years ago
At first i thought "why?" Can't you just go to SO and look that up, but i fell in love with your execution. Way cool! Will definitely use this!
g3orgeover 12 years ago
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.
AtTheLastover 12 years ago
As a beginning ruby on rails programmer this site was really helpful. It makes expert knowledge from stack overflow easily accessible.<p>Keep up the good work.
TeamMCSover 12 years ago
That is very good. My recommendation would be to add an RSS feed of some kind so I can flick through the posts on the train.
Rovanionover 12 years ago
I understand that you haven't optimized it for mobile yet. But that's no good reason to ruin it with that fixed banner.
avgarrisonover 12 years ago
Very impressive, especially for a weekend "hack". What did you write the site in?
评论 #5129929 未加载
brandurenover 12 years ago
This is awesome. I guess I'm going to use my upcoming weekend on browsing stack-ed
jmsduranover 12 years ago
Despite being a weekend hack, I'm finding it to be a very useful and practical tool.<p>Nice work!
balaswamyvover 12 years ago
This is very helpful ,thank you very much. anyway I too had this idea.
Pitarouover 12 years ago
Thanks! I'm already finding this useful, because I'm learning php.
devsatishover 12 years ago
Very well done! bookmarked it. This would be a wonderful resource.
gshawover 12 years ago
Really good idea and execution. Thank you for building this.
mblakeover 12 years ago
I like this and I think I'll actually start using it.
demniorover 12 years ago
This is awesome! In which language is it written?
ycuserover 12 years ago
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.
评论 #5128150 未加载
louischatriotover 12 years ago
Great app, kind of tldr for stack overflow :)
upquarkover 12 years ago
Excellent work, thank you for sharing.
mozameritalianover 12 years ago
I've been looking for this! Thanks
aoprisanover 12 years ago
any plans to open source this?
评论 #5128972 未加载