frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI: Equalizer or Divider?

1•borissk•33s ago•0 comments

Largest whale graveyard discovered by sub at bottom of ocean

https://www.cbsnews.com/news/whale-graveyard-discovered-sub-bottom-ocean/
1•Vaslo•52s ago•0 comments

Radix Top-K: finding the top-k elements in an array without sorting

https://veitner.bearblog.dev/radix-top-k/
1•matt_d•2m ago•0 comments

Deficient executive control in transformer attention

https://academic.oup.com/pnasnexus/article/5/6/pgag149/8698838
1•derbOac•3m ago•0 comments

We are building robotics that serves humanity. Now, backed by up to $1.4B

https://neura-robotics.com/series-c/
1•doener•3m ago•0 comments

America Is Not Ready For What's Coming – pt 1 [video][25 mins]

https://www.youtube.com/watch?v=Ru5zJ_eRtPg
1•Bender•4m ago•0 comments

The Cosmological Hart-Tipler Conjecture

https://arxiv.org/abs/2606.04044
1•root-parent•7m ago•0 comments

AI hiring lawsuit: Workday's bias-testing data is attorney-client privileged

https://blog.mccoy.io/workday-ruling-ai-screener-audit
1•jgafni•8m ago•0 comments

This Flash Drive Has Literally Every File

https://www.youtube.com/watch?v=w6rkhvdAqHU
1•SpyCoder77•10m ago•0 comments

Ask HN: Why does Deno Deploy block /wp-content?

https://deno.com/wp-content
1•tisizi•10m ago•1 comments

I'm Rich

https://www.guidavid.com/writing/im-rich
1•gdss•15m ago•0 comments

Claude for Financial Services

https://notebooklm.google.com/notebook/16f00c29-20fe-42fe-b77d-cfc3b02b879b/artifact/7e5a9568-45f...
2•gilthor•15m ago•1 comments

The terrific technical debt of Arabic typography rendering: an interactive tour

https://lr0.org/blog/p/arabic/
2•lr0•19m ago•0 comments

Agent-gate – fail-closed agent gate and tamper-evident receipts as an MCP server

https://github.com/Jott2121/agent-gate
1•jott2121•22m ago•0 comments

Exposing the Solid State Donut Battery. It's over [video]

https://www.youtube.com/watch?v=j5oyVNjrUPI
1•ot•23m ago•0 comments

Ads in New York must now label AI-generated 'synthetic performers'

https://apnews.com/article/new-york-ai-law-hochul-synthetic-performers-e433625bfb61c8abeab0d61986...
3•1659447091•28m ago•0 comments

An entrance animation stranded my dashboard on a black screen

https://stengineer.dev/lab/walking-into-hour-four
1•lookingforsome•28m ago•0 comments

OpenAI C2PA Policy

https://help.openai.com/en/articles/8912793-c2pa-and-synthid-in-openai-generated-images
2•sarkarghya•29m ago•0 comments

Building Hollywood Motion Capture from Scratch [video]

https://www.youtube.com/watch?v=kYVqL_DqBis
2•radeeyate•29m ago•0 comments

Nontrailing separators do not spark joy

https://buttondown.com/hillelwayne/archive/nontrailing-separators-do-not-spark-joy/
4•birdculture•30m ago•0 comments

702 Ultimatum: Warrant Requirement or Bust

https://www.eff.org/deeplinks/2026/06/702-ultimatum-warrant-requirement-or-bust
2•kevinwang•32m ago•0 comments

Loop-Harness

https://github.com/lSAAGl/loop-harness
2•LordIsBack•36m ago•0 comments

Show HN: Obsidian Image Upload Toolkit – upload images to 10 cloud providers

https://github.com/addozhang/obsidian-image-upload-toolkit
2•addozhang•39m ago•0 comments

Recovering attention during heavy study efforts

https://socketstudy.com/sparks/recovering-attention/
2•wingrove•44m ago•0 comments

Nexus Q Revival

https://mikevoyt.github.io/nexusq-revival/
2•tmp10423288442•45m ago•0 comments

Closing the Loop: One Impressive AI Coding Agent Session for Y-Combinator

https://vmysla.substack.com/p/closing-the-loop-one-impressive-ai
2•vmysla•46m ago•0 comments

A smarter approach to designing metamaterials

https://engineering.berkeley.edu/news/2025/07/a-smarter-approach-to-designing-metamaterials/
3•airstrike•47m ago•0 comments

Beneath The Enshittification, Something Amazing Is Growing

https://www.techdirt.com/2026/06/10/beneath-the-enshittification-something-amazing-is-growing/
4•hn_acker•47m ago•0 comments

Unix GC Remastered

https://mohandacherir.github.io/Qdiv7/posts/unix_new_gc/
4•mananaysiempre•49m ago•0 comments

LaserWriter Seeds

https://inventingthefuture.ghost.io/laserwriter-seeds/
3•frizlab•50m 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