frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

New Jersey eases restrictions on residential solar panels

https://gothamist.com/news/a-whole-new-world-new-jersey-eases-restrictions-on-residential-solar-p...
1•geox•1m ago•0 comments

Back to Focus: a macOS app that nudges you when you drift

https://apps.apple.com/us/app/back-to-focus/id6802041602?mt=12
1•suyogedth•2m ago•0 comments

The Emergent Symbolic Structure of Artificial Neural Networks

https://arxiv.org/abs/2608.29530
1•schmuhblaster•6m ago•0 comments

A one-second timer in a closed modem binary was capping my ISP at 14.4k

https://dialup.litenet.tel/research/v34-modem/
1•szeremeta•7m ago•0 comments

"Enshittification" Isn't Real

https://www.a16z.news/p/enshittification-isnt-real
2•kwar13•10m ago•0 comments

M-DISC – DVD/Blu-ray compatible discs that may last up to 1000 years

https://en.wikipedia.org/wiki/M-DISC
2•gurjeet•12m ago•0 comments

Shingles vaccine linked to lower risk of heart attack and stroke, study finds

https://www.theguardian.com/science/2026/aug/26/shingles-vaccine-lower-risk-heart-attack-stroke-s...
2•croes•14m ago•0 comments

Serious Confession to Make

https://substack.com/profile/546269798-taha/note/c-327816410
2•nomoreklueless•17m ago•0 comments

GeoJSON Map Viewer

https://tools.simonwillison.net/geojson
1•vismit2000•20m ago•0 comments

The first signs of dark matter particles may have been spotted

https://www.newscientist.com/article/2587086-the-first-signs-of-dark-matter-particles-may-finally...
2•acjohnson55•21m ago•0 comments

WebFPGA

https://webfpga.io/
8•gurjeet•27m ago•2 comments

Games look real now. We're in the future

https://twitter.com/r00t404t/status/2094871766304751799
3•razodactyl•28m ago•1 comments

Yume – A game launcher for PC and emulators

https://komorebidesigns.dev/
3•DevRen•28m ago•2 comments

FixMonorepo – Fix a monorepo by splitting it into single-file repos

https://github.com/twigg-vc/fixmonorepo
1•andrebianchessi•31m ago•1 comments

mst3k-anything

https://github.com/jgbrwn/mst3k-anything
1•indigodaddy•34m ago•0 comments

How is AWS console so broken?

1•anuptalwalkar•36m ago•1 comments

Testing Grok 4.6's Enhanced Biology Safeguards

https://blog.latch.bio/p/analyzing-grok46-safeguards
2•fourfire•40m ago•0 comments

Shopify's agent-commerce category filter didn't filter on any of 190 stores

https://shelfglance.com/research/ucp-category-filter
1•BruceM2007•43m ago•0 comments

Conduct react interviews with a shared coding workspace

https://www.reactpair.com/
1•vijayst•44m ago•0 comments

Huawei Became China's Nvidia [video]

https://www.youtube.com/watch?v=Jbq4wrZn-DI
1•deterministic•45m ago•0 comments

B.C. boaters warned to avoid mysterious floating island

https://cheknews.ca/b-c-boaters-warned-to-avoid-mysterious-floating-island-1345202/
2•ehxor•48m ago•0 comments

XGBoost from Scratch

https://randomrealizations.com/posts/xgboost-from-scratch/
3•auraham•50m ago•0 comments

High-performance lossless floating-point compression in pure Rust

https://crates.io/crates/fastalp
2•rmw-link•54m ago•0 comments

Contest announcement – Build on BareMetal Cloud Sep 7-20

https://returninfinity.com/blog/sep2026-build-on-baremetal-contest
1•varunmadhokRetI•1h ago•1 comments

OpenRCT on GitHub Pages

https://atapifire.github.io/OpenRCT2-Web/
1•websim_api•1h ago•0 comments

Another Tesla on Autopilot Stopped on Freeway, Driver Died: Report

https://gizmodo.com/another-telsa-on-autopilot-stopped-on-freeway-driver-died-report-2000805742
4•kamaraju•1h ago•4 comments

AI Made Writing Code Free. It Made Reading Code Expensive

https://medium.com/c-sharp-programming/ai-made-writing-code-free-it-made-reading-code-expensive-e...
2•sukhpinder0804•1h ago•0 comments

RollerCoaster Tycoon Needs Early Access Users

https://store.steampowered.com/app/4734550/RollerCoaster_Tycoon_Wonderworks/
3•kamphey•1h ago•0 comments

A Bicycle for the Mind

