frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Tmtail – Multi-log tail with coloring, search, and history via tmux

https://github.com/themadsens/tmtail
1•themadsens•54s ago•0 comments

Surge in AI-assisted complaints putting extra strain on councils and schools

https://www.bbc.co.uk/news/articles/c2dk6wzjw23o
1•tomwphillips•1m ago•0 comments

Avery–MacLeod–McCarty Experiment

https://en.wikipedia.org/wiki/Avery%E2%80%93MacLeod%E2%80%93McCarty_experiment
1•num42•2m ago•0 comments

Ukraine hands Britain 'goldmine' of secret battlefield intelligence

https://www.independent.co.uk/news/uk/home-news/ukraine-britain-battlefield-intelligence-russia-s...
1•Teever•4m ago•0 comments

Moral Realism

https://philosophy.unc.edu/wp-content/uploads/sites/122/2014/07/Moral-Realism.pdf
1•andsoitis•5m ago•0 comments

I made HACKER AI for you vibecoded app

https://www.netherite.uz
1•apexxx•5m ago•0 comments

Reality Realism

https://philarchive.org/archive/CARRRK
1•andsoitis•6m ago•0 comments

Singapure Unveils Biological Data Center Prototype

https://medicine.nus.edu.sg/news/nus-medicine-dayone-and-cortical-labs-unveil-biological-data-cen...
1•vasco•6m ago•0 comments

Logging in Was Never Supposed to Be This Complicated

https://www.theatlantic.com/technology/2026/08/password-manager-login-difficulty/688396/
1•littlexsparkee•16m ago•0 comments

Rupert Lowe set to be paid as much for divisive posts on X as for being MP

https://www.theguardian.com/politics/2026/aug/24/rupert-lowe-restore-britain-earn-same-on-x-as-be...
7•notmine1337•19m ago•1 comments

Ask HN: Can token caching be a business idea?

1•sourav_biswas•25m ago•2 comments

The .NET One Person Framework

https://github.com/pal-tamas/rask
1•pal-tamas•25m ago•0 comments

Share your website and I'll make you a shareable interactive demo

https://www.mirenta.ai/
1•alexanderbz•27m ago•1 comments

Free AND open source Minecraft LAUNCHER WITH FETURES

1•sozip•30m ago•0 comments

MIDI-hook – Run a shell command when a MIDI keyboard key is pressed

https://github.com/skorotkiewicz/midi-hook
1•modinfo•31m ago•0 comments

Simulating cosmic rays to lobotomize LLMs

https://spock.is/writing/simulating-cosmic-rays-to-lobotomize-llms
1•xiaoyu2006•31m ago•0 comments

The Pavlov Scale of Phone Addiction

https://hereisyourbrain.substack.com/p/pavlov-scale-phone-addiction
1•prdgl_daughter•32m ago•0 comments

Show HN: When AI Decides What Matters

https://jasondoyle.ie/whitepapers/when-ai-decides-what-matters/
1•thepsychguy•35m ago•0 comments

Show HN: Everyone tries to be different. I made the 100% (unique) clone

https://imviral.lol
1•alexcloudstar•36m ago•0 comments

Shein Came Crashing Down

https://economist.com/business/2026/08/24/how-shein-came-crashing-down
2•andsoitis•38m ago•0 comments

Made a directory for finding Christian tools, services, and apps

https://christianpicks.com
1•pdgrg•40m ago•0 comments

Not a natural calamity: it is being done to us knowingly

https://www.theguardian.com/membership/2026/aug/24/this-is-not-a-natural-calamity-it-is-being-don...
4•speckx•43m ago•0 comments

Show HN: Build system that lives in your project

https://autark.dev
1•adamansky•44m ago•0 comments

Partial Lunar Eclipse on 27-28 August 2026 (most Europe Friday ~6AM)

https://www.timeanddate.com/eclipse/lunar/2026-august-28
1•Markoff•49m ago•0 comments

A Verified Generational GC for OCaml

https://risemsr.github.io/blog/2026-08-21-gc/
1•matt_d•51m ago•0 comments

Show HN: A browser MMO designed to be played by scripts, not people

https://space-core.at/
2•SpaceCoreDev•51m ago•0 comments

Safer-dependencies is a security layer for Claude Code that audits dependencies

https://github.com/robert-auger/safer-dependencies
1•zenomorph•52m ago•0 comments

The AI Verification Bottleneck: Why Writing Code Is No Longer the Hard Part

https://pragmaticbydefault.com/posts/ai-verification-bottleneck/
1•mruklukasz•54m ago•0 comments

Exxon turns to automated drilling in the Permian in push for higher oil output

https://www.reuters.com/business/energy/exxon-turns-automated-drilling-permian-push-higher-oil-ou...
2•geox•55m ago•0 comments

dotfiles on GitHub

https://dotfiles.github.io/
2•jcbhmr•56m 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