rowan_, timbl, xmpp-social, tantek, bengo and rowan joined the channel
#xmpp-social[Takyoji] For clarification: an Actor can only Follow explicitly another Actor, there's no notion of 'custom collections/streams' possible (e.g. example.com/alice/political, example.com/alice/art, etc), correct?
#xmpp-social[ajordan] I suppose in theory you could do that but AFAIK there's nothing normative about that so in practice I think you'll find it doesn't work
#xmpp-social[Takyoji] Also, I was thinking conversely with Actors, of having different
#xmpp-social[Takyoji] 'followers' collections, e.g. 'friends', 'family', etc. But that could probably be easily implemented in some proprietary C2S addition
#xmpp-social[ajordan] Well you can do that with Collections easily enough
#xmpp-social[Takyoji] It feels like some of the vocabulary taken from ActivityStreams reuses a lot of stuff in different way than original intended. The 'Follow'
#xmpp-social[Takyoji] activity in ActivityStreams reads as if it's only about it happening, not as it causing any side-effects.
#xmpp-social[Takyoji] oh, duh, I guess Add would be enough to have those custom 'circles' (to use Google+'s vocabulary)
#xmpp-social[Takyoji] Although, there wouldn't seem to be any defined way to create said custom collections. (Other than a Create activity, with some custom object type, maybe)
#xmpp-social[ajordan] csarven: omg that looks amazing. I'll look at it when I'm not with family :'D
#xmpp-social[ajordan] cwebber2: not sure if you staged the spec for publication yet but the images in the tutorial mess with the layout width on mobile
#xmpp-social[ajordan] Just needs some CSS tweaking, we can get it when we go to REC too
#xmpp-social[ajordan] ... I'll file an issue to track that
#xmpp-social[Takyoji] Just add: img { max-width: 100% }, as a simple CSS fix
#cwebber2Takyoji: btw re: following anything, there is no explicit actor type in as2 anymore
#cwebber2so you can follow anything with an inbox technically
#cwebber2an actor is something with an inbox that shows up in the actor field ;)
#cwebber2ajordan: takyoji: And thanks for the advice re: css