frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tyouson – AI Practice tests for exams (www.tyouson.com)

1•Jaiyesh_Paraste•7m ago•0 comments

Xbox Is Now XBOX

https://www.theverge.com/news/931918/microsoft-xbox-rebrand-caps
2•namiwang•11m ago•0 comments

Frosthyon: AI assistant for 3D and general workflows

https://lumithyon.com
1•David_Founder•12m ago•0 comments

Who's composing music for my washing machine?

https://podcasts.apple.com/us/podcast/whos-composing-music-for-my-washing-machine/id73329284?i=10...
1•gmays•22m ago•0 comments

Agent Harness Engineering

https://www.oreilly.com/radar/agent-harness-engineering/
1•Garbage•25m ago•0 comments

Ask HN: Share concrete examples of benefits from AI usage

1•ChaitanyaSai•28m ago•0 comments

The ISO 216 "A4" paper system is broken (rounding errors) [video]

https://www.youtube.com/watch?v=XllQPr8FtPE
1•fsckboy•30m ago•1 comments

Ebola outbreak with uncommon strain erupts in Congo and Uganda; 65 deaths

https://arstechnica.com/health/2026/05/ebola-outbreak-confirmed-in-congo-and-uganda-246-suspected...
1•tatersolid•40m ago•0 comments

Accelerating Dynamics of Collective Attention

https://pmc.ncbi.nlm.nih.gov/articles/PMC6465266/
1•James72689•43m ago•0 comments

AtOnce

https://atonce.com
1•Asimtar•44m ago•0 comments

Show HN: AI that audits your codebase in 60 seconds

https://triyambakam-apex-corp.hf.space
2•haapatel•48m ago•0 comments

Which AI Model Asks Questions Intelligently?

1•aashu_bel•52m ago•0 comments

SymPy – a Python library for symbolic mathematics

https://docs.sympy.org/latest/tutorials/intro-tutorial/intro.html
1•tzury•52m ago•0 comments

The case for Python + HTMX over React

https://dev.to/syedahmershah/react-is-overkill-why-python-htmx-is-dominating-in-2026-17ib
4•indigodaddy•53m ago•0 comments

TikTok Performance Problems and Feed Instability: What's Going Wrong and How To

http://www.fixtech.co.ke/2026/05/tiktok-performance-problems-and-feed.html
1•rindodi•54m ago•0 comments

Henry Ford on Thomas Edison

1•silexia•55m ago•0 comments

Did we just time-traveled?

https://github.com/xs-lang0/xs
1•modinfo•57m ago•2 comments

The Fragmented Simulation Hypothesis:A computational modelfor why DéjàVu happens

https://medium.com/@scsteffes/a-computational-hypothesis-for-déjà-vu-the-fragmented-simulation-er...
1•LiquidSmooth•1h ago•0 comments

Who are the Japanese? DNA discovery rewrites history

https://www.sciencedaily.com/releases/2026/05/260514003314.htm
1•stmw•1h ago•0 comments

Overworked AI Agents Turn Marxist, Researchers Find

https://slashdot.org/story/26/05/14/067254/overworked-ai-agents-turn-marxist-researchers-find
2•tom2026hn•1h ago•1 comments

So you want Slowly Changing Dimension? (2023)

https://www.dolthub.com/blog/2023-06-22-slowly-changing-dimension/
1•wonger_•1h ago•0 comments

Best practices for computer and browser use with Claude

https://claude.com/blog/best-practices-for-computer-and-browser-use-with-claude
1•tortilla•1h ago•0 comments

Major VPN provider says it could leave Canada over lawful access bill

https://www.ctvnews.ca/politics/article/major-vpn-provider-says-it-could-leave-canada-over-lawful...
7•ethanplant•1h ago•3 comments

Orion PDA – A pocket device to take notes and play music

https://orionpda.org/yt
2•wbsun•1h ago•0 comments

A live hantavirus outbreak tracker auto-curated by Claude

https://aihuynya.com/hanta/
2•antroos•1h ago•1 comments

I want to create fintech in Latam, someone with experience can guide me?

1•cleanIsGud•1h ago•0 comments

Cloudflare Based URL Shortener Open Source

https://github.com/clarkhacks/RdRx
1•clarkhacks•1h ago•0 comments

I built a sports partner matching app because finding players in BA is broken

https://movea.com.ar/
1•cleanIsGud•1h ago•0 comments

Universal file converter, one handlers table

https://github.com/freeaigit/free-convert
1•nadermx•1h ago•0 comments

California's Battery Array Is as Powerful as 12 Nuclear Power Plants

https://zolairenergy.com/californias-battery-array-is-as-powerful-as-12-nuclear-power-plants-here...
2•zingerlio•1h ago•0 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•12mo 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•12mo ago
OK, why not RSS reader?
coolwulf•12mo ago
Because I can customize a lot of functions related to Hacker News which usual RSS reader cannot
Beijinger•12mo ago
Yes, this is obvious. But why don't you offer YOUR script not for a general RSS feed?
coolwulf•12mo ago
That could be another tool :p
shahakshat609•12mo ago
sounds like a good idea & a lot of people who would need this
coolwulf•12mo ago
Thank you. I will work to make it available to more people and make this system more powerful and extremely fast.
dsr_•12mo ago
Every forum system tries to replicate the user-empowering features of Usenet with slrn, and usually falls short.
coolwulf•12mo 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_•12mo 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•12mo ago
Perhaps you could teach the LLM to perform the task of enjoying the articles for you too?
barbazoo•12mo ago
> https://github.com/yourusername/hacker_news_reader

Link is dead

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

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

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