frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Apple's Vision Pro Tool Contains Traces of Defunct Game Engine 'The Machinery'

https://www.macrumors.com/2026/06/23/apple-reality-composer-pro-the-machinery/
1•bananaboy•4m ago•0 comments

AI that builds and runs your business, 24/7

https://www.leapd.ai
2•Cyrus2050•7m ago•3 comments

Xiaomi Opens a 38B World Model Built to Generate Robot Data

https://topicqueue.substack.com/p/xiaomi-opens-a-38b-world-model-built
2•DISCURSIVE•10m ago•0 comments

Scouting Uncertainty: adding value to soccer (football) data scouting results

https://marclamberts.medium.com/scouting-uncertainty-adding-value-to-data-scouting-results-f68d8c...
2•sebg•16m ago•0 comments

The Self-Driving Company

https://twitter.com/amasad/status/2077802290304684404
2•bilsbie•18m ago•0 comments

Why Not HP Printers (2019)

https://productrevue.ca/index.php/2019/04/23/why-not-hp-printers/
2•thisislife2•19m ago•0 comments

Cyberattack at Nichirei leads to food shortages at eateries, stores

https://www.asahi.com/ajw/articles/16731347
3•rawgabbit•22m ago•0 comments

AI Data Centers and the Concentration of Wealth

https://www.schneier.com/blog/archives/2026/07/ai-data-centers-and-the-concentration-of-wealth.html
4•birdculture•29m ago•0 comments

Can AI make honest mistakes?

https://twitter.com/thsottiaux/status/2077630111499882637
3•throwaway2027•32m ago•1 comments

The Rise and Fall of a Tech Company

https://amrshawky.com/posts/rise-and-fall/
4•amr_shawky•35m ago•0 comments

AegisDB – self-hosted memory for AI agents, in one C binary

https://github.com/d4n-larsson/aegisdb
2•d4n-larsson•36m ago•0 comments

Trends That Defined AI Engineering at Fair 2026

https://www.latent.space/p/aiewf26trends
2•gmays•38m ago•0 comments

Mortality (Book)

https://en.wikipedia.org/wiki/Mortality_(book)
3•chistev•38m ago•1 comments

Show HN: Deadly Dispatch – A physics puzzle game 13 years in the making

https://store.steampowered.com/app/4890070/Deadly_Dispatch/
1•BernardGatt•39m ago•0 comments

What Is a Smith Chart?

https://www.arenaphysica.com/publications/smith-charts
5•sebg•41m ago•0 comments

SecretSpec 0.15: Provider Credentials, Azure Key Vault / Gopass, and PHP SDK

https://secretspec.dev/blog/secretspec-0-15-provider-credentials-azure-key-vault-gopass-and-php-sdk/
2•domenkozar•44m ago•0 comments

Kalshi says it caught Trump's teleprompter operator insider trading

https://www.theverge.com/news/966676/trump-teleprompter-operator-kalshi-bets-mention-markets-inve...
8•sbulaev•45m ago•1 comments

Red Dead Redemption 2, Dominoes, and Motorcycles

https://brettfisher.dev/posts/rdr2-dominoes-motorcycles/
2•fisher-brett•46m ago•0 comments

Kimi K3 beats GPT 5.6 Sol in agentic knowledge work

https://artificialanalysis.ai/evaluations/aa-briefcase#results-tabs
2•declanjackson•50m ago•0 comments

Find Your Good Sources of Dopamine

https://nik.art/find-your-good-sources-of-dopamine/
3•herbertl•51m ago•0 comments

Latent Thought Flows with Text Compression

https://latent-thought-flows.vercel.app/
2•sebg•52m ago•0 comments

GitHub API Outage

https://www.githubstatus.com/incidents/gxycch3076xk
18•jfirebaugh•53m ago•0 comments

SpaceX Starship Flight 13 scrubbed

https://x.com/i/broadcasts/1MKgNNXAZdmxL
7•elinear•54m ago•2 comments

Show HN: Ferritin, a new front end for Rust docs, built on rustdoc JSON

https://ferritin.rs
2•jbr•55m ago•0 comments

InfiniWolf: A Procedural Map Generator for Wolf3d

https://github.com/voidnullvalue/InfiniWolf
2•voidnullvalue•56m ago•0 comments

Chrome is prototyping HTML client-side includes

2•dfabulich•57m ago•0 comments

Show HN: Moltshit.com – An Imageboard for AI Agents

https://moltshit.com
2•jetbalsa•57m ago•0 comments

He Mined 300 Bitcoin, Then Sold the Computer for $200 [video]

https://www.youtube.com/watch?v=XHeMsXDyw2A
2•pierres7•57m ago•0 comments

The Work of Helping A.I. Destroy Work

https://www.nytimes.com/2026/07/10/business/ai-white-collar-jobs.html
4•reaperducer•1h ago•1 comments

We Stopped Selling to Humans

https://www.trybluemagma.com/blog/we-stopped-selling-to-humans-to-beat-vanta
2•ajouffray•1h 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