this post was submitted on 09 Jan 2024
67 points (93.5% liked)

Asklemmy

43159 readers
1414 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy πŸ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

Don't know if we already have this but if not, this could be a new breath for running away from Google's polluted, hard to find any real useful stuff SEO World. With Kagi's optimization for activity pub, it's easier to find content within the Federation. With a blog system that supports activity pub, people can get interaction from Mastodon, Lemmy, PeerTube etc. And the best part is, you can do all these stuff with your self-hosted sites.

If we already have this, please let me know.

top 18 comments
sorted by: hot top controversial new old
[–] [email protected] 34 points 7 months ago (1 children)
[–] [email protected] 7 points 7 months ago

Didn't know about this. Thank you!

[–] [email protected] 28 points 7 months ago (4 children)

There are few things going around.

First thing I want to point out is that lemmy can kinda fill this niche (see the docs on this). Start a community and turn on "moderator posts only" (such that only the moderator(s) can post) and you've got a basic blog with post comments across the fediverse built in (for which you're the moderator). It will have RSS built in too, and a hefty character-limit per post of 50,000 (last I checked) which is ~10,000 words per post, along with markdown formatting. And if you want complete control, you could run your own instance through a service like spacehost.

Beyond that there are other more dedicated platforms.

There's writefreely: https://writefreely.org/

There's postfreely, which is a fork of writefreely: https://flamewar.social/c/postfreely (lemmy community)

Wordpress have an official plugin now for activitypub / federation (and it works, I've interacted with "blog posts" over on mastodon)

micro.blog might also count: https://micro.blog/

Newsletters may be supported by some of these. None have subscriptions AFAIK.

[–] [email protected] 7 points 7 months ago (1 children)

And just to express a sort of wishlist for future lemmy development ... where a developer might be interested in taking this specific idea on ... there's probably some low hanging fruit around making lemmy more a dedicated blogging platform.

Take the moderator-only community mechanism mentioned above and make this a more straight forward process. Probably work on the moderation tooling a bit to make it easier to control any dumpster fire comments situations. Maybe work on tagging (which is already something being worked on I think). Then there's theming, where people might want their personal community to appear a certain customised way.

And then, and this would be a big one maybe, add the ability to control who is able to subscribe (where private communties already seem to be on the roadmap for lemmy). Once you can control that, then integrating some third party subscriptions service would allow an author to try to collect subscriptions for their content ... and you have a federated substack substitute where the author could use their account/instance to also browser and comment on the wider fediverse too.

[–] taladar 3 points 7 months ago (1 children)

add the ability to control who is able to subscribe

This seems tricky to enforce on a per-user basis since content federated to another instance for one user could easily be shared with another user on that instance without the original instance ever knowing about that.

[–] [email protected] 2 points 7 months ago

It definitely does get tricky. In general, guarantees about control over the network get tricky, and it seems like a limitation of the fediverse for this sort of stuff.

Imposing limitations can maybe go far though. Keeping such users on a single instance or on a single platform could be helpful? I don’t knitter this space unfortunately. Maybe some cryptography would be necessary?

[–] [email protected] 5 points 7 months ago

Thanks for the detailed reply! There seems to be really nice options out there. From what I gathered from the current replies here, writefreely and plume look like something in my mind more.

[–] [email protected] 4 points 7 months ago

Hi there! Looks like you linked to a Lemmy community using a URL instead of its name, which doesn't work well for people on different instances. Try fixing it like this: [email protected]

[–] [email protected] 2 points 7 months ago* (last edited 7 months ago) (1 children)

While the Lemmy micro blog idea sounds genius, I just wanted to echo my appreciation for write freely.

It's great for blogging especially if you're a writer. For the short time I used it, only felt like a Fediverse versions of Ghost CMS. At the time it had a bit less formatting features but nothing you couldn't work around with photos.

It'd make a great blog endpoint as a supplement for a traditional website.

[–] [email protected] 2 points 7 months ago

Oh for sure. Using lemmy is definitely a quick and dirty option that happens to illustrate the power that the reddit platform structure can have.

Interestingly, I suspect it wouldn't be too much work to expand on the features already in lemmy to turn it into a true blogging platform. Presuming that its promise of being lean in terms of required resources (written in rust and all of that), it might have something going for it.

[–] [email protected] 4 points 7 months ago (1 children)

@muhyb
My go to advice on looking what services are on activityPub/Fediverse is https://fedidb.org/ .

[–] [email protected] 2 points 7 months ago

Nice website. Thanks for the reply!

[–] [email protected] 3 points 7 months ago* (last edited 7 months ago)

writefreely i think or mabye socialhome could work or even WordPress with the activitypub extension

[–] [email protected] 3 points 7 months ago

I don't know of any, but...

My personal blog runs on scripts I wrote myself. I'm hoping to rewrite it to be ActivityPub friendly. I've only just begun looking at the documentation, but it looks pretty doable.

[–] [email protected] 2 points 7 months ago

I'm curious too. The closest I've seen are services that read RSS and cross-post.

[–] [email protected] 2 points 7 months ago

I spent a bit of time playing with a self hosted Python microblog - https://docs.microblog.pub/.

[–] Nulubez 2 points 7 months ago (1 children)

Not sure if it helps but the second half of this blog post on dapr and mastodon covers how I integrated my jekyll blog posts with mastodon using gh actions: https://freshbrewed.science/2023/01/25/mastodon-dapr.html

[–] [email protected] 2 points 7 months ago

Not what I had in my mind but this is actually interesting. Thanks!