TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Build a link blog like Simon Willison

236 点作者 xuanwo4 个月前

25 条评论

simonw4 个月前
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. <a href="https:&#x2F;&#x2F;simonwillison.net&#x2F;2024&#x2F;Dec&#x2F;22&#x2F;link-blog&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simonwillison.net&#x2F;2024&#x2F;Dec&#x2F;22&#x2F;link-blog&#x2F;</a>
评论 #42934412 未加载
评论 #42937128 未加载
评论 #42936067 未加载
评论 #42934068 未加载
评论 #42934091 未加载
评论 #42946384 未加载
jszymborski4 个月前
I tend to suffer from scope creep in my blogs. &quot;Oh, I found a quicker way to compute X, lets write a blog about it&quot; becomes &quot;I should write a library, write docs, run extensive comparatives, then publish it&quot;.<p>I&#x27;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.
评论 #42933847 未加载
评论 #42933784 未加载
评论 #42935013 未加载
eamag4 个月前
Why not combine links in one monthly post similar to <a href="https:&#x2F;&#x2F;www.astralcodexten.com&#x2F;p&#x2F;links-for-january-2025" rel="nofollow">https:&#x2F;&#x2F;www.astralcodexten.com&#x2F;p&#x2F;links-for-january-2025</a><p>I personally prefer this format (<a href="https:&#x2F;&#x2F;eamag.me&#x2F;2025&#x2F;Links-For-January-2025" rel="nofollow">https:&#x2F;&#x2F;eamag.me&#x2F;2025&#x2F;Links-For-January-2025</a>) and you can post single links on social media instead no?
评论 #42934430 未加载
评论 #42934203 未加载
评论 #42933987 未加载
评论 #42936218 未加载
评论 #42935118 未加载
评论 #42946428 未加载
评论 #42936151 未加载
robschmidt904 个月前
It seems like simon started a trend :)<p>I implemented this feature on my blog a couple of weeks ago. I view it as the equivalent of a retweet, only that I own the content. If someone wants to subscribe, they can follow the respective rss feed. Maybe in the future I automatically push the updates to mastodon&#x2F;bluesky&#x2F;etc.<p>feed section: <a href="https:&#x2F;&#x2F;staticnotes.org&#x2F;feed&#x2F;" rel="nofollow">https:&#x2F;&#x2F;staticnotes.org&#x2F;feed&#x2F;</a><p>rss feed: <a href="https:&#x2F;&#x2F;staticnotes.org&#x2F;feed.xml" rel="nofollow">https:&#x2F;&#x2F;staticnotes.org&#x2F;feed.xml</a>
xk34 个月前
If I feel like I truly learned something novel I&#x27;ll add a link here:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;chapmanjacobd&#x2F;journal&#x2F;blob&#x2F;main&#x2F;lists&#x2F;knowledge.list">https:&#x2F;&#x2F;github.com&#x2F;chapmanjacobd&#x2F;journal&#x2F;blob&#x2F;main&#x2F;lists&#x2F;kno...</a>
评论 #42934221 未加载
评论 #42934143 未加载
jjude4 个月前
I created a new category &quot;&#x2F;cpn&#x2F;&quot; (stands for commonlog) and posting links with my understanding. You can see them here: <a href="https:&#x2F;&#x2F;www.jjude.com&#x2F;cpn&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.jjude.com&#x2F;cpn&#x2F;</a><p>In fact, I also posted about Simon&#x27;s post: <a href="https:&#x2F;&#x2F;www.jjude.com&#x2F;cpn&#x2F;informal-guidelines-for-running-a-link-blog&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.jjude.com&#x2F;cpn&#x2F;informal-guidelines-for-running-a-...</a><p>As he says, having a link blog is a &quot;low stakes, high value&quot; activity. More people should carry it out.
throwaway_203574 个月前
I would say &quot;link blogging&quot; is how weblogs started: Relatively short logs of your accomplishments or mysteries you had solved that day or just musings about one&#x27;s recent discoveries on the web published on the web. It was an answer to more static &quot;personal websites&quot; where any new article had to justify its existence by meeting a certain threshold of novelty and newsworthiness. Weblogs got shorter and shorter, Tumblr started, then some went on to this new thing called Twitter.
be_erik4 个月前
My link blog is just an rss feed. It&#x27;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: <a href="https:&#x2F;&#x2F;github.com&#x2F;Y2Z&#x2F;monolith">https:&#x2F;&#x2F;github.com&#x2F;Y2Z&#x2F;monolith</a>)<p><a href="https:&#x2F;&#x2F;enlace.space&#x2F;~erik&#x2F;rss.xml" rel="nofollow">https:&#x2F;&#x2F;enlace.space&#x2F;~erik&#x2F;rss.xml</a>
sorcercode4 个月前
Love this approach. For the Hugo blog users, my theme <a href="https:&#x2F;&#x2F;github.com&#x2F;kaushikgopal&#x2F;henry-hugo">https:&#x2F;&#x2F;github.com&#x2F;kaushikgopal&#x2F;henry-hugo</a> makes this style of blogging easy. Just add external link in the yaml header and it&#x27;ll be marked up as a &quot;link&quot; style post
dave3334 个月前
All blogs should have an RSS feed - I wasn&#x27;t able to find one on Simon Willison&#x27;s blog. I find the page format hard to read - a mass of text studded with links - it would benefit from more typographic structure - headings and so on.
评论 #42938660 未加载
zoogeny4 个月前
I&#x27;ve recently been wondering if a video is even better than a blog.<p>We&#x27;re at the point now where I can reasonably keep large numbers of video&#x2F;text recorded from OBS in S3, run my own speech-to-text, I can cram it all into a SQLite DB, wrap it in a web front-end and then serve it all from cloudfront or wherever.<p>There is obviously benefit in organizing thoughts using essays as a tool, but if you just want a record of your quick thoughts I almost think screen-capture + webcam + spoken word might be a decent option. Literally use OBS to record your 1-hour (or 4 hours) per day HN habit and keep it for prosperity.
评论 #42965287 未加载
rook1e_dev4 个月前
<a href="https:&#x2F;&#x2F;github.com&#x2F;usememos&#x2F;memos">https:&#x2F;&#x2F;github.com&#x2F;usememos&#x2F;memos</a> is perfect for using as a link blog
tomrod4 个月前
I&#x27;m inspired. My tiny link blog, Roderick.dev, has languished for a long time as I&#x27;ve thought through the right voice.<p>To the sharing of interesting things and thoughts.
rednafi4 个月前
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.<p>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].<p>[1]: <a href="https:&#x2F;&#x2F;rednafi.com&#x2F;misc&#x2F;link_blog&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rednafi.com&#x2F;misc&#x2F;link_blog&#x2F;</a>
smusamashah4 个月前
Suggestion: Add waybackmachine&#x2F;archive URL for each of the link that you blog about. Archive it if it&#x27;s not there already.
评论 #42936628 未加载
blackeyeblitzar4 个月前
I’ve seen Simon’s blog suddenly posted on the front page nearly daily. Did something change recently that it became more popular?
评论 #42937193 未加载
评论 #42936164 未加载
yawnxyz4 个月前
I built a link blog system for myself that made it very very easy to just write new Notion pages and they&#x27;ll just be on the site... except there&#x27;s some kind of quicksand that prevents me from doing that on a regular basis. I really need to get that out of my head
samim4 个月前
I use my homebrew CMS for this called flow <a href="https:&#x2F;&#x2F;github.com&#x2F;samim23&#x2F;flow">https:&#x2F;&#x2F;github.com&#x2F;samim23&#x2F;flow</a> A lightweight static site generator with built-in CMS that creates linkblog-style content feeds.
sodimel4 个月前
Thanks for this interesting article!<p>I added it to my sharing link service (kinda like a link blog, I think): <a href="https:&#x2F;&#x2F;links.l3m.in&#x2F;en&#x2F;" rel="nofollow">https:&#x2F;&#x2F;links.l3m.in&#x2F;en&#x2F;</a>
mrcsharp4 个月前
This is almost like reaction videos on YouTube but done properly by adding insightful commentary along the way.<p>I can see a trend like this in the blogosphere being beneficial for everyone involved specially the readers.
pknerd4 个月前
Never understood how he get time to do so many things. He is very productive
seafoamteal4 个月前
I&#x27;ve been considering doing this as well, if only for me to engage better with the things I read.
peiskos4 个月前
If anyone has other interesting link blogs, do share them here
brianzelip4 个月前
Great idea! Viewing source is a big reason I visit.
m3kw94 个月前
Let the era of the link blog begin