#indiewebcamp 2012-06-06

2012-06-06 UTC
dascher, zztr, brennannovak and tantek joined the channel
#
aaronpk
tantek: 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
#
tantek
wordpress seems to have made pingbacks work yes.
#
tantek
certainly appears to be more spam-resistant than trackback, that's for sure.
barnabywalters joined the channel
#
barnabywalters
re pingbacks/trackbacks: I wonder how/if current implementations deal with short links
DrPiD|Away and barnabywalters joined the channel
#
tantek
barnabywalters - good question - I wonder if they respect redirects
#
barnabywalters
what about pingback headers?
#
barnabywalters
would they have to be included in the headers for the shortlink?
#
barnabywalters
I assume not, provided the client handled the redirect alright
barnabywalters joined the channel
#
singpolyma
Trackbacks respect redirects, because it's basically just a POST. As long as your client will allow POST redirects
#
singpolyma
I don't know what pingbacks want. They a big uglier (XML-RPC)
#
barnabywalters
hey singpolyma - yep, but pingbacks have the advantage of being more spam resistant
#
barnabywalters
singpolyma: 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
#
singpolyma
pingbacks are only more spam resistant because they're harder to actually use
#
singpolyma
sure, value-class-pattern is a hack, but is not related to the mf1 vs mf2 discussion, is what I meant, I think
#
barnabywalters
what 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
#
singpolyma
thing we're really talking about."
#
barnabywalters
ah, sure, I see what you mean :)
#
barnabywalters
I thought it might be some CS thing I didn't understand :)
#
singpolyma
It's probably an idiom I picked up from my mathier friends :)
#
barnabywalters
I 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
#
singpolyma
the CS meaning is sort of derived from the mathier meaning, but a bit harder to porse, yeah
#
singpolyma
s/porse/parse
#
Loqi
singpolyma meant to say: the CS meaning is sort of derived from the mathier meaning, but a bit harder to parse, yeah
dascher and Nadreck joined the channel
#
bjb.io
edited /2012/Guest_List (+336) "/* Creators */"
(view diff)
#
aaronpk
re: 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
#
singpolyma
aaronpk: 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
#
aaronpk
yes, I believe that's officially part of the pingback spac
#
aaronpk
also I'm not sure I'm going to display all the links initially, start by collecting them into an admin interface so I can see them
#
singpolyma
Yeah, it might be. not everyone does the check, though, for some reason.
#
aaronpk
probably cause it's harder or something
#
aaronpk
I found a nice looking ruby gem that seems to encapsulate all that logic https://github.com/AndreasWurm/pingback
#
singpolyma
looks pingback-only, but it's interesting
#
singpolyma
trackback is also much easier, so doing it without a library is not a big deal
#
aaronpk
i haven't looked at the spec for that yet, is it similar bit without the xml-rpc part?
#
singpolyma
basically. it's just a POST
#
singpolyma
form-encoded
tantek, dascher, brennannovak, tilgovi, tilgovi_, jancborchardt, zztr, singpolyma and sivy joined the channel
#
sivy
ahoy
#
tantek
welcome sivy!
#
sivy
:)
dascher joined the channel