Hacker News supports browsing with a points threshold
news.ycombinator.com
Hacker News supports browsing with a points threshold
1–10 of 84 posts
Re: Hacker News supports browsing with a points threshold
#2Re: Hacker News supports browsing with a points threshold
#3Just out of interest, how did you discover this?
Re: Hacker News supports browsing with a points threshold
#4Just out of interest, how did you discover this?
I think he may have read the code that makes up hackernews. If I remember correctly its open source.
Re: Hacker News supports browsing with a points threshold
#5Re: Hacker News supports browsing with a points threshold
#6Just out of interest, how did you discover this?
Check pg announcement: http://news.ycombinator.com/item?id=1998376, almost 2 years ago.
Re: Hacker News supports browsing with a points threshold
#7Another problem I have is that I keep scanning the front page list of references to see if a new article popped in somewhere in the list between the last time I checked.
This is inefficient. My impression is that providing a list of references sorted by the time they reached the threshold would do the trick. Though, this would require a significant amount of work to produce. Being able to precompute the sorted list and share it with many users would allow to cache it.
So I raise the question if it is not preferable to propose predefined threshold values. How much difference would it make to have a threshold at 55 and 54 anyway.
Let say you propose a treshold at 10, 25, 50, 75 and 100 for example, the pages could be precomputed and cached.
A script on the browser side could keep track of the last references seen and show older articles in gray for instance.
Re: Hacker News supports browsing with a points threshold
#8Great option. I was waiting for such an option. Another problem I have is that I keep scanning the front page list of references to see if a new article popped in somewhere in the list between the last time I checked. This is inefficient. My impression is that providing a list of references sorted by the time they reached the threshold would do the trick. Though, this would require a significant amount of work to pro…
Re: Hacker News supports browsing with a points threshold
#9http://news.ycombinator.com/over?points=1000
...it's an interesting one though. Justifies sticking with HN as your news outlet.
Re: Hacker News supports browsing with a points threshold
#10 * Conway's Game of Life, using floating point values instead of integers (jwz.org)
* Show HN: We open sourced Lockitron's crowdfunding app (selfstarter.us)
* 37signals Earns Millions Each Year. Its CEO’s Model? His Cleaning Lady (fastcompany.com)
* Why is processing a sorted array faster than an unsorted array? (stackoverflow.com)
* I Have 50 Dollars (ihave50dollars.com)
* Why was a scam company able to raise $76 Million Series B?
* The Five Stages of Hosting (blog.pinboard.in)
* Where has all the money in the world gone? (reddit.com)
* If Software Is Eating The World, Why Don't Coders Get Any Respect?
* Hit men, click whores, and paid apologists: Welcome to the Silicon Cesspool (realdanlyons.com)
EDIT: As rwos as pooriaazimi point out, these are not the absolute top ten, but only the top ten among the recent submissions. My bad!