How does one read a protocol specification and write an implementation from scratch?
I'd love to see a Ruby #ActivityPub gem, but I have a very limited understanding of how to build one myself.
@deadsuperhero hmm, step one is making a plan and working out the rough flow on 'paper' :)
@webmind Yeah, I think this makes the most sense. If I can untangle the abstractions and understand how the objects are supposed to connect to each other, I guess that's a step in the right direction. :)
It seems like the bulk of communication happens through a user's inbox/outbox? If so, that's probably a big clue about how things should be put together.