frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Vacation With An Artist: Book mini-apprenticeships with master artists

https://vawaa.com/
1•herbertl•3m ago•0 comments

Running GLM-5.2 5x faster at 500tps with limitation

https://abhishek.it/blog/glm-5.2-tilert-8xb200-benchmark
2•darkbatman•4m ago•0 comments

OpenAI joins the Rust foundation as a Platinum member

https://rustfoundation.org/media/on-openais-support-for-rust/
2•wofo•4m ago•0 comments

Struggling with creative work doesn't mean you're failing

https://psyche.co/ideas/struggling-with-creative-work-doesnt-mean-youre-failing
1•herbertl•4m ago•0 comments

Agentic Website Optimization

https://frontpage.host/
1•mkmccarty3•7m ago•1 comments

Show HN: Crawlie – Free open-source SEO audit tool for humans and agents

https://github.com/spronta/crawlie
1•seandotexe•8m ago•0 comments

Gencup 2026. World Cup Posters Using Data of Each Game

https://www.gencup.art/
1•aliparlakci•9m ago•0 comments

New benchmark evaluates AI for everyday patient care

https://www.massgeneralbrigham.org/en/about/newsroom/press-releases/evaluating-ai-performance-for...
1•hhs•10m ago•0 comments

Multi doc agent workflows in Word

https://lexifina.com/blog/multi-doc-agent-workflows-in-word
1•alansaber•14m ago•0 comments

Correlated LLM Name Priors and Their Haunting of the Web and Academic Publishing

https://arxiv.org/abs/2606.02184
1•sebg•16m ago•0 comments

TOPF – Talos Orchestrator by PostFinance

https://postfinance.github.io/topf/main/
1•denysvitali•20m ago•0 comments

Writing with AI demands more thought from students, not less

https://www.news.iastate.edu/news/writing-ai-demands-more-thought-students-not-less
1•hhs•21m ago•1 comments

Usbliter8 – An A12/A13 SecureROM Exploit

https://ps.tc/pages/blog-usbliter8.html
1•denysvitali•23m ago•0 comments

A $5.6B valuation and rapid global expansion

https://fortune.com/2026/06/18/ai-european-scaler-legora-bird-bird-law/
1•montrealish•24m ago•0 comments

Don't Be Afraid to Comment

https://sylvia.studio/dont-be-afraid-to-comment
2•lylo•24m ago•0 comments

VoxBee – Audio Platform for Productivity

https://www.voxbee.app/
1•doozyxyz•25m ago•0 comments

Vibe Working

https://www.trie.dev/
1•Kriptering•25m ago•1 comments

How Smashing The NIMBYs Created Modern Capitalism

https://worksinprogress.co/issue/how-abolishing-the-stakeholder-state-caused-the-industrial-revol...
1•karakoram•25m ago•0 comments

Identity, memory, secrets that survive model switch

https://signetai.sh/
1•627467•27m ago•0 comments

Data Story: The strait went dark

https://demos.minusx.app/l/strait-of-hormuz-the-day-the-oil-lanes-went-dark-6kjt5lcg1gp5d3l49mx
1•nuwandavek•29m ago•0 comments

A Federal Regulator Wants to Fast-Track AI Data Centers onto the Power Grid

https://gizmodo.com/a-federal-regulator-wants-to-fast-track-ai-data-centers-onto-the-power-grid-2...
1•derbOac•29m ago•0 comments

Ask HN: How are you managing MCP servers across a team?

1•vitorbaptistaa•30m ago•1 comments

Show HN: PinLeads

https://pinleads.org
1•jrh89•30m ago•0 comments

Too Liked to Be Useful

https://yusufaytas.com/too-liked-to-be-useful
13•montrealish•40m ago•1 comments

Show HN: I built a multiplayer dominoes game

https://www.pipsgg.com
1•minicliprocks•41m ago•1 comments

Constrained Modeling for Coding Agents

https://github.com/dannylee1020/kkt
1•dannylee1020•42m ago•0 comments

Palmier – a free video editor built for AI

https://www.palmier.io/
1•artur_makly•44m ago•0 comments

A Beginner's Guide to Robotics Hardware

https://interlatent.com/blog/interlatent-robotics-hardware-guide
2•sebg•50m ago•0 comments

The Oura $400 Ring Is Designed to Die [video]

https://www.youtube.com/watch?v=zqCp-z9WAkA
1•SockThief•50m ago•0 comments

Why Weibo's tiny VibeThinker-3B has the AI world arguing over benchmarks again

https://venturebeat.com/technology/why-weibos-tiny-vibethinker-3b-has-the-ai-world-arguing-over-b...
5•gmays•53m 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