frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Financing the AI Buildout

https://www.brookings.edu/articles/financing-the-ai-buildout/
2•Balgair•2m ago•0 comments

Show HN: Worktable, an open-source workspace for you and your agents

https://github.com/worktable/worktable-dev/
1•Oghenekaro•3m ago•0 comments

Double Split Experiment

https://claude.ai/artifact/RLbDxsWYwyvgxzejRHTGgj
1•WasimBhai•4m ago•0 comments

Satin: Dark mode PDF reader via affine mapping on Oklab lightness dimension

https://github.com/samestep/satin
1•sestep•6m ago•0 comments

Show HN: Hamilton – a no-internet Android health dashboard, named after my dog

https://play.google.com/store/apps/details?id=com.gads.hamilton&hl=en_US
3•hamilton_app•6m ago•0 comments

Show HN: JevPertus – Jev-style option scoring on Apertus

https://github.com/Jaluus/JevPertus
1•jaluus•6m ago•0 comments

Nobody Asked for a Crab Chair

https://newmobility.com/nobody-asked-for-a-crab-chair/
2•speckx•7m ago•0 comments

System Design Unboxed: new digital book

https://books.lextrem.com/system-design-1/
1•hnque•7m ago•0 comments

Show HN: FAA sectional Time Machine, 1930 to today

https://archive.aero/
1•hemenway•9m ago•0 comments

Solved cold case may have a connection to the infamous 1982 'Tylenol murders'

https://www.spokesman.com/stories/2026/sep/23/idaho-officials-solved-a-1982-cold-case-that-may-h/
2•mhb•13m ago•0 comments

Ormaos: What happened inside your Python execution?

https://ormaos.com/
1•Levi_Braga•14m ago•0 comments

ChatGPT composed a BEAUTIFUL, original piano solo with code. Is this AGI?

https://twitter.com/AdamHincu/status/2103462960463311100
1•Adam-Hincu•14m ago•0 comments

Agent communication should be designed as Byzantine

https://www.noetive.io/blog/byzantine-agents
1•xer•15m ago•1 comments

Ali Alkhatib: Weeds tend not to grow where they can't take root

https://ali-alkhatib.com/blog/weeding-out-ai
1•speckx•15m ago•0 comments

The "FREAK" TLS/SSL flaw, and related thoughts

https://www.galois.com/articles/the-freak-tls-ssl-flaw
2•surprisetalk•15m ago•1 comments

Octostudio – A free mobile coding app made by the creators of Scratch

https://octostudio.org/
1•the-mitr•17m ago•0 comments

EU Member States plan "digital expropriation" in the interest of AI companies

https://noyb.eu/en/ai-eu-member-states-plan-digital-expropriation-europeans-interest-ai-companies
1•vrganj•17m ago•0 comments

Jev CEO talk: I made ChatGPT, now I'm building what's next [video]

https://www.youtube.com/watch?v=cJ0EOzey--o
1•rkovashikawa•17m ago•0 comments

Amazon sellers watch as inventory vanishes into pending-order purgatory

https://www.theregister.com/channel/2026/09/25/amazon-sellers-watch-as-inventory-vanishes-into-pe...
1•beardyw•17m ago•0 comments

MacSync malware uses public iCloud calendars to deliver new payloads

https://www.bleepingcomputer.com/news/security/macsync-malware-uses-public-icloud-calendars-to-de...
2•DemiGuru•17m ago•0 comments

Peter Thiel on "Back to the Future" (2011) [video]

https://www.youtube.com/watch?v=ROrUea0gLlY
2•ronfriedhaber•19m ago•0 comments

Patches Posted for Enabling NVMe on All Apple M3 Based SoCs with Linux

https://www.phoronix.com/news/NVMe-Apple-M3-Linux-Patches
1•DemiGuru•19m ago•0 comments

IronWarden – A microsecond PII firewall for streaming LLMs in safe Rust

https://github.com/Somnerd/IronWarden
2•nikolasalexandr•20m ago•0 comments

Show HN: Wave – Layered gradient wave backgrounds using Three.js and shaders

https://wave.subworkflow.ai/
2•jimle_uk•20m ago•0 comments

A Eulogy for the Software Engineer

https://davekiss.com/blog/eulogy-for-the-software-engineer/
2•burgs•22m ago•1 comments

Show HN: Sand Timer – a desktop hourglass for macOS where the sand behaves

https://github.com/and/sand-timer
2•and_•22m ago•0 comments

How to detect information voids from social media and web searches

https://www.nature.com/articles/s41598-026-69786-8
1•Anon84•23m ago•0 comments

I made a linter using Jev for things a regular linter can't catch

https://github.com/darkmatter/adhere
2•czxtm•25m ago•0 comments

Show HN: Hike – Go-like systems language for tiny WASM/LLVM

https://github.com/kanryu/hike-lang
1•KATOKanryu•26m ago•0 comments

Show HN: An AI interviewer that pushes back on your system design trade-offs

https://prepd.tech/
1•Prepd•28m 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