sirtel | 6 years ago | on: Show HN: I published my first website – ShellMagic.xyz
sirtel's comments
sirtel | 8 years ago | on: The Mystery of the Slow Downloads
sirtel | 8 years ago | on: Formula E reveals second-generation car
sirtel | 8 years ago | on: Bulletin, from Google
sirtel | 8 years ago | on: Ask HN: 2018 resolutions?
sirtel | 8 years ago | on: Firefox 57.0 Released
> The point of parallelization is to harness the full power of the CPU. If you don’t want that try reducing the content process limit near the bottom of general options.
[https://hacks.mozilla.org/2017/11/entering-the-quantum-era-h...]
sirtel | 8 years ago | on: Planets in Google Maps
sirtel | 9 years ago | on: IKEA sign-up page is well-designed for JavaScript programmers
I think developer forum should be designed like this.
sirtel | 10 years ago | on: A Quine Puzzle
sirtel | 11 years ago | on: Is Linkedin down?
Maybe submarine cable is broken or something wrong with the servers.
sirtel | 11 years ago | on: Tell HN: The site was offline. What changed?
sirtel | 11 years ago | on: How the Recession Reshaped the Economy, in 255 Charts
sirtel | 11 years ago | on: How the Recession Reshaped the Economy, in 255 Charts
sirtel | 11 years ago | on: Apple WWDC 2014 Live Streaming
sirtel | 12 years ago | on: CSS Realistic Text
$perspective:1200px;
Is it like "define" ?sirtel | 12 years ago | on: Show HN: Recent HN startups on one page. Autoupdated
sirtel | 12 years ago | on: 2+2=What? Parents rail against Common Core math
2. let 9=10-1, 5+9=10-1+5=15-1=14
3. let 9=5+4, 5+9=5+5+4=14
4. cann't make it up
sirtel | 12 years ago | on: Clever (YC S12) Announces Instant Login
sirtel | 12 years ago | on: Today at 16:53:20 GMT, it'll be 1400000000 in Unix time.
sirtel | 12 years ago | on: May be a better way to read HN
Second, if you examine the algorithm of http://www.hckrnews.com/, you will see that, the "TOP 10" only shows 10 news per day, "TOP 20" only shows 20 news per day. "Homepage" means those news currently on the homepage. "All" means to show all the historical news (mixed the good with the bad).
Is that what users what? No.
I, a user, want to read all those top 30 news which used to be on the front page over the last 12 hours while I was not able to access the Internet. You may notice that HN uses a new rank algorithm, the front page changes frequently. Some excellent news cannot stay long. I don't want to miss them. So, the cron can help me to preserve those items. Remove duplicates, list out the latest 100 news (or even 1000 news). You can add cookie to show the "last read" <hr> line.
I am also curious about what are the best ranks of those news. Then, I added that feature.
My code meets all my needs, the user's needs. Therefore, It is better.