#ajordanseems to work okayish... they only have one client atm and it's a bit buggy
#ajordanoh nvm apparently they have a second now... dunno if it's as buggy as the "main" client (which admittedly I tried a couple months ago)
#ajordanin general SSB makes a *lot* of design decisions differently from us... it's entirely peer-to-peer and has no global namespace (i.e. your name isn't guaranteed unique within the entire system)
#ajordanhas tried it out a little bit, in case that wasn't clear
#cwebber2something I'm having trouble with in the activitypub test suite:
#cwebber2verifying the media upload tool: I don't think I can totally confirm whether or not the object that appears linked from the upload was *definitely* the image uploaded
#cwebber2since even checking the hash of the file that appears on the server side
#cwebber2it could have been resized or altered during being processed
#cwebber2but, I guess I could just check that there's a file added to the object, and that if one is there then probably that's what it is, what else would it be
#astronouth7303could try to do a fuzzy, resolution-independent image diff?
#cwebber2astronouth7303: I could try it, but that's a lot more work than I have time to code