https://pulkomandy.tk/_/_Life/_A%20bicycle%20for%20the%20mind
1•vinhnx•1h ago•0 comments

Aviation Herald sued; editor forced to sell home of 40y and move into his office

https://avherald.com/h?article=53c8958a
6•gnuplustoejam•1h ago•1 comments
Open in hackernews

Show HN: A native Hacker News reader with integrated todo/done tracking

https://github.com/haojiang99/hacker_news_reader
54•coolwulf•1y ago
Hey HN! I'm excited to share a tool I've been working on - a native Hacker News reader built with Rust and egui. Here's a screenshot: https://github.com/haojiang99/hacker_news_reader/blob/main/s....

As a daily HN reader, I've always struggled with keeping track of interesting posts I want to read later. Browser tabs pile up, bookmarks get forgotten, and I lose track of what I've already read. I needed a way to:

1. Browse HN efficiently (across all sections - hot, new, show, ask, jobs, best) 2. Quickly mark posts as "todo" for later reading 3. Mark posts as "done" when finished 4. Filter and search effectively

I couldn't find a tool that combined all these features, so I built one. It's been tremendously helpful for my own HN reading workflow, and I thought others might find it useful too.

Features:

- *Integrated todo tracking*: Mark stories as "todo" and "done" to manage your reading progress

- *Search functionality*: Filter stories by keyword in title, domain, or author

- *Multiple sections*: Browse all HN sections (hot, new, show, ask, jobs, best)

- *Threaded comments*: View comments in a Reddit-like threaded format

- *Dark/light mode*: Easy on the eyes in any environment

- *Keyboard shortcuts*: Efficient navigation with keyboard-centric design (1-6 for tabs, Ctrl+F for search)

- *Auto-loading*: Automatically loads more content when scrolling

- *Color-coding*: Stories color-coded by score for easy scanning

- *Native app*: Fast, responsive, and works offline with local caching

Built with Rust and the egui UI framework, with SQLite for local storage. The app scrapes Hacker News HTML directly rather than using the official API to capture the full story context.

Check out the GitHub repo (https://github.com/yourusername/hacker_news_reader) for installation instructions and source code. Built and tested on macOS, Linux, and Windows.

This started as a personal tool to solve my own HN reading habits, but I hope others find it useful too. The code is MIT licensed and I'd love your feedback, feature suggestions, or contributions!

Comments

Beijinger•1y ago
OK, why not RSS reader?
coolwulf•1y ago
Because I can customize a lot of functions related to Hacker News which usual RSS reader cannot
Beijinger•1y ago
Yes, this is obvious. But why don't you offer YOUR script not for a general RSS feed?
coolwulf•1y ago
That could be another tool :p
shahakshat609•1y ago
sounds like a good idea & a lot of people who would need this
coolwulf•1y ago
Thank you. I will work to make it available to more people and make this system more powerful and extremely fast.
dsr_•1y ago
Every forum system tries to replicate the user-empowering features of Usenet with slrn, and usually falls short.
coolwulf•1y ago
Well I'm implementing a LLM based auto summary for each article and other features which focus on usability / readability / tracking for HN users. And this is more specialized and cannot be achieved by other tools.
dsr_•1y ago
Hrm. You should pivot to making an Electric Monk.

"The Electric Monk was a labour-saving device, like a dishwasher or a video recorder. Dishwashers washed tedious dishes for you, thus saving you the bother of washing them yourself, video recorders watched tedious television for you, thus saving you the bother of looking at it yourself; Electric Monks believed things for you, thus saving you what was becoming an increasingly onerous task, that of believing all the things the world expected you to believe."

- Douglas Adams.

flave•1y ago
Perhaps you could teach the LLM to perform the task of enjoying the articles for you too?
barbazoo•1y ago
> https://github.com/yourusername/hacker_news_reader

Link is dead

coolwulf•1y ago
Please use the thread title link
pricci•1y ago
AI artifact?

The repo is https://github.com/haojiang99/hacker_news_reader

barbazoo•1y ago
What I thought yeah. It’s LLM generated shit all the down.
beemboy•1y ago
Building an HN reader feels like the Hello World for hackers. Still waiting for HN in BF running in the Doom HUD.
coolwulf•1y ago
Pretty much. That is why this was a tiny personal project I did. The key for me is to be a le to track article and comments on HN for myself. I found it useful and that's why I decided to open source and make it available for everyone else.
krishnasangeeth•1y ago
Cool project. I too did something similar , built a HN client app for iPhone

https://apps.apple.com/us/app/h-for-hackernews/id6744145932

begueradj•1y ago
The second Github link is broken