frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: FOMO: the tool that catches when a workplace stops agreeing with itself

https://usefomo.net
1•JadAmmar•38s ago•0 comments

Show HN: Issue Apple and Google wallet passes from Node.js

https://github.com/getpassmint/passmint
1•alexpate•1m ago•0 comments

Githubprofileforjagermiser

1•jagermister•4m ago•1 comments

Show HN: OptiQra – Open-source AI website optimization and intelligence platform

https://github.com/armin5872/OptiQra
1•ArminNX•4m ago•0 comments

Glitchwave Game Charts

https://glitchwave.com/charts/
1•frozenseven•8m ago•0 comments

Fitting a messenger, wallet, and password manager into 482 bytes of memo space

https://paragraph.com/@z-text/how-we-fit-a-messenger-wallet-and-password-manager-into-482-bytes
1•ztextzksnarks•22m ago•0 comments

Apple Plans iPhone-to-Windows Copy and Paste in EU After Microsoft Request

https://www.macrumors.com/2026/08/03/apple-iphone-windows-copy-paste/
2•Udo_Schmitz•24m ago•0 comments

Life on the Uncanny Precipice

https://nsaphra.net/post/uncanny/
1•maurits•25m ago•0 comments

Survey Results: Agile to the Product Operating Model

https://age-of-product.com/agile-product-operating-model-survey-results/
1•swolpers•27m ago•0 comments

Why the 2% inflation target? (2023)

https://sites.lsa.umich.edu/mje/2023/09/04/why-the-2-inflation-target/
1•downbad_•28m ago•0 comments

Standing up for what's right, requires friends

https://www.youtube.com/watch?v=w10yDYqsl-U
1•navigate8310•31m ago•0 comments

Ask HN: Gemini/Antigravity or Claude Code, which is better for programming?

1•roschdal•33m ago•1 comments

Letos: Create, edit, browse SQLite databases

https://letos.org/
2•thunderbong•34m ago•0 comments

Greenland issues 'strong warning' as Trump-linked oil firm prepares to drill

https://www.theguardian.com/world/2026/aug/08/greenland-iwarning-trump-linked-oil-firm-prepares-d...
3•gverrilla•36m ago•2 comments

The AI Barons Are Ready to Give Away Their Fortunes

https://www.wired.com/story/ai-billionaires-are-pledging-their-wealth-good-or-bad/
1•thm•37m ago•0 comments

The Closure of the Internet

https://arctotherium.substack.com/p/the-closure-of-the-internet
2•LAC-Tech•42m ago•0 comments

AI won't kill the PM role. Same job, better tools

https://www.leadinginproduct.com/p/ai-pm-role-same-job
2•benkan•42m ago•0 comments

'Pervert glasses': Backlash against Meta's smart glasses grows

https://tech.yahoo.com/ai/meta-ai/articles/pervert-glasses-backlash-against-metas-100000746.html
2•benkan•42m ago•0 comments

Brain activity reveals the melodies that people imagine

https://medicalxpress.com/news/2026-07-brain-reveals-melodies-people.html
2•benkan•45m ago•0 comments

Open knowledge-base (domain to KB)

https://github.com/mo-root/open-kb
1•moroot•46m ago•1 comments

Health in the Age of Intelligence: tragedy of the cognitive commons?

https://www.learning.foundation/2026/08/09/health-workforce-development-in-the-age-of-intelligenc...
1•redasadki•49m ago•0 comments

Prime Agent: A Self-Improving RLM Agent

https://github.com/PrimeIntellect-ai/prime-agent
2•swills•51m ago•0 comments

Recursive Language Models: the paradigm of 2026

https://www.primeintellect.ai/blog/rlm
1•swills•52m ago•0 comments

Show HN: Flyn, a link shortener that counts bots separately from humans

https://www.flyn.to
2•bhakunikaran•53m ago•1 comments

How should we evaluate memory for AI agents?

https://x.com/AgentMemoryL
3•IreneAI•53m ago•0 comments

OIDC/SSO Moves to Planka Pro

https://github.com/plankanban/planka/issues/1754
1•petecooper•53m ago•0 comments

Old Rover Data Reveals Water Amounts on Mars

https://www.universetoday.com/articles/scientist-constructs-big-picture-of-mars-water-from-rover-...
1•rbanffy•54m ago•0 comments

Switching from GPT-5.5 to GPT-5.6 Made Me Less Productive

https://www.vincentschmalbach.com/gpt-5-6-made-me-less-productive/
3•vincent_s•54m ago•1 comments

Show HN: TBD: a native, minimalist macOS front end for yt-dlp

https://github.com/eliorpom-cmd/to-be-downloaded
1•eliorpom•55m ago•1 comments

Amazon plans gigantic gas power plant for new AI data center

https://www.heise.de/en/news/Amazon-plans-gigantic-gas-power-plant-for-new-AI-data-center-1140405...
2•olivier-tille•57m 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•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