nowfound

Life & fun · July 31, 2019

HN

Hacker News hacked, one liner to sort HN feed by comment count

I prepared a nice snippet that interactively sorts HN news feed on the main page https://news.ycombinator.com/news. Works on Chrome. Check this out! $$('.athing, .athing + tr').map((tr, i, all) => [tr, all[i+1]]).filter(a => a[0].className === 'athing').map(all => [all, parseInt(($$('a', all[1])[3] || {innerText:'0'}).innerText.split(' ')[0]) || -1]).sort((a,b) => a[1] - b[1]).forEach(all => $$('table.itemlist tbody')[0].prepend(all[0][1]) || $$('table.itemlist tbody')[0].prepend(all[0][0]) )

Does the same job

all alternatives →
  • IW
    I was tired of opening 2 tabs for every HN link, so I made a userscriptJul 2026 · github.com · ▲433

    HN is great for the links people share, but a big part of the value I get comes from reading the discussion around them. I realized I was always opening the article in one tab and the comments in another, constantly switching back and forth. I figured there was probably a simpler way, so I threw together this userscript to merge the two. 1. Clicking a link from Hacker News opens the article with a side panel containing the discussion. It doesn't require your credentials, is resizable, and is easy to tweak if you want to customize it. 2. If you land on an article that has previously been…

  • AW
    A Way To Hack HN's Karma2012 · ▲472

    I submitted a link, when someone clicks on it I get an up-vote for this article. I don't want people to misuse this I just want to bring attention to this problem. This is the link I used that up-votes this: http://news.ycombinator.com/vote?for=3742742&dir=up&...

  • MR
    My recommendation engine for Hacker News2023 · hn-recommend.julienc.me · ▲314

    Hi! I’m Julien and I built a recommendation engine for Hacker News. I feel like this website is a gold mine. Every day, I find some very interesting stories about a topic. And sometimes, I want to find other stories covering that same topic but I can’t. Hacker News has years of history of awesome discussion and ressources. Unfortunately, I think HN Algolia isn’t helpful in searching these old threads. As a student, I want to learn a lot from this website. This is why I created HN Recommend. Input a sentence or the URL of an article, and get the most popular and similar posts from Hacker…

  • HN
    Hacker News Outliers2024 · hn.moritz.pm · ▲147

    I made a little website with a server that collects only HN submissions with > 500 upvotes chronologically. https://hn.moritz.pm/ It's quite simple because I wanted to learn from the project. But I think it's useful, to get a summary of what was important over the last days. The UI is almost identical to the HN frontpage, you can click on the comments to view the thread and on the username to see the profile. The rest of the cards takes you to the submitted URL.

  • HN
    hcker.news – an ergonomic, timeline-based Hacker News front page2025 · hcker.news · ▲180

    Hi folks, I've built an alternative Hacker News front page. It is inspired by and meant to be a replacement for hckrnews.com. I built this because HN is woefully underfeatured, but most sites that try to improve it seem to assume that the visual design is the problem. hcker.news tries to maintain HN's familiarity while adding useful enhancements. There are three primary views: - Timeline View: Browse top stories by votes or comments grouped by day, week, or month (e.g., top 20 per day, top 100 per week). - Aggregate View: See top stories by votes or comments over custom time ranges. - Front…

  • VT
    Visit the front page of Hacker News on a random day2024 · randomhackernews.com · ▲267

    Hi HN. I was surprised that there wasn't a feature here that lets you go back in time to the front page of Hacker News on a random day...so I made one. http://randomhackernews.com is a simple HTML page that navigates you to the front page of HN on a random day between today and February 19, 2007 (the oldest date I could find with content). I made this for myself, but figured others may find some interest in it.

More life & fun this month

the category →

Launched alongside, July 2019

the whole month →
  • Tandem918

    A virtual office for remote & distributed teams

    Dev tools · 2019 · tandem.chat

  • The no-code membership platform for any website

    Dev tools · 2019 · memberstack.com

  • 900+ Screenshots of the best SaaS landing pages

    Growth · 2019 · saaspages.xyz

  • Stonly745

    Create interactive step-by-step guides

    Growth · 2019 · stonly.com

  • Really good curated email design and code inspiration

    Dev tools · 2019 · reallygoodemails.com

  • Super-summer music website inspired by a '90s OS

    Life & fun · 2019 · v2.poolside.fm