frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI and Voter Engagement

https://www.schneier.com/blog/archives/2025/11/ai-and-voter-engagement.html
1•speckx•46s ago•0 comments

D-Wave Among Few Ramping Quantum Computer Sales

https://www.eetimes.com/d-wave-among-few-ramping-quantum-computer-sales/
1•JoachimS•1m ago•0 comments

Digital Euro

https://en.wikipedia.org/wiki/Digital_euro
1•doener•2m ago•0 comments

Europe's battle for control of its money

https://www.ft.com/content/fe65d870-9d01-4ae7-8796-d8f21db402ba
1•doener•3m ago•0 comments

State of RSS Survey 2025

https://stateofrss.com/2025
1•not--felix•3m ago•0 comments

OpenSourcing Claude Code SDK Code

https://github.com/anthropics/claude-agent-sdk-typescript/issues/57
1•aschen•6m ago•0 comments

Show HN: Fastmail.com masked email CLI tool

https://github.com/fredrmb/masked_fastmail
1•fredmb•6m ago•0 comments

Without US satellites, 'we go dark', tells climate monitor

https://phys.org/news/2025-11-satellites-dark-climate-afp.html
1•defrost•7m ago•0 comments

Message catalogs with compile-time guarantees in Rust

https://github.com/yawn/manifest
1•betareducer•9m ago•1 comments

I guess I'm never paying DreamHost back

https://danq.me/2025/11/18/dreamhost-payback/
1•speckx•9m ago•0 comments

LaTeX template and VS Code setup as an offline alternative to Overleaf

https://github.com/L-51/latex-template-vscode
1•L-51•10m ago•1 comments

Cara Reschedule Agoda Hubungi (0815)4054505

1•notefox•13m ago•0 comments

Claude now available in Microsoft Foundry and Microsoft 365 Copilot

https://www.anthropic.com/news/claude-in-microsoft-foundry
2•taspeotis•13m ago•0 comments

Microsoft is turning Windows into an 'agentic OS,' starting with the taskbar

https://www.theverge.com/news/821948/microsoft-windows-11-ai-agents-taskbar-integration
2•robtherobber•13m ago•0 comments

Kontak Call Center Agoda (0815)4054505

1•notefox•15m ago•0 comments

New ways to plan travel with AI in Search

https://blog.google/products/search/agentic-plans-booking-travel-canvas-ai-mode/
1•jbredeche•16m ago•0 comments

Show HN: Small hardware box that runs local LLMs and exposes an OpenAI API

https://axis-one-psi.vercel.app/
2•mjupp1•16m ago•0 comments

Layanan Agoda Resmi 0815.4054.505

1•notefox•18m ago•0 comments

uBlock origin fileters for github users

https://bananachips.club/@lichen/115575291081552637
1•nabla9•25m ago•1 comments

Compositor for Windows 0.4

https://compositorapp.com/blog/2025-11-15/Compositor-Windows-04/
1•serhack_•25m ago•0 comments

What Killed Perl?

https://entropicthoughts.com/what-killed-perl
1•speckx•25m ago•1 comments

Watch out for online Chinese spy contact, UK defence minister warns public

https://www.theguardian.com/world/2025/nov/19/watch-out-online-contact-chinese-spies-uk-defence-m...
1•ljf•27m ago•0 comments

The Tragedy of Interplay Entertainment – The Cockroach of the Gaming Industry [video]

https://www.youtube.com/watch?v=nmyhmKQYWzg
1•doener•28m ago•0 comments

Don't let your pipes get empty

https://emeaentrepreneurs.com/anti/dont-let-your-pipes-get-empty/
1•sixhobbits•29m ago•0 comments

Fortnite is getting Unity games

https://www.theverge.com/report/823233/fortnite-epic-games-unity-creators-developers-tim-sweeney-...
1•meheleventyone•32m ago•0 comments

Linus Torvalds: Vibe coding is fine, but not for production

https://www.theregister.com/2025/11/18/linus_torvalds_vibe_coding/
2•msolujic•32m ago•0 comments

Big Tech Wants Direct Access to Our Brains

https://www.nytimes.com/2025/11/14/magazine/neurotech-neuralink-rights-regulations.html
2•the-mitr•34m ago•0 comments

Benchmarking Language Implementations: Am I doing it right? Get Early Feedback

https://stefan-marr.de/2025/11/experimental-setups/
2•speckx•37m ago•0 comments

CSS has become too POWERFUL

https://blog.nordcraft.com/css-has-become-too-powerful
6•AndreasMoeller•43m ago•6 comments

Quantum physicists have shrunk and "de-censored" DeepSeek R1

https://www.technologyreview.com/2025/11/19/1128119/quantum-physicists-compress-and-deconsor-deep...
8•fleahunter•45m ago•2 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•6mo 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•6mo ago
OK, why not RSS reader?
coolwulf•6mo ago
Because I can customize a lot of functions related to Hacker News which usual RSS reader cannot
Beijinger•6mo ago
Yes, this is obvious. But why don't you offer YOUR script not for a general RSS feed?
coolwulf•6mo ago
That could be another tool :p
shahakshat609•6mo ago
sounds like a good idea & a lot of people who would need this
coolwulf•6mo ago
Thank you. I will work to make it available to more people and make this system more powerful and extremely fast.
dsr_•6mo ago
Every forum system tries to replicate the user-empowering features of Usenet with slrn, and usually falls short.
coolwulf•6mo 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_•6mo 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•6mo ago
Perhaps you could teach the LLM to perform the task of enjoying the articles for you too?
barbazoo•6mo ago
> https://github.com/yourusername/hacker_news_reader

Link is dead

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

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

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