frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A local-first eBook reader with a journal for each book you read

https://forgottenmachine.itch.io/ms-penrose-in-the-library
1•forgatmachine•1m ago•0 comments

AEB: A Case Study Using Comma.ai Dataset (2019)

https://comma-ai.medium.com/aeb-a-case-study-using-comma-ai-dataset-2fc08a2397f4
1•LorenDB•2m ago•0 comments

New York's War on Compute

https://www.city-journal.org/article/new-york-data-centers-moratorium-ai-compute
2•fortran77•3m ago•0 comments

Underwater Suit-Wearing Cyborg Insect Capable of Diving and Terra-Aqua Travel

https://www.nature.com/articles/s41467-026-74235-1
1•gscott•4m ago•0 comments

Khazad – Transparent Semantic Cache for LLM API Calls via Redis Vector Sets

https://github.com/GuglielmoCerri/khazad
2•guglielmoce•5m ago•0 comments

$22,000 per Hour: Assistants Use a Legislative Loophole to Outearn Surgeons

https://www.nytimes.com/2026/06/29/upshot/assistant-surgeons-loophole-pay.html
2•littlexsparkee•5m ago•1 comments

Simplified Sparse Attention via Gist Tokens

https://arxiv.org/abs/2604.20920
1•E-Reverance•6m ago•0 comments

League Loom an MCP Server for ESPN/Sleeper/Fantrax in ChatGPT/Claude

https://leagueloom.com/
1•cmtemkin•6m ago•0 comments

Howdy HN: fur.tea.laser

1•fur-tea-laser•8m ago•0 comments

Show HN: go-iroh – iroh compatible networking for Go

https://github.com/tmc/go-iroh
2•traviscline•11m ago•0 comments

Google's New reCAPTCHA Wants Your Camera Access and 21 Points of Your Hand

https://reclaimthenet.org/googles-new-recaptcha-wants-your-camera-access-and-21-points-of-your-hand
4•Cider9986•12m ago•2 comments

Nondelegation and the Unitary Executive [pdf]

https://afj.org/wp-content/uploads/2020/02/Nondelegation-and-the-Unitary-Executive.pdf
1•qwefasg•12m ago•0 comments

Core – Deterministic governance rules for AI-generated code (pip installable)

https://github.com/DariuszNewecki/CORE
1•d_newecki•12m ago•0 comments

Three FOSS projects for developers, procrastinators, and media wranglers

https://www.theregister.com/software/2026/06/26/three-foss-projects-for-developers-procrastinator...
1•rbanffy•14m ago•0 comments

A Good Animation Disappears

https://frigade.com/blog/a-good-animation-disappears
1•pancomplex•16m ago•0 comments

Proxylity: Academic and Non-Profit Program

https://www.proxylity.com/academic
1•mlhpdx•19m ago•0 comments

Ask HN: Should HN Get 2FA?

2•roschdal•21m ago•3 comments

China's first AI-powered cancer vaccine production line set to launch in Beijing

https://www.scmp.com/business/china-business/article/3358689/chinas-first-ai-powered-cancer-vacci...
2•msalsas•21m ago•1 comments

Feedback around "Tech enforcement layer for AI governance"

https://trust-layer-ai.de/
1•YUZHEN200495•22m ago•1 comments

The Next Chapter of PrimeTek

https://primeui.dev/nextchapter
2•nallerooth•23m ago•0 comments

3D necroprinting: Leveraging biotic material as the nozzle for 3D printing

https://www.science.org/doi/10.1126/sciadv.adw9953
3•jacquesm•26m ago•0 comments

Australian ballista spider builds a spring-loaded snare for a single ant species

https://phys.org/news/2026-06-newly-australian-ballista-spider-snare.html
2•wglb•26m ago•1 comments

Magicbookshelf.org – a spoiler-aware companion for public domain classics

https://magicbookshelf.org/
1•philipfweiss•27m ago•0 comments

Show HN: Fleet – a local-first console for managing Dockerized Hermes AI Agents

https://github.com/matt454/agent-fleet-console
1•matt454•27m ago•0 comments

Freedom of Intelligence

https://slack.org/freedom-of-intelligence
2•sixhobbits•27m ago•0 comments

Show HN: Apex Trading Signals – AI commodity trade ideas, free Android beta

https://play.google.com/apps/testing/com.apextradingsignals
1•dmaso191•28m ago•0 comments

Stop Killing the Internet

https://www.stopkillingtheinternet.net/
1•nobody9999•28m ago•0 comments

How AI Is Changing the Way Politicians Run for Office

https://www.nytimes.com/2026/06/29/us/politics/political-campaigns-ai-tech.html
2•m-hodges•29m ago•0 comments

Can Printed 'Skin' Heal Burns and Prevent Scars?

https://www.smithsonianmag.com/innovation/can-printed-skin-heal-burns-and-prevent-scars-180989000/
3•bookofjoe•34m ago•0 comments

An interactive chess social platform (first launch)

https://chesswire.app
1•hardikvora•34m ago•1 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