frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

DDoSecrets publishes 410 GB of heap dumps, hacked from TeleMessage

https://micahflee.com/ddosecrets-publishes-410-gb-of-heap-dumps-hacked-from-telemessages-archive-server/
142•micahflee•2h ago•20 comments

The Windows Subsystem for Linux is now open source

https://blogs.windows.com/windowsdeveloper/2025/05/19/the-windows-subsystem-for-linux-is-now-open-source/
1109•pentagrama•10h ago•717 comments

Have I Been Pwned 2.0

https://www.troyhunt.com/have-i-been-pwned-2-0-is-now-live/
343•LorenDB•5h ago•118 comments

A shower thought turned into a Collatz visualization

https://abstractnonsense.com/collatz/
42•abstractbill•1h ago•1 comments

Jules: An Asynchronous Coding Agent

https://jules.google/
211•travisennis•5h ago•96 comments

Zod 4

https://zod.dev/v4
597•bpierre•11h ago•180 comments

GitHub Copilot Coding Agent

https://github.blog/changelog/2025-05-19-github-copilot-coding-agent-in-public-preview/
345•net01•10h ago•202 comments

What are people doing? Live-ish estimates based on global population dynamics

https://humans.maxcomperatore.com/
14•willbc•1h ago•2 comments

Claude Code SDK

https://docs.anthropic.com/en/docs/claude-code/sdk
277•sync•8h ago•122 comments

Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript

180•bekacru•12h ago•67 comments

Kilo: A text editor in less than 1000 LOC with syntax highlight and search

https://github.com/antirez/kilo
72•klaussilveira•6h ago•9 comments

Run GitHub Actions locally

https://github.com/nektos/act
175•flashblaze•3d ago•70 comments

Game theory illustrated by an animated cartoon game

https://ncase.me/trust/
219•felineflock•10h ago•36 comments

Terraform MCP Server

https://github.com/hashicorp/terraform-mcp-server
30•kesor•4h ago•5 comments

The forbidden railway: Vienna-Pyongyang (2008)

http://vienna-pyongyang.blogspot.com/2008/04/how-everything-began.html
144•1317•8h ago•39 comments

Is-even-ai – Check if a number is even using the power of AI

https://www.npmjs.com/package/is-even-ai
158•modinfo•2h ago•68 comments

Remarks on AI from NZ

https://nealstephenson.substack.com/p/remarks-on-ai-from-nz
128•zdw•3d ago•68 comments

I let lasers power my smart home – and I don't want to go back

https://www.theverge.com/tech/663899/wi-charge-alfred-smart-lock-wireless-power-review
19•FrankChalmers•2d ago•7 comments

xAI's Grok 3 comes to Microsoft Azure

https://techcrunch.com/2025/05/19/xais-grok-3-comes-to-microsoft-azure/
93•mfiguiere•10h ago•88 comments

Too Much Go Misdirection

https://flak.tedunangst.com/post/too-much-go-misdirection
152•todsacerdoti•11h ago•68 comments

Patience too cheap to meter

https://www.seangoedecke.com/patience-too-cheap-to-meter/
13•swah•2d ago•5 comments

WireGuard vanity keygen

https://github.com/axllent/wireguard-vanity-keygen
50•simonpure•6h ago•7 comments

Microbes in Gowanus teach lessons on fighting industrial pollution

https://engineering.nyu.edu/news/microbes-brooklyn-superfund-site-teach-lessons-fighting-industrial-pollution
12•eatonphil•3d ago•0 comments

Self-Hosting Moose with Docker Compose, Redis, Temporal, Redpanda and ClickHouse

https://docs.fiveonefour.com/moose/deploying/self-hosting/deploying-with-docker-compose
24•Callicles•4h ago•8 comments

ClawPDF – Open-Source Virtual/Network PDF Printer with OCR and Image Support

https://github.com/clawsoftware/clawPDF
176•miles•14h ago•23 comments

Glasskube (YC S24) is hiring in Vienna to build Open Source deployment tools

https://www.ycombinator.com/companies/glasskube/jobs/wjB77iZ-founding-engineer-go-typescript-kubernetes-docker
1•pmig•9h ago

Dilbert creator Scott Adams says he will die soon from same cancer as Joe Biden

https://www.thewrap.com/dilbert-scott-adams-prostate-cancer-biden/
281•dale_huevo•9h ago•312 comments

Memory Consistency Models: A Tutorial

https://jamesbornholt.com/blog/memory-models/
5•tanelpoder•1h ago•0 comments

The truth behind the accuracy of weather forecasts

https://www.abc.net.au/news/2025-05-16/weather-forecast-accuracy-bom/105297540
41•Brajeshwar•3d ago•26 comments

Don't Use ISO/IEC 14977:1996 Extended Backus-Naur Form (EBNF) (2023)

https://dwheeler.com/essays/dont-use-iso-14977-ebnf.html
29•gslin•2d ago•19 comments
Open in hackernews

Show HN: A native Hacker News reader with integrated todo/done tracking

https://github.com/haojiang99/hacker_news_reader
26•coolwulf•8h 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•6h ago
OK, why not RSS reader?
coolwulf•5h ago
Because I can customize a lot of functions related to Hacker News which usual RSS reader cannot
Beijinger•2h ago
Yes, this is obvious. But why don't you offer YOUR script not for a general RSS feed?
coolwulf•1h ago
That could be another tool :p
shahakshat609•6h ago
sounds like a good idea & a lot of people who would need this
coolwulf•5h ago
Thank you. I will work to make it available to more people and make this system more powerful and extremely fast.
dsr_•6h ago
Every forum system tries to replicate the user-empowering features of Usenet with slrn, and usually falls short.
coolwulf•5h 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_•4h 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.

barbazoo•5h ago
> https://github.com/yourusername/hacker_news_reader

Link is dead

coolwulf•4h ago
Please use the thread title link
pricci•4h ago
AI artifact?

The repo is https://github.com/haojiang99/hacker_news_reader

barbazoo•12m ago
What I thought yeah. It’s LLM generated shit all the down.
beemboy•4h ago
Building an HN reader feels like the Hello World for hackers. Still waiting for HN in BF running in the Doom HUD.
coolwulf•4h 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.