Build a link blog like Simon Willison
30 comments
·February 4, 2025simonw
giancarlostoro
This... might be what I need to do honestly. I've thought about a good way to save some links I find on HN, and its painful to go back through pages. Heck, sometimes I lose my own comments. A blog might just be the way to regain access to lost content from HN.
oneeyedpigeon
Sounds like you might want a good bookmarking service. Pinboard used to be great. I still use it, but I'm not sure what it's like for new signups. I'm also in the process of migrating that data to localhost with some added scripts because it feels like I should own that data and... yeah, the aforementioned upheaval.
fallinditch
I use Tumblr to save interesting links. It gives me a nice chronological record of stuff I'm interested in. It acts as a memory aid too - when I need to find something but can't remember the name but I know I blogged it a few weeks ago.
xuanwo
Wow, thank you for this comment and for continuously sharing!
ianhawes
Meta would be blogging about this post.
m3kw9
I call it recursion
lcnPylGDnU4H9OF
I'd think simonw would at least have to edit the blog post being referenced in this post to link to this post.
be_erik
My link blog is just an rss feed. It's immensely helpful. I can feed the articles into LLMs so they can be tagged and summarized and I always have a copy (no bitrot thanks to monolith: https://github.com/Y2Z/monolith)
eamag
Why not combine links in one monthly post similar to https://www.astralcodexten.com/p/links-for-january-2025
I personally prefer this format (https://eamag.me/2025/Links-For-January-2025) and you can post single links on social media instead no?
simonw
Depends on how much commentary you are adding. If more than a sentence it's worth having a separate page so that other people can link to what you said!
My link blog entries are often quite long: https://simonwillison.net/search/?type=blogmark
MattSayar
I've settled on posting interesting links to BlueSky and then I put a Bsky sidebar on my site[0]. It's a win-win; I have the small links+comments "on" my site, but the longer stuff that gets posted to RSS/newsletter to my site proper.
xuanwo
Some quick ideas:
- Multiple links in the same post make it difficult to organize discussions and thoughts.
- Monthly posts require extra effort to maintain and update, which didn't align with our initial goal of sharing more casually and recording our thoughts in real time.
- Modern static site generators support maintaining archive pages by month, so we no longer need to do it manually.
Hoping those ideas make sense to you.
purist33
Like the other reply said, a monthly link blog would be too much. I find myself ignoring a lot of those links of the month posts because it covers too many topics and I end up not liking most of it. Whereas one which has small commentary on a single link is great for me, since if i like the commentary enough, I would add the link to my read later.
jszymborski
I tend to suffer from scope creep in my blogs. "Oh, I found a quicker way to compute X, lets write a blog about it" becomes "I should write a library, write docs, run extensive comparatives, then publish it".
I've been getting better at fighting that temptation, but I still suck at it. Setting deadlines for blog posts usually helps me focus my efforts.
jakevoytko
I used to have the problem where all of my posts would be 2000-3000 words, or more likely I would never finish them. So I started a newsletter in November. I committed to publishing every Monday and Thursday. Furthermore, since I have a wife and a toddler, I basically have about 4-5 hours to work on every post. The regular schedule has helped me get over my perfectionism, aggressively cut scope, and ship on time.
rpastuszak
I had a similar problem with sonnet.io (some articles taking weeks to get done).
So, I started untested (https://untested.sonnet.io) where for 111 days no matter what I'd share a post per day. Here's the first post: https://untested.sonnet.io/notes/111
Consistency really helps - there are posts that I had spent weeks on and barely anyone read them in the first place. Then, once I started posting smaller, messier notes almost daily, both the traffic (not that important to me) and the amount of interesting interactions with people (very important to me) went up by 100x.
Another way in which I avoided yak shaving/scope creep was to ditch my own site and rely on Obsidian Publish (I went back to my own solution after a year, as a reward for mostly sticking to the plan)
edoceo
For these things, I use the Pomodoro method. I wanna do the thing, it's not critical, let's grind it for 30 minutes, set a timer, then (the hard part) stop
jjude
I created a new category "/cpn/" (stands for commonlog) and posting links with my understanding. You can see them here: https://www.jjude.com/cpn/
In fact, I also posted about Simon's post: https://www.jjude.com/cpn/informal-guidelines-for-running-a-...
As he says, having a link blog is a "low stakes, high value" activity. More people should carry it out.
rednafi
Cool stuff. I also did something similar recently. Didn’t want to maintain a dynamic site just for this, so I took the least tech-savvy option.
Added a new section to my blog that lists one page per year. Each page lists all my entries in reverse chronological order. Wrote about it here[1].
xk3
If I feel like I truly learned something novel I'll add a link here:
https://github.com/chapmanjacobd/journal/blob/main/lists/kno...
tr3ntg
And this link of yours counts as something "truly novel"?
> https://youtu.be/Of9yvKINITg # 10 hours of silence occasionally broken up by the Taco bell Bong
I'm joking, this is really funny, and many of your links are very interesting and informative. Thanks for sharing.
m3kw9
This is like assembly code for link blog
sodimel
Thanks for this interesting article!
I added it to my sharing link service (kinda like a link blog, I think): https://links.l3m.in/en/
sorcercode
Love this approach. For the Hugo blog users, my theme https://github.com/kaushikgopal/henry-hugo makes this style of blogging easy. Just add external link in the yaml header and it'll be marked up as a "link" style post
tomrod
I'm inspired. My tiny link blog, Roderick.dev, has languished for a long time as I've thought through the right voice.
To the sharing of interesting things and thoughts.
brianzelip
Great idea! Viewing source is a big reason I visit.
blackeyeblitzar
I’ve seen Simon’s blog suddenly posted on the front page nearly daily. Did something change recently that it became more popular?
I love how this post is an exact implementation of my advice on link blogging (add some personal commentary, quote liberally) - applied to my article about link blogging. Very meta. https://simonwillison.net/2024/Dec/22/link-blog/