frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Summer's over: take out your notebooks (or Loreline)

https://loreline.app/en/journal/august-2026/
1•jeremyfa•1m ago•0 comments

Oscar Winner Jernej Barbič Brings Monsters to Life

https://spectrum.ieee.org/oscar-winner-jernej-barbic
1•jnord•5m ago•0 comments

Fluoddity – Particles self organizing into a variety of structures

https://fluoddity.com/
2•moultano•5m ago•0 comments

Ask HN: Single Page Learning Games?

1•tmaly•6m ago•0 comments

CBC reverses restriction on labelling 9/11 as 'terrorism'

https://www.thestar.com/politics/federal/cbc-reverses-restriction-on-labelling-911-as-terrorism/a...
1•cramer4next•7m ago•0 comments

A content agent should have to earn autonomy, one channel at a time

https://fulcrumenterprises.gumroad.com/l/content-agent-kit-pro
1•csolomon0704•10m ago•0 comments

Industry Standard Tools

https://industrystandard.tools/
1•philip1209•10m ago•0 comments

Postgres Isn't Slow. Your Storage Is

https://clickhouse.com/blog/posette-talk-recap-postgres-isnt-slow-your-storage-is
1•caffeinated_me•11m ago•0 comments

Become a 100x Engineer

https://100x.iamdevloper.io/
3•benhowdle•19m ago•2 comments

The Server Called Paranoia: Defend Autistici/Inventati Before Sept25 Sabot Media

https://www.wewillfreeus.org/the-server-called-paranoia-defend-autistici-inventati-before-septemb...
2•upofadown•19m ago•0 comments

My agents made a Photoshop equivalent in 8 hours

https://github.com/stubbb/c-shop
2•stubbby•20m ago•1 comments

FreshCtx – Invalidate AI reasoning when its evidence changes

https://github.com/Hyperwise-LLC/freshctx
2•bhooshanvarma•21m ago•0 comments

Highlighting My Code Based on How Much I Care

https://hank.bond/posts/highlighting-my-code-based-on-how-much-i-care/
2•hankbond•21m ago•0 comments

Show HN: SQLite-diff-log – zero-dependency SQLite audit logging via triggers

https://github.com/MigMarGil/sqlite-diff-log
2•MMG_dev•25m ago•0 comments

Engineered bacteria offer a way to accelerate rock weathering for carbon removal

https://phys.org/news/2026-08-bacteria-weathering-carbon.html
2•rawgabbit•28m ago•0 comments

Sam Harris and Richard Dawkins in Conversation

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

Protonmail Outage: Incident Report

https://proton.me/blog/august-27-outage-incident-report
1•Fudgel•29m ago•0 comments

Wrapping a callable in a lambda that just calls it with the same parameters

https://devblogs.microsoft.com/oldnewthing/20260819-00/?p=112624
1•ibobev•31m ago•0 comments

Identifying fake cosmetics using AI

https://groverlab.org/hnbfpr/2026-08-26-ai-counterfeit-cosmetics.html
2•wgrover•32m ago•0 comments

Rehabilitating Richard

https://analog-antiquarian.net/2026/08/28/rehabilitating-richard/
1•ibobev•33m ago•0 comments

MIT building contaminated with powerful neurotoxin dimethylmercury

https://www.reddit.com/r/mit/comments/1w12gb9/dimethyl_mercury_poisoning/
3•peesem•34m ago•1 comments

Background Image Refraction in CSS

https://blog.master.dev/background-image-refraction-in-css/
1•ibobev•34m ago•0 comments

Danish David beats American and Chinese frontier models

https://huggingface.co/danish-foundation-models/DFM-Mimir
1•ringenesherre•35m ago•0 comments

Hypermedia Systems

https://hypermedia.systems/
1•luispa•36m ago•0 comments

Codex as a Platform

https://developers.openai.com/blog/codex-as-a-platform
1•tin7in•36m ago•0 comments

How I made Rustdoc 33% faster in one week

https://noahlev.org/blog/2026/08/27/making-rustdoc-faster/
2•metrofun•36m ago•0 comments

LocalAI – Run any model – LLMs, vision, voice, image, video – on any hardware

https://github.com/mudler/LocalAI
1•modinfo•37m ago•0 comments

Show HN: A2acast – Let AI agents on different computers work together

https://github.com/husker/a2acast
2•jamesgagan•38m ago•0 comments

Mental bootstrapping enables human-level learning in self-supervised deep models

https://www.science.org/doi/10.1126/sciadv.aea7202
2•sblank•42m ago•0 comments

British Resilience Index

https://britishresilienceindex.com
1•cajunjimi•43m 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