frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ionos warns of acute capacity shortage in Frankfurt, Germany region

https://cdn.imgtree.co/images/jvJVQIZy.jpg
1•nor0x•56s ago•1 comments

36 Hours with Fable

https://tossrock.substack.com/p/36-hours-with-fable
1•fragmede•1m ago•0 comments

New £1.1B plan to back chip firms, boost computing and skills for the AI

https://www.gov.uk/government/news/a-decisive-shift-to-power-british-ai-new-11-billion-plan-to-ba...
1•rbanffy•1m ago•0 comments

Artificial intelligence-based law firm wins in court

https://www.computerweekly.com/news/366644941/Artificial-intelligence-based-law-firm-wins-in-court
1•TMWNN•4m ago•0 comments

Zero Weights Language Model (MSE-GLM)

https://aircityshops.com/index.php?url=city/mse_blog
2•fodokidza•5m ago•0 comments

I built an AI memory engine in 10 days, then needed a project to prove it works

https://parametric-memory.dev
1•EntityOne•5m ago•0 comments

Show HN: Ideate a trading strategy with an Ex-Citadel Trader

https://sean-but-ai.vercel.app/
4•Entropnt•7m ago•0 comments

Generated this marketing video in just 12 minutes using this tool Clickcast.tech

https://www.youtube.com/shorts/ow0JWuBLCgA
1•clickcasttech•9m ago•0 comments

How to turn compute into a financial asset

https://www.economist.com/finance-and-economics/2026/06/22/how-to-turn-compute-into-a-financial-a...
1•zczc•11m ago•0 comments

How sad should I be about ChatGPT? (2022)

https://robertheaton.com/chatgpt/
1•reasonableklout•12m ago•0 comments

Ask HN: In the age of agentic coding why no one talks about orchestration tools

2•ios-contractor•16m ago•0 comments

Causal Summit

https://causalsummit.com/
2•northlondoner•17m ago•0 comments

Don't waste Claude limits babysitting AI experiments

https://heyneo.com/claude-code
2•gauravvij137•22m ago•0 comments

Show HN: Treating PowerPoint decks like code

https://github.com/sirilsengolraj-source/presentation-skill
1•Sirilsengolraj•22m ago•0 comments

AI Coding Traps Every Engineering Team Should Know

https://jsdevspace.substack.com/p/the-8-ai-coding-traps-every-engineering
2•javatuts•24m ago•0 comments

Show HN: Multiserial – a serial terminal for macOS that does not feel ancient

https://github.com/tpp6me/serial-com-multiplatform
1•praveentp•25m ago•0 comments

Chesterton's Middle Finger

https://www.arp242.net/chestersons-finger.html
1•birdculture•28m ago•0 comments

What is the best coding harness as of June 2026?

1•alxh•28m ago•1 comments

Chattiness

https://www.lrb.co.uk/blog/2026/june/chattiness
1•Michelangelo11•29m ago•0 comments

System Prompts – Claude API Docs

https://platform.claude.com/docs/en/release-notes/system-prompts
1•ankitg12•29m ago•0 comments

Show HN: A simple web studio for generating videos with Seedance models

https://seadance-video.com/
1•Evanmo666•33m ago•1 comments

React Parallax

https://react-parallax.dev/
2•iampoul•36m ago•0 comments

Show HN: We matched full-context recall on ~1% of the tokens (open benchmark)

https://github.com/compresh/compresh-benchmarks/blob/main/epbench/WRITEUP.md
1•compresh•39m ago•0 comments

The AI Poet

https://www.johnderoulet.com/post/the-ai-poet
1•MrBusch•39m ago•0 comments

Elevated errors for Claude Opus 4.8

https://status.claude.com/incidents/2stpj60m2fr9
2•adamheath•40m ago•0 comments

A single API to manage Apple, Google, and Stripe subscriptions

https://crosspay.dev/blog/introducing-crosspay-the-future-of-cross-platform-monetization/
1•pcvetkovski•41m ago•0 comments

CoreGLP Denmark

https://www.facebook.com/CoreGLPDenmark.Get
1•konikathy•41m ago•0 comments

Visualization: Would 1M Starlink satellites look

https://static.tomaskafka.com/prototypes/1m-starlinks/
1•tomaskafka•42m ago•0 comments

Advice on Gifted Education

https://terrytao.wordpress.com/career-advice/advice-on-gifted-education/
1•pykello•42m ago•1 comments

Meta Invests $900M in CRED, Taps Founder to Head WhatsApp

https://www.bloomberg.com/news/articles/2026-06-22/meta-taps-new-whatsapp-boss-as-part-of-900-mil...
4•thisislife2•42m 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