#aaronpkif you don't accept webmentions and i've been linking to your site, I actually publish a page where you can see all the posts I've mentioned you in
#aaronpkI make a point of not having any sort of third-person text
#aaronpkthe thing should be obvious when looking at it on the screen without explanatory text. that's why i spent so much time making my reply context look right.
#LoqiSkitch is an application for OSX which can take screenshots, add annotations, and share the images to multiple destinations such as Evernote, FTP, or a WebDAV endpoint http://indiewebcamp.com/Skitch
#ben_thatmust!tell tantek does this seem to be correct in its parsing? the category and h-card ending up nested seems odd, but looks to be correct for the algo. Want to double check it is correct before i build on it. https://gist.github.com/dissolve/2911540317b48514f4c6
#fiatjaf!tell aaronpk http://aaronparecki.com/links-to is the same as what a third party service would do, but done in your own site. if there are people outsourcing their webmention endpoints they could possibly outsource the 'links-to' service also. for people wanting to check webmentions of them, to check every website of the world for a 'links-to' section seems at least as difficult as checking a handful of webmention-storage-services.
#fiatjaf!tell aaronpk: anyway, it is cool that you're doing it by your own. this is probably the best thing to be done (well, we still have the problem of letting the mentioned people know and grab their webmentions, but who cares).
#Loqiaaronpk: fiatjaf left you a message 4 hours, 38 minutes ago: http://aaronparecki.com/links-to is the same as what a third party service would do, but done in your own site. if there are people outsourcing their webmention endpoints they could possibly outsource the 'links-to' service also. for people wanting to check webmentions of them, to check every website of the world for a 'links-to' section seems at least as difficult as checking a handful of webmention-storage-services.
#Loqiaaronpk: fiatjaf left you a message 4 hours, 36 minutes ago: anyway, it is cool that you're doing it by your own. this is probably the best thing to be done (well, we still have the problem of letting the mentioned people know and grab their webmentions, but who cares).
#Loqitantek: ben_thatmust left you a message 7 hours, 21 minutes ago: does this seem to be correct in its parsing? the category and h-card ending up nested seems odd, but looks to be correct for the algo. Want to double check it is correct before i build on it. https://gist.github.com/dissolve/2911540317b48514f4c6
#tantekhere's a general principle - the same markup for a property should not be causing that property to occur in *both* a microformat and one embedded inside - such a property should only be showing up on one.
#tantekthus it's up to the parsing algorithm to be tightened up to prevent that
#GWGaaronpk, I keep feeling like there are uncharted parts of your site I should be studying
#ben_thatmustbemeah, to which you mean name/value/name are all "Person Bee" in all those levels
#tantekfor anyone interested in iterating on /microformats2 parsing iterations to fix the example ben_thatmustbeme pointed out - I'll be chatting it up in #microformats
#tantekreads-up about de-duping between kylewm, snarfed, gRegor`
#tantekkylewm: "lots of people syndicate and add syndication urls after sending webmentions" - hmm, we can at least provide implementation guidance to do that in a better order.
#aaronpkor at least suggest re-sending webmentions?
eschnou joined the channel
#tantek- ah - after adding a syndication URL! yes!
richardlitt joined the channel
#tantekso that's easy - always (re)send a webmention after you add the syndication URL, even if that means you send more than one
#kylewmI agree with that, but would still like some more relaxed matching, since some wordpress users still publish u-syndication inconsistently or not at all
#Loqitantek meant to say: having a deterministic & dependable path to de-duplication when publisher and receiver are following the protocols is a good thing.
#aaronpkseems like something people (and/or brands) would pay for
#tantekseems like something we should simplify so we don't need to use 3rd party hubs / bottlenecks
#bretdoes anyone see an issue with rephrasing "syndicated to twitter/instagram"/"also on twitter/instagram" to "reply on twitter/instagram/your own site"?
#tantekwe just haven't gotten around to simplifying PuSH yet becuase not enough folks are using it to build a reader
#aaronpkwhy? I'm a fan of making things possible to spin off as separate services if desired
#tantekor rather, barnabywalters's is still getting charged for using superfeedr :/
#aaronpkI find it interesting that they added that feature with no ability to add structured data (you can @-mention venues though) and no actual RSVP mechanism, just an "i'm interested" response and comments
#aaronpksadly I think that's gonna have to wait until after I refactor post types
#tommorristantek: CloudMade - was using it for doing the OSM lookups. I was hoping to replace it with my own search server before they killed it but life and work got in the way.
#tommorristantek: CloudMade used to provide an API you could call that you could give <x,y> to and it'd return you a list of N nearby venues from OSM. then they decided that they only wanted to deal with "enterprise" customers, by which they mean rich bastards.
#tommorrisyou can call the OSM API (or a few of the read-only mirrors) but the OSM API is harder to use because you can't get it to give you back a filtered nearest-N-POIs-to-location. All you can do is grab a box and get everything in it.
#aaronpki thought there was at least a permissive license?
chrissaad1 and ricmac joined the channel
#tommorristhe OSM API problem: if you are in the middle of the Arizona desert or out in the Scottish highlands, you need a much bigger box than if you are on Oxford Street or on the corner of Market and Castro. :)
#tommorrisbut you can't know how big the box is until you get it back and it's too small. this means multiple back-and-forth queries.
#aaronpkthat's kind of a hard geo search problem in general
#LoqiFoursquare is a location-based checkin silo that allows optional posting of a photo and/or a note along with a checkin http://indiewebcamp.com/Foursquare
#aaronpkMy plan once I get venues and checkins on my site is to just use foursquare search for any venues that are not already local on my site
#aaronpkanyway point is even within the portland city limits you need to use drastically different search radii. cause in downtown venues are stacked on top of each other, but out in SE not as much.
#kylewmI can see the case for searching 1 block vs. 2 blocks dependning on density, but when are you ever checking into a place a mile away?
#tantekreally? why not use 2 blocks radius as a minimum?
#tantekthis feels like the kind of problem where a few quick numerical hacks would get you something pretty good
#aaronpkthis is even a problem on foursquare. sometimes the place I'm trying to check in is way too far down the list
#tantekI've always wondered why the checkin "screen" doesn't show a 2d view