Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Reduced engagement due to Article type

Technical Discussion
7 3 0

Gli ultimi otto messaggi ricevuti dalla Federazione
  • read more

  • @julian @saskia @evan or do you think that anybody knows , that in the system is https://mastodon.social/tags/stupidhashtag and it's type is https://www.w3.org/ns/activitystreams/hashtag
    But as far as I know, this type is not specified at all!

    read more

  • @julian @saskia @evan A tag, a hashtag, a SKOS concept, all IRI or URL! Users don't see the concept behind it. If we developers do it right!

    read more

  • @naturzukunft2026@mastodon.social absolutely not, sorry.

    For the simple reason that it requires user education, and ain't nobody going to go around teaching 7bn people how to use SKOS.

    The beauty (and admittedly a downside and source of a lot of noise) is the hashtag's ubiquity and simplicity. Anyone can make one, anyone can name it whatever they want.

    cc @saskia@backend.newsmast.org @evan@cosocial.ca

    read more

  • @julian @saskia @evan
    The only way to give hashtags uniqueness and Semantik.

    Bad practice: use just words.

    https://www.w3.org/TR/skos-reference/

    read more

  • There are a couple of parallel development efforts tackling the problem of hashtags. The main drawback is that while you can use them in your posts and search for them to find additional content, the reach and visibility of the hashtag is restricted to that of the instance's own visibility.

    In other words, looking up a hashtag on your instance probably would not give you a complete view of the use of that hashtag worldwide.

    @newsmast@newsmast.social channels The first I'd heard of it was Newsmast's "channels". How they worked was opaque to me, but after seeing @saskia@backend.newsmast.org's presentation, I now know it is collating use of hashtags into a broader topic (e.g. #Asenal, #AFC, plus many others into "Arsenal") tags.pub @evan@cosocial.ca came up to me after FediMTL and asked whether I'd looked into his FOSDEM presentation about tags.pub, which aims to do something similar, although user-facing. Users can follow individual "tag" actors and they then receive all content tagged as such. I will have to watch the presentation as tags.pub is headless and has no landing page! :laughing: FediBuzz Relay ActivityPub.Space is following this approach, where I set up NodeBB to subscribe to a couple of relevant FediBuzz relays: #activitypub, #fedidev, #fediadmin, #fedimod and #fedimods

    It's interesting to follow the convergent evolution of solutions to solve a single problem. Right now NodeBB gives you the tools to set up the FediBuzz relay connection + auto-categorization rules, but it's not exactly user-friendly for admins.

    The ideal flow would be something much more high level for admins. An additional field during category creation where they can specify hashtags they'd like to follow globally. Simple, understandable, hides all the backend complexity away.

    It is worth looking into additional solutions (like tags.pub or the Newsmast channels) so as to not be tied to a single provider in the backend.

    read more

  • @julian

    For generating a summary for long-form text, I'd suggest these techniques in rough order:

    - Let the user to define a summary manually - either with a marker in the text, or with a separate input element
    - Use the whole text if it meets the rough guidelines (~1 paragraph, a few sentences, about 500 chars) in b2b8.
    - Use the first paragraph if it meets the rough guidelines (a few sentences, about 500 chars) in b2b8.
    - Truncate the first paragraph and include an ellipsis ([...]).

    read more

  • @julian

    Some bloggers follow a similar practice, especially since blogging software often uses the first paragraph as the summary in RSS and Atom feeds.

    read more
Post suggeriti
  • Is Zotum following FEP f228?

    Technical Discussion fep f228
    2
    1 Votes
    2 Posts
    15 Views
    @julian (I replied to this from Hubzilla, but it doesn't seem to have showed up, so reposting from Mastodon... sorry for the duplicate)Yes, it does.I think FEP-171b is the relevant spec; Mike Macgirvin's description of Conversation Containers might be relevant too.It's running Hubzilla, which is already listed as an implementer of FEP-f228. @fentiger@zotum.net @silverpill
  • 0 Votes
    3 Posts
    33 Views
    claire@social.sitedethib.com understood. It is difficult to code against the FEP if implementors are free to include the fallback however they wish. Time will tell as to whether everyone will end up aligning on quote-inline anyway.
  • 0 Votes
    27 Posts
    204 Views
    @silverpill oh, I see. I must have missed the context for the discussion, sorry. :) @technical-discussion @julian @grishka
  • FEP 11dd: Context Ownership and Inheritance

    Moved Fediverso fep activitypub
    10
    0 Votes
    10 Posts
    87 Views
    I have amended the text of the FEP to clarify a couple of things, but also changed the inheritance logic following this month's WG meeting and subsequent discussion on ActivityPub.space. Instead of recommending that replies inherit context from the object it is in reply to, implementors must find the root node (how, is out of scope; tree traversal or context resolution are two ways that come to mind) and inherit its context. This will simplify context resolution and pave the way for other actions like moving, crossposting, forking, locking, etc. I also added in a blurb about situations in which a context would explicitly not be inherited.