Alternatives
Products that do what A microblog hosted in DNS TXT records does
Most recent post is pointed to by CNAME record: host head.microblog.erikano.net. This will return a reply like: head.microblog.erikano.net is an alias for 1.microblog.erikano.net. Read the post: host -t txt 1.microblog.erikano.net.
- 1MH
Very opportunistic toy project as I saw the domain was up for grabs: 'at.hn' is a little site where people can have their own subdomains for whatever their HN username is (opt-in only by adding a slug to your bio). It doesn't really do much. Just shows your HN bio rendered as markdown plus meta stuff. I'm thinking of adding an aggregated user listing on the homepage so people can explore profiles. There's a bunch of interesting people on HN but discoverability is a bit longwinded. I'm wondering what other features people want. Otherwise shall likely leave it as-is. I remember hnbadges was a…
2024 · at.hn
- 2BH
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 +…
2023 · blogs.hn
- 3RH
Link: https://www.reddit.com/r/hnblogs/ Old Reddit Link: https://old.reddit.com/r/hnblogs/ Hi HN, Inspired by this post earlier this week: https://news.ycombinator.com/item?id=23237559, I thought we could make blog discovery easier by having a place to find interesting, unusual, niche, or really any kind of non-marketing blogs that are posted by the people that write them. There are a ton of interesting blogs on the web, probably more than there were when the web was new, but even though there's more they're a smaller…
2020
- 4
- 5MA
2022 · github.com
- 6

The quieter social microblogging platform.
Aug 2026 · textlog.cc
- 74D
Hi HN, I've been working on building a pipeline to create a DNS records database lately. The goal is to enable research as well as competitive landscape analysis on the internet. The dataset for now spans around 4 billion records and covers all the common DNS record types: A AAAA ANAME CAA CNAME HINFO HTTPS MX NAPTR NS PTR SOA SRV SSHFP SVCB TLSA TXT Each line in the CSV file represents a single DNS record in the following format: www.example.com,A,93.184.215.14 Let me know if you have any questions or feedback!
2024 · merklemap.com
- 8AA
We launched an API for custom hostnames today. A simple HTTP post with a hostname gets a temp hostname with CNAME/a record instructions, as soon as DNS is setup we issue SSL and start accepting traffic for that hostname. It's the quickest way we know of to provision custom hostnames: https://fly.io/mix/custom-hostnames/ When we started building Fly, we figured it was too late to "make SSL easy and the customers will come". Lets Encrypt changed the world, and we knew many companies rolling their own SSL support with nginx, Traefik, etc, etc. It seemed like a…
2017
- 9

- 10CW
Hey HN We loaded a BigQuery dataset of all of Hacker News, every comment, story and user, into camelAI. You can ask questions like: • “When does dang tend to comment during the day?” • “Which domains have gained the most submissions since 2015, year-over-year?” • “How has average comment length changed each January since 2007?” • “Top five users who link to arXiv papers the most.” It's behind a log-in to prevent abuse but free to use for 10 messages. No payment info required. We use OpenAI o3 or Claude sonnet 3.7 for the agent which can be really expensive. Would love feedback especially…
2025 · app.camelai.com
- 11

- 12PT
Today's internet is filled with dopamine wells of content. I wanted to steer away from that and foster meaningful writing. So I made a site where you can only have a single post. The intention is to encourage thoughtful posts like the blogs we all love here at HN (Paul Graham's, fasterthanlime, Bartosz Ciechanowski's, etc). For now posts are only markdown, but I intend to make some markdown extensions to make posts more dynamic.
2022 · app.pressnt.net
- 13AA
For example, paste this into Slack or Discord or whatever: https://news.ycombinator1.com/item?id=30179549 It works with comments, too: https://news.ycombinator1.com/item?id=30180253 Hastily-developed source: https://github.com/statico/ycombinator1.com
2022
- 14HS
While browsing Hacker News, I wished for an easier way to find related submissions (instead of googling and going back and forth). So I made this small chrome extension that automatically shows relevant submissions on page load. It's intergrated as a sidebar right in the page (for ease & native look), with customization options for fine control. It's based on HN algolia search API[1] and uses the submission title as its initial query with the ability to customize the query if you're not satisfied with the initial results. Originally, I took it as an opportunity to try my hands at creating a…
2023 · github.com
- 15MD
Hi HN, This is a project [1] I've been working on for a little while and I'm interested in your feedback and point of view. Many of us would have verified a domain name by pasting a string into a DNS TXT record. Some providers ask us to store this DNS TXT record at a domain using a DNS label like "_provider" e.g. _provider.yourdomain.com, and some providers ask that you do it at the zone apex (God help us [2]). The Domain Verification protocol stores a DNS TXT record at a DNS name derived from a hashed "verifiable identifier" (think email, telephone, DID), enabling anyone that can prove…
2023 · domainverification.org
- 16SF
2018 · redditprofile.com
- 17

