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

Hello, Fediverse 👋


Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    11 Posts
    18 Views
    @chris @reiver @ezeno789 the key is that other servers have to consult the `replies` collection when they show the replies. Fortunately the original server sends `Add` and `Remove` activities when items are added and removed, so remote servers can keep a cached copy.
  • Hello NeoComment!

    Fediverso neodb neocomment fediverse
    1
    0 Votes
    1 Posts
    11 Views
    Hello NeoComment! 🎉 The first release of NeoComment (1.0.0-alpha.1) is now available on GitHub.NeoComment is an Android NeoDB client. You can sign up for an account on a NeoDB instance using your Fediverse account and start writing and reading reviews, as well as rating items such as movies, games, music, podcasts or even performances.I will publish it soon on F-Droid and IzzyOnDroid.https://github.com/mohammadrafigh/NeoComment/releases/tag/1.0.0-alpha.1#NeoDB #NeoComment #Fediverse
  • 0 Votes
    4 Posts
    10 Views
    Et donc, pour rappel, moi c'est Flo, je suis apprenti maraîcher (mais si ça vous intéresse, mieux vaut suivre mon compte pro : @faune : je ne parlerai pas maraîchage et pas trop agriculture sur ce compte plus privé).J'ai 38 ans. En couple avec mon mec depuis bientôt 15 ans. Heureux maître d'un super chien. J'apprends le gascon donc parfois je tuterai en occitan (je le fais déjà : ça vous changera pas). 4/4 ⬆️ ceci est un 🧶
  • 0 Votes
    6 Posts
    37 Views
    In general that's a good idea because you should never trust content coming from somewhere else (even in an S2S context) For reference, NodeBB literally sanitizes the bejeezus out of what it gets from anywhere. All classes are removed, all attributes are removed. I want it as close to semantic HTML as possible, and classes/attributes mean absolutely nothing because: I don't use the same CSS classes Attributes may not follow my own rules for when and where they are added. For example, Mastodon messes with any URL it federates out. It chops the anchor text in half, hides the rest behind invisible or something, and adds an ellipsis. invisible does something different in NodeBB, so there is a CSS conflict here. I strip everything and just show the URL as it was intended.