frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Apple's failed self-driving car program left a legacy of powerful AI chips

https://www.theverge.com/tech/964519/apple-silicon-self-driving-car-ai-m7-ultra
1•droidjj•36s ago•0 comments

GPT-5.6, Fable 5, and Grok 4.5 rebuild Basecamp from the same spec

https://smw.ai/blog/basecamp-bench
1•aethelyon•2m ago•0 comments

The Battery Startup Taking on China's Giants

https://www.wired.com/story/prologium-battery-startup-betting-against-china/
1•joozio•3m ago•0 comments

The Trade in Looted Antiquities Endures for One Reason: Demand

https://news.artnet.com/art-world/matt-campbell-cambodia-looted-antiquities-2779870
1•derbOac•3m ago•0 comments

What Happened to Behaviorism?

https://medium.com/@plewis67/what-happened-to-behaviorism-0c1b155a593c
1•paulpauper•4m ago•0 comments

Stop Pretending That Intensive Parenting Doesn't Work

https://www.theatlantic.com/ideas/archive/2022/10/intensive-parenting-kids-happiness-health/671782/
1•paulpauper•4m ago•0 comments

Website is served from a 200KB binary

https://200kb.freelang.dev/
1•keepamovin•4m ago•0 comments

The Idols of Acceleration

https://democraticfuturist.substack.com/p/the-idols-of-acceleration
1•paulpauper•5m ago•0 comments

LARP – Revenue infrastructure for serious founders

https://www.larp.website/
2•BerislavLopac•7m ago•0 comments

Show HN: Shirei, cross-platform GUI framework in native Go

https://github.com/hasenj/go-shirei/
3•hsn915•8m ago•0 comments

Automation Without Understanding

https://arxiv.org/abs/2607.06377
2•root-parent•9m ago•0 comments

OpenAI's AI Beating Every Human at AtCoder

https://mlq.ai/news/openais-ai-sweeps-all-five-problems-at-atcoder-world-tour-finals-beating-ever...
2•amai•10m ago•0 comments

Blog-Doc Reloaded

https://lebcit.github.io/post/blog-doc-reloaded/
2•LebCit•12m ago•0 comments

Noto: A Typeface for the World

https://fonts.google.com/noto
3•geox•12m ago•0 comments

AI and the Future of Writing-roundtable of authors discuss ramifications for art

https://yalereview.org/article/ai-and-the-future-of-writing
2•pseudolus•13m ago•0 comments

Apple sues OpenAI over alleged trade secret theft

https://techcrunch.com/2026/07/10/apple-sues-openai-over-alleged-trade-secret-theft/
3•rbanffy•17m ago•1 comments

Britain's biggest community solar farm forced to shut over grid overload fears

https://www.theguardian.com/environment/2026/jul/12/solar-farm-forced-to-shut-derril-water-bigges...
3•speckx•20m ago•0 comments

Using AI to Let History Speak About Bank Runs

https://libertystreeteconomics.newyorkfed.org/2026/07/using-ai-to-let-history-speak-about-bank-runs/
2•gnabgib•24m ago•0 comments

'This was a righteous case. A holy war': the lawyer who took on Meta and Google

https://www.theguardian.com/media/2026/jul/12/mark-lanier-the-lawyer-who-took-on-meta-and-google-...
2•akbarnama•24m ago•0 comments

Show HN: Broll – an MCP server that gives coding agents a content studio

https://github.com/luke-fairbanks/broll
2•lukefairbanks•24m ago•0 comments

Show HN: A lightweight app to let LLM work for oncall

https://www.neatcontext.com/
3•tanglearncode•24m ago•1 comments

The Universal Scalability Law (USL)

https://www.perfdynamics.com/Manifesto/USLscalability.html
2•ksec•27m ago•0 comments

Show HN: The Line of Hope – how current teams compare to past champions

https://titlehopes.com/mlb/standings/index.html
2•marcreicher•31m ago•0 comments

Honeyprompt: LLM-first honeypot that talks back

https://github.com/alectrocute/honeyprompt
1•arm32•32m ago•0 comments

How to Start a Peptide Testing Company and Costs Involved

https://www.bluenexlabs.com/research-knowledge-canada-peptides/start-canadian-peptide-testing-com...
1•AliceKay•32m ago•0 comments

Show HN: Open-source browser mini-game where every level is provably solvable

https://www.hooping.io/
2•douvy•34m ago•1 comments

I connected my net worth tracker to Claude via MCP

https://getvalyou.co/claude
1•amandafranc•35m ago•0 comments

Show HN: JMT – Java Based MultiTool

1•shiningpr0xsm•39m ago•0 comments

Show HN: Launch first-party blogs at scale for free

https://www.letterstory.com
1•mathewpregasen•40m ago•0 comments

Ask HN: How do you review AI code?

2•wonderfuly•40m 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