How to Save Hacker News Threads as Markdown
· Save Team
hacker-newsdiscussionsdevelopertech
Hacker News is where the best technical discussions happen. But HN’s minimal interface makes it impossible to save threads with context --- copy-paste gives you a wall of text with no structure. Here’s how to capture HN content as clean Markdown.
Why Save Hacker News as Markdown?
HN content is valuable but hard to preserve:
- Threads disappear from view --- they fall off the front page within hours
- No bookmark system --- HN’s favorites are hard to browse
- Comments are the gold --- the real value is often in the discussion, not the link
- Copy-paste is useless --- loses all thread structure and nesting
What Save Captures
From Article Links
When you save the linked article (not the HN page):
- Full article content with clean formatting
- Code blocks preserved
- Images and diagrams referenced
- Heading structure maintained
From HN Discussion Pages
When you save the HN comments page:
- Thread structure with nesting
- Comment authors and timestamps
- Top-level and nested replies
- The original submission context
Example Output (Linked Article)
# We Replaced Our Microservices With a Monolith
**Source:** blog.example.com
**HN Discussion:** 847 points, 423 comments
---
After three years of maintaining 47 microservices for a team
of 12 engineers, we moved back to a monolith. Here's why...
## The Breaking Point
Our deploy pipeline took 45 minutes. A single API call
touched 6 services. Debugging meant correlating logs
across a dozen containers...
## What We Gained
- Deploy time: 45 min → 3 min
- On-call incidents: -60%
- New feature velocity: +40%
Use Cases
Technical Research
- Save articles that spark interesting HN discussions
- Build a library of real-world engineering case studies
- Archive post-mortems and lessons learned
Learning from Experts
- Capture threads where experienced engineers share war stories
- Save “Ask HN” threads with career advice or tool recommendations
- Archive “Show HN” posts for product inspiration
Building a Knowledge Base
- Save articles + discussions for a complete picture
- Organize by topic: distributed systems, databases, career, startups
- Feed to AI for synthesis across multiple HN discussions
Content Inspiration
- Save trending topics and discussions in your niche
- Track what resonates with the HN audience
- Build a swipe file of successful technical writing
Tips for Best Results
- Save the article, not just the HN page --- click through to the source for the full content
- Save both --- capture the article AND the HN discussion page for complete context
- Time it right --- save discussions after they’ve matured (12-24 hours) for the best comments
- “Ask HN” threads --- these are pure discussion gold, save them directly
Get Started
Install Save from the Chrome Web Store --- never lose a great HN thread again.
Have questions? Reach out at [email protected]