silverpill

joined 4 years ago
[–] silverpill@mitra.social 7 points 3 days ago

Yes, it is feasible and such instances already exist.

For example, you can run a Mitra instance on Tor, I2P or Yggdrasil. It is a lightweight micro-blogging server similar to Mastodon:

https://codeberg.org/silverpill/mitra

Tor / I2P docs:

- https://codeberg.org/silverpill/mitra/src/branch/main/docs/onion.md
- https://codeberg.org/silverpill/mitra/src/branch/main/docs/i2p.md

[–] silverpill@mitra.social 5 points 5 days ago (1 children)

I mean event kinds: https://github.com/nostr-protocol/nips?tab=readme-ov-file#event-kinds

ActivityPub has Note and Follow, Nostr has 1 and 3.

[–] silverpill@mitra.social 9 points 6 days ago (5 children)

I don't know much about recent developments, but the early version of the protocol had several major flaws:

- Identity is based on a non-rotatable key, other types of identity are not supported.
- No privacy without encryption.
- Media attachments are not supported, all images are stored on a single server.
- Servers only store data and don't do anything else, so they get abstracted away and everyone uses the same 5 relays (in Fediverse each server has a personality, and that creates a strong incentive to self-host).

There are also many minor things that I dislike, for example the use of numbers instead of human-readable names, unusual cryptography and so on.