this post was submitted on 05 Feb 2025
11 points (100.0% liked)
Programming
13463 readers
18 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ah! So a new MPI!
Any big packages, like AMBER or CHARMM, picking it up?
It's not really like MPI. It's more oriented towards writing social software that communicates over the Internet, as a next step beyond ActivityPub. You could use it for a lot of things, but one example is to write federated software like Lemmy where you have lots of instances communicating with each other. But it makes things more flexible, you can really make any sort of social app with it.
Ah, thank you!
I appreciate you efforts to both explain to me and contribute to open source.