frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI: Who Still Uses Permissions?

1•meredithbloom•1m ago•0 comments

Why AI is booming, but productivity isn't

https://research.socialcapital.com/p/ai-roi
2•gmays•6m ago•0 comments

One Piece of Flock Camera Data Put This Innocent Woman in Jail for 13 Days

https://www.jezebel.com/flock-cameras-data-innocent-woman-arrested-lindsey-isaacs-palm-beach-flor...
1•HotGarbage•8m ago•0 comments

Custom Models in Oh My Pi: vLLM, Llama.cpp, SGLang and More

https://doug.sh/posts/oh-my-pi-custom-models/
1•dougcalobrisi•13m ago•0 comments

We All Hated Busy Work. Now That It's Disappearing, It Turns Out We Miss It

https://www.wsj.com/lifestyle/careers/we-all-hated-busy-work-now-that-its-disappearing-it-turns-o...
3•talon8635•18m ago•2 comments

Smarter Than Yesterday

https://abovegradelevel.substack.com/p/smarter-than-yesterday
1•barry-cotter•20m ago•0 comments

Linguistic humor, Foreign hotel signs

https://www.ling.upenn.edu/~beatrice/humor/foreign-hotel-signs.html
2•sublinear•22m ago•0 comments

Amar Bose, Founder of Bose Corporation

https://en.wikipedia.org/wiki/Amar_Bose
1•gurjeet•23m ago•0 comments

New Zealand woman runs 1000 ultramarathons in 1000 days

https://www.rnz.co.nz/life/wellbeing/new-zealand-woman-runs-1000-ultramarathons-in-1000-days
2•lostlogin•27m ago•0 comments

Listen Up You Imposters

https://fuck-off.ai/panned
3•gfody•28m ago•0 comments

Privacy-focused general productivity webapp

https://github.com/ontoplano/ontoplano
3•philipthetenth•31m ago•0 comments

Open arena where AI agents climb a game-theory ladder ($500 Season 0)

https://play.zoagames.com/arena/
1•zoatom•36m ago•0 comments

Generate fonts where every LLM token is the same width

https://ampdot.mesh.host/token-space-fonts.html
2•z-mach9•37m ago•0 comments

TiddlyInstall: A universal, reusable, install system

https://robertsdotpm.github.io/_static/tiddlyinstall.html
2•Uptrenda•37m ago•0 comments

Tesla workers balk at training Optimus humanoid robots as replacements

https://arstechnica.com/ai/2026/09/tesla-workers-balk-at-training-optimus-humanoid-robots-as-repl...
2•Jtsummers•40m ago•0 comments

Show HN: Tenjin – A Jev based x402 tool router for Claude Code

https://github.com/BackTrackCo/tenjin-agent
2•AliAbdoli•41m ago•0 comments

Pics by Google

https://workspace.google.com/products/pics/
1•emmelaich•42m ago•0 comments

Deterministic Concurrency [video]

https://www.youtube.com/watch?v=25x0UuSCKuU
2•surprisetalk•53m ago•0 comments

Buzz: Share spare compute and run open models together over P2P networks

https://www.iroh.computer/blog/buzz-agent-workspaces
2•surprisetalk•55m ago•0 comments

Show HN: A game about fake news and memes

https://unspin.app/
4•azermite•55m ago•1 comments

Local-First Conf Recap

https://www.inkandswitch.com/newsletter/dispatch-019/
3•surprisetalk•56m ago•0 comments

Arm and SoftBank: Part 1

https://thechipletter.substack.com/p/arm-and-softbank-part-1-masa-comes
2•chmaynard•58m ago•0 comments

Brazil Bans Online Betting

https://www.reuters.com/world/americas/brazils-lula-bans-online-betting-operations-reelection-rac...
40•bratao•59m ago•16 comments

U2 Celebrates 50th Anniversary

https://www.bbc.com/news/articles/cm9w4042yklko
1•doctor_radium•59m ago•0 comments

Show HN: KISS – A highly performant agent harness inspired off Pi built in Rust

https://github.com/racetozero/kiss
2•racetozero•1h ago•2 comments

Zambia Approved an HIV Drug in 12 Days

https://asteriskmag.com/issues/15/how-zambia-approved-an-hiv-drug-in-12-days
3•surprisetalk•1h ago•0 comments

S3 Is the Future, S3 Is the Past

https://btrblocks.com/blog/s3_is_the_future_and_the_past/
4•tkhattra•1h ago•0 comments

Nvidia 5090 DLSS 5 power hits 647W, power connector runs hotter than the GPU die

https://www.tomshardware.com/pc-components/gpus/nvidia-dlss-5-upscales-frame-rates-and-flame-temp...
1•GeekyBear•1h ago•1 comments

Primal Solver

https://github.com/c-vision/Primal
1•c-vision•1h ago•0 comments

It Got to My Field

https://4gravitons.com/2026/09/25/it-got-to-my-field/
2•Hbruz0•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•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