• 1 Post
  • 8 Comments
Joined 1 year ago
cake
Cake day: July 27th, 2023

help-circle
  • Cool

    I tested/wrote about it recently, you’re welcome to copy my metaphorical homework if you want

    Friendica Side

    (I’m getting an Nginx error trying to load Nerdica, hopefully it’ll be back up soon)

    Lemmy Side

    Cross Compatibility portion of blog post

    The long in the short of it is that Lemmy can communicate with Mastodon & Friends, though since Activity Pub servers handle everything and microblogging platforms have no clue what Lemmy is doing there’s a bit of jank.

    You can post to a community by "@"ing it, although it can only be a text based submission. You can follow a community by following it’s name (say @[email protected]) and you’ll get submissions in the form of boosts/reposts. You can also grab a link to a post or reply and search for that on a microblogging server to reply to or like.

    My test went pretty well, although the post I made was slightly wonky (title and “@” appeared in the post text). I also didn’t see all the Lemmy replies make it back to my home server. If nomadic identities make their way to activity pub most of the jank could be resolved.


    As for a testimonial about compatibility something that sticks out is cross compatibility between Activity Pub, Nostr, and AT (BlueSky). I’m usually on Nostr, but I follow Activity Pub and AT accounts; and thanks to a copying of a json file you can search out the same username on Activity Pub or Nostr and find my Nostr account.



  • I’m far from an expert, but anything on standards JIS X6257 / ISO 18630 would probably be a good start. It’s an open standard for 100+ year discs.

    Otherwise probably best to look into accelerated aging studies. For technology that’s less that 100 yrs old to claim 100 or 1000 is a bit uncertain but accelerated aging is probably the closest to a best guess. I recall skimming over a third party lab saying Verbatim gold foil archival DVDs were estimated to last 30-120 years depending on storage methods and luck, but never saved the link.




  • The account ownership one is definitely my first thought too. Using keypairs to identify accounts controlled by the user would be great. You can hide it behind a normal looking username with your (or a third party’s) domain on both Nostr and AT (though AT’s not fully developed, but it’s totally in control of the user and doing that with activity pub could hand the metaphorical keys of your account to you instead of the server. Another way would be to allow users to use their own domain with an existing third party server, or use something similar to Zot’s (Hubzilla) “Nomadic Identities” that let you mirror your account on another server.

    Implementing quote posts is a little above my pay grade, but I actually think that the link option might be a great idea. Nostr does quote posts by just embedding the post into your post where the nevent is pasted in, making both regular quote posts and the general ability to embed any post anywhere in your post. That sort of functionality, just using links to posts instead of nevents could be neat to standardize into activity pub as well, especially if all the other activity pub software already is doing that. Though again, not exactly a dev, so who knows if that’d break things.