frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The era of models is over, we are in the era of harnesses

https://sustainableviews.substack.com/p/the-era-of-models-is-over-we-are
1•spyckie2•22s ago•0 comments

Building a 10x faster Angular Compiler in Rust

https://voidzero.dev/posts/oxc-angular-compiler
1•manniL•1m ago•0 comments

Boxer

https://facebookresearch.github.io/boxer/
2•tosh•4m ago•0 comments

Small models also found the vulnerabilities that Mythos found

https://aisle.com/blog/ai-cybersecurity-after-mythos-the-jagged-frontier
1•dominicq•4m ago•0 comments

HN: My 47-point stock scoring system built for small-cap analysis

https://deepvaluereports.com/dvr-stock-score
1•ngninja•6m ago•0 comments

Phone Trips

http://www.wideweb.com/phonetrips/
2•bookofjoe•8m ago•0 comments

Why continuous gradient descent gets stuck on 3-SAT

https://github.com/ynnk-research/Landscape-Geometry-and-Algebraic-Obstructions-in-Phase-Space-Gra...
1•ynnk•8m ago•1 comments

High fantasy map of tech writing

https://passo.uno/fantasy-map-tech-writing-ai/
1•theletterf•9m ago•0 comments

"AI polls" are fake polls

https://www.natesilver.net/p/ai-polls-are-fake-polls
2•7777777phil•9m ago•0 comments

Elizabeth Holmes is tweeting from jail. How? (2025)

https://sfstandard.com/2025/09/02/elizabeth-holmes-bryan-johnson-prison-tweets/
2•indigodaddy•12m ago•0 comments

AI crypto analyst. Smart money tracking. Real-time alpha

https://altcoinchasershq.app
1•everythingalt•12m ago•0 comments

Built this because I was tired of not knowing where my money was going

https://sav.ink/beta
1•hotheadhacker•12m ago•0 comments

The disturbing white paper Red Hat is trying to erase from the internet

https://www.osnews.com/story/144776/the-disturbing-white-paper-red-hat-is-trying-to-erase-from-th...
2•choult•13m ago•0 comments

Exploration of Consciousness in Insects

https://pmc.ncbi.nlm.nih.gov/articles/PMC12612707/
1•jbotz•13m ago•0 comments

Gem. Claude Code with Google Lighthouse Testing

https://github.com/dansinger93/AI-Coding-with-Speed-Guardrails
3•compulsivebuild•15m ago•0 comments

The French government released a skill for doing taxes

https://www.data.gouv.fr/reuses/paperasse-skills-ia-pour-la-comptabilite-et-fiscalite-francaise
2•matthieu_bl•15m ago•0 comments

Show HN: rtdiff – Realtime Git diff GUI and AI commits, companion for vibecoding

https://github.com/stagas/rtdiff
3•stagas•16m ago•0 comments

Top Performers Are Pathologically Ambitious

https://thatvastvariety.substack.com/p/top-performers-are-pathologically
2•paulpauper•16m ago•0 comments

What is the chance we live inside a black hole?

https://twitter.com/Andercot/status/2041627665250316344
2•paulpauper•17m ago•0 comments

Sulfur could fix 3D printing's waste problem

https://www.popsci.com/technology/how-sulfur-could-fix-3d-printings-waste-problem/
2•Brajeshwar•17m ago•0 comments

New metal with triple copper's heat conduction challenges fundamental physics

https://www.scientificamerican.com/article/new-metal-with-triple-coppers-heat-conduction-challeng...
2•Brajeshwar•18m ago•0 comments

Show HN: OpenDescent, decentralised encrypted messenger, no servers, no accounts

https://open-descent.com
2•Jaguwa•18m ago•3 comments

Coordination Capacity Is a Free Banquet

https://unfacts.substack.com/p/coordination-capacity-is-a-free-banquet
2•paulpauper•19m ago•0 comments

Strix – Drone swarm orchestration using quant trading algorithms (Rust)

https://github.com/RMANOV/strix
2•ruslanMANOV•22m ago•0 comments

Pixel-Perfect

https://busy-pixel-perfect-studio.base44.app
2•Gavinshuman•27m ago•1 comments

Framea – Search inside your photos and videos, not just filenames

https://framea.cloud/
2•soooovittt•27m ago•1 comments

Keeping a Postgres Queue Healthy

https://planetscale.com/blog/keeping-a-postgres-queue-healthy
3•tanelpoder•28m ago•0 comments

The power of headwear and 'hatiquette' in early modern England

https://theconversation.com/hands-off-my-hat-the-hidden-power-of-headwear-and-hatiquette-in-early...
2•samizdis•31m ago•0 comments

Ask HN: Im back end engineer, not front end – is this just excuse?

2•pplonski86•31m ago•2 comments

Meta transfers top engineers into new AI tooling team

https://www.reuters.com/technology/meta-transfers-top-engineers-into-new-ai-tooling-team-2026-04-09/
3•FartyMcFarter•33m 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•10mo 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•10mo ago
OK, why not RSS reader?
coolwulf•10mo ago
Because I can customize a lot of functions related to Hacker News which usual RSS reader cannot
Beijinger•10mo ago
Yes, this is obvious. But why don't you offer YOUR script not for a general RSS feed?
coolwulf•10mo ago
That could be another tool :p
shahakshat609•10mo ago
sounds like a good idea & a lot of people who would need this
coolwulf•10mo ago
Thank you. I will work to make it available to more people and make this system more powerful and extremely fast.
dsr_•10mo ago
Every forum system tries to replicate the user-empowering features of Usenet with slrn, and usually falls short.
coolwulf•10mo 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_•10mo 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•10mo ago
Perhaps you could teach the LLM to perform the task of enjoying the articles for you too?
barbazoo•10mo ago
> https://github.com/yourusername/hacker_news_reader

Link is dead

coolwulf•10mo ago
Please use the thread title link
pricci•10mo ago
AI artifact?

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

barbazoo•10mo ago
What I thought yeah. It’s LLM generated shit all the down.
beemboy•10mo ago
Building an HN reader feels like the Hello World for hackers. Still waiting for HN in BF running in the Doom HUD.
coolwulf•10mo 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•10mo 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•10mo ago
The second Github link is broken