2016-04-15 UTC
rrix, shiflett, KevinMarks and FergusL joined the channel
Vendan, shiflett_ and Garbee_ joined the channel
cleverdevil- joined the channel
# 03:34 bear they want to make twitter look like that personal blog software that was popular a while ago
# 03:35 GWG I'll take declining silos for $500, Alex.
# 03:37 GWG acegiak did something with mood lately.
M-RyanRix joined the channel
[dym_cx] and [kylewm] joined the channel
[dym_cx] joined the channel
# 04:04 [dym_cx] something's wrong
# 04:04 [dym_cx] oh, now it's up
# 04:05 [dym_cx] LJ had the best tool for discovery (within its limits) – interests.
# 04:05 [dym_cx] kylewm: 100% of innovation related to LJ should be attributed to bradfitz++
# 04:06 [dym_cx] whois bradfitz
# 04:06 [kylewm] yeah blows my mind how much stuff we depend on daily that brad came u pwith
# 04:12 [dym_cx] speaking of discovery – still no XFN (or analogue) with an easy access for less technical people
DePhraser joined the channel
# 04:16 bear there has been talk about discovery in the past but without a use case from the users point of view to point at, it always ends up being a plumbing discussion
# 04:17 KartikPrabhu I do discovery just fine. People I follow share/like/repost things others have written. I read the other site and if I like it I follow that.
# 04:18 KartikPrabhu I have never understood the use-case for "automatic discovery" or something
# 04:20 miklb that's like Twitter telling me who to follow based on someone I choose to follow.
# 04:21 KartikPrabhu Twitter does help me find others to follow, but not by its "suggestions" but by reposts/favs by people I do follow already. So same as a /reader
# 04:27 bear I have found that twitters suggested follow does pop up people I would not have seen - at least on my twitter account that is for industry stuff
# 04:27 bear as my Ops follow graph is probably very similar to others in the ops realm
# 04:30 miklb I could see that in a more defined account.
shiflett, wolftune, j12t_, awolf, KartikPrabhu, strugee, finchd and gRegorLove joined the channel
# 05:55 aaronpk interesting, xpath does not appear to have the problem I thought it did
bjoern and strugee joined the channel
j12t joined the channel
# 07:11 aaronpk i mean i always knew that, but thought i could cheat anyway
KartikPrabhu joined the channel
# 07:35 aaronpk that's going to match only an <a> tag that has a rel and href attribute
# 07:36 aaronpk should probably add a test case that also has a class attribute
miklb and loic_m_ joined the channel
# 08:19 aaronpk i had to walk down that dependency chain quite a bit for that
friedcell, miklb, quails, M-Kodo, glennjones, petermolnar, M-RyanRix, John_Duh and [kevinmarks] joined the channel
# 09:38 [kevinmarks] hm, if I ping the wrong endpoint do you delete the one to the right endpoint?
M-RyanRix1 joined the channel
# 09:43 aaronpk you can technically sneak in a pass if you send to the right endpoint last
# 09:57 KevinMarks hm, test 20 is tricky as using mf2py to find rels doesn't distinguish link from a
# 10:15 aaronpk #20 doesn't matter the difference between <link> and <a>
# 10:16 aaronpk it's testing to make sure you don't consider the lack of an href attribute to be the same as an empty string
# 10:18 KevinMarks hm. It seems to find both, but apparenly sends to the right one
# 10:19 aaronpk hm i should move it so that the wrong one is last
# 10:19 aaronpk that way it deletes it if you send to the wrong one second
tantek and [kevinmarks] joined the channel
j12t joined the channel
halorgium, M-Kodo, tvn and tantek joined the channel
# 12:02 petermolnar !tell GWG sorry, I was on holiday for a while, hit me with the questions any time
# 12:02 Loqi Ok, I'll tell them that when I see them next
frzn, Pierre-O, M-Kodo, strugee, hs0ucy and mlncn joined the channel
# 13:02 GWG petermolnar, I have been working on the Webmentions plugin.
# 13:05 GWG And since you had written a webmention plugin, I wanted your input
j12t, loic_m_, John_Duh, Jammy_Stuff and mlncn joined the channel
# 13:29 GWG One of them involved adjusting the webmention handler so there could more easily be multiple handlers.
# 13:29 GWG I renamed the built-in one the synchronous handler.
bkardell, tvn and singpolyma joined the channel
# 14:49 sknebel aaronpk: idea for another webmention.rocks test case: webmention endpoint on a subdomain with non-ascii characters
shiflett joined the channel
# 14:50 aaronpk i thought domain names could only have ascii characters?
# 14:50 aaronpk tho i think those need to be url encoded in order to be valid too right?
# 14:51 sknebel there is an encoding ("punycode") to ascii that happens before DNS lookup
# 14:52 aaronpk when I type that in my browser it goes to www.xn--bcher-kva.de
# 14:52 sknebel and your browser knows that it has to convert that
# 14:53 aaronpk hm yeah then an HTML parser should be handling that
# 14:54 aaronpk actually what is the right place for that transformation to happen? should a microformats parser return the ascii version? or should the HTTP client be doing that?
# 14:57 sknebel a microformat parser at least for some fields already outputs UTF-8
# 14:58 sknebel and it makes for nicer display if the URL (if it is displayed somewhere) is shown in the native script
# 14:58 voxpelli If the parser then the URL will never be printed correctly
# 15:01 sknebel (for source and target URLs the same thing might become relevant, e.g. if people compare a punycode-string to a unicode representation and don't realize two URLs are identical)
# 15:02 sknebel display is interesting because as you observed, browsers sometimes show the punycode version, to protect against phishing attacks where I make a URL that looks like paypal.com but has a strange identical-looking characters somewhere
# 15:03 aaronpk but isn't this the responsibility of an http client?
# 15:04 sknebel was only meant as extra-info why your browser showed you something strange
# 15:04 aaronpk i'm hesitant to add too many tests that are testing http-level stuff
# 15:04 aaronpk right now most of the tests are actually testing HTTP rel parsing, but there isn't a good test suite out there for that right now, and it's pretty important to get it right for Webmention, so it's relevant
awolf and j12t joined the channel
# 15:08 sknebel I think the emoji-subdomain endpoint would be enough for now -> tests if the HTML parser understands it and if the HTTP client can POST something there in one go
# 15:09 sknebel + many people probably don't even know that you can do that kind of URL now
# 15:09 aaronpk i'm in the middle of working on tests for updating posts, which is more relevant to the spec
# 15:10 sknebel want me to add a github issue so the idea doesn't get lost?
Zegnat joined the channel
mattronix joined the channel
myfreeweb, KevinMarks_, jonnybarnes, anarchivist, M-RyanRix, uranther, voxpelli, gmacon, ramsey, davbo and JasonO- joined the channel
# 15:27 GWG I wonder if anything I did to the Webmentions plugin would cause it to fail more tests
MylesBraithwaite, tbrb, bear, hs0ucy, daf, nelson_, Pierre-O, tommorris, DePhraser, bergie, kronda, anarchivist and Phae joined the channel
# 15:40 GWG aaronpk: I think I may wait till pfefferle gives his Thumbs Up or Down to the other changes I made.
jden joined the channel
# 15:40 aaronpk you should definitely feel free to throw stuff at webmention.rocks whenever you want, it's made to be a useful debugging tool
# 15:41 aaronpk you can always delete your posts from there if you want ;-)
ramsey joined the channel
# 15:44 GWG aaronpk: Does it work in the other direction?
Garbee joined the channel
# 15:46 GWG Can it send me a test webmention? You are testing a site's ability as a sender of webmentions, what about receiving?
# 15:46 aaronpk ah yeah. I will need to add that, but it's more complicated on my end so I am doing that after I finish this half
# 15:47 GWG How will you protect against abuse?
# 15:47 aaronpk require people to indieauth login as their domain, and only allow them to send to targets on that domain
gRegorLove joined the channel
# 15:57 aaronpk I actually used that to test receiving mentions for webmention.rocks
KartikPrabhu joined the channel
tantek_ joined the channel
# 16:12 GWG I really should try voxpelli's thing, but I haven't.
# 16:13 voxpelli GWG: I think pfefferle used it quite a bit, he did a reversed one as well
# 16:13 GWG voxpelli: I like the idea of it as a hosted service though, ala webmention.rocks
# 16:15 voxpelli GWG: as it pings an endpoint I made it deliberately local to avoid it being a cause of spam
Phae, KartikPrabhu, jden and tommorris joined the channel
bergie and ramsey joined the channel
# 16:26 GWG voxpelli: I just am procrastinating as I'd have to reconfigure my firewall.
# 16:33 aaronpk There was a version of some of those a test running online but I couldn't log in when I tried last week
daf, KartikPrabhu, j12t, anarchivist, loic_m__, tvn_ and tantek joined the channel
davbo_, awolf, bjoern__, nelson_, KartikPrabhu1, uranther, tantek, gRegorLove, cleverdevil, gRegorLove_, loic_m__, M-RyanRix, kronda, ramsey, Phae, bkardell, KevinMarks, j12t, bergie, tommorris, mlncn, jden and anarchivist joined the channel
# 17:56 bear cool - ronkyuu handles the new webmention.rocks tests (with a bugfix for #15)
davbo_, tommorris, Pierre-O, frzn and Vendan joined the channel
# 18:38 kylewm so php strip_tags is weird... strip_tags('a << b') just returns 'a '
j12t_, gRegorLove_, nelson_, John_Duh, mlncn, bergie, ramsey and uranther joined the channel
M-Kodo joined the channel
# 19:31 M-RyanRix I need to re-add a rel-me but
# 19:31 M-RyanRix well, I guess there is a rel-me on the bottom
jden, catsup and [dym_cx] joined the channel
# 19:50 [dym_cx] "arcology" sounds like a baby trying to say "archaeology"
# 19:50 [dym_cx] "arcology" sounds like a baby trying to say "archaeology" Jump Mark as read
# 19:50 [dym_cx] "arcology" sounds like a baby trying to say "archaeology" Jump Mark as read
gRegorLove and gRegorLove_ joined the channel
# 19:58 [dym_cx] wtf with slack»irc bridge again
gRegorLove_ joined the channel
frzn joined the channel
KartikPrabhu, wolftune, lukasros, rMdes, frzn, hs0ucy, snarfed, link0, jonnybarnes and Phyks joined the channel
# 22:44 GWG Is this just the lull before the IWC?
# 22:45 aaronpk GWG: this is the aaron quickly finishes the validator before IWC
# 22:45 GWG aaronpk: I'm looking forward to hearing people talk Indieweb.
# 22:46 GWG You are more likely not to sleep through it
tantek joined the channel
wolftune joined the channel
quails joined the channel
# 23:39 aaronpk thought it was working, but i might be hitting twitter rate limits or something
# 23:39 aaronpk their rate limiting errors on the streaming api tend to be a bit obtuse
# 23:43 Loqi KevinMarks meant to say: I wonder if their outages yesterday knocked things over