- 18BA
This site was set up in response to the HN story about a site getting taken down by another site that had the gall to plagiarize it then issue a DMCA. http://news.ycombinator.com/item?id=5174121
2013 · dmcainjury.com
- 19AU
This userscript adds archive URLs to the metadata section of HN submissions without breaking the immersion. Here are 2 screenshots: https://imgur.com/a/PdUu6oG GreasyFork: https://greasyfork.org/en/scripts/452024-hacker-news-anti-pa... Source code: https://github.com/MostlyEmre/hn-anti-paywall Now let me overexplain. -Why?- I never liked paywalled articles. I understand where they come from, but I don't like where we cross our paths. This is why I don't use major news aggregators anymore. Instead, I spend my…
2022 · github.com
- 20DC
Built this to microblog everything I am learning as a dev. It's an MVP, lots to improve on! Would love some feedback. (: Also am looking for a job (preferably remote since I'm in SG), 1.5 years in as a Jr Dev at a local startup, self-taught by building stuff. I'll be on Twitter if you're interested! @raymondmoay
2023 · dweets.com
- 21GL
Hi HN, I hacked a simple service for gathering HN replies and organizing them by the parent's username. The main idea is to be able to efficiently get the latest replies to an HN user. For example, you can use this service to send yourself notifications when some replies to you on HN. The service queries the official HN API and can be self-hosted. It is basically ~30 lines of Bash script. I made this mostly for educational purposes -- thought you might find it useful for something. Cheers! Edit: for example, here are the latest replies to me [0]. It includes only recent replies, since I…
2022 · github.com
- 22HN
Hi everyone, I build this bot to automate the process of going to wayback machine (or archive.ph) to find the archive link for posts with articles that have subscription blocks The idea was to have this run on a server and then I wouldn’t have this daily annoyance, the bot was banned, so its not currently active, but I still wanted to show it off and get some feedback Disclaimer : HN doesn't allow bots, so please don’t use this to run your own HN bot.
2022 · github.com
- 23YA
Hi HN, This is a little "HN Reader" experiment I made using a domain hack of "news.ycombinato.com" <- notice the "r" is missing. Basically, I thought it would be cool to make a "clone" of the "Hacker News" URL so you can quickly navigate to "YCombinato" from any post on "news.ycombinator" by just dropping the r in the domain. The benefit is a few extra features like; sorting, searching etc... Unfortunately I realized it's essentially a phishing attack :( according to the browser, which means there will probably be a warning message on most browsers... but it's still usable and hopefully…
2023 · news.ycombinato.com
- 24HC
Hi HN -- I built HTTP:COLON, a small, open-source web tool for quickly checking a site’s HTTP response headers and learning what they mean as you go. Link: https://httpcolon.dev/ What it does - Enter a URL and fetch its response headers - Groups common headers into handy buckets (cache, content, security) - Includes short docs/tooltips for headers and directives so you can look things up while debugging. I find hovering on highlighted headers quite useful! Supports different HTTP methods (GET/POST/PUT/DELETE) Deep links - You can link directly to a host,…
Jan 2026 · httpcolon.dev
Ranked by how close each launch is in meaning, then by votes. Refine with a description →