frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Baglama/Saz Song [video]

https://www.youtube.com/watch?v=o5JhNJQ5J78
1•marysminefnuf•1m ago•0 comments

LLMs let me maintain my PostgreSQL extension for PRQL after becoming a parent

1•kaspermarstal•1m ago•0 comments

Drawww – A drawing canvas for the web powered by WebAssembly

https://drawww.net
1•httptetsuo•2m ago•1 comments

I built a simple server monitoring dashboard

https://mapnitor.com/
1•arlindb•6m ago•1 comments

Slopalert.com

https://slopalert.com/
1•wootosmash•10m ago•0 comments

TidesDB

https://tidesdb.com
1•alexpadula•10m ago•0 comments

LlamaBarn – A macOS menu bar app for running local LLMs

https://github.com/ggml-org/LlamaBarn
2•lyapustin•15m ago•0 comments

Is it true uni is this bad for cyber?

https://twitter.com/me9187/status/1987108211225469146
4•jakecyber•18m ago•1 comments

Side Project Advice

https://nedbatchelder.com/blog/202510/side_project_advice.html
3•vinhnx•19m ago•0 comments

The Plonk It Guide to GeoGuessr

https://www.plonkit.net/guide
1•bschne•20m ago•0 comments

Show HN: 99Managers – A libre sports management game made with the Godot Engine

https://99managers.org
1•dulvui•21m ago•0 comments

Risk Comes First(2020)

https://yusufaytas.com/risk-comes-first/
7•ashmurray•21m ago•0 comments

Valkey 9.0: innovation, features, and improvements

https://valkey.io/blog/introducing-valkey-9/
1•tamnd•28m ago•0 comments

Blue Origin Launches NASA's Escapade Mission to Mars: How to Watch

https://www.nytimes.com/2025/11/09/science/blue-origin-new-glenn-launch.html
6•fleahunter•28m ago•3 comments

Systematic Trading from First Principles

https://github.com/odenpetersen/trading-presentation
1•odenp•29m ago•0 comments

The Allure–and the Policing–Of Subway Surfing

https://www.newyorker.com/culture/critics-notebook/the-allure-and-the-policing-of-subway-surfing
2•petethomas•32m ago•0 comments

Better Data Is All You Need [video]

https://www.youtube.com/watch?v=yXPPcBlcF8U
1•SweetSoftPillow•42m ago•0 comments

The School for Moral Ambition

https://www.moralambition.org/
1•lerela•45m ago•0 comments

Itiner-e: the Google Maps of Roman Roads

https://itiner-e.org/
1•helsinkiandrew•47m ago•0 comments

Teaching 3D Geometry with Pyxel

https://ngrislain.github.io/projects/2025-11-8-teaching-3d-geometry-with-pyxel/
1•ngrislain•55m ago•0 comments

Center for Land Economics

https://landeconomics.org
1•salkahfi•58m ago•0 comments

Automate changelogs, versioning, and publishing with Sampo

https://goulven-clech.dev/2025/introducing-sampo/
1•goulvenclech•1h ago•1 comments

Show HN: Interview assistant that's invisible during screen sharing

https://vedgupta.in/projects/realtime-interview-copilot-desktop
2•innovatorved•1h ago•0 comments

Ask HN: When ChatGPT Deleted Evidence of Its Own Mistake

1•susdamso•1h ago•2 comments

Show HN: Lho.sh my new Common Lisp+Htmx personal web for selling stock photos

https://lho.sh
1•magnusi•1h ago•0 comments

Show HN: Super Tux War – Opensource Godot 4 clone of Super Mario War

https://github.com/tuxx/super-tux-war
1•tuxxness•1h ago•0 comments

No Nvidia Chips Needed Amazon's New AI Data Center for Anthropic Is Massive [video]

https://www.youtube.com/watch?v=vnGC4YS36gU
1•ksec•1h ago•0 comments

Observation Now

https://rodgercuddington.substack.com/p/observation
1•freespirt•1h ago•1 comments

Mythlab

https://www.manto-myth.org
2•jruohonen•1h ago•0 comments

A tool that uses OpenAI's GPT-5 to forge summaries of ebooks in multiple formats

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

Link is dead

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

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

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