Show HN: Hacker News user blogroll (dm.hn)
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 here". https://news.ycombinator.com/item?id=36575081
192 comments
[ 8.8 ms ] story [ 3505 ms ] thread[^0]: At least, Liferea on Linux, NetNewsWire and Vienna on Mac, do this. AFAIR NetNewsWire is even smarter than that, and can sometimes find the RSS feed even when there is no link tag.
That being said, any blog that doesn’t have a feed and has some proprietary subscription is not one I want to subscribe to. So not including feedless blogs is a positive for me.
https://danieldk.eu/blog/
Nice work!
I would even add a “I’m feeling lucky” button, to redirect to a random blog ;)
https://blogs.hn
Vim: 8 entries
Emacs: 7 entries
Python: 24 entries
Rust: 24 entries
Lisp: 5 entries
Clojure: 3 entries
Haskell: 5 entries
Zig: 5 entries
Elixir: 4 entries
Scheme: 0 entries
Postgres: 4 entries
MySQL: 0 entries
SQLite: 3 entries
Jekyll: 9 entries
HTML: 40 entries
Markdown: 6 entries
LaTeX: 1 entry
Hugo: 12 entries
Next.js / Nextjs: 4 entries
Gatsby: 2 entries
Pelican: 0 entries
.com: 495 entries
.dev: 90 entries
.net: 84 entries
.io: 82 entries
.me: 53 entries
.org: 43 entries
.xyz: 15 entries
.page: 6 entries
github.io: 46 entries
medium.com: 18 entries
blogspot.com: 8 entries
wordpress.com: 4 entries
livejournal.com: 0 entries
tech: 178 entries
programming: 66 entries
random: 61 entries
thought: 49 entries
math: 16 entries
musing: 12 entries
blag: 1 entry
favorite: 28 entries
favourite: 9 entries
Now all of these results are string search results, so there is always going to be a little bit of noise when we try to draw conclusions out of these results. For example, the results for ".dev" also contains results that look like "*dev*.com".
Despite the noise, I found these results interesting. I remember in the early days when the blogosphere was being constructed 20 km above the tag clouds, it was very fashionable to have blogs for random musings or random thoughts. So I am delighted to see that most blogs out here are tech blogs. Surprisingly there is only blag. I expected at least a few more.
One of the Lisp entries is mine. Also, one of the Vim entries is mine. It is a bit ironical because I am actually an Emacs user. If I had known the comments we write on HN would become part of the search string in this blogroll, I might have chosen my words in my comment to the "Ask HN" port more judiciously! :)
Ghidra: 1 entry (mine)
On one hand it does bring some level of perspective on the popularity of a particular topic you're into. My first reaction was "Just 0.5% for reverse-engineering? I guess I'm down in a deep dark rabbit hole..."
On the other hand, I haven't seen the blogs of Ken Shirriff, Alex Ionescu or Raymond Chen on that list, which I know are quite popular and regularly make it to the Hacker News front page.
I would prefer to see the entire list, so that I can easily search for keywords in the browser. Apparently, all data is available on the client side, but the table renderer seems to limit the table size to at most 100 entries.
> In online media a planet is a feed aggregator application designed to collect posts from the weblogs of members of an internet community and display them on a single page
https://en.wikipedia.org/wiki/Planet_(software)
https://planet.lisp.org/
https://planet.emacslife.com/
Now, I feed that the most interesting planet is planet.debian, which offers lot of variety without being focused on Debian.
The great feature I liked was that Planet were not about a given project. It was about the people contributing to the project. Their life. Their interests.
At some point, lot of planets started to ask only "on-topic" posts with a specific RSS feeds. Those planets became boring as it was mainly stuffs you could find on forum or any tech related websites.
[0]: https://planetpython.org
EDIT: Atom is supported now, but I haven't updated the list yet.
FWIW it's https://lizmars.net
Which post-ex-facto? You should still be able to add your blog to the original submission.
I think my blog/journals hasn't been picked up yet
https://news.ycombinator.com/item?id=36588927
My blog is on GitHub, how do you parse the URLs?