#social 2017-08-10
2017-08-10 UTC
xmpp-social, jungkees and jankusanagi_ joined the channel
# puckipedia let's fix up the changes and publish the accept/reject thingies
# puckipedia there's not even any code that's specially ran when rejecting :D:
timbl and xmpp-social joined the channel
# Gargron puckipedia: just merged the accept/reject stuff into master
# Gargron just need to finish my other PR by writing the code for distributing Delete activities
# puckipedia hm, nice
# puckipedia I should probably build a thing where fragment IDs that can't be resolved should be passed when federating
# puckipedia now I wonder who I should verify that
# puckipedia how*
# Gargron puckipedia: the big question is, have you already tried interacting with master-masto using your AP implementation?
# puckipedia nope
# puckipedia gonna try now I think
# puckipedia I have a really wonky mastodon setup
# puckipedia using WSL
eugr and timbl joined the channel
# eugr cwebber2: is there some sort of support for batching inbox POSTs, i.e. multiple activities in the payload? thinking of cases like mass-deletes
# eugr couldn't i just post a primitive array of activities?
# eugr oh well
# xmpp-social [ajordan] I don't think you really need HTTP/2, just Connection: Keep-Alive?
# eugr even without http re-connection overhead you might lose some benefits of batched processing if you still have to reset the request-response cycle in the application
# eugr i can only think of mass deletes right now
# xmpp-social [ajordan] eugr: yeah you're right, I forgot you had to wait for a response. HTTP/2 then?
# eugr i dont reeeeeeally see why, if the actor is the same
# eugr but shrug
# xmpp-social [ajordan] cwebber2: you can optimize your HTTP/2 stack to have a delay for tearing down that data then
# eugr ok, true
# eugr WebSub can deliver an arbitrary number of entries in a single payload and they didn't care about that
# eugr maybe
# eugr ...i'm gargron
# xmpp-social [ajordan] Lol
# eugr i am trying to finish BatchedRemoveStatusService right now
# eugr idk if it's worth it tbh. we'll see once it's live in action, tho i'm worried about how we're actually gonna measure this stuff
# eugr man, i really hate BatchedRemoveStatusService. it's that case when you optimize something so much it becomes soooo hard to change