TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Creating your own federated microblog

187 pointsby dahlia25 days ago

6 comments

_heimdall25 days ago
I&#x27;ve never quite understood the appeal of ActivityPub.<p>Looking at the list of goals in the article, the only benefit in addition to what can easily be done with RSS is knowing who follows me. Maybe its just me, but if I&#x27;m writing to a blog or a microblog I just don&#x27;t really care who follows me or even who reads it.<p>There are more social features built into ActivityPub, likes and shares for example, but at that point I&#x27;m likely not running my own server and am trusting a third party to do it for me. The idea that there are multiple hosts I can choose to trust rather than one centralized one feels more like a principled argument than one based on real benefits of, for example, owning my own content or censorship resistance.
评论 #43782877 未加载
评论 #43784870 未加载
评论 #43787526 未加载
评论 #43783030 未加载
评论 #43782615 未加载
评论 #43783281 未加载
AndrewStephens25 days ago
One of my issues with ActivityPub is that there is no such thing as a cut-down completely static AP feed for blogs. I want Mastodon users to be able to follow my static blog but I don&#x27;t want to implement the machinery to have full interactivity.<p>Basically an RSS bridge would work fine. I know such things already exist but it would be cool if it was built into AP.<p>Right now I just manually post my blog post to my Mastodon account which is perfectly fine.
评论 #43785082 未加载
评论 #43784617 未加载
jskherman25 days ago
On a related note, see Hollo: <a href="https:&#x2F;&#x2F;github.com&#x2F;fedify-dev&#x2F;hollo">https:&#x2F;&#x2F;github.com&#x2F;fedify-dev&#x2F;hollo</a>
1dom25 days ago
This is really useful, thanks.<p>I&#x27;ve recently been playing around selfhosting a small single user activitypub server to see how it works. I can&#x27;t understate how satisfying it&#x27;s been to wallow in compared to a static site or serverless setup. It unexpectedly tickled that special &quot;oooh, a _system_&quot; part of my brain, a lot.
smjburton25 days ago
&gt; To simplify the tutorial, we&#x27;ll impose the following feature constraints:<p>&gt; There is no search functionality.<p>This makes sense for the tutorial, but search functionality would be awesome for discovery, both in terms of people finding your blog as well as finding other interesting blogs to follow. Niche blogs seem more difficult to find these days when Google only seems to surface websites with the right keywords.
评论 #43783166 未加载
saltysalt25 days ago
I miss RSS.
评论 #43783836 未加载