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

RetejoI have been working on a new type of web-server for serving static web-sites


Gli ultimi otto messaggi ricevuti dalla Federazione
  • Moin,

    aus aktuellem Anlaß, auf den ich später noch mit mehr Details zurückkommen will, darf ich (noch) einmal auf mein Projekt eines eigenen -Servers namens hinweisen, in den ich demnächst mehr Zeit investieren will.

    Dazu sei auch auf vier auf laufende Accounts meinerseits hingewiesen, die ich in Zukunft hoffentlich auch aktiver mit sinnvollen Beiträgen bestücke... :-)

    @nick@hhmx.de ⚫ Mein allgemeiner Account auf meiner als Single-Account-Instanz genutzten Umgebung, die in der Regel als erstes eine neue -Version einsetzt, sobald sie aus meinem Labor kommt... ;-)

    @nick@mammuthus.de ⚫ Auf diesem Account schreibe ich technische Punkte (auf Deutsch und Englisch) bezüglich & Co.

    @nick@rahlstedt.de ⚫ Mit rahlstedt.de, rahlstedt.biz und rahlstedt.social will ich meinen Stadtteil ins bringen... Details zur Entwicklung, ggf. auch Umfragen zwecks Meinungseinholung in Bezug auf meine lokalen bzw. regionalen --Aktionen hier...

    @nick@rahlstedt.social ⚫ Auch lokal... ein bißchen persönlicher...

    Mehr demnächst...

    Wem Unstimmigkeiten oder Probleme mit o.g. Accounts (und/oder den sie betreibenden Instanzen) auffallen, bitte gern an mich durchmelden. Mit Details & Co.

    Notfalls an meinen -Account @nick@norden.social (der bleibt als Backup und langjähriger fediversaler Account natürlich bestehen).

    Soweit erst einmal,
    einen schönen Abend in die fediversale Runde!

    The Future Is Federated

    read more

  • nutomic oh that's interesting, does Lemmy do JSON-LD validation? I didn't think it would.

    read more

  • Hi, I had a look at the activities sent from your account. Looks like the only problem is that you are missing a @context field. After adding that it parses just fine. What you serve from / is irrelevant, that one is completely optional.

    read more

  • maikel@vmst.io what is there to talk about? ActivityPub is a decentralized and distributed protocol. Deletion is best effort and while the ideal use case would be instant deletion of your own content, everywhere, on demand, it's just not feasible.

    I sympathize, I really do, I just don't have any answers.

    read more

  • @maikel The two uncomfortable truths of the internet, since the '90s:

    You can never reliably publish something.You can never reliably delete something once it's published.
    read more

  • I'm super grateful to @iftas for all their hard work with Fediverse moderation.

    IFTAS listed abandoned and unmanaged domains here:

    🔗​: https://mastodon.iftas.org/@iftas/115491644066466815

    I've just added them to my block list and I encourage other admins to do the same...

    #FediBlock

    read more

  • We seriously need to talk about deletion not being real in the fedi.

    Some instances never erase your toots when you delete them.

    read more

  • The Discourse ActivityPub plugin is developed by a sole developer but I believe it is ready for use. I also believe he is still working on the plugin so that's positive news.

    Federation with Discourse forums is tricky, it's been difficult getting NodeBB to work reliably with Discourse.

    Are you able to load Discourse categories in Lemmy?

    read more
Post suggeriti
  • 1 Votes
    30 Posts
    63 Views
    If I used an object observer for a topic/context, and proceeded to delete that context, the object observer would go away too. That is, unless you're inferring that I take steps to preserve the object observer for some period of time (if not forever?)
  • 0 Votes
    1 Posts
    11 Views
    Mastodon has a concept called "pinned statuses", which is a special collection attached to a Person actor. https://docs.joinmastodon.org/spec/activitypub/#featured It wasn't readily known how this collection is updated and federated (not without code achaeology), but claire@social.sitedethib.com recently shared some additional info :smiley: The actor itself will issue an Add activity targeting the collection with the status in object. This activity is sent to all followers of the actor. No activity is sent if the actor has no remote followers. A Remove is sent when a pinned post is unpinned. This is what the Add looks like: { "@context": "https://www.w3.org/ns/activitystreams", "type": "Add", "actor": "https://example.org/users/testUser", "target": "https://example.org/users/testUser/collections/featured", "object": "https://example.org/users/testUser/statuses/115266412340579560" } The corresponding Remove is identical except for type, which is of course, Remove.
  • 0 Votes
    1 Posts
    7 Views
    the wait is over, #flohmarkt 0.12.0 is out! now compatible with debian trixie!read the full changelog and get your copy on #codeberg https://codeberg.org/flohmarkt/flohmarkt/releases/tag/0.12.0thanks to all the 24 people that have been involved in this release. you folks are great!
  • 0 Votes
    4 Posts
    13 Views
    @andre123 Ho usato per parecchio tempo Zettlr e mi sono abituato a MD, ma ultimamente ho provato "più seriamente" Emacs e... lo adoro. È diventato il mio editor preferito, credo sia secondo soltanto a VSCodium che resta leggermente più facile da usare.org-mode è intuitivo quanto MD, quindi zero problemi e anzi, offre parecchio in più. ^_^