#indiewebcamp 2013-03-05

2013-03-05 UTC
danbri_ joined the channel
#
tantek.com
edited /webactions (+102) "/* Verbs brainstorming */ to do split"
(view diff)
tantek, scor, spinnerin, bnvk, morrocco_mole, lmorchard, Phae, jancborchardt_, hadleybeeman, andreypopp, zztr, eschnou, adactio, mxuribe and erinjo joined the channel
#
erinjo
Loqi good morning
#
erinjo
!tell barnabywalters I watched the web action toolkit video - haven’t installed it yet, but will. Love the idea! I have some designs for a project I’m working on that I’ll share when they’re done. Might be useful as a reference for the opening the tweet window in a new page thing.
#
Loqi
Ok, I'll tell him that when I see him next
#
erinjo
Thank you Loqi
bnvk, andreypopp, morrocco_mole, spinnerin, tilgovi, erinjo, eschnou, scor and barnabywalters joined the channel
#
Loqi
barnabywalters: erinjo left you a message 1 hour, 14 minutes ago: I watched the web action toolkit video - haven’t installed it yet, but will. Love the idea! I have some designs for a project I’m working on that I’ll share when they’re done. Might be useful as a reference for the opening the tweet window in a new page thing.
#
barnabywalters
erinjo: thanks! I’m just about to try to fix some weird bugs causing it to not work properly in FF and Opera
#
erinjo
barnabywalters: Cool. Let me know when the bugs are squashed and I'll download and play around with it
spinnerin and jfranusic joined the channel
#
bnvk
erinjo: of which "web action toolkit" dost thou speak?
zztr joined the channel
#
barnabywalters
hey bnvk, how’s it going?
#
bnvk
erinjo: aaronpk: neat, I'll check it out :)
#
bnvk
barnabywalters: oh, hey there! It's going pretty good! How about yourself?
#
barnabywalters
good thanks — been doing a lot of gigs, instrument making, webactions stuff and iceland preparation
#
bnvk
barnabywalters: music gigs or coding gigs or both?
#
erinjo
ooh iceland!
#
barnabywalters
I’ve never really thought of coding a gigs, that’s interesting
#
Loqi
barnabywalters meant to say: I’ve never reaslly thought of coding as gigs, thast’s interesting
#
bnvk
barnabywalters: yay, Iceland :) I need to get back to Brian and confirm if / when I'm going as well!
#
barnabywalters
heh, that’s more broken than the first one
#
erinjo
so many people going to Iceland lately, very jealous
#
bnvk
barnabywalters: when are you flying in / staying until again?
#
barnabywalters
bnvk: I’m flying on the 30th, staying for four months
#
bnvk
erinjo: who else has been going? I'm only aware of Pascal (as I'm a subscriber to his emails)
#
aaronpk
my parents just got back!
#
aaronpk
from iceland that is
lmorchard joined the channel
#
bnvk
aaronpk: really? Aww you didn't tell me that! How'd they like it?
#
erinjo
had a couple different friends from college go in the last 6 months
#
aaronpk
they have a crazy good deal. amber and I are going to go too.
#
barnabywalters
many of my friends and relatives have wanted to go for ages, they seem to be lining up to stay with me! Seeing as I have no idea how big (or otherwise) the apartment is I’m not sure quite how viable it is
#
tantek
anybody else going to sxsw besides amber and aaronpk?
#
aaronpk
you can go to iceland for like $700 per person for the flight and hotel
#
bnvk
yep, and it's a short flight (from Seattle), only 6.5 hours
#
erinjo
*adds to travel list*
#
tantek
wow that seems very short
#
tantek
I guess over the pole it's not that far?
#
aaronpk
yea it's like half way from portland to amsterdam, i fly over all the time
#
barnabywalters
only 3.5 hrs from London — the journey to heathrow will take longer than that!
#
bnvk
lulz
#
erinjo
I worked with a guy in Italy whose girlfriend lived in Iceland and he really liked flying back and forth, from Rome I think. The tickets seemed really cheap too
#
barnabywalters
FF is weird. Earlier, and for the past 30 mins, web action activation has not worked. Now it does.
#
barnabywalters
oh well, I get to close that issue at least!
lmorchard joined the channel
#
barnabywalters
okay, webaction toolbelt is working fine and dandy on FF now — <action> activation and social button replacement is working fine for me
#
rchrd.net
edited /2013/Guest_List (+341) "/* Creators */"
(view diff)
#
tantek
nice to see new folks signing up for IndieWebCamp2013
bnvk, jfranusic and erinjo joined the channel
#
barnabywalters
tantek: any chance class="h-card" could be added to auto-linked @names in #cassis?
#
barnabywalters
Just looking through the code thinking of adding it myself but it is hard to read
#
tantek
oh good call
#
tantek
barnabywalters - however, do you really want the @name text inside to be their "name"?
#
tantek
because that's what'll happen with implied name property and all that
#
tantek
I think that's why I didn't add it before
#
barnabywalters
well, if not that then *some* class to indicate it has been transformed from an @name would be equally useful
#
tantek
if you have code that looks up an @name and replaces it with their real name, that might be the right place put in the h-card markup. The autolinker doesn't do that because it doesn't have a database of @names to names
#
barnabywalters
my use case doesn’t care if it’s a µf or not, only if the link was converted from an @name
#
tantek
a.auto-link[href^="http://twitter.com/"]
#
barnabywalters
that could include links to statuses
#
barnabywalters
so I could do extra processing, but it’d be great to solve the problem at the source
#
tantek
another possibility would be include markup indicating that the @name is a nickname
#
tantek
and if a consuming client was worried about polluting real "names" with userids, they could check to see if nickname === name and then treat it accordingly
#
barnabywalters
tantek: that would be nice — an extra element though
#
barnabywalters
unless mf allows <span class="h-card p-nickname">
#
tantek
well it does, but that means the p-nickname is itself an h-card
#
barnabywalters
oh good point - it’d muck up nested mf
#
tantek
e.g. <span class="p-location h-card">
#
barnabywalters
so not an option
#
tantek
other possibility is to just use a poshformat for the username
#
tantek
rather than making it a full hcard
#
tantek
h-x-username
#
barnabywalters
that’d do me. In this context I am using cassis auto link as a tokeniser which other listeners then manipulate the output of
#
barnabywalters
instead of trying to do multiple rounds of @name replacement
#
tantek
ok that seems like the more minimal change
#
tantek
so we'll go with that
#
tantek
then heck, you could change the h-x-username into an h-card if you have their name on your end
#
barnabywalters
tantek: that’s the plan
#
barnabywalters
currently I have three listeners doing @name replacement: my own system (for h-card + rel), identengine (for h-card) and cassis for anything those don’t catch
#
barnabywalters
but it is inelegant
#
barnabywalters
lots of regexes. I would rather have one and do the rest in HTML
#
tantek
it works amazingly though
#
barnabywalters
I’m also considering storing (not just caching) all calls to identengine in the local one, so I can add rel values and only have to query the great but rather slow indentengine API once per person
#
barnabywalters
instead of once per person per week, which is what I have at the mo
#
tantek
ok cassis.js updated
#
barnabywalters
great, thanks
#
tantek
about the code being "hard to read" - probably because I'm writing it in a minimal C-style.
#
barnabywalters
yeah, I’m not used to reading C-like code. heck, I’m more comfortable with assembler!
#
tantek
already have updated the cassis on my site too - seems to work fine
#
tantek
of course I don't do anything with the h-x-username
#
tantek
but at least it will now show up in any microformats2 parsing of it
#
barnabywalters
I am dim and get lost once there are more variables than the average var name length
#
tantek
I like to minimize variables
#
barnabywalters
takes all kinds, each to their own, etc.
spinnerin and bnvk joined the channel