100kb – an opinionated feed of personal blogs
Hi HN! This is a personal project I finally got round to completing and shipping. It’s a simple feed of articles written by real people with interesting things to say. I wanted to explore some new technologies I haven't had a chance to try before, mostly rust and LLMs. As I browse HN each day I find myself most drawn to the content on personal blogs: people who have interesting things to say, from their own point-of-view, on a whole range of topics. Rather than being interested in particular topics, I’m more interested in reading from interesting people. This isn't a particularly new idea,…
In plain words
100kb is a feed aggregator that curates articles from personal blogs, focusing on writers with interesting perspectives rather than specific topics. Built by someone exploring Rust and LLMs, it surfaces content from independent bloggers across various subjects. The tool is designed for readers who prefer discovering thoughtful voices and unique viewpoints from individuals sharing their own experiences and ideas. It is open source and available online.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hi HN! This is a personal project I finally got round to completing and shipping. It’s a simple feed of articles written by real people with interesting things to say. I wanted to explore some new technologies I haven't had a chance to try before, mostly rust and LLMs. As I browse HN each day I find myself most drawn to the content on personal blogs: people who have interesting things to say, from their own point-of-view, on a whole range of topics. Rather than being interested in particular topics, I’m more interested in reading from interesting people. This isn't a particularly new idea, there's been plenty of similar projects shared on HN and on the internet (Kagi Search, Marginalia, Bearblog etc). But, I don't think personal projects need to be revolutionary to be useful (to me at least). It's open source here https://github.com/danhilltech/100kb.golang
Does the same job
all alternatives →- IBI built a frontpage for personal blogsApr 2026 · text.blogosphere.app · ▲783
With social media and now AI, its important to keep the indie web alive. There are many people who write frequently. Blogosphere tries to highlight them by fetching the recent posts from personal blogs across many categories. There are two versions: Minimal (HN-inspired, fast, static): https://text.blogosphere.app/ Non-minimal: https://blogosphere.app/ If you don't find your blog (or your favorite ones), please add them. I will review and approve it.
- HNHacker News user blogroll2023 · dm.hn · ▲937
I saw this [0] pretty cool thread by user revskill, and wanted a quicker way to search through it, but also to keep them all in one place so I can read them at my leisure whenever I get time. Right now is like 60 lines of Ruby using Nokogiri, but I will certainly look into it further down the line and improve the list. There's a cronjob checking the thread every 12 hours but I will eventually shut that down and it will become static after that. There are some really awesome blogs in there. I really recommend going through the list, it made my day. [0] "Could you share your personal blog…
- DTDiscover the IndieWeb, one blog post at a time2022 · indieblog.page · ▲241
Inspired by the "Ask HN: Share your personal site" last week, I finally came around and built a thing I wanted for a long time: a simple website to randomly explore all the awesome personal blogs without having to subscribe to them all. So this is what I built over the weekend. You click a button and indieblog.page will redirect you to a random page from a personal page... I'm happy to answer any questions you might have.
- BHBlogs.hn – tiny blog directory2023 · blogs.hn · ▲224
Like others on here, I was inspired by the "personal blogs" post :) [0] https://news.ycombinator.com/item?id=36575081 In proper HN fashion, the site is open-source and requires no JS! There's instructions on how to add/edit a blog on the Github README. [1] https://github.com/surprisetalk/blogs.hn Note that your blog might appear in blogs.json, but not on the site! Right now I'm using the following code to filter out blogs. Your blog might appear if you add more metadata: if ( 3 > 0 + !!blog.title + (blog.desc.length > 40) + !!blog.about + !!blog.now +…
- APA personalized HN feed that learns from your favoritesSep 2025 · hn.shaped.ai · ▲23
Hi HN, I've been a daily user here for almost 15 years. Over that time, my interests have shifted. I find I'm now more interested in deep-dive technical posts and personal blogs than the big tech announcements that often dominate the front page. The "top" feed was starting to feel stale, and I was spending more time digging through "new". So, I decided to build what I wanted: a personalized "For You" feed. Link: https://hn.shaped.ai It's a simple concept: you log in with your normal HN credentials, and as you favorite stories, it learns what you're interested in and re-ranks the…
- T1Turning 100-plus comments HN threads into readable discussionsJan 2026 · ▲20
HN has some of the best discussions on the internet, but I don’t love reading 100 comments to find 10 great insights. This site analyzes top HN threads with LLMs and summarizes the key ideas, disagreements, and resources — while preserving links to the original discussion. Useful for revisiting old threads as well. Updated daily, manual-assisted for quality, no spam, fan project only. Would love thoughts from the community. https://hn-discussions.top
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, August 2024
the whole month →
- IY
Life & fun · 2024 · ytch.xyz



- IA
Hey there HN! We’re Joe and Stopa, and today we’re open sourcing InstantDB, a client-side database that makes it easy to build real-time and collaborative apps like Notion and Figma. Building modern apps these days involves a lot of schleps. For a basic CRUD app you need to spin up servers, wire up endpoints, integrate auth, add permissions, and then marshal data from the backend to the frontend and back again. If you want to deliver a buttery smooth user experience, you’ll need to add optimistic updates and rollbacks. We do these steps over and over for every feature we build, which can…
Dev tools · 2024 · github.com