2012-06-05 UTC
dascher, brennannovak and Nadreck joined the channel
# 03:49 Nadreck Ping? Anyone around that's comfortable with IndieAuth troubleshooting?
# 03:52 Nadreck I tried setting up IndieAuth using the text example from the indieauth site, but when it tries to authenticate, it throws an error.
# 03:54 Nadreck Curious, myself. I tried adjusting the link, revoking the twitter app, and retrying.. same error.
# 03:54 aaronpk tantek and I were talking about this. we came up with a better fallback strategy as well to avoid this kind of error to begin with
# 03:56 aaronpk hm I still see twitter.com/Nadreck on your web page. Let me check if it's doing a case sensitive comparison
tantek joined the channel
# 03:58 Nadreck Interesting :)
# 03:59 Nadreck Awesome, thanks! Trying to sign up for IndieWebCamp, as it's a topic I care a fair bit about.
# 04:02 Nadreck Works now, fantastic :)
# 04:04 Nadreck Danke tantek :). Actually it was your conversation on #mozpdx that reminded me to go sign up.
# 04:05 Nadreck It occurs to me that it'd be pretty excellent to ping some of the #openbadges and #identity/persona folks to see if they're interested.
# 04:06 aaronpk oh yea, definitely see if you can get some of the persona guys to come!
# 04:06 tantek aaronpk - case sensitive comparing of URL paths is correct
# 04:06 tantek the key is that the IndieAuth server needs to be handling redirects
# 04:08 aaronpk hm, it wasn't the URL that was being compared case-sensitively, it was the verification after you signed in as a twitter user
# 04:08 tantek Nadreck - I see you're consistently using twitter.com/Nadreck so I'm not sure how it could have been a case sensitivity issue
# 04:09 aaronpk twitter probably returns the username "nadreck" after authentication
# 04:09 tantek Nadreck - *please* ping some of the moz identity folks - so far none of them have stepped forward saying they've implemented browserID on their own site
# 04:09 tantek would love to see someone actually show openbadges working on an indie basis
# 04:09 tantek e.g. any person being able to give out badges to any other person
# 04:09 Nadreck Yeah, it was definitely odd. That said, looking at the error, it did look like it was getting parsed into lowercase at some point
# 04:11 Nadreck There are a few folks that have mentioned trying to get it working for some projects, such as implementing OB for the Ann Arbor Maker Faire.
# 04:12 Nadreck It's worth noting: I'm just interested and lurking in those groups, I'm not actually a mozillian currently, so I'm not sure how much clout I'll have, but I'll bring it up on the mailers.
# 04:22 tantek Nadreck - excellent - please do. There's not enough people and time to cover all the mailers - all help appreciated.
# 04:23 Nadreck Will do! Anything else you could use a hand with?
tilgovi joined the channel
# 04:25 Nadreck Jeez Loqi, gotta tell all my secrets?
# 04:35 tantek Aaronpk that reminds me - did you capture which specific food/snack that Urban Airship wanted to sponsor?
# 04:36 tantek also - where is the "what links here?" link on pages?
# 04:37 aaronpk I don't mind coordinating with her, just didn't want to double-reply if you already had
# 04:41 tantek aaronpk - does this mediawiki skin not show the "what links here?" links?
# 04:45 aaronpk strange, I don't see it commented out or anything
# 04:46 Nadreck Hm, which is correct? On the main page, it says the venue is being provided by Geoloqi, but on the Planning page, the venue is listed as Urban Airship.
# 04:48 Nadreck is helpful! Sometimes in real life!
# 04:50 Nadreck Putting together an email to send out to openbadges, but I suppose it's not really needed to list the venue.
# 04:51 tantek Nadreck - it's useful to know anything you see on the website which is confusing or doesn't make sense.
dascher joined the channel
# 04:52 Nadreck Will do -- that's actually part of what I do for a living (software test engineer, working on games and websites)
# 04:54 tantek Nadreck - and if no one responds, feel free to add such issues/problems to the 2012 to-do list
# 04:54 Nadreck Can do, will do
bengee, tantek, brennannovak, voxpelli, barnabywalters and dascher joined the channel
# 15:36 barnabywalters anyone here with experience implementing a PuSH publisher client who could give me a bit of help? I'm having difficulties
brennannovak, singpolyma, brennann_ and tantek joined the channel
# 19:08 barnabywalters tantek: did you do anything special to get your activitystream working as a remote subscription on identica?
# 19:09 barnabywalters I'm having real trouble and the people on #statusnet haven't been able to help much
# 19:09 tantek I added PuSH support with hub discovery from my home page.
# 19:10 barnabywalters I thought that might be it — I can't seem to get that working properly either, but now I've got a nice valid stream I'll have another crack at it
# 19:10 barnabywalters the other thing I can't figure out is how you get your bio information shown on the 'confirm subscription' page
# 19:11 barnabywalters some of it seems to be parsed out of your homepage, I can't figure out where the photo comes from though
# 19:11 tantek barnabywalters - these are the two key lines in my home page:
# 19:11 tantek <link rel="hub" href="http://pubsubhubbub.appspot.com/"/>
# 19:11 tantek <link rel="updates alternate" type="application/atom+xml" href="updates.atom"/>
# 19:13 tantek they're getting the bio information from my hCard
# 19:18 tantek in microformats-2 it's "p-name" anyway, not fn
# 19:28 barnabywalters I doubt identica are using microformats-2, but I'll implement them and see if that makes any difference
# 19:29 tantek hey that's a good point, we should ask evanpro about microformats-2 support
# 19:29 tantek if you see him in the channel (he's here from time to time) ping him!
# 19:32 barnabywalters the namespacing aspecy is particularly useful — I did end up with clashing class names previously
# 19:33 tantek it's not really namespacing - it's just cheap prefixes
# 19:33 tantek namespace implies some sort of conscious partition, typically associated with a URL (especially in a web context)
# 19:34 tantek but yes, the prefixing is a key part of microformats-2 and helps in a number of ways, from authoring to parsing
# 19:38 singpolyma I'm still uncomfortable about the weird prefix hacks in mf2, but other people seem to like it
# 19:38 barnabywalters well, it hasn't changed the way identica parses my hcard, so I'm going to give up on that and try to get PuSH working
# 19:40 singpolyma barnabywalters: the way the type information leaks into the markup (such as with "p-") feels like bad markup to me, personally
# 19:40 singpolyma because then I end up having semantic class names *and* microformats-specific class names
# 19:43 singpolyma I like existing microformats (most of them), because they use existing page semantics
# 19:44 barnabywalters that's where I had a problem — my .note was for use in a different place to the hcard .note, so I had to work around it
# 19:44 singpolyma oh, the value-class-pattern is orthogonal. not related to the question of properties and semantics
# 19:44 singpolyma why did you have to work around it? you couldn't change the classname?
# 19:48 singpolyma I've sort of reached a point where I consider the microformats specs as authoratative as the HTML specs. I reference both sets of specs equally when deciding what markup should be on a page I'm designing
# 19:49 singpolyma So, if I see a piece of markup that uses microformats-defined semantics in a way that differs from the spec, I consider that "wrong" in the same way that deviating from the HTML-defined semanitcs is wrong
# 19:50 barnabywalters in my case, I considered using 'note' to refer to an activitystream note had higher priority than using it to refer to an hcard note
# 19:52 singpolyma hmm... interesting. yeah, the activitystreams people should have done a better job of that sort of thing, but when I suggested it (repeatedly) I was told they weren't interested in HTML-based representations
# 19:53 barnabywalters in fact it took me a while to figure out what the difference was between 'note', 'status' and 'update'
tilgovi joined the channel
# 19:55 tilgovi I'm going to leave myself on the wiki and try to add some stuff, lurk around here and there during, but I have to leave portland before :(
# 20:10 tantek tilgovi - sorry to hear that you won't make it to IndieWebCamp
# 20:10 tantek since we are going to need accurate counts for capacity etc., I'll create a regrets section
# 20:29 tilgovi tantek: I can probably participate in realtime for large parts
dascher joined the channel
# 21:18 Alphi is there going to be an option to attend remotely?
# 21:22 tantek Alphi - you're participating remotely right now :)
# 21:22 tantek but do you mean like video etc.? I'm not sure, perhaps Aaronpk could answer
# 21:28 tantek apparently not for wiki edits that it reports
dascher joined the channel
# 21:51 tantek aaronpk - the h1 at the top of the wiki wraps very poorly to a second line
# 21:52 tantek "IndieWebCamp is a 2-day dev camp focused on creating a more independent web"
# 21:52 tantek "IndieWebCamp is a 2-day dev camp focused on growing the independent web"
dascher joined the channel
brennannovak and jancborchardt2 joined the channel