frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: A MCP server to evaluate Python code in WASM VM using RustPython

https://github.com/tuananh/hyper-mcp/tree/main/examples/plugins/eval-py
22•tuananh•2d ago•9 comments

Show HN: Windows 98 themed website in 1 HTML file for my post punk band

https://corp.band
164•jealousgelatin•9h ago•37 comments

Show HN: Near-perfect English AI translation of a classic of Japanese literature

https://www.booktranslate.ai/public-translations/nzdd5fxnqbgx1rtmmky0ibsh
3•sunwood•1h ago•0 comments

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

https://github.com/haojiang99/hacker_news_reader
26•coolwulf•8h ago•15 comments

Show HN: Goboscript, text-based programming language, compiles to Scratch

https://github.com/aspizu/goboscript
152•aspizu•21h ago•56 comments

Show HN: Cogitator – A Python Toolkit for Chain-of-Thought Prompting

https://github.com/habedi/cogitator
47•habedi0•4d ago•8 comments

Show HN: Combine Emojis to generate a new one

https://emojis.directory/emoji-merge/
2•azeemkafridi•3h ago•0 comments

Show HN: A highly extensible framework for building OCR systems

https://github.com/robbyzhaox/myocr
12•robbyzhao•12h ago•0 comments

Show HN: Job board aggregator for best paying remote SWE jobs in the U.S.

https://www.remoteswe.fyi
179•xitang•1d ago•118 comments

Show HN: Vibe coding from your phone

https://vibecodego.com
6•chrisnolet•7h ago•0 comments

Show HN: Visualization of job openings by US based employers

https://jobswithgpt.com/blog/jobs-density-visualization/
6•jobswithgptcom•7h ago•2 comments

Show HN: GrowthBook MCP Server for Feature Flagging and Experimentation

https://github.com/growthbook/growthbook-mcp
2•royalfig•4h ago•0 comments

Show HN: I enhanced Soundex to correctly handle multi-word strings

4•ogora•4h ago•0 comments

Show HN: A platform to find tech conferences, discounts, and ticket giveaways

https://www.tech.tickets/
100•danthebaker•3d ago•35 comments

Show HN: Hardtime.nvim – break bad habits and master Vim motions

https://github.com/m4xshen/hardtime.nvim
201•m4xshen•1d ago•81 comments

Show HN: I modeled the Voynich Manuscript with SBERT to test for structure

https://github.com/brianmg/voynich-nlp-analysis
376•brig90•1d ago•128 comments

Show HN: Chat with 19 years of HN

https://app.camelai.com/log-in?next=/hn/
146•vercantez•1d ago•113 comments

Show HN: Python Simulator of David Deutsch’s “Constructor Theory of Time”

https://github.com/gvelesandro/constructor-theory-simulator
81•SandroG•1d ago•11 comments

Show HN: Vaev – A browser engine built from scratch (It renders google.com)

https://github.com/skift-org/vaev
222•monax•1d ago•134 comments

Show HN: Inkwell: book/article authoring platform exports to PDF and ePub

https://inkwell.net
2•winstonewert•5h ago•0 comments

Show HN: Mirror World, create an AI clone of anyone

https://mirr.world/
20•p-sharpe•12h ago•3 comments

Show HN: Buckaroo – Data table UI for Notebooks

https://github.com/paddymul/buckaroo
103•paddy_m•1d ago•9 comments

Show HN: Jar.tools – View, Change, Decompile Java Jar Files

https://jar.tools
8•Igor_Wiwi•14h ago•0 comments

Show HN: A web browser agent in your Chrome side panel

https://github.com/parsaghaffari/browserbee
146•parsabg•1d ago•61 comments

Show HN: Open-Source AlphaEvolve Clone Using GPT-4.1 and Genetic Programming

14•Sai_Praneeth•15h ago•0 comments

Show HN: I Built a Prompt That Makes LLMs Think Like Heinlein's Fair Witness

https://fairwitness.bot/
9•9wzYQbTYsAIc•12h ago•6 comments

Show HN: RAG chatbot using Qwen3 with custom thinking UI

3•Arindam1729•7h ago•2 comments

Show HN: Model2vec-Rs – Fast Static Text Embeddings in Rust

https://github.com/MinishLab/model2vec-rs
59•Tananon•1d ago•14 comments

Show HN: Turn any workflow diagram into compilable, running and stateful code

https://workflows.diagrid.io/
104•yaronsc•5d ago•32 comments

Show HN: I reinvented PHP in TypeScript (demo)

https://github.com/vseplet/morph
25•vseplet•4d ago•25 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•4h 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•8m 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.