dascher, zztr, brennannovak and tantek joined the channel
#aaronpktantek: curious what you know about pingbacks or similar? it seems to be well implemented among wordpress and some other major blogging platforms
brennannovak, dascher, DrPiD|Away, bengee and tantek joined the channel
#tantekwordpress seems to have made pingbacks work yes.
#tantekcertainly appears to be more spam-resistant than trackback, that's for sure.
barnabywalters joined the channel
#barnabywaltersre pingbacks/trackbacks: I wonder how/if current implementations deal with short links
DrPiD|Away and barnabywalters joined the channel
#tantekbarnabywalters - good question - I wonder if they respect redirects
#barnabywalterswould they have to be included in the headers for the shortlink?
#barnabywaltersI assume not, provided the client handled the redirect alright
barnabywalters joined the channel
#singpolymaTrackbacks respect redirects, because it's basically just a POST. As long as your client will allow POST redirects
#singpolymaI don't know what pingbacks want. They a big uglier (XML-RPC)
#barnabywaltershey singpolyma - yep, but pingbacks have the advantage of being more spam resistant
#barnabywalterssingpolyma: I was thinking about something you said yesterday and realised I only half understood it - about value-class-pattern being orthogonal and not related to properties and semantics
#singpolymapingbacks are only more spam resistant because they're harder to actually use
#singpolymasure, value-class-pattern is a hack, but is not related to the mf1 vs mf2 discussion, is what I meant, I think
#barnabywalterswhat exactly did you mean by 'orthogonal'? I understand it has something to do with separation of concerns, but I wasn't quite sure how it applied here
#singpolyma'orthogonal' =~ 'perpendicular', that is, "Sure, that problem may touch what we're talking about at a point, but it is not really part of the
#barnabywaltersI thought it might be some CS thing I didn't understand :)
#singpolymaIt's probably an idiom I picked up from my mathier friends :)
#barnabywaltersI was aware of the perpendicular meaning, but I found a separate CS meaning which sounded like it might have something to do with mf — I'm just over-complicating again
#singpolymathe CS meaning is sort of derived from the mathier meaning, but a bit harder to porse, yeah
#aaronpkre: pingback/trackbacks, I'm considering implementing them on my own site, to see what sort of data I get from it. seems that enough major platforms support it that I'll see something.
dascher joined the channel
#singpolymaaaronpk: one good tip for trackbacks is to verify that the page actually links to you. or using an anti-spam plugin that does that for you
#aaronpkyes, I believe that's officially part of the pingback spac