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
    16 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
  • 2 Votes
    6 Posts
    36 Views
    Hi @silverpill@mitra.social right; Move and Remove are explicit actions concerning membership of a context in an audience. Update is overly broad and receivers would have to infer audience change based on what the updated object contains (e.g. Audience Y is suddenly missing, and Z is new, was this always the case?) It is likely that sending audience as an array will not be correctly interpreted by existing software, so this property is an unreliable indicator of context audience membership at best Existing threadiverse apps check addresses, and audience may not be used at all in some. There is no conflict with Move(Person), and I have not heard a convincing reason to adopt a new activity type when these two AS activities work quite well to describe what we want to accomplish.
  • 0 Votes
    1 Posts
    11 Views
    I'm writing an #article about the different implementations of #activitypub @fediverse Which implementations would you like to see tested?Does anyone know of a #pleroma server that isn't fascist? Pleroma has a lot of interesting stuff, but unfortunately, it also has a lot of rotten people.#pleaseboost
  • 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.