frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Transformations

https://jauzo.com/2026/06/28/transformation/
1•kukkeliskuu•48s ago•1 comments

Linkedout: See how much data LinkedIn has on you

https://blog.alexewerlof.com/p/linkedout
1•hanifbbz•3m ago•1 comments

Metamorphic testing with Lean4-verified mutations finds compiler miscompilations

https://nowarp.io/blog/compiler-testing-part-2/
1•jubnzv_•3m ago•0 comments

HorseWood Reviews USA: Does This Men's Formula Deliver?

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
1•tagyhanu•5m ago•0 comments

LLM Medical Triage: Same Symptoms, Gender-Dependent Urgency

https://arxiv.org/abs/2606.03641
1•p4bl0•9m ago•0 comments

Show HN: PDF.chat

https://pdf.chat/
1•nadermx•12m ago•0 comments

Scaling Real-Time Streaming

https://systemsapproach.org/2026/06/29/scaling-real-time-streaming/
1•teleforce•16m ago•0 comments

EU countries move to revive temporary message-scanning regime

https://www.euronews.com/my-europe/2026/06/26/eu-countries-move-to-revive-temporary-message-scann...
4•latexr•21m ago•0 comments

Chinese host on vast.ai masquerading as US host

https://twitter.com/uzyn/status/2071498690414731513
2•uzyn•27m ago•1 comments

Show HN: AI Soulmate Sketch Tool

https://attractivenesstest.com/soulmate-sketch
1•beast200•29m ago•1 comments

Do Excellent Vulnerability Reports

https://daniel.haxx.se/blog/2026/06/29/do-excellent-vulnerability-reports/
1•cheeaun•30m ago•0 comments

XCP-ng: A sovereign alterbative to VMware

https://xcp-ng.org/
1•benterix•30m ago•0 comments

2 Years After Broadcom Destroyed VMware: Where Did Everything Land? [video]

https://www.youtube.com/watch?v=lpHsSaL-NJw
2•benterix•31m ago•0 comments

From Zoom to Research Reports: How Terapage's Interview Import Saves Your Time

https://zenodo.org/records/21024856
1•anasteciadunu•32m ago•0 comments

Show HN: Independent Wire – open-source AI newsroom that documents its own bias

https://independent-wire.org/
1•dnzschwnk•34m ago•0 comments

AI Glasses Will Impact the Future of Education

https://xg.glass/posts/network-exam-test/
2•__natty__•40m ago•0 comments

Welcome to Sloptopia: The Future of the Internet

https://www.vice.com/en/article/welcome-to-sloptopia-the-future-of-the-internet/
3•Michelangelo11•41m ago•1 comments

Obfuscation: Building the Final Boss of Cryptography

https://vitalik.eth.limo/general/2026/06/29/obfuscation1.html
4•ilreb•44m ago•0 comments

People still want small, personal corners of the web

https://pego.dev/people-still-want-small-personal-corners-of-the-web/
4•felixdoerp•44m ago•1 comments

US Grid Constraints: Towards 40GW+ of Behind-the-Meter Datacenter by 2028?

https://newsletter.semianalysis.com/p/us-grid-constraints-towards-40gw
11•felixdoerp•45m ago•0 comments

A Governance Layer for Agent‑Native Windows RTX PCs (Spark Governance SDK)

https://github.com/Dario-Chang/Spark-Governance-SDK
1•Clickhistrory•46m ago•0 comments

Erin Brockovich on her battle against AI datacentres

https://www.theguardian.com/environment/2026/jun/29/were-up-against-forces-that-have-all-the-mone...
3•trusche•47m ago•0 comments

Putin says Russia will press on front line regardless of Ukraine proposals

https://www.reuters.com/world/europe/putin-says-russia-will-press-with-front-line-campaign-regard...
2•JumpCrisscross•1h ago•0 comments

Show HN: I made a World Cup bracket prediction page, which you can share

https://worldcup.getbestest.com/b/R4acBGSw/
2•pakosteve•1h ago•0 comments

Show HN: Htmx Skills

https://github.com/piyiotisk/htmx-skills
2•piyiotisk•1h ago•1 comments

Notes for June 21-28

https://taoofmac.com/space/notes/2026/06/28/1200
1•rcarmo•1h ago•0 comments

Overton Window

https://en.wikipedia.org/wiki/Overton_window
2•chistev•1h ago•0 comments

Windows 10 support extended until Oct 2027, as users reject Windows 11

https://www.windowslatest.com/2026/06/25/windows-10-support-quietly-extended-until-oct-2027-as-us...
5•tekkertje•1h ago•1 comments

Walnut: A GitHub and Railway Alternative

https://walnut.sh
1•bgwmj•1h ago•1 comments

Anthropomorphic Misalignment research needs stronger evidence

https://www.lesswrong.com/posts/bJcR3yP2avGFuMxyq/anthropomorphic-misalignment-research-needs-str...
1•joozio•1h 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