Re-Imagined Hacker News For This Decade

Re-Imagined Hacker News For This Decade

Hacker News for 202X by Box Piper

·

3 min read

Hacker News began as a Side Project by Paul Graham to experiment with Arc, a new programming language that he was co-authoring.

Initially, Graham named it Startup News to serve it as a new home for the startup founders and “would-be founders”.

But after some time, Graham analysed that sticking to the startup-centric landscape has its limits.

Therefore he renamed the site "Hacker News" and expanded its focus to include anything "that good hackers would find interesting and that gratifies one’s intellectual curiosity."

In a true sense, it's still valid(2021).

HN stories are wildly popular as being one of the top-rated with high relevancy and hence there is a great stickiness ratio.

But its greatness may lag behind for all the new users who are coming aboard by experiencing design rich applications of this decade and they may not find HN as great as we all know it is.

To solve this, Box Piper Hacker News is incepted with a focus to provide all the Hacker News stories in a format that follows the trend of this decade and designed for instant consumption of stories.

hn-logo.png

Built using NodeJs(Backend), ReactJs(Frontend), ChakraUI(React Components), Redis(Cache), Firebase(Persistent Storage), imgbb(image hosting). Running over Netlify and Vercel.

explain-top-stories-upfront.png

Thumbnail for every HN stories is fetched by scrapping the meta-tags of a story link. Because scrapping is an expensive operation, a background job is written(running in Heroku), which makes sure that the respective thumbnail image is with us. If not, a placeholder is used.

Top news bifurcation also with a story mode like Snapchat is liked by many.

explain-story-mode.png

To get HN new stories, you need to first call, hacker-news.firebaseio.com/v0/newstories.js.., which gives out the list of id's and then fetch respective story information by ID, hacker-news.firebaseio.com/v0/item/26150323... It's not an optimised way to draw a UI layer. Hence a background operation is maintaining the states by keeping the diff.

A Summary page is designed, where you can view all the comments posted against that story. Comments are beautifully designed which makes it more read-friendly. Nested comments layout was completely avoided(current HN follows the same) and aligned centrally.

explain-summary-page.png

explain-comments-page.png

Next, a Twitter bot, twitter.com/boxpiperapp is created which keeps you HN updated, once daily. This bot is written using NodeJs and hosted in Heroku. This bot posts top stories of HN, trending articles from Dev.to, Hashnode, CNET, HackerNoon, Medium and top hunts from Product Hunt.

The intent of this project is to bring Hacker News to all the new sets of users who are accustomed to design-rich applications of this decade. Clearly, HN is not for them because the hackers' community of HN like minimalistic designs.

From Box Piper Hacker News, you can enjoy Hacker News specifically designed for this decade, the 202X way.

It's on ProductHunt, producthunt.com/posts/box-piper-hacker-news. Please share feedback, suggestions and insights.

Happy Hacking!!

Did you find this article valuable?

Support Box Piper by becoming a sponsor. Any amount is appreciated!