frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Autonomous AI Agents Have an Ethics Problem

https://undark.org/2026/03/05/opinion-ai-agents-ethics/
1•EA-3167•54s ago•0 comments

Typst Meetup 2026: Keynote

https://www.youtube.com/watch?v=WOQXL6vRrJs
1•todsacerdoti•1m ago•0 comments

Show HN: I built a zero-lag, local-first Markdown capture tool

https://gojot.app/
1•shubham2892•3m ago•0 comments

Show HN: Main Character – A gamified productivity app (no login demo)

https://maincharacter.game
1•gmays•5m ago•0 comments

Apple Silicon Laptops Can Run a Mind, but Never a Superintelligence

https://vbar.io/laptop-mind.html
1•walterbell•9m ago•0 comments

New KV cache compaction technique cuts LLM memory 50x without accuracy loss

https://venturebeat.com/orchestration/new-kv-cache-compaction-technique-cuts-llm-memory-50x-witho...
1•mellosouls•10m ago•0 comments

Building a TB-303 from Scratch

https://loopmaster.xyz/tutorials/tb303-from-scratch
1•stagas•10m ago•0 comments

Show HN: OpenGrammar Open-source, self-hostable Grammarly alternative

https://swadhinbiswas.github.io/opengrammar/
1•0x0003r•12m ago•0 comments

Show HN: Open-Sable, Self-hosted cognitive AI agent with memory and 127 tools

https://github.com/IdeoaLabs/Open-Sable
1•aerosol•13m ago•0 comments

Calif. lawsuit accuses Meta of sending nude video from AI glasses to workers

https://www.sfgate.com/tech/article/meta-ai-glasses-lawsuit-21960004.php
2•c420•15m ago•0 comments

Show HN: BeyondComments – Find content ideas and signals from YouTube comments

https://beyondcomments.io
1•ProgrammerByDay•17m ago•0 comments

Show HN: Sajtanalys.se – Automated website analysis for Swedish businesses

https://sajtanalys.se
1•qvalitet•17m ago•0 comments

The Day NY Publishing Lost Its Soul

https://www.honest-broker.com/p/the-day-ny-publishing-lost-its-soul
1•wallflower•18m ago•0 comments

LLM Writing Tropes.md

https://tropes.fyi/tropes-md
1•walterbell•20m ago•0 comments

Palmer Luckey's $1B pitch to reboot 1990s video game consoles

https://www.ft.com/content/77e330a5-8e59-4a36-b08b-c18010a2383b
2•hackerbeat•20m ago•1 comments

Show HN: MicroBin – Easy File Sharing for Everyone – Self-Hostable

https://my.microbin.eu/
1•dszb•20m ago•0 comments

SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via CI

https://arxiv.org/abs/2603.03823
1•stepri•24m ago•0 comments

I Failed an Interview. Fair or Not, I Built This Workbook

https://doap.metal.bohyen.space/blog/post/java-fintech-interview-workbook/
2•nanacnote•25m ago•1 comments

Sunflowers

https://napo.dev/sunflowers/
1•napolux•30m ago•0 comments

Senators Launch Effort Ban Elected Officials Profiting from Prediction Markets

https://www.merkley.senate.gov/merkley-klobuchar-launch-new-effort-to-ban-federal-elected-officia...
22•stopbulying•32m ago•4 comments

Show HN: ShareNova – Zero-knowledge file transfer with magic-byte scanning

2•HatemDabet•36m ago•0 comments

Show HN: Luna Agent – Custom AI agent in ~2300 lines of Python, no frameworks

https://nonatofabio.github.io/blog/post.html?slug=luna_agent
1•nonatofabio•38m ago•0 comments

Drink the Radioactive Gatorade (AI Pilled)

https://twitter.com/SparksZilla/status/2030336440987463837
1•rmason•39m ago•0 comments

Homo Ignorans: Deliberately Choosing Not to Know

https://pubmed.ncbi.nlm.nih.gov/27217249/
4•Jimmc414•39m ago•2 comments

The False Flag of Viewpoint Diversity

https://www.chronicle.com/article/the-false-flag-of-viewpoint-diversity
1•mmooss•40m ago•0 comments

Prompt Guidance for GPT-5.4

https://developers.openai.com/api/docs/guides/prompt-guidance/
2•andromaton•40m ago•1 comments

Astronomers are capturing video of a black hole for the first time

https://www.cbc.ca/lite/story/9.7117478
1•colinprince•41m ago•0 comments

Do developers even give feedback?

2•xerrs•44m ago•2 comments

CasNum

https://github.com/0x0mer/CasNum
37•aebtebeten•44m ago•8 comments

Lunch with Lord Mancroft

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

Link is dead

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

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

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