#Loqibenwerd: tantek left you a message 2 days, 6 hours ago: when did you implement sending (and receiving) webmentions? also, what do you think of adding rel=webmention in addition or instead of the .org rel in idno?
#Loqibenwerd: tantek left you a message 2 days, 4 hours ago: do you discover&send webmentions synchronously or asynchronously in your posting UI? either way, do you report webmention results back to your posting UI?
#tantek!tell benwerd - awesome, you're using <link href="http://werd.io/webmention/" rel="http://webmention.org/ webmention"/> which defeats all the regexes
#caseorganictantek: ha, well, i had blaine cook review my slides and we talked for at least 2 hours while sitting next to each other at dinner yesterday
#tantekI remember that happening (I was at Social Web Foo) and I remember blaine talking about it later too
#caseorganictantek: ralph meijer was in the front row for the talk! i didn't recognize him until he pointed to himself
#barnabywaltersheads up for anyone who uses php-mf2: latest version (0.2.0) contains breaking changes, if you installed it with "mf2/mf": "*" now is the time to fix the version or update your app before things start breaking
#barnabywaltersaaronpk: okay with you if I make a bunch of breaking changes to php-mf2-shim?
#barnabywaltersbasically making it consistent with php-mf2 and easier to use
bnvk joined the channel
#aaronpkyeah sure, I'm going to have to update p3k for the new php-mf2 anyway
#barnabywaltersokay, cool. I’m also considering removing the CSS selector dependency, and making a little function which takes a classname and returns xpath syntax for matching that
#barnabywaltersas that’s the only really nasty thing about using xpaths for querying
#barnabywaltersIWC UK demonstrated a desire for as few dependencies as possible
#aaronpkit's kind of funny the difference between PHP and things like Ruby and Node in that respect
#aaronpkpeople have much fewer issues with dependencies in ruby and node because the package managers are much more mature
#barnabywalterseven if they’re not nearly as nice to use as composer (AHEM pip)
#aaronpkand there really isn't a culture of "download this code and include it", it's always "add this to your Rubygems file"
#barnabywaltersI love using composer, but want as many people as possible to be able to use php-mf2
#barnabywaltersif requiring use of composer stops people like adactio from consuming mf data, it’s not something I want to do
#spinnerinBut the kind of work I've been doing, we'd try to stick to the best common option, since the project is likely to get handed off to another team.
#aaronpkI'd be curious to see what it would take to create something closer to npm for ruby
#barnabywaltersaaronpk: is it just the UI you’d change, or the package registering and dependency resolving infrastructure?
#aaronpkin general, yes. I find it interesting that Ruby and Node.js both grew up with package managers so basically everyone who writes ruby and node are already accustomed to them
#tantekand there are many fewer ruby and node devs
#barnabywaltersman, twitter’s markup is obese. after cleaning, a tweet permalink page weighs in at 2288 lines
#aaronpktrue. as much as they'll tell you otherwise.
#tantekand php runs on every cheap webhosting service (ruby and node still require sometimes painful setup)
#tantekbarnabywalters - you're right about adactio being a good test case for this sort of thing
#tantekhe's quite representative of the far larger number of web designer/developers who maybe do *a little* bit of backend coding here and there
#barnabywalterstantek: yeah, people who don’t want to go through the learning curve of setting up composer but are still super smart and want to consume mf2 data
#tantekto forward fake emails to that look like they were being sent to tripit customers, and then pollute their profiles
jernst_ joined the channel
#tantekbtw - aaronpk - I know you are interested in all things phone-call-like - have you tried the new Google Hangouts iOS app? free phone calls to US phonenumbers.
#tantekso now I can make free phonecalls from my iPod to anywhere in the US
#tantekno need to signup for google voice, no need to give google your phone #
#tantek.comedited /Events (+102) "UK 2013 was two days, bolden the IndieWebCamp events themselves" (view diff)
#tantek.comedited /2013/Hollywood (+573) "add self to Sunday & Monday, sort by fullnames per RSVP description, remove ✓ copy/paste from UK RSVP" (view diff)
#tantek!tell shaners I've signed up for IndieWebCampHollywood :) Do you have enough data to decide on whether to make it a one or two day event? Page makes it seem like it is still up in the air and some folks may be travel planning. ;)
#tantekYes, webmention is a simplification of pingback
#brettantek: I was thinking about taking a PuSH approach. Publish a list of webmentions you want sent then ping the mention server which looks at the list to see if there are any new mentions that need sending
andreypopp joined the channel
#aaronpkbret: yea we've talked about that kind of thing for webmention.io before, right?
#bretsimilar to how one would publish a push atom feed
#tantekBret hmm not sure I understand how the server could tell if it was new or not
#JeenaBack in 2006 I wrote a specification to replace the need of Gravatar http://pavatar.jeena.net/spec/ which kind of was in the spirit of indieweb but it never got real adoption
#bretlearning more about node.js, my self imposed restrictions are starting to feel way to strict... thinking about moving on to a more capable back end
#Jeenasomeone also made a list of many alternatives https://github.com/pavatar/pavatar/wiki/Elsewhere of which I liked webfinger the most (not the .well-known thing in the url but yeah the damage is done already so it doesn't matter anymore)
taterbase joined the channel
#aaronpkit's funny how much people want this to exist and yet the only thing to stick has been gravatar
taterbase, friedcell, abrereton, caseorganic, tantek and benwerd joined the channel
#Loqibenwerd: tantek left you a message on 10/19 at 10:23pm: - awesome, you're using <link href="http://werd.io/webmention/" rel="http://webmention.org/ webmention"/> which defeats all the regexes
#Jeenahttp://indiewebcamp.com/comment is kind of a neat idea, especially because it can be used for everything (kind of like on Facebook but the parent is just a URL or something) I have to admit that it takes quite some time to get your head around it
#tantekjeena - indeed, the ability to comment on any URL, not just inside a silo, is quite powerful. And like a web interconnected by hyperlinks, a web interconnected by comments takes quite some time to get your head around .