frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

TCGRoll

https://tcgroll.com
1•drewsly•57s ago•0 comments

China weighs tighter export controls on AI models and chips

https://www.ft.com/content/6049a031-9e9b-464c-97bb-414da04d5a6a
1•JumpCrisscross•3m ago•0 comments

AI Nutrition Facts

https://www.g9labs.com/2026/07/20/ai-nutrition-facts/
1•gsgnine•3m ago•0 comments

Insightix – when Polymarket and Deribit price the same event differently

https://insightix.io
1•chriswolff•6m ago•0 comments

Trump's latest AI czar has resigned

https://techcrunch.com/2026/07/20/trumps-latest-ai-czar-has-already-resigned/
1•adithyaharish•6m ago•0 comments

Assessing State Reaction to the Supreme Court's Undermining of Property Rights

https://statecourtreport.org/our-work/analysis-opinion/assessing-state-reaction-supreme-courts-un...
1•1vuio0pswjnm7•7m ago•0 comments

Havana syndrome: US to compensate victims

https://www.bmj.com/content/394/bmj-2026-100312
1•Coral-Tiny•7m ago•0 comments

Show HN: HyCanvas, a free self-hostable Canva alternative

https://github.com/hyscaler/HyCanvas
1•devadattas•8m ago•0 comments

France's edge in the AI race is cheap energy

https://www.politico.eu/article/frances-edge-in-the-ai-race-is-cheap-energy-if-american-big-tech-...
1•leonidasrup•10m ago•0 comments

Reproducing the Jacobian conjecture counterexample in two cells of SymPy

https://korbonits.com/blog/2026-07-20-trust-nothing-verify-everything/
1•korbonits•12m ago•0 comments

Retriever: A Programming Framework for Closed-Loop Robot Agents

https://retriever.systems/blog/
1•ilreb•12m ago•0 comments

AI's Next Big Breakthrough Is Looking Pretty Scary

https://www.bloomberg.com/opinion/articles/2026-07-21/self-improving-ai-models-look-genuinely-scary
1•petethomas•12m ago•0 comments

Reverse-engineering is cheap now

https://simonwillison.net/2026/Jul/20/cheap-reverse-engineering/
2•edward•16m ago•0 comments

Brain runs on about twenty watts

https://medium.com/@hugo.minney/the-20-watt-brain-can-we-connect-brains-for-computing-f8981b9ca7f9
2•giuliomagnifico•17m ago•1 comments

A Factory Reset Left the Previous Owner's GPS Coordinates on a Kasa Camera

https://www.vincentschmalbach.com/factory-reset-kasa-camera/
1•vincent_s•18m ago•0 comments

The Galaxy Card Is Samsung's Answer to the Apple Card

https://www.wired.com/story/galaxy-card-is-samsung-answer-to-the-apple-card/
1•divbzero•18m ago•0 comments

Show HN: Use This Instead of 4Chan

https://interactink.vercel.app/interactink.html
1•squeezes•20m ago•0 comments

How to Build the ChatGPT Typing Effect in Modern JavaScript

https://jsdev.space/howto/chatgpt-typing-effect/
1•javatuts•22m ago•0 comments

9 months building an advanced StarCraft reporting tool with Go and Claude

https://marianogappa.github.io/thoughts/building-an-advanced-starcraft-reporting-tool/
1•maloga•24m ago•0 comments

Do we just want slaves?

https://www.yashthapliyal.com/blog/do-we-just-want-slaves
3•yash1hi•31m ago•0 comments

Show HN: Claudexor – quota-aware routing for Claude Code, Codex, and Cursor

https://github.com/razzant/claudexor
2•abstractDL•31m ago•0 comments

Zoom is now Chrome only

https://zoom.us/test
3•asdfsa32•32m ago•3 comments

Bloomberg's Last Stand

https://theterminalist.substack.com/p/bloombergs-last-stand
1•hubraumhugo•33m ago•0 comments

Unity ships a CLI that lets AI agents operate running game projects

https://runtimewire.com/article/unity-ships-a-cli-that-lets-ai-agents-operate-running-game-projects
1•ryanmerket•34m ago•0 comments

Show HN: Ex Situ – open-source spatial index of displaced cultural artifacts

https://exsitu.app/map
8•hbyel•39m ago•0 comments

Church was sacred, now it is theater

https://www.flocksafety.com/industries/places-of-worship
2•maieuticagent•40m ago•1 comments

Looking for contributors – trie based memory efficient LLM runner

https://github.com/oteomamo/SALT
1•omamo•42m ago•0 comments

ShotPlan: Cinematic Video Generation with Learnable Planning Token

https://pensioner-11.github.io/ShotPlan/
2•ilreb•49m ago•0 comments

Reasons for having your own website in 2026

https://bellkiosk.website/blog/reasons-to-website.html
4•vinhnx•49m ago•0 comments

Show HN: UEFI Bootloader for TempleOS

https://codeberg.org/0x2f22d23e/UwUEFI
3•AlecMurphy•51m 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