General interest mega-boards and forum sustainability
-
@julian @esoteric_programmer I think this should be reported to GoToSocial devs, because they can use
name
as content warning forArticle
objects.Maybe there is already issue for that, but I couldn't find it
silverpill@mitra.social esoteric_programmer@social.stealthy.club It got closed
[bug] `as:summary` is used as content warning descriptor for object types other than `as:Note`
gotosocial - Fast, fun, small ActivityPub server.
Codeberg.org (codeberg.org)
-
@julian @silverpill yeah, so apparently you're using it wrong? activity pub is confusing indeed, but yeah, summary should probably include just the title
-
@julian @silverpill yeah, so apparently you're using it wrong? activity pub is confusing indeed, but yeah, summary should probably include just the title
@julian @silverpill also, for whatever reason, your post contained mentions twice for the same people
-
julian You're going into a place I was going to suggest around 2022 (becasue forums have been on the decline for a long time), while this sub-reddit-eaque is a neat feature, what about thinking of "ways" of being instead.
If you think about supporting or looking for inspiration in terms of feature roadmap, where next for then NodeBB as a content creation platform, extra of being a forum, is when you start to unlock the true potential.
You might rememeber I pointed out substack some years ago and it wasn't that familiar to you or most back then, it was the lockdowns and covid allowed it go prime time IMHO.
So here is a concept you might consider.
- NodeLET (Solo) a stepped down versions of a full NodeBB that is content creator centric (it may not allow more than one user, it might limit users, it can have tiered plans, it hosted but NodeBB, it's liek NOdeBB for one user that can bu spun up like droplet are spun up on DO in seconds)
Think of NodeLET as content hub as opposed to a hub for users.
- NodeBB with NodeLET functionally (integrated)
What is NodeLET?
NodeLET is hosted by NodeBB in-house as a service, (think wordpress.blog but technically spun up liek a DO droplet) the user does not need admin level they are content creation focused, they just need composer, draft and the tags fundamentally to organise content, forums, sub categories etc, might not even be needed. Stripped back, you get the idea.
Now that you have activity pub you can use this to hook up NodeLET to other NodeBB's and beyond, and so so on.
Content creation space for the quiet content creator who wants a nice place to go and tap without distraction and mange their more long form thoughtful content over time.
Does this make sense?
The idea is a NodeLET would start as a free service for content creators, now that substack exists which came to my attention after I thought of this way of re-selling or re-spinning NodeBB that market is well established in terms of a simpel offering to the content creator.
It's a new market segment because no one did it so well and elegantly until substack came along IMHO.
Focusing on content creation, but still being a very different option than say a WordPress vs substack option.
All my UI suggestions are generally based around content creation centric idea of NodeLET but I never explained it properly, but if you're gonna do sub-reddit you might as well emrbace the whole spectrum of user-needs potential dev led pat or "ways" of being, as opposed to what others are doing.
Build for the user you missed or forgot about, because NodeBB can do it all technically, as I've pointed out most of the ability is already under the hood, it exists, it's actually a matter or reconfiguring layout, how you offer the capabilities to the potential user / marketing (Harmony theme actually works well here)
Offer 2 configuration, of NodeBB that's another way
- Solo (limited, free) A Single user NodeBB offering.
- Solo Plus (fee, more features) A single user NodeBB for closed content creation group
- NodeBB (Full) What we all know and love.
Bonus is all of these options can openly interconnect now, where back a few years they may have not so easily - Activity Pub is the thing that didn't exist when I was thinking about this, because as I've alluded to or implied it goes back to an even older idea I had when trying to solve a problem 2012, when I saw substack it looked the slowest to it. Over a decade later.
Since you have integrated activity-pub deeply and mastered it (I assume you have not following things) you could now create a NodeBB universe of NodeBB (powerhouse mega NodeBB) and NodeLET all interacting and interconnecting
I'd really like to be able to, and within seconds, with a single email address and password sign up for a stripped down NodeLET Acc and be typing happily (content creating) within seconds, that I could then disturbute to wherever whenever with a few clicks, get analytics back on where it is being seen and how much and maybe even track payment for effort too, without being a site owner or carrying any of that "publishing" at scale burden.
That' the bones of the original 2012 idea.
I know I'm sliding off topic but it's out of my head now.
-
@julian @silverpill yeah, so apparently you're using it wrong? activity pub is confusing indeed, but yeah, summary should probably include just the title
esoteric_programmer@social.stealthy.club respectfully there is no other way to get an Article object ingested by Mastodon without being munged without shoving it all into
summary
.Summary should contain a truncation probably, but other than that it's GtS that is "doing it wrong".
-
esoteric_programmer@social.stealthy.club respectfully there is no other way to get an Article object ingested by Mastodon without being munged without shoving it all into
summary
.Summary should contain a truncation probably, but other than that it's GtS that is "doing it wrong".
@julian if we weren't constrained by what mastodon does or it implemented the article activity type properly, would this still be done the same way? yeah, I suppose technically gts is wrong for not implementing the mastodon behaviour as well because it's nonstandard, same as they mandate authorised fetch like functionality for everything that federates with gts, but yet they support some other nonstandard things themselves, which exist only because mastodon does it this way, so they're kinda inconsistent there. I wish more servers would implement the client-server part of the activity pub protocol for example, but that too is blocked because everyone making clients for the fedi targets the mastodon API from what I know, so yeah, sad indeed.
Btw, other threadiverse platforms, like lemmy and py-fed, don't have this issue on my end, where I could follow them because they support authorised fetch that is. I wonder how do they do it? or...hmm, maybe they don't work properly on mastodon while they do on gts? -
@julian if we weren't constrained by what mastodon does or it implemented the article activity type properly, would this still be done the same way? yeah, I suppose technically gts is wrong for not implementing the mastodon behaviour as well because it's nonstandard, same as they mandate authorised fetch like functionality for everything that federates with gts, but yet they support some other nonstandard things themselves, which exist only because mastodon does it this way, so they're kinda inconsistent there. I wish more servers would implement the client-server part of the activity pub protocol for example, but that too is blocked because everyone making clients for the fedi targets the mastodon API from what I know, so yeah, sad indeed.
Btw, other threadiverse platforms, like lemmy and py-fed, don't have this issue on my end, where I could follow them because they support authorised fetch that is. I wonder how do they do it? or...hmm, maybe they don't work properly on mastodon while they do on gts?esoteric_programmer@social.stealthy.club I'm sorry I got a bit salty about it.
Basically if Mastodon were not in the equation we would send an Article with a
name
and nosummary
at all. Threadiverse implementations handle that perfectly already.GtS actually did implement the Mastodon behaviour! Content warnings were their thing (afaik), done by adopting
summary
as the CW. GtS followed suit but applied this to all objects, not just notes. So in this case GtS went a bit further is all. -
@julian ahh, gotcha. And what would happen now if you didn't include summary at all?
-
@julian ahh, gotcha. And what would happen now if you didn't include summary at all?
esoteric_programmer@social.stealthy.club Mastodon would show the title and URL, and the content would be excised out.
Which I suppose is so fine insofar that sometimes long form content is best read on the originating site, but end users want their content read natively on Mastodon
-
esoteric_programmer@social.stealthy.club Mastodon would show the title and URL, and the content would be excised out.
Which I suppose is so fine insofar that sometimes long form content is best read on the originating site, but end users want their content read natively on Mastodon
@julian and gts would do the same, right?
-
@julian and gts would do the same, right?
esoteric_programmer@social.stealthy.club actually I'm not sure how GtS would handle it!
-
@julian So in other words, if an Article-type object has a summary, Mastodon discards the title, shows the summary and links to the original, and if it doesn't have a summary, Mastodon shows the title and links to the original?
Its "traditional" behaviour since ca. 2017 was that it either showed the title and the link or, in the absence of a title, only the link with zero context, and when there was a summary, it used the summary as a content warning.
I'm still not sure whether Mastodon is limited by all interfaces available for it only being geared towards old-school plain-text microblogging and incapable of handling fully formatted HTML content, or rather by the devs' stubborn unwillingness to let anything in that's too much not old-school plain-text microblogging. -
@julian @esoteric_programmer It will probably display
content
without title. -
@julian So in other words, if an Article-type object has a summary, Mastodon discards the title, shows the summary and links to the original, and if it doesn't have a summary, Mastodon shows the title and links to the original?
Its "traditional" behaviour since ca. 2017 was that it either showed the title and the link or, in the absence of a title, only the link with zero context, and when there was a summary, it used the summary as a content warning.
I'm still not sure whether Mastodon is limited by all interfaces available for it only being geared towards old-school plain-text microblogging and incapable of handling fully formatted HTML content, or rather by the devs' stubborn unwillingness to let anything in that's too much not old-school plain-text microblogging.jupiter_rowland@hub.netzgemeinde.eu Mastodon shows the title, summary, and adds a link.
It's as good as it'll get and quite a ways from where it used to be.