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

Hi #fediverse.

Fediverso
247 213 9

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    4 Posts
    27 Views
    @reiver i think the disjunction between Object and Link was actually unnecessary. https://github.com/w3c/activitystreams/issues/666i also think there's too much emphasis on types when there really shouldn't be -- it's the *properties* that you end up using almost all of the time. pretty much the only types that actually matter are the Activity types (because you can't infer those).
  • 0 Votes
    8 Posts
    46 Views
    @liaizon Thank you!I have been meaning to revisit the code a bit. I wonder if it should be simplified, maybe just a DIV that turns into a form with JavaScript, since the form itself can't really do much without JS enabled anyway.The WordPress plugin makes more sense since you can handle the dynamic stuff server-side.@julian @andypiper @reiver
  • 0 Votes
    1 Posts
    12 Views
    Our ActivityPub relay is back online! https://relay.disobey.net has been offline since moving our disobey.net Mastodon instance from Seattle to Amsterdam earlier this year. Sorry!If you're an admin of a fediverse instance, please join! Like with our other services, this relay is hosted on our own hardware and uses our own IPv6/IPv4 subnets under AS 396507 ^_^#ActivityPub #Mastodon #MastoAdmin #Pleroma #PleromaAdmin #Fediverse
  • 0 Votes
    1 Posts
    15 Views
    I’ve been thinking about discovering underappreciated Lemmy instances. GitHub’s awesome-lemmy-instances used to serve a similar purpose, but it hasn’t been updated in a long time, and I haven’t found anything else like it. I got the idea from this post about finding decentralized communities in the Fediverse. I’m thinking of a Lemmy bot that tracks Lemmy instances, calculates the average number of active users and standard deviation, and identifies instances with activity below the average plus two standard deviations. It would then rank these underutilized instances by performance metrics like uptime and response time, and periodically update a curated list on Lemmy to guide users toward instances that could use more participation. I'd love feedback on how you would go about doing something like this. And specifically how to rank by performance.