frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Excalibur. The open-source AI coding agent for product engineers

https://getexcalibur.dev
1•Rafael_Casuso•1m ago•0 comments

Thoughts on the Near Future

https://x.com/bayeslord/article/2072056960430789032
1•grodriguez100•3m ago•0 comments

What America has meant to me

https://twitter.com/swyx/status/2073657149067321412
1•pretext•10m ago•0 comments

Built a Website for People Who Miss the Old Web

https://www.dailicle.com/
1•lucky-solanki•12m ago•0 comments

China wants to solve the hardest problem in robotics – making hands

https://www.theguardian.com/technology/ng-interactive/2026/jul/06/china-dextrous-robotic-hands-hu...
3•sandebert•14m ago•0 comments

Interdict: Stop agents from destroying production databases

https://github.com/prisharai/Interdict
1•handfuloflight•15m ago•0 comments

Building Software Is Learning

https://registerspill.thorstenball.com/p/building-software-is-learning
1•kiyanwang•16m ago•1 comments

TinyRetroPad: A working, Notepad-style Windows text editor in roughly 2.5 KB

https://github.com/plummersSoftwareLLC/TinyRetroPad
1•doener•17m ago•0 comments

Phi Browser 2.0: Spaces, Profiles, and Room for Your Agents

https://phibrowser.com/news/phi-browser-v2/
2•sjdhoome•18m ago•0 comments

When AI Costs More Than the Engineer

https://tomtunguz.com/ai-spend-breakeven-2029/
2•kiyanwang•19m ago•0 comments

Generate parametric, manufacturable 3D models in seconds

https://kyrall.com/
2•OsamaAtwi•20m ago•1 comments

How Russia Blackmails Ordinary Ukrainians to Spread Terror in Ukraine [video]

https://www.youtube.com/watch?v=1ypMQlXlWIg
2•consumer451•21m ago•1 comments

Revised Rules of Engineering Leadership

https://lethain.com/revised-rules-of-engineering-leadership/
1•kiyanwang•21m ago•0 comments

When Gemma Thinks About Resources – It Fails: A Behavioral Experiment

https://www.lesswrong.com/posts/9Gj9anZi95RgHQPv6/when-gemma-thinks-about-resources-it-fails-a-be...
1•joozio•22m ago•0 comments

Tastefile: Figma to Design.md

https://usetastefile.com/
1•handfuloflight•22m ago•0 comments

Show HN: AI block chain running on GPT2

https://github.com/raphaelwkago69-create/GLYPH
1•w4mwati•27m ago•1 comments

Show HN: Validating an OG-image API before I build the back end

https://autogranthunter.com/og/
1•averystone_hs•31m ago•0 comments

ViewKit – An interactive tool to view dataset files

https://viewkit.app/
1•ayu05•32m ago•1 comments

Saying the Obvious Thing

https://www.seangoedecke.com/saying-the-obvious-thing/
1•walterbell•36m ago•0 comments

Venice mayor proposes dynamic pricing for day-trippers with 50-euro ceiling

https://abcnews.com/International/wireStory/venice-mayor-proposes-dynamic-pricing-day-trippers-50...
2•simonebrunozzi•37m ago•0 comments

An Ordinary Mind on an Ordinary Day

https://www.laphamsquarterly.org/roundtable/ordinary-mind-ordinary-day
1•vinhnx•39m ago•0 comments

This week's 13 most interesting new big tech patents

https://patentlyze.substack.com/p/ads-in-your-ai-chats-pauses-glasses
2•Dfol•40m ago•1 comments

Embedding Information in Disorder

https://thoughts.hmmz.org/2026-07-05.html
1•vinhnx•42m ago•0 comments

Sometimes it is the network: a war story

https://utcc.utoronto.ca/~cks/space/blog/sysadmin/SometimesItIsTheNetwork
2•srijan4•42m ago•0 comments

EdgeBench: Unveiling scaling laws of (AI) learning from real-world environments

https://github.com/ByteDance-Seed/EdgeBench
1•rguiscard•53m ago•0 comments

Pactiamo – Turn a one-line brief into a signable proposal and contract

https://www.pactiamo.com/
1•kkmigu•56m ago•0 comments

Fossils were the perfect home for ancient baby bees

https://www.fieldmuseum.org/about/press/these-fossils-were-the-perfect-home-for-ancient-baby-bees
1•t-3•58m ago•0 comments

CachePilot – Drop-in AI API caching proxy (pay 20% of savings)

https://cachepilot.serveousercontent.com
1•koaw_moi•58m ago•0 comments

Chinese LLMs Doubao, Qwen to shut down personalized AI agents on July 15

https://www.globaltimes.cn/page/202607/1365159.shtml
1•testrun•1h ago•0 comments

Bomb the Arctic, dam the Mediterranean and build a second moon

https://www.theguardian.com/environment/2026/jul/06/five-outlandish-plans-to-remodel-earth-climate
4•tosh•1h 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