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.

OnePage: An Easier Way to Browse Hacker News

62 pointsby tdupreealmost 17 years ago

17 comments

crocusalmost 17 years ago
This could revolutionize social news sites. Imagine if the average reddit/digg/slashdot user were to actually read the article he was commenting on first.
评论 #255753 未加载
评论 #256036 未加载
richcollinsalmost 17 years ago
I prefer looking only at the information that is relevant to the current task. Having everything on one page reduces the time to switch contexts, but increases the effort required to process information in the current context.<p>Maybe something that made it easy to switch between contexts while preserving information hiding would be preferable. (keyboard shortcuts perhaps)
评论 #255708 未加载
arsalmost 17 years ago
Can you also put the list of links in an iframe of the same size as the article pane?<p>So that the browser window does not get a scroll bar, and instead you have two scroll bars - one for each pane.<p>And BTW it's quite possible to have it auto size the iframe using CSS. You should not need to have it fixed.<p>Set:<p>HTML, BODY { height: 100%; } Then give the two iframes height's of 100%, and add a padding to the article iframe giving you space for the two orange bars, which you put in place with position fixed (either on top, or on bottom, as needed.)<p>i.e. if each bar is 10px high, then either do padding-top: 20px; (space for two bars), or padding: 10px 0px; (10 on top and on bottom)<p>Hope that helps.<p>Oh, also get rid of the padding/margin around the body.
migpwralmost 17 years ago
This is a keeper... thanks!
评论 #256404 未加载
dandelanyalmost 17 years ago
Nice script! I quite like it... though its too early to tell whether or not it'll become my preferred method of hacker newsing.<p>One big issue (may have been tarkin2's problem), but an easy one to fix, is that news.ycombinator.org also points to hacker news, but your script is only active on .com!<p>Another thing: is there any way you could set the height of the open comments/article frame to the height of the browser viewport (minus 25px for the header)? this gets rid of the annoying problem of scrolling all the way to the bottom of an article (or comments), and then having to switch focus to the main frame just to scroll to see the bottom of the internal frame.<p>Thanks for the helpful script!
评论 #256124 未加载
markdupreealmost 17 years ago
Easy...simple...I especially like the highlighting of the pages that have been read!
niralmost 17 years ago
If anybody's up for it (my own CSS/JS skills aren't much use), you could probably build an online, non-Greasemonkey version of this with an app I've been working on: <a href="http://feedvolley.com/" rel="nofollow">http://feedvolley.com/</a><p>(Basically it lets you take an RSS feed and present it in HTML templates, with whatever Javascript/HTML/etc you want. If you have any questions or need any help feel free to email me at niryariv@gmail.com)
Zevalmost 17 years ago
I like the idea a lot. The only thing I'd like to see in it is the option of having the sites stacked horizontally instead of vertically next to each other. Maybe I'm just weird but I find it easier to read something when there's two or three lines per paragraph instead of seven or eight. Less likely to get cross eyed and all..
tdupreealmost 17 years ago
It appears that when there is an article listed with 2 separate links in the title, it then doesn't auto populate the comments panel correctly. Clicking on the comments link for the comments you wish to read works properly still.<p>Ill get it fixed right away.
评论 #256304 未加载
tarkin2almost 17 years ago
Help! I installed it, even restarted ff3, and it displays when i right click on the monkey, but i don't see a change... i'm on 1024x748 if that makes a difference.
评论 #255797 未加载
dmixalmost 17 years ago
I like it, I'm definitely going to use this.<p>The comments button at the top didn't seem to work on every page.<p>But works good none the less.
评论 #255723 未加载
trueboskoalmost 17 years ago
That is very cool. I always enjoy reading the comments of the article after I read it and this makes it a bit easier. I'll try it out
Rain0620almost 17 years ago
Great idea, this makes it a lot easier to go from one article to the next. I'll use it, thanks tdupree!
daniel-cussenalmost 17 years ago
Feedback: color of header is set to orange by default. Should match header.
评论 #256306 未加载
markbaoalmost 17 years ago
It's too bad this doesn't work in Safari with GreaseKit plugin.
评论 #256034 未加载
mcescheralmost 17 years ago
Dang it, I had this same idea a while back, except with pre-loading the pages so you can mouseover titles on the left and the story <i>instantly</i> pops up on the right.<p>This would help get through Reddit way faster -- just slowly move the mouse downward and zoom through all the [PIC] and misleading title submissions.
agentbleualmost 17 years ago
what about split view, this seems very similar and no one has mentioned that?