#indiewebcamp 2013-10-08

2013-10-08 UTC
jfranusic, josephboyle and earplugs joined the channel
jfranusic joined the channel
#
shaners
IndieWEbCamp Hollywood is on Nov 3-4. Currently there are only 10 attendees on the wiki. Is anyone else interested in coming?
#
@veganstraightedge
#IndieWebCamp: Hollywood is on Nov 3-4. Currently there are only 10 attendees on the wiki. Is anyone else coming? http://indiewebcamp.com/2013/hollywood
(twitter.com/_/status/387380126649831424)
#
Loqi
is done
#
jernst
shaners: schedule isn't working out for me.
bnvk joined the channel
#
shaners
jernst: dang
tpinto, jfranusi_, jfranusic, bnvk, earplugs, tilgovi, barneybook|2 and wardn_ joined the channel
#
@pjf
Are there any regular, language-agnostic (or #IndieWebCamp focused) hack-nights that happen in Melbourne? I know there's one on meet-up...
(twitter.com/_/status/387435640242982912)
josephboyle, tpinto, melvster, cweiske, barneybook|2, pfenwick, julien51, LauraJ, hr3f, friedcell, hupili, brixen_, eschnou, pdurbin, gjones and andreypopp joined the channel
#
@mfioretti_en
IMHO #percloud http://doku.php will prepare average Internet users to enjoy what @indiewebcamp is building
(twitter.com/_/status/387494189337804800)
vrypan, tpinto, bnvk, julien51, andreypopp, pfenwick and josephboyle joined the channel
bnvk, barnabywalters, julien51, eschnou, JasonO and Slyphoria joined the channel
JasonO, pfefferle, gjones, julien51, barnabywalters, friedcell, LauraJ, _6a68, jernst_, bnvk, bnvk_, barneybook|2, acegiak, benprew and fmarier joined the channel
Nadreck, josephboyle and eschnou joined the channel
jschweinsberg, tpinto, caseorganic, squeakytoy, caseorga_, texburgher, barnabywalters and bnvk joined the channel
#
barnabywalters
mafternoon aaronpk
#
barnabywalters
I think I’ve arrived at functions which return useful debugging info for the relmeauth algiorithms
#
barnabywalters
specifically the “outcomes” bit
#
barnabywalters
I haven’t finished tidying up the algorithms to make sure they actually produce those results
#
aaronpk
awesome. I can't look now, but definiteiyl will
#
barnabywalters
this evening at hakkavelin I’ll try to get my PHP implementation passing all tests, then start condensing those tests into HTML+microformats
#
aaronpk
how do you properly embed HTML documents inside an HTML document?
#
aaronpk
source code in a <code> tag?
#
barnabywalters
aaronpk: was wondering about that. probably just fragments inside <pre><code>
#
aaronpk
it's almost like we need to be able to do <iframe href="http://example.com"><html><head>....</iframe>
#
aaronpk
cause then we can specify the URL of the document inside
#
barnabywalters
it’s another potential use case for <iframe class="e-content" srcdoc="…">
#
barnabywalters
problem is, srcdoc is ugly
#
barnabywalters
as you have to html-encode everything
#
barnabywalters
SVG does this really nicely, where you just add another <svg> element as a child
#
aaronpk
would a microformats parser work correctly with an HTML tree inside an iframe? not html-encoded?
#
barnabywalters
needs to build a way of sharing wpc/php-mf2 workspaces
bnvk joined the channel
#
barnabywalters
php-mf2 happily accepts it, but browsers wouldn’t do anything useful with it
#
barnabywalters
making it pretty useless
#
barnabywalters
as IMO the significant thing about mf2 for test suites is that documentation becomes tests
caseorganic joined the channel
#
barnabywalters
I’ll probably take the test suite we made for your relative URL resolution function and turn that into a mf+HTML suite too
#
aaronpk
cool, yeah that's a pretty comprehensive test suite
#
aaronpk
also there were a couple tests in the webignition library that were apparently wrong :/
#
barnabywalters
it’d be fun to write simple test harnesses for a few different languages with URL resolution functions built in
#
barnabywalters
e.g. python, go
#
barnabywalters
and see if they pass the tests too
#
aaronpk
heh good idea
#
barnabywalters
it’d be awesome to demo microformats being used to turn documentation of an open standard into cross-language test suites
#
barnabywalters
okay, heading off. bbiab
caseorganic, bnvk, gjones, LauraJ, tantek, julien51 and barnabywalters joined the channel
#
tantek
barnabywalters: Yes that would be cool!
#
barnabywalters
good evening tantek
#
barnabywalters
so I did a bunch of test suite brainstorming around this topic: http://microformats.org/wiki/test-suite-brainstorming
julien51 and barnabywalters joined the channel
#
barnabywalters
computer kernel panicked for the first time in months, on the same day I go to a compsec conference — should I be worried? ;)
#
tantek
Yeah that would worry me.
scor and melvster joined the channel
#
tommorris
hey indiewebsters. am going to a hack day this weekend. might actually be able to work on indieweb stuff for the first time in months
#
barnabywalters
hi tommorris — sounds good
tilgovi, caseorga_, barnabywalters, lukecyca, jschweinsberg, caseorganic and tantek joined the channel
#
barnabywalters
I got rel-me validation working
#
barnabywalters
with *some* useful error messages, and a framework in place for many more
#
barnabywalters
that was surprisingly complex
#
barnabywalters
hmm, still getting some false positives
#
barnabywalters
huh, the positive I thought was false (soundcloud) is actually true!
#
barnabywalters
turns out soundcloud only sends nasty JS-only code to browsers
#
barnabywalters
fetching the URL from cURL returns a rather nicely marked up HTML page, with rel=me
abrereton and jernst joined the channel
#
iamshane.com
edited /2013/Hollywood (+162) "added google and trrst as IWC:H 2013 sponsors"
(view diff)
#
iamshane.com
uploaded /File:trsst.png "Logo file for the trsst project."
friedcell joined the channel
#
iamshane.com
edited /2013/Hollywood (+65) "/* Sponsors */"
(view diff)
#
iamshane.com
edited /2013/Hollywood (-36) "/* Sponsors */"
(view diff)
shaners, caseorganic, friedcell, poppy, lukebrooker and spinnerin joined the channel
#
barnabywalters
it’s very hacky at the moment — nowhere near being a usable vocab
#
bret
awsome barnabywalters!
#
barnabywalters
but I consider the concept proven :)
#
aaronpk
that's awesome
#
aaronpk
why are there two expected results sometimes?
#
barnabywalters
aaronpk: because the function returns two results, a URL and whether or not the redirect chain was secure
#
barnabywalters
I’m making heavy use of multiple redirects in my relmeauth implementation to make providing helpful debug messages easier
#
barnabywalters
not sure how to do array parameters yet
#
aaronpk
multiple redirects?
#
barnabywalters
aaronpk: yeah, so far I’ve just been using the first x-parameter value as the me URL, and the rest as the redirect chain to mock
#
barnabywalters
but that’s a bit fragile
#
barnabywalters
it needs to be based on actual authoring practises
#
barnabywalters
oooh, didn’t know about rawgithub.com
#
barnabywalters
that’s nifty
#
barnabywalters
and, of course, the next step after just using the HTML file to derive the test suite is to run the tests IN the HTML file
#
barnabywalters
so the spec comes to life
#
aaronpk
with javascript???
#
barnabywalters
aaronpk: yeah
scor, tpinto and josephboyle joined the channel