frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

My app just got approved by the App Store

https://apps.apple.com/us/app/kleios/id6765974356
1•idclark34•2m ago•1 comments

No, an AI cannot know the future and never will..

https://pulkitsharma.substack.com/p/no-an-ai-cannot-know-the-future-and
1•pulkitsh1234•2m ago•0 comments

Cash is king again at Tokyo's bars after credit processor fails

https://www.japantimes.co.jp/business/2026/07/14/companies/zentoshin-kabukicho-bar-cash/
1•mikhael•2m ago•0 comments

Flightwake – a flight recorder for AI coding agents, not a navigator

https://github.com/kaiwutech-TW/flightwake
1•kaiwuTW•4m ago•0 comments

Superformula

https://en.wikipedia.org/wiki/Superformula
1•elsewhen•6m ago•0 comments

Social media algorithms: accumulated aesthetic artifacts

https://henderson.lol/posts/202607-social-media-algorithms-accumulated-aesthetic-artifacts
1•hendersonreed•14m ago•0 comments

Cloud providers are out of B200 GPUs after the Inkling release

https://twitter.com/Akashi203/status/2078615659366252877
2•Jr23_xd•18m ago•0 comments

Better and Cheaper Than IPTV

https://github.com/stupside/castor
2•xonery•18m ago•0 comments

Lobsters Interview with matheusmoreira about Lone Lisp

https://alexalejandre.com/interviews/interview-with-matheus-moreira/
3•birdculture•20m ago•1 comments

Show HN: EnviousWispr, an open-source Wispr Flow alternative for macOS

https://github.com/saurabhav88/EnviousWispr
1•EnviousLabs•25m ago•0 comments

I built code-repair training data and shipped the eval so you can rerun it

https://huggingface.co/datasets/TrueSET/verified-code-repair
1•TrueSET_Data•26m ago•2 comments

The Pope and the Antichrist by Peter Thiel

https://firstthings.com/the-pope-and-the-antichrist/
2•kerim-ca•28m ago•1 comments

Miserere (Allegri)

https://en.wikipedia.org/wiki/Miserere_(Allegri)
2•thunderbong•37m ago•0 comments

AI Assisted Vulnerability Research on Embedded Targets

https://quentinkaiser.be/security/2026/07/18/ia-assisted-vuln-research/
1•snorbleck•38m ago•0 comments

Cmpunlocker – Unlock Full GA100 Compute and 64GB HBM2e on the Nvidia CMP 170HX

https://github.com/amoghmunikote/cmpunlocker
1•amoghmunikote•38m ago•0 comments

Transcribe.cpp

https://workshop.cjpais.com/projects/transcribe-cpp
8•sebjones•40m ago•1 comments

One token is enough: fingerprinting LLMs from one token output distributions

https://arxiv.org/abs/2607.10252
3•anigbrowl•52m ago•0 comments

AI as Normal Technology- What Will Be Left for Us to Work On?

https://www.cs.princeton.edu/~arvindn/talks/icml-2026-annotated-slides/#
2•aanet•53m ago•3 comments

The 2026 Developer Survey is Live

https://meta.stackoverflow.com/questions/439978/the-2026-developer-survey-is-live
2•joshdavham•57m ago•0 comments

Updating IP Regulations for AI Distillation

https://www.marble.onl/posts/copyright_vs_ai.html
1•amarble•1h ago•0 comments

Ask HN: What is best thing to do if you are gonna rebuilt your website

3•anitroves•1h ago•4 comments

Forcing Fable to Generate Disinformation

https://blog.j11y.io/2026-07-18_Jailbreaking-Fable-disinformation/
2•padolsey•1h ago•0 comments

Pascal Prediction Market

https://blog.usv.com/pascal
2•wslh•1h ago•0 comments

AI Bubble vs. Dot Com Crash. History Is Repeating

https://www.youtube.com/watch?v=zWJ-g5u9Rqs
14•cable2600•1h ago•21 comments

DanFootball

https://danfootball.com
2•declaj•1h ago•1 comments

They Call Her 'The Assassin' on Wall Street–and She Has a New Target

https://www.wsj.com/finance/fahmi-quadir-industry-assassin-3d6ccd82
2•tortilla•1h ago•1 comments

Anthropic's newest ad is creeping people out

https://techcrunch.com/2026/07/14/anthropics-newest-ad-is-creeping-people-out/
12•gnabgib•1h ago•0 comments

Show HN: Tailguard – A tested CVaR-based optimizer for stochastic reshoring

https://github.com/dismissed8582/tailguard
1•dismissed181•1h ago•0 comments

Microsoft's "Digital Escorts" Left DoD Vulnerable to Chinese Hackers

https://www.propublica.org/podcast/microsoft-digital-escorts-china-defense-department
9•jnord•1h ago•1 comments

Popular sugar substitutes linked to faster brain aging

https://www.sciencedaily.com/releases/2026/07/260717033213.htm
19•toomuchtodo•1h ago•6 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