Project ideas from Hacker News discussions.

Ask HN: What are the best engineering blogs with real-world depth?

πŸ“ Discussion Summary (Click to expand)

1. Recommendations for Deep Technical Engineering Blogs

Users overwhelmingly shared links to corporate and individual blogs praised for in-depth implementation details, trade-offs, and no-fluff explanations.
"Blog posts where I find quality really shows are usually about something I know next to nothing about how it works... The lidar article from Main Street Autonomy goes beyond basics" (yrand).
Examples include Netflix Tech Blog, Cloudflare, Tailscale, Julia Evans (jvns.ca), and Oxide RFDs (sevazhidkov).

2. Emphasis on RSS Feeds and Aggregators

Many noted the scarcity of RSS on engineering blogs, provided feeds/lists, and suggested aggregators for better access.
"I am quite surprised and a bit disappointed that almost none of them have RSS" (i_k).
"Most of them have feeds" (reallydoubtful), with OPML files (petercooper) and sites like engineering.fyi praised.

3. Suspicion of LLM-Generated OP Post

Several users suspected the original post was AI-written due to phrasing and formatting, though others defended it.
"Just because my initial prompt contains a line about it not making things up... it appears to be surprisingly hard to get rid of those phrases" (atoav).
"Polluting the internet with meat slop" (sieste); "No need to harshly judge the OP for merely using a tool" (robofanatic).


πŸš€ Project Ideas

Engineering Blog RSS Aggregator

Summary

  • A service that automatically discovers, generates, and aggregates RSS feeds for engineering blogs lacking native RSS, using scraping and parsing to create reliable feeds.
  • Core value: Solves RSS scarcity and breakage ("almost none of them have RSS", "redesign their blog layouts every 6 months, abandoning RSS"), enabling easy subscription via OPML export.

Details

Key Value
Target Audience Software engineers seeking deep tech blogs from companies/individuals
Core Feature Crawl blogs, detect/generate RSS, monitor changes, provide unified OPML and topic filters
Tech Stack Python (Feedgen, BeautifulSoup), PostgreSQL, Celery for scheduling, Vercel/Cloudflare for hosting
Difficulty Medium
Monetization Revenue-ready: Freemium ($5/mo pro for custom feeds/alerts)

Notes

  • HN users share scattered feeds ("Spotify and Tailscale do...", lists of feeds); would love centralized reliability ("this OPML has feeds for several hundred").
  • High utility for daily reading, potential HN show/discussion.

HN-Integrated Engineering Blog Curator

Summary

  • A curated feed pulling from HN-discussed engineering blogs, ranked by discussion quality, with filters for topics like distributed systems/databases.
  • Core value: Tackles fragmentation and fluff ("inherently fragmented", "Ugh. That looks like AI this... Where are the databases"), surfacing "real-world depth" via HN signals.

Details

Key Value
Target Audience HN readers hunting no-fluff implementation details/trade-offs
Core Feature Scrape HN for blog links, score by comments/upvotes, categorize (e.g., ML, systems), archive paywalled content
Tech Stack Node.js, Algolia/HackerNews API, Supabase, Next.js for UI
Difficulty Medium
Monetization Hobby

Notes

  • Quotes: "scattered all over the internet", "post-implementation retrospectives, so it’s inherently fragmented"; commenters list dozens, crave curation.
  • Sparks HN threads on best content, practical for bookmarking/studying.

Slow Tech Blog Reader with AI Previews

Summary

  • A "slow news" reader for engineering blogs that updates infrequently (e.g., weekly digests), with AI-generated summaries/previews and user-custom topics to fight overload.
  • Core value: Addresses info fatigue ("overwhelming updates... skipping actual content"), provides depth previews ("shows beyond the first click... LLM-summary").

Details

Key Value
Target Audience Busy engineers overwhelmed by scattered blogs/feeds
Core Feature Curate HN-sourced blogs, LLM summaries/first-para, topic filters (e.g., "distributed systems"), email/digest delivery
Tech Stack Go/Rust backend, Ollama/LangChain for summaries, SQLite, Tailwind for SPA
Difficulty Low
Monetization Revenue-ready: $3/mo for unlimited digests/custom topics

Notes

  • Inspired by "slow webdev newsfeed aggregator that doesn't overwhelm", "NickJLange: anything that aggregates and shows beyond the first click".
  • HN would discuss as anti-slop solution, high retention utility.

Read Later