frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Scheme?

https://goeteia.dev/why
1•edfsadfer•49s ago•0 comments

Symbolic Artificial Intelligence

https://en.wikipedia.org/wiki/Symbolic_artificial_intelligence
1•ijidak•54s ago•0 comments

AI models in 'surreal' dialect mixing poetic language and tech bro jargon

https://www.theguardian.com/technology/2026/sep/15/syd-barrett-ai-chat-language-poetic-tech-bro-j...
1•danielmorozoff•3m ago•0 comments

Show HN: Context Freshness Ledger – a tiny schema for reviewable agent memory

https://github.com/chengyixu/context-freshness-ledger
1•Wilson_Xu•3m ago•0 comments

Novel Particle Beam Could Challenge Einstein's Theory of Gravity

https://ethz.ch/en/news-and-events/eth-news/news/2026/09/novel-particle-beam-could-challenge-eins...
1•geox•6m ago•0 comments

FBI boarded Texas-bound oil tanker to investigate cyberattack

https://www.cbsnews.com/news/coast-guard-fbi-board-oil-tanker-texas/
1•virgulino•6m ago•1 comments

NASA-backed scientists turn plastic waste into edible cookies

https://www.sciencedaily.com/releases/2026/09/260912220033.htm
1•danielmorozoff•7m ago•0 comments

"Filmmaker" suing PassThePopcorn may be banned user out for revenge

https://arstechnica.com/tech-policy/2026/09/filmmaker-suing-passthepopcorn-may-be-banned-user-out...
1•shscs911•10m ago•0 comments

William Buckland's Theology of Geology

https://www.historytoday.com/archive/great-debates/william-bucklands-theology-geology
1•Petiver•10m ago•0 comments

Broken Windows, Abstractions and the Cost of Always Keeping Things Simple

https://pgilmartin.substack.com/p/broken-windows-abstractions-and-the
1•snikolaev•13m ago•0 comments

Show HN: ZenTabTimer, an HTML timer where browser favicon is the timer

https://github.com/kevinpondmind/ZenTabTimer
1•kevin_kraft•13m ago•0 comments

Inference Is the Last LLM Moat

https://www.vincentschmalbach.com/inference-is-the-last-llm-moat/
1•vincent_s•16m ago•0 comments

We struggled with DevOps, so built a open source agentic platform just for this

1•abmuhammadhamza•17m ago•0 comments

From Academia to Alignment

https://millicosm.substack.com/p/from-academia-to-alignment
3•danielmorozoff•20m ago•0 comments

The Agent Economy Has No Auditor

https://twitter.com/TruenceHQ/status/2100065538730807533
1•Kambizmalik•23m ago•0 comments

Will farm animals always suffer?

https://worksinprogress.co/issue/will-farm-animals-always-suffer/
1•gmays•23m ago•0 comments

Origin stories: idioms using 'walk'

https://www.suzannearnold.com/blog/origin-stories-idioms-using-walk
2•DanielVZ•25m ago•0 comments

Intelligent Interaction Techniques

https://arxiv.org/abs/2609.16295
1•azhenley•25m ago•0 comments

Cisco Email Gateway SQL Injection Yields Unauthenticated Root (CVSS 9.8)

https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-esa-inj-2b...
1•iamsyr•27m ago•0 comments

The Configuration Complexity Clock

http://mikehadlow.blogspot.com/2012/05/configuration-complexity-clock.html
2•sssilver•27m ago•0 comments

Build domain-specific harness and long-horizon agents with OS Python framework

https://github.com/cayu-dev/cayu
3•zamir_akimbekov•29m ago•0 comments

I Wanted to Stay in Canada So I Learned French

https://macleans.ca/longforms/i-wanted-to-stay-in-canada-so-i-learned-french/
2•cvhc•34m ago•0 comments

Occamy-1.0: Open Pareto-frontier 35B intelligence for co-work

https://arxiv.org/abs/2609.11977
1•donk8r•42m ago•0 comments

Anthropic Has Some Alignment Problems

https://thezvi.substack.com/p/anthropic-has-some-alignment-problems
2•gmays•43m ago•0 comments

Anthropic CEO renews call for AI slowdown as Nvidia's urges acceleration

https://www.theguardian.com/technology/2026/sep/15/anthropic-nvidia-ceos-ai
2•andsoitis•44m ago•0 comments

Important Notice on CoinEx's Orderly Cessation of Operations

https://www.coinex.com/en/announcements/detail/53539656293908
1•Bluestein•47m ago•0 comments

Ex150-17: The Unbearable Lightness of Being

https://www.exfatloss.com/p/ex150-17-the-unbearable-lightness
2•paulpauper•47m ago•0 comments

The Bad Guy with an AI Named Claude

https://thezvi.substack.com/p/the-bad-guy-with-an-ai-named-claude
1•paulpauper•48m ago•0 comments

Any markets strategies for B2B companies, how to approach them

1•Vineetyadav2•51m ago•0 comments

Vercel Labs

https://vercel.com/labs
1•MehrdadKhnzd•51m 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