frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Play 90s classic X-Com – UFO Defense in the browser via WASM (legally)

https://playxcom.online/
1•mrmrcoleman•1m ago•0 comments

Show HN: First Claude Code skill for building SaaS apps

https://fireact.dev/blog/build-saas-apps-with-ai-powered-development-skills/
1•sydcli•1m ago•0 comments

CEO of Order says Unity was a problem, overestimated its capabilities

https://old.reddit.com/r/CitiesSkylines2/comments/1rxvw4q/mariina_hallikainen_ceo_of_colossal_ord...
1•embedding-shape•2m ago•0 comments

Denmark was reportedly preparing for full-scale war with the US over Greenland

https://bsky.app/profile/chriso-wiki.bsky.social/post/3mhfsau25uk2f
3•mariuz•3m ago•0 comments

Data Science Weekly – Issue 643

https://datascienceweekly.substack.com/p/data-science-weekly-issue-643
1•sebg•10m ago•2 comments

MOVA – contract runtime for AI agents that require human approval (Rust/WASM)

https://github.com/mova-compact/MOVA_Claw
1•mova-contract•11m ago•0 comments

Simulating watercolor paint with generative art

https://www.tylerxhobbs.com/words/a-guide-to-simulating-watercolor-paint-with-generative-art
2•dtj1123•14m ago•0 comments

Show HN: High Output Software Engineering (Book)

1•MaxMussio•14m ago•0 comments

Free scanner for AI agent readiness – 13 signals and 3 bonus signals

https://javatask.dev/geo/
1•jtblog•15m ago•1 comments

Enormous (`Mega') Satellite Constellations

https://planet4589.org/space/con/conlist.html
1•logikblok•18m ago•0 comments

'Your Frustration Is the Product'

https://daringfireball.net/2026/03/your_frustration_is_the_product
3•llm_nerd•18m ago•0 comments

CSS Isn't Real

https://cssisntreal.com/
1•mimasama•19m ago•1 comments

I found a Vue 3 Gantt Chart with Resource Scheduling

https://github.com/nelson820125/jordium-gantt-vue3
4•teng0127•19m ago•3 comments

Rolls-Royce scraps goal to go all-electric by 2030

https://www.theguardian.com/business/2026/mar/18/rolls-royce-scraps-all-electric-car-company
1•andsoitis•20m ago•0 comments

Enforcing Prohibition with poorly trained agents didn't go so well in the 1920s

https://theconversation.com/enforcing-prohibition-with-a-massive-new-federal-force-of-poorly-trai...
1•PaulHoule•20m ago•0 comments

SereneDB's C++ search engine is the fastest on search benchmarks

https://serenedb.com/search-benchmark-game
19•gnusi•23m ago•3 comments

Another Vibe Coding Story

https://moneyplus.in/building-aventryx/
1•nelblu•23m ago•0 comments

I've optimized the well known "Superpowers" plugin, the result is mind-blowing

https://github.com/REPOZY/superpowers-optimized
3•REPOZY•23m ago•0 comments

Show HN: Ripl – A unified 2D/3D engine for Canvas, SVG, WebGPU, and the Terminal

https://www.ripl.rocks
3•andrewcourtice•24m ago•0 comments

Ask HN: How do you handle wide-to-long without Pandas/R?

1•Gyanangshu•27m ago•1 comments

Ask HN: Should a tl;dr be mandatory for long submissions?

1•docheinestages•29m ago•0 comments

Show HN: A Nascent Analytical Engine

https://pypi.org/project/autark/
1•ronfriedhaber•29m ago•0 comments

A Personal Appeal from Cofounder of Session – Chris McCabe

https://getsession.org/donate
2•simophin•31m ago•0 comments

Pitchwise – we built a pitch deck tracker, now it's a document Intel platform

https://www.pitchwise.se
2•Hakdown07•31m ago•1 comments

Molecule in Python blood could pave way for new obesity drugs

https://www.theguardian.com/science/2026/mar/19/molecule-python-blood-metabolism-obesity-weight-l...
3•mcbain•34m ago•1 comments

Build, run and debug iOS and Mac apps in Zed instead of Xcode

https://luxmentis.org/blog/ios-and-mac-apps-in-zed/
1•matesz•34m ago•0 comments

The U.S. attacked Iran to show its power but the war is lost

https://fortune.com/2026/03/18/us-iran-war-lost-strategic-miscalculation-trump/
3•robtherobber•34m ago•1 comments

How I Work with Parallel Agents

https://remy.duthu.org/2026/03/13/how-i-work-with-parallel-agents.html
4•Nyalab•36m ago•0 comments

Iran war energy shock sparks global push to reduce fossil fuel dependence

https://www.reuters.com/business/energy/iran-war-energy-shock-sparks-global-push-reduce-fossil-fu...
2•geox•37m ago•0 comments

Show HN: Showslide – Live Presentations in 60 seconds

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

Link is dead

coolwulf•10mo ago
Please use the thread title link
pricci•10mo ago
AI artifact?

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

barbazoo•10mo ago
What I thought yeah. It’s LLM generated shit all the down.
beemboy•10mo ago
Building an HN reader feels like the Hello World for hackers. Still waiting for HN in BF running in the Doom HUD.
coolwulf•10mo 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•10mo 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•10mo ago
The second Github link is broken