#indiewebcamp 2013-03-05
2013-03-05 UTC
danbri_ joined the channel
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.
#
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
zztr joined the channel
#
aaronpk bnvk: barnaby's thing! http://waterpigs.co.uk/articles/web-action-toolbelt-guide/

#
erinjo bnvk: this one: https://github.com/barnabywalters/web-action-hero-toolbelt
#
barnabywalters hey bnvk, how’s it going?

#
barnabywalters good thanks — been doing a lot of gigs, instrument making, webactions stuff and iceland preparation

#
barnabywalters music gigs

#
erinjo ooh iceland!
#
barnabywalters I’ve never really thought of coding a gigs, that’s interesting

#
barnabywalters s/a/as

#
barnabywalters heh, that’s more broken than the first one

#
erinjo so many people going to Iceland lately, very jealous
#
barnabywalters bnvk: I’m flying on the 30th, staying for four months

lmorchard joined the channel
#
erinjo had a couple different friends from college go in the last 6 months
#
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

#
erinjo *adds to travel list*
#
barnabywalters only 3.5 hrs from London — the journey to heathrow will take longer than that!

#
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

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

#
barnabywalters well, if not that then *some* class to indicate it has been transformed from an @name would be equally useful

#
barnabywalters my use case doesn’t care if it’s a µf or not, only if the link was converted from an @name

#
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

#
barnabywalters tantek: that would be nice — an extra element though

#
barnabywalters unless mf allows <span class="h-card p-nickname">

#
barnabywalters oh good point - it’d muck up nested mf

#
barnabywalters so not an option

#
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

#
barnabywalters awesome

#
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

#
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

#
barnabywalters great, thanks

#
barnabywalters yeah, I’m not used to reading C-like code. heck, I’m more comfortable with assembler!

#
barnabywalters I am dim and get lost once there are more variables than the average var name length

#
barnabywalters takes all kinds, each to their own, etc.

spinnerin and bnvk joined the channel