TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

286 点作者 nirvanatikku超过 12 年前

46 条评论

AgentConundrum超过 12 年前
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 未加载
natural219超过 12 年前
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 未加载
mvanveen超过 12 年前
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 未加载
amfeng超过 12 年前
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 未加载
pioul超过 12 年前
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 未加载
jacabado超过 12 年前
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?
marcamillion超过 12 年前
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.
stroebjo超过 12 年前
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>
thewarrior超过 12 年前
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 未加载
jonpaul超过 12 年前
Very cool! It seems though that if links are in answers, they are broken. Very nice work though!!
peq超过 12 年前
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 未加载
prakashk超过 12 年前
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 未加载
joshcrowder超过 12 年前
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 未加载
tagabek超过 12 年前
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 未加载
hardwaresofton超过 12 年前
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 未加载
fuddle超过 12 年前
Great idea! One UX suggestion, after logging in it would be useful if I didn't have click the "Get Started" button again.
nej超过 12 年前
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.
baak超过 12 年前
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 未加载
peterhil超过 12 年前
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 未加载
countessa超过 12 年前
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?
mikecane超过 12 年前
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...).
yamaneko超过 12 年前
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.
qdnguyen超过 12 年前
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 :)
zkoh超过 12 年前
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!
DanielShir超过 12 年前
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.
morphyn超过 12 年前
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.
Skywing超过 12 年前
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.
sakopov超过 12 年前
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!
g3orge超过 12 年前
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.
AtTheLast超过 12 年前
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.
TeamMCS超过 12 年前
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.
Rovanion超过 12 年前
I understand that you haven't optimized it for mobile yet. But that's no good reason to ruin it with that fixed banner.
avgarrison超过 12 年前
Very impressive, especially for a weekend "hack". What did you write the site in?
评论 #5129929 未加载
branduren超过 12 年前
This is awesome. I guess I'm going to use my upcoming weekend on browsing stack-ed
jmsduran超过 12 年前
Despite being a weekend hack, I'm finding it to be a very useful and practical tool.<p>Nice work!
balaswamyv超过 12 年前
This is very helpful ,thank you very much. anyway I too had this idea.
Pitarou超过 12 年前
Thanks! I'm already finding this useful, because I'm learning php.
devsatish超过 12 年前
Very well done! bookmarked it. This would be a wonderful resource.
gshaw超过 12 年前
Really good idea and execution. Thank you for building this.
mblake超过 12 年前
I like this and I think I'll actually start using it.
demnior超过 12 年前
This is awesome! In which language is it written?
ycuser超过 12 年前
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 未加载
louischatriot超过 12 年前
Great app, kind of tldr for stack overflow :)
upquark超过 12 年前
Excellent work, thank you for sharing.
mozameritalian超过 12 年前
I've been looking for this! Thanks
aoprisan超过 12 年前
any plans to open source this?
评论 #5128972 未加载