cross-posted from: https://beehaw.org/post/28408084

Rule

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 days ago (4 children)

It only works on Mastodon and it's derivatives, I think. E.g. on Misskey you'll only see the bio text on hover, no custom fields, thus your profile just looks empty.

Lemmy is also fundamentally different from these two and the likes, it's a link aggregator, not a social network.

It's in general pretty weird to expect all ActivityPub implementations to support all the same features. You can never be sure with protocols like these. HTML tags in email messages may be rendered on 95% of the clients, but you are still supposed to include plain text alternatives for all the content because there are clients that don't render HTML.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 0 points 2 days ago (3 children)

    it’s a link aggregator, not a social network.

    Then what are communities supposed to be, link groups?

    pretty weird to expect all ActivityPub implementations to support all the same features

    “Weird” here meaning “not within the norm of expectations” or something else? Because if it's the former, w3 disagrees with your expectations; including HTML.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 0 points 1 day ago (1 child)

    what are communities supposed to be, link groups?

    Pretty much. Communities/subreddits/magazines/"whatever they are called on other platforms" are usually defined with the topic that's relevant for it, not with people participating in it. There are fairly obvious exceptions like "ask ", but the overwelming majority will be something like "horses" and you are expected to throw anything horse related there. The way they are named on Lemmy is a bit deceptive, though.

    w3 disagrees with your expectations

    I am not sure how their social guidelines are relevant for my statement about technical implementations of ActivityPub.
    I'm even less sure on what Open Graph has to do with all of this. Do you add ogp tags to your email messages and expect whatever client renders it to process them somehow? Maybe I'm underinformed, but I'm fairly sure no email client processes these tags in any way.

    If you want me to touch the social part of this, it's probably even more confusing for me.
    I never heard about "DNI" before reading this thread and your definition is far from the first thing that comes up when you look up these three letters.
    Even equipped with this knowledge, reading your profile produces more questions than answers.
    From that "DNI" field the only thing I can say for certain is that you don't want to talk to people younger than 7. Maybe I have an idea on who "Libs" are, but considering other entries there I'm really not sure.
    If that field is supposed to be "read this list, if you belong to one of these groups, don't talk to me", how am I supposed to act on it if I can't even tell what these groups are?

    The amount of confusion it generates makes me want to write it all off as a joke, but you seem to care about it, thus it only makes it more confusing.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 1 day ago*

    Here are some examples of my bio:
    ActivityPub format:

    {"About_me":"https://bookwyr.me/u/waltersf",  
    "first_name":"Fern",  
    "last_name":"Walters",  
    "is_alive": true,  
    "age": "Redacted",  
    "DNI":"Authoritarians,Liberals,Xenoglossophobics,grammarians",  
    "rating":"PG",  
    "pronouns":"she/her",  
    "gender":"f",  
    "agelimit": 7+,  
    }  
    

    OGP:

    <meta property="og:title" content="bio" />  
    <meta property="og:type" content="profile" />  
    <meta property="og:url" content="http://ogp.me/ns/profile" />  
    <meta property="profile:first_name" content="Fern" />  
    <meta property="profile:last_name" content="Walters" />  
    <meta property="profile:username" content="waltersf" />  
    <meta property="profile:gender" content="female" />  
    <meta property="og:vcard" content="https://en.pronouns.page/@waltersf.vcf" />  
    <meta property="og:locale"  
    content="en_US" prof="C2" />  
    <meta property="og:locale:alternate" content="fr_FR" prof="A1" />  
    <meta property="og:type" content="DNI" />  
    <meta property="og:url" content="http://ogp.me/ns/DNI" />  
    <meta property="og:politics" content="Authoritarians" />  
    <meta property="og:politics" content="Liberals" />  
    <meta property="og:politics" content="xenoglossophobics" />  
    <meta property="og:url" content="https://en.wikipedia.org/wiki/Foreign_language_anxiety" />  
    <meta property="og:politics" content="grammarians" />  
    <meta property="og:type" content="cw" />  
    <meta property="og:url" content="https://www.mabsland.com/Adoption.html" />  
    <meta property="og:rating" content="PG" />  
    <meta property="og:agelimit" content="7+" />  
    
    

    Vcard Format:
    [typing]

    Geek code 2026:

    -----BEGIN GEEK CODE BLOCK-----  
    [tbt]  
    
  • source
  • parent