frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Shading Motion

https://blog.maximeheckel.com/posts/shading-motion/
1•tobr•1m ago•0 comments

Qutis Health

https://qurtis.tech
1•witstorms•6m ago•1 comments

Coin size device can hack Boeing airplanes

https://ia.acs.org.au/article/2026/coin-sized-device-could-hack-boeing-airplanes.html
1•asdefghyk•8m ago•0 comments

Blocking prompt injection deterministically costs 40% false positives

https://github.com/vineetpant/customhouse/blob/main/docs/false-positives.md
1•vineetpant•9m ago•0 comments

Xdvc [pdf]

https://ia903104.us.archive.org/30/items/travelocirt1/tripo1.pdf
1•hsbdfh•9m ago•0 comments

DSHPlugin – DeepSeek Harness plugins with install, compatibility and repo data

https://dshplugin.app/
1•yanng404•11m ago•0 comments

Why the Same iPhone Photo Looks Worse Every Time You Touch It

https://iphone-photo-tips.netlify.app/
1•suolex•12m ago•1 comments

You shouldn't let agents talk to each other

https://trpevski.com/blog/multi-agent-orchestration-routing-and-failure-recovery/
1•dzugumot•14m ago•0 comments

How the proposed Australian gambling advertising opt-out register will work

https://www.abc.net.au/news/2026-08-18/federal-politics-how-will-gambling-ad-opt-out-work-online/...
1•milderworkacc•14m ago•0 comments

I made a crazy difficult logic puzzle generator

https://bossfeed.fun/games/morning-mystery/dual-category-logic-puzzle
1•el_boss•16m ago•0 comments

Show HN: Anql is offline workspace for notes, math, and structured work

https://github.com/anqlproject/anql
3•anqluser•17m ago•2 comments

The Enemy of Art

https://www.dgtlgrove.com/p/the-enemy-of-art
1•atan2•18m ago•0 comments

An agent readiness checker tool

https://ora.ai
1•botacode•18m ago•0 comments

Show HN: Code and Sea – Building privacy-first apps without subscriptions

https://codeandsea.com
1•Sharanxxxx•21m ago•0 comments

DeepSeek Harness

https://deepseek-code.com
1•gscott•22m ago•1 comments

Show HN: Convex clients in 100 programming languages

https://github.com/mikecann/the-convex-100-language-challenge
2•mikeyseee•26m ago•0 comments

Writing your own Linux debugger in Rust

https://ogghostjelly.github.io/slog/debugger.html
1•ingve•28m ago•0 comments

Zotero 10.0

https://www.zotero.org/support/changelog#changes_in_100_august_17_2026
1•y1zhou•29m ago•1 comments

A signal that passed out-of-sample testing and was still garbage

https://smugcalls.com/data-leakage-backtest.html
1•smugcalls•32m ago•0 comments

armlint: Examine AArch64 machine code to find suboptimal instruction sequences

https://github.com/gaul/armlint
2•csmantle•37m ago•0 comments

Show HN: Agents Workbook watch Claude Code, Codex write down their working notes

https://github.com/softcane/agents-workbook
1•pradeep1177•39m ago•0 comments

A Different Approach to WordPress Plugins: Building for Performance First

https://medium.com/@chris.ahrweiler/a-different-approach-to-wordpress-plugins-building-for-perfor...
2•docjojo•39m ago•0 comments

We Ship Our UI Through a Subtitle System

https://deadworks.net/blog/we-ship-our-ui-through-a-subtitle-system
1•dw-wisp•40m ago•0 comments

Pilots, Flight Attendants Top in the List of Radiation-Related Cancer Deaths

https://hms.harvard.edu/news/pilots-flight-attendants-have-greater-risk-radiation-related-cancer-...
3•XzetaU8•41m ago•0 comments

GitHub Availability July 2026

https://github.blog/news-insights/company-news/github-availability-report-july-2026/
1•fahrradflucht•43m ago•0 comments

A Reproducible First Request to an OpenAI-Compatible API

https://github.com/Vector-Compute-Engine/api-quickstart
1•VectorEngine•44m ago•0 comments

Private Scribe – 100% offline Whisper AI voice dictation for Windows

https://omnitender.gumroad.com/l/private-scribe
1•subtiliorars•47m ago•0 comments

Claude Max 20x plan as open source subsidy

https://til.andrew-quinn.me/posts/claude-max-20x-plan-as-open-source-subsidy/
2•hiAndrewQuinn•54m ago•0 comments

Show HN: Vyral – Portable contracts for data, retrieval, durable work, and MCP

https://github.com/Univeracity/vyral
1•ocdjeremy•55m ago•1 comments

New Spanish nanomaterial cools surfaces by up to 12.9C without electricity

https://www.euronews.com/next/2026/08/17/new-spanish-nanomaterial-cools-surfaces-by-up-to-129c-wi...
3•2bacon2•57m 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