frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Algebruh - Cross-check arithmetic claims with Z3, cvc5, and Lean

https://github.com/skorotkiewicz/algebruh
1•modinfo•1m ago•0 comments

The "Compliance and Ethics" Angle (Safest)

https://kylesinvestigation.com/
1•mkyle71•3m ago•0 comments

Veritas Forge: Cryptographic proof layer for AI decisions

https://forge.aurochthryx.com
1•cartertbirchall•6m ago•0 comments

Optimizing software: Computing professor's 'egg' downsizes programs

https://techxplore.com/news/2026-08-optimizing-software-professor-egg-downsizes.html
1•theanonymousone•7m ago•0 comments

How to Detect AI Slop

https://www.youtube.com/watch?v=ORgKY9AlybA
1•casey2•8m ago•0 comments

ShowHN: OpenMetaLoop - autonomous long-horizon multi-session execution

https://github.com/openmetaloop/openmetaloop
1•IzhaarTejani•10m ago•1 comments

Show HN: SignalFusionKit – a watchOS sensor-fusion library for risk detection

https://github.com/izetg/SignalFusionKit
1•Ember_Wipe•11m ago•0 comments

Simulating the world with 83B persona agents

https://matraix.ai
1•anigbrowl•16m ago•0 comments

Attorney General seeks to block Discord in Brazil

https://valorinternational.globo.com/law/news/2026/08/07/attorney-general-seeks-to-block-discord-...
2•xinayder•18m ago•1 comments

Award Winning AI Literature

https://jamesyu.org/award-winning-ai-literature/
1•scarmig•20m ago•0 comments

The New Spy Race: For Agentic AI and Quantum Computing Threats

https://www.quantumhorizon.it/inside-the-new-spy-race-how-the-us-china-russia-israel-and-italy-ar...
1•remopulcini•21m ago•0 comments

TinySol, a tiny solitaire game for DOS

https://classicbits.net/coding-and-software/my-software/monosol/
2•skibz•23m ago•0 comments

Patchloom – structured file edits for AI agents (CLI and MCP)

https://github.com/patchloom/patchloom
1•SebTardif•24m ago•0 comments

Show HN: Clippy for macOS – retro floating paperclip with computer use

https://github.com/Ar9av/clippy
3•noobcoder•26m ago•0 comments

Jolt: Clojure compiler implemented with Chez Scheme

https://jolt-lang.github.io
1•mark_l_watson•27m ago•2 comments

Finite State Machines in Forth (1994)

https://www.forth.org/literature/noble.html
1•ofalkaed•27m ago•0 comments

Show HN: A Discord bot running in a 4MiB microVM

https://github.com/IanSeyler/BareMetal-Discord-Bot
1•ianseyler•31m ago•0 comments

Digital Sewer Socialism

https://pluralistic.net/2026/08/08/find-yourself-a-city/
3•hn_acker•31m ago•0 comments

Viagra May Slow the Spread of Cancer

https://nautil.us/viagra-may-slow-the-spread-of-cancer-1283519
2•Brajeshwar•34m ago•0 comments

Show HN: Piyaz – keep your team and agents aligned as software projects grow

https://piyaz.ai
1•mrsuit•36m ago•0 comments

NASA modded space station's laptops so everyone could use the same charger

https://www.tomshardware.com/tech-industry/space/nasa-modded-space-stations-laptops-so-everyone-c...
2•Stratoscope•37m ago•0 comments

Amazon Is Creating the Biggest Pollution Source in the Country

https://newrepublic.com/post/214111/amazon-data-center-biggest-pollution-source-entire-country
8•geox•38m ago•3 comments

Gemma Translator: offline DIY translation device built with Gemma 4 [video]

https://www.youtube.com/watch?v=4dNry5zP0Jo
1•pr337h4m•38m ago•0 comments

Aliasing

https://en.wikipedia.org/wiki/Aliasing
1•jxmorris12•40m ago•0 comments

If every person aimed a laser pointer at the Moon, would it change color?

https://what-if.xkcd.com/13/
1•Bluestein•41m ago•0 comments

Inflation: The Price of Nearly Everything

https://timeseriesofindia.com/economy/read/price-of-nearly-everything/
1•prtk25•41m ago•0 comments

Show HN: Postgres extension for stoping accidental mistakes

https://github.com/viggy28/pg_savior
1•vira28•42m ago•0 comments

Moving repository memory from ADRs to Specs to OKF

https://medium.com/@chalyi/moving-repository-memory-from-specs-to-okf-d1b6a45e9354
2•chalyi•42m ago•0 comments

Jolt: A Clojure compiler implemented on top of Chez Scheme

https://github.com/jolt-lang/jolt
1•tosh•44m ago•1 comments

The boundaries of scholarly knowledge

https://cesarhidalgo.com/blog/2026/8/8/the-boundaries-of-scholarly-knowledge
1•Anon84•46m 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