#indiewebcamp 2016-04-09

2016-04-09 UTC
[dym_cx] joined the channel
#
[dym_cx]
shaners: @jeena is right about "the c carving is somehow a bit short", http://i.imgur.com/iiET2wU.jpg
[shaners] joined the channel
#
[dym_cx]
from https://indiewebcamp.com/logo > Adopt Shane Becker's proposal: "+1 Jeena Paradies the c carving is somehow a bit short, in comperrison with the other two"
#
[shaners]
what does “short” mean in this context?
#
[dym_cx]
imo it can go that half of circle deeper
#
[shaners]
Ok. I’ll look at it later tonight.
snarfed joined the channel
#
veganstraightedge.com
edited /tags (+1316) "/* Machine Tags */"
(view diff)
[shaners] joined the channel
#
[shaners]
Anyone doing anything with machine tags?
#
aaronpk
what are machine tags?
#
Loqi
It looks like we don't have a page for "machine tags" yet. Would you like to create it? https://indiewebcamp.com/s/10Ho
#
veganstraightedge.com
edited /logo (-72) "/* Adopt {{shaners}}'s proposal */"
(view diff)
[shaners] joined the channel
#
[shaners]
!tell dym_cx,Jeena: I fixed the logo knockout. re: "the c carving is somehow a bit short, in comperrison with the other two"
#
Loqi
Ok, I'll tell them that when I see them next
#
[shaners]
Machine tags are tags with three parts (namespace, predicate, value) in the form of namespace:predicate=value, usually added by software to a post, not by humans directly.
#
aaronpk
let's try that again
#
aaronpk
what are machine tags?
#
Loqi
It looks like we don't have a page for "machine tags" yet. Would you like to create it? https://indiewebcamp.com/s/10Hp
#
[shaners]
Machine tags are tags with three parts (namespace, predicate, value) in the form of namespace:predicate=value, usually added by software to a post, not by humans directly.
#
loqi.me
created /Machine_tags (+198) "prompted by aaronpk https://indiewebcamp.com/irc/2016-04-08/line/1460167095043 and dfn added by [shaners]"
(view diff)
#
veganstraightedge.com
edited /tags (+17) "/* Link to Machine Tags page */"
(view diff)
yakker joined the channel
#
boffosocko.com
edited /events/2016-04-27-homebrew-website-club (+88) "/* Los Angeles (Santa Monica) */ Chris Aldrich RSVP"
(view diff)
#
boffosocko.com
edited /events/2016-04-27-homebrew-website-club (+93) "/* Notes */ added note about Camp/LA"
(view diff)
rbrt and shiflett joined the channel
#
miklb
might have jekyll-indieweb ready for next weekend
shiflett, mlncn, Kopfstein, yakker, KartikPrabhu, gRegorLove, j12t, Breadbasket_, Nissyen1, acegiak, Breadbasket__, Pierre-O and frzn joined the channel
#
aaronpk
Wow nobody said anything all night?
#
kylewm
nope!
#
kylewm
does anybody know what's up with php-mf2 returning stdClass instead of array for an empty "rels" dictionary?
#
kylewm
the comment says "This breaks PHP looping over rels, but allows the output to be correctly serialized as JSON."
#
GWG
Good morning, all
#
kylewm
ohh, I get it. empty php array encodes to rels: [], where per the spec it should be rels: {}
#
GWG
petermolnar, I have been working on something that might interest you.
frzn and dorthy joined the channel
#
dorthy
hi'
[kevinmarks] joined the channel
#
[kevinmarks]
PHP arrays are weird
#
aaronpk
i wonder if we could use http://php.net/arrayobject instead so that it's still iterable
#
GWG
Hi, dorthy
#
kylewm
aaronpk++ that looks like it works to me!
#
Loqi
aaronpk has 110 karma
#
kylewm
php > echo json_encode(["rels" => new ArrayObject()]);
#
kylewm
{"rels":{}}
#
kylewm
you get an error if you try to use array methods on it though, like
#
kylewm
php > var_dump( array_keys($arr) );
#
kylewm
PHP Warning: array_keys() expects parameter 1 to be array, object given in php shell code on line 1
#
aaronpk
yeah hmm. but it should fix iterating right?
#
kylewm
i commented on the issue, maybe barnaby will weigh in
#
myfreeweb
aaronpk: hey, i have new micropub feedback :) so, now i think that handling updates with { replace: ..., remove: ... } (multiple actions at the same time) should be required by the spec
#
myfreeweb
i'm working on my editor https://github.com/myfreeweb/micro-panel -- just realized that i have to track removed properties and send them to the server in the save request
#
myfreeweb
obviously sending two requests makes no sense, it's one save operation
Pierre-O joined the channel
#
aaronpk
yeah true!
tantek joined the channel
#
GWG
I think I may have done a bad thing.
#
tantek
The #indiewebcamp confessional is open, how may we be of service?
#
GWG
Do I start that, Forgive Me Founder, I have Sinned?
#
GWG
I sent a pull request, and it didn't get a response yet, but I keep adding commits to it.
j12t and singpolyma joined the channel
#
miklb
GitHub purgatory here you come
#
myfreeweb
how is that bad? that's how PRs are supposed to work
#
GWG
myfreeweb: Making the PR larger and larger is the way they are supposed to work?
#
tantek
feedback / adding commits is how PRs typically work
#
aaronpk
as long as you aren't adding unrelated things that's fine
#
GWG
It depends how you scope unrelated.
#
tantek
as in the first PR attempt has some issues, you get feedback, you fix them with additional commits, and then hopefully eventually gets accepted
#
GWG
I keep adding things related to my scope, but not necessarily the scope I named the PR with.
#
GWG
I'm concerned I was either too narrow, broad, impatient....
#
miklb
a wise man once told me "branches are cheap"…
#
GWG
I branched
#
GWG
But the newer commits depend on the older commits.
#
GWG
Back to the possibly impatient thing.
#
kylewm
I've had that problem before, where I want to make two pull requests, but one depends on the other
#
kylewm
I don't think there's a very good way to do it?
#
GWG
Thus I'm adding the commits to the existing Pull Request.
#
GWG
I can ask for pfefferle's forgiveness later. Maybe the fact I fixed the indents will help
#
GWG
How would you complete this sentence, "WebMention is an alternative to Pingback or Trackback that..."
#
GWG
Also updating the README
wolftune joined the channel
#
tantek
GWG s/WebMention/Webmention :)
#
GWG
tantek: I'll fix that too. The README had it as WebMention
#
GWG
I don't like the "modern alternative" to pingbacks and trackbacks that is currently in the README.
#
GWG
Modern doesn't say much
#
tantek
GWG, I'd suggest something about enabling better presentation, so that comments actually look like comments ;) being simpler (no crufty XML-RPC), and a W3C Working Draft.
#
tantek
alternative is not right. it's an update/replacement
#
tantek
with Webmention, you should no longer need the others, especially for receiving
#
tantek
you can still send Pingbacks for legacy reasons if necessary
#
KevinMarks
well, GWG does also do better presentation for pingbacks and trackbacks received
#
tantek
KevinMarks, doubtful, since trackback/pingback senders are unlikely to have the necessary microformats2 for the better presentation
#
tantek
so I wouldn't make that claim
#
tantek
certainly not in a readme that seems like an empty promise unless you have actual real world live examples (permalinks) to point to with screenshots
#
tantek
otherwise I'm *VERY* skeptical of that seemingly theoretical claim
#
singpolyma
most pingback senders are wordpress, and a large part of wordpress themes have microformats
#
KevinMarks
it is tricky, as a lot of the better presentation depends on the senders using a note-like rather than article-like model
#
singpolyma
I do tests with stock wordpress.com blogs against all my receivers routines
#
singpolyma
s/routines/routinely
#
Loqi
singpolyma meant to say: I do tests with stock wordpress.com blogs against all my receivers routinely
#
tantek
singpolyma: do they show anything reasonable e.g. with indiewebify.me's h-entry tester?
#
tantek
singpolyma do you publish results of your tests anywhere? screenshots?
#
singpolyma
since most mf2 parsers also support microformats
#
KevinMarks
so if you use wordpress for terse posts the responses look better than if you quote them in the middle of a long article
#
tantek
basically I'm asking for proof of a decent looking comment received via Pingback (outside of Pfefferle's blog)
#
singpolyma
my primary test site is down right now after my recent server move, unfortunately
#
KevinMarks
medium has similar problems
#
tantek
singpolyma - yeah without documentation of such evidence, it's an empty claim unfortunately, and likely misleading because of legacy non-note publishing practices
#
singpolyma
tantek: sure, I know you only believe things you've done yourself. Which I guess is reasonable or whatever
#
tantek
singpolyma: nope, go document it on the wiki
#
tantek
me asking for a URL != me done myself
#
singpolyma
I seriously doubt documentation would convince you of anything useful in this case ;)
#
tantek
basically, if you're so confident of something, you should be able to show the evidence
#
tantek
singpolyma: happens all the time with the IndieWebCamp wiki - it's how we work here
#
tantek
we debate / discuss, people cite real world working URLs, and upload screenshots
#
tantek
the email-style discussion of making empty claims back & forth is obsolete
#
singpolyma
not really interested in fighting with you about it
#
tantek
asking for evidence is not a fight, it's science
#
tantek
but yes, I'm not interested in empty claims
#
singpolyma
I wish you'd be less aggressive. I can handle it better, since I've been around so long
#
tantek
singpolyma: it's an unfortunate adaptation to developers being aggressive with empty claims
#
GWG
tantek reminds me of my older brother in that regard, so I'm used to a very strong point of view.
#
tantek
(from mailing lists etc. W3C, once in a while in here too)
#
tantek
and in general in the space of distributed/federated systems/web with lots of hyped claims
#
singpolyma
yes, lots of those unfortunately :) NiH very popular, probably always will be
#
tantek
singpolyma: that being said, I accept your feedback. I'm trying to learn to be better about that by watching folks like snarfed and kylewm, and how they communicate about such things.
#
singpolyma
tantek: also, sorry, I maybe communicated a bit emotionally. I do respect you and a lot of your work
#
tantek
(never thought you didn't :) )
gmacon, Pierre-O and frzn joined the channel
#
miklb
I'm building out social icons for rel=me links, does Facebook have a standardized profile URL like Twitter?
#
aaronpk
you *can* get a custom facebook url like https://facebook.com/aaronpk but that's not on by default
Lancey joined the channel
#
miklb
so a fully qualified URL might be best rather than user name in a config setting
#
miklb
cool. thanks. Also, should all social profiles be rel=me?
#
voxpelli
miklb: on a profile page then all profiles that represent the person itself should be a rel=me, yes
#
miklb
voxpelli thanks. I'm doing something like this for the home page (screenshot) http://cdn.miklb.com/Jekyll-IndieWeb_2016-04-08_23-56-49.png
#
voxpelli
miklb: cool :) just ensure that if those links also exists outside of the home page that no rel-me is added then :)
#
miklb
voxpelli currently that is only loaded with a conditional that it is home page.
#
miklb
realizes might need to be also use base.url in that condition
#
KevinMarks
i thought fb urls were on by default now - you'll be kevinmarks.102 or something
#
aaronpk
oh maybe
#
aaronpk
but in that case, people may not even know they have a facebook username
#
KevinMarks
probably hates me
#
aaronpk
i'm considering adding my profile photo to my note and photo posts
#
aaronpk
i don't think it would look good to have it on all posts, so the logic for this is going to be a little weird since i don't have explicit types
#
KevinMarks
actually getting those urls out of the API for fb is apparently very difficult now
#
miklb
voxpelli for a beginning jekyll user, would building in support for webemtion.io be a bad idea?
#
voxpelli
miklb: perhaps make it optional? and I would of course suggest https://webmention.herokuapp.com/ ;)
#
KevinMarks
(that was to aaron)
#
aaronpk
miklb: i might recommend the herokuapp one (does it have a real name?) since it will display commments client-side with a bit of JS
#
miklb
voxpelli only reason I wasn't going to use yours is the "9 of 100 accounts" available right now
#
voxpelli
miklb: that's a soft limit, I can easily raise it
#
voxpelli
it's just to ensure that I don't a thousand people signing up in an instance because of some Hacker News / Product Hunt adventure or similar
frzn joined the channel
#
voxpelli
aaronpk: looks good
#
miklb
aaronpk ah, I have some js from Aaron Gustafason for webmention.io that I just assumed was from webmention.io
#
aaronpk
oh yeah, that was neat. no that was on his own
#
voxpelli
aaronpk: real name is on the todo list :)
#
miklb
but I'm not married to either. I'll use the herokuapp for jekyll-indieweb
#
KevinMarks
it seems to allow me to add it to lots of sites, voxpelli - is that by design?
#
voxpelli
KevinMarks: yes, a single account can have an infinite number of sites
#
KevinMarks
I have (manually) made github hosted sites with it
#
KevinMarks
eg reddoric.com
#
KevinMarks
work swell, especially with bridgy
shiflett joined the channel
#
voxpelli
is so so looking forward to start adding features to it again
#
voxpelli
two IWC:s in the upcoming month and then a workload slashed in half will hopefully do wonders in that regard :)
j12t joined the channel
#
aaronpk
voxpelli: are you coming to both?
#
voxpelli
aaronpk: yes!
#
aaronpk
awesome!
#
GWG
I have to see about remote attendance
#
aaronpk
i'm bringing a webcam and table mic for remote participation
#
miklb
aaronpk you'll be in Germany too?
#
aaronpk
I actually leave on Monday so I'll have a few days to adjust to the timezone ahead of time
#
miklb
sets alarm for next Saturday morning
shiflett and snarfed joined the channel
#
GWG
Reading the Vouch and Salmentions protocols
#
GWG
I'm not sure how to implement Vouch
#
aaronpk
wat. does iOS safari not support flexbox?
#
aaronpk
that's disappointing.
#
emmahodge.org
edited /Planning (+76) "/* New York City 2 */"
(view diff)
#
emmahodge.org
edited /Planning (-2) "/* New York City 2 */"
(view diff)
#
miklb
aaronpk where did you read that?
#
KevinMarks
it does but you need -webkit-flex etc prefixes
#
aaronpk
it's just not working for me
mlncn joined the channel
#
KevinMarks
hm, it's supposed to not need that post 9.2
#
aaronpk
look at http://wmrocks.tunnlr.xyz/test/5 in landscape mode (I added a media query to make it wrap when it's skinny in portrait mode)
tantek joined the channel
#
aaronpk
oops my tunnel isn't back up
indie-visitor joined the channel
#
Loqi
Welcome, indie-visitor! Set your nickname by typing /nick yourname
#
KevinMarks
that 504'd, yes
Emma joined the channel
#
tantek
Welcome Emma!
#
GWG
Wondering...why a version of this didn't end up in the Webmention specification http://indiewebcamp.com/DDOS#HEAD_request_source_first
#
tantek
aaronpk: ^^^ ?
#
Emma
hello
#
tantek
GWG, you remember Emma from IWC NYC
#
aaronpk
hm that is probably a good idea to recommend that
#
Emma
hi guys! i tried to add to the discussion on planning the next IWC in NY
#
KevinMarks
well, text/* maybe if you support other types
gRegorLove joined the channel
#
GWG
tantek: No. I didn't get there on Sunday.
#
Emma
hi GWG!
#
tantek
but you saw us on Talky right?
#
Emma
we can meet at the next one, hopefully!
#
tantek
I feel like I remember seeing you
#
GWG
tantek: Yes, but I found the video on Sunday a bit harder to see.
#
GWG
Emma: I was snowed in till Tuesday
#
GWG
I live in Queens
#
GWG
KevinMarks: I was thinking the inverse. Blacklist over whitelist
#
Emma
Its fine, i get it. you didnt want to meet me on Sunday.
#
Emma
hehehe
#
Emma
jk
#
Emma
do you guys know how I can make my comment for the planning of the next one have my name be a hyperlink like the other ones?
#
GWG
Basically, reject image/video/audio and so on. Known bad types.
#
gRegorLove
Howdy, indiewebcamp!
#
tantek
hey gRegorLove !
#
tantek
do we have a intro / tutorial for making the Template:yourname pages for folks?
#
tantek
Emma had a question about that
#
gRegorLove
I'm working on /authorship step 4 and wondering the easiest way to find the parent h-feed for an h-entry
#
gRegorLove
In PHP, specifically
#
gRegorLove
But other languages welcome if I can grok them
#
gRegorLove
tantek: Yeah, I think it's on template:sparkline
#
tantek
a-ha! ok good, Emma check that out and definitely speak up if any of it is confusing at all!
#
Emma
thank you!
#
gRegorLove
Welcome!
#
gRegorLove
What is sparkline template?
#
Loqi
It looks like we don't have a page for "sparkline template" yet. Would you like to create it? https://indiewebcamp.com/s/10Hq
#
gRegorLove
sparkline template is /Template:sparkline
#
loqi.me
created /sparkline_template (+31) "prompted by gRegorLove https://indiewebcamp.com/irc/2016-04-09/line/1460235927695 and dfn added by gRegorLove"
(view diff)
#
GWG
Hmmm...did this ever go anywhere? https://tools.ietf.org/html/rfc7239#section-1
#
gRegorLove
what is sparkline template?
#
Loqi
The sparkline template is used to display an inline photo with a u-photo microformat. It is commonly used to create templates for users to sign their name on event RSVPs or other wiki pages https://indiewebcamp.com/sparkline_template
#
gRegorLove
That should help discovery, tantek ^
#
tantek
yes, some. I think few think to ask for "sparkline" though
#
tantek
more like, why does it say "Template:" next to my name when I put it in brackets/braces?
#
gRegorLove
Could redirect "signature template" or similar there.
#
aaronpk
i forgot it was called sparkline
#
tantek
exactly
#
gRegorLove
It has an explicit p-summary now, so I think any redirect will be picked up by Loqi
#
Loqi
[Webmention Rocks!] Test #5
#
aaronpk
so what's up with my flexbox?
#
aaronpk
doesn't work on desktop safari either
#
KevinMarks
desktop says there's a display:block
#
KevinMarks
oh wait, that's in the narrow version
#
miklb
aaronpk what are trying to flexbox? the "one" "two" <ul> ?
#
aaronpk
no the profile photo
#
aaronpk
compare chrome on the left and safari on the right https://aaronparecki.com/uploads/Screen-Shot-2016-04-09-14-22-53.png
#
gRegorLove
For /authorship step 4 "otherwise if the h-entry has a parent h-feed with author property, use that" do we have any examples in the wild of that? It sounds like an h-feed that has only one h-entry
#
aaronpk
gRegorLove: i think that's a common case when someone is publishing an h-feed. can't remember off hand who is tho.
j12t joined the channel
#
KevinMarks
won't wp do that in effect
#
KevinMarks
due to back compat
#
KevinMarks
hatom hentry
#
aaronpk
gRegorLove: here you go https://jeena.net/notes
#
KevinMarks
so safari has made the image box 0 pixels wide
#
gRegorLove
That's multiple notes in a feed, though. The way I understand step 1, we're starting with a particular h-entry, which would be the note permalink, e.g. https://jeena.net/notes/623
#
Loqi
[Jeena] Note #623
#
gRegorLove
I have multiple notes in an h-feed, too
#
aaronpk
but /authorship does not assume you're starting with a post permalink
#
aaronpk
it applies if you're looking for the author of a particular post in an h-feed too
#
gRegorLove
Hmm. I'm confused, I guess
#
gRegorLove
If I got a webmention from Jeena's note h-feed, am I supposed to parse every h-entry to find the one that mentioned me?
#
aaronpk
why wouldn't you?
#
gRegorLove
Cause my code is lazy? Haha. I haven't heard of this use-case before.
#
Loqi
ahahahaha
#
aaronpk
then don't do it :P
#
KevinMarks
OK, weird
#
kylewm
gRegorLove: authorship of an h-entry in an h-feed was something i needed to implement in Woodwind
#
aaronpk
i don't know what I would want to display as a comment if I got a webmention from someone's h-feed that included my post
#
KevinMarks
if I set flex:0 it goes to 0 width but flex:0 1 auto; it does the right thing
#
gRegorLove
I'm not opposed to adding it if I need to, just not clear on it yet.
#
KevinMarks
implies some rogue flex-basis is being applied
#
gRegorLove
kylewm: For h-feeds that didn't have an author attribute in each entry?
#
aaronpk
the /authorship algorithm is not *only* for post permalinks, so there is some stuff there that won't apply on post permalinks such as if there is no h-feed
#
KevinMarks
it says computed flex-basis is 0px
#
aaronpk
KevinMarks: I don't understand flexbox enough i guess, but i will change it to flex: 0 1 auto; and cross my fingers :D
#
KevinMarks
does seem like a safari bug
#
KevinMarks
flex:0; should imply flex:0 1 auto;
#
KevinMarks
flex: 0 auto; also works
friedcell joined the channel
#
KevinMarks
hm, I wonder if hober knows about flex-basis oddness like that
#
aaronpk
woo fixed it on my site too now
#
aaronpk
KevinMarks++
#
Loqi
KevinMarks has 206 karma
#
KevinMarks
I used flex-shrink etc explicitly rather than flex on its own
#
snarfed.org
edited /photo_comment (+22) "bridgy implemented backfeeding facebook photo comments"
(view diff)
#
aaronpk
whoa really? fancy
#
snarfed
(bridgy twitter has done them for years, fwiw)
#
aaronpk
nice. I don't think I handle photo comments at all so I never noticed
#
GWG
tantek, gRegorLove: By the way, I found out why Semantic Linkbacks and Webmentions were deliberately separated.
#
gRegorLove
What's that?
#
gRegorLove
s/What/Why/
#
Loqi
gRegorLove meant to say: Why's that?
#
GWG
Well, pfefferle told snarfed on November 19, 2013 that he was working on a completely new version that only implemented the webmention spec....as it existed then.
#
GWG
pfefferle opened this as an issue on October 9, 2013 - https://github.com/pfefferle/wordpress-webmention/issues/4
#
GWG
acegiak made the initial commit to Semantic Linkbacks on October 24, 2013.
#
GWG
Even the current version of the specification does not require microformats.
#
tantek
GWG, "does not require" is not usually a good way to make design decisions
#
tantek
the current Webmention spec leans heavily on microformats, thus implying if you have "normal" implementation, you should support them
#
GWG
tantek: I didn't join the community till after that.
#
tantek
that "does not require" is only there for possibly weird or exotic implementations that are more theoretical (W3C like exceptions) than practical (actual on the web stuff)
Nissyen joined the channel
#
GWG
Either way, I don't feel like I'm the one to comment on the matter.
#
aaronpk
heh, found a weird edge case with webmention
#
aaronpk
if I update a post and remove a link, I'm supposed to re-send a webmention to that link so that it knows my link is gone
#
aaronpk
however, the correct response from the webmention endpoint is an error, saying that no link was found on my source URL
#
aaronpk
is that weird? is that okay?
#
aaronpk
it means i'm intentionally sending an "invalid" webmention since there is no source URL on my post anymore
#
snarfed
aaronpk: nah seems like the right idea. "invalid" is maybe semantics. you're intentionally telling the receiver to update its existing wm, keyed by u-uid/url/source url
#
snarfed
the expected behavior usually being to remove it
#
aaronpk
yeah, it's just a bit weird that there isn't a well-defined acknowledgement reply
[kevinmarks] joined the channel
#
[kevinmarks]
It is odd enough to document
#
[kevinmarks]
The receiver may want to keep the expunged mention and Mark it as deleted
#
aaronpk
yeah but that's just an implementation detail since the end result to the public viewer is the same
#
snarfed
aaronpk: the spec says the receiver should reply with 400/4xx, right? so maybe just document this flow and that expected response in the spec?
#
Loqi
[Aaron Parecki] Webmention
#
aaronpk
specifically "(including re-sending a Webmention to a URL that may have been removed from the document)"
#
sknebel
but in 3.2.3 "Possible sender related errors:[...] source URL does not contain a link to the target URL.", but in this case that is not a sender-side error
#
tantek
right if its an update
#
tantek
that's a good point
#
aaronpk
there we go yeah i knew there was something that needed to be fixed
#
tantek
it's not an error if you previously received a webmention and the source URL did contain a link to the target URL
#
tantek
and yes the section on Webmention updates should be explicit about that
#
aaronpk
so that actually means this is one case where the receiver can mark the webmention request as successful despite the source URL not having the link
#
miklb
is there a foursquare personal profile page that is commonly linked to?
#
aaronpk
miklb: take a look at the footer of my website, you'll find all sorts of fun profile URLs there :)
#
aaronpk
tantek has a good collection too
#
KevinMarks
what do you mena, commonly?
#
miklb
I'm trying to cover the basis right now for a beginning user. Couldn't find specifics about what a foursquare profile URL is
#
miklb
s/basis/basics/
#
Loqi
miklb meant to say: I'm trying to cover the basics right now for a beginning user. Couldn't find specifics about what a foursquare profile URL is
#
KevinMarks
if you go to foursqure.com and sign in, then click on your face in the corner, thats what you get
#
KevinMarks
s/squre/square/
#
Loqi
KevinMarks meant to say: if you go to foursquare.com and sign in, then click on your face in the corner, thats what you get
#
miklb
ok, thanks KevinMarks
snarfed joined the channel
#
aaronpk
huh. kbs hasn't been around lately has he?
#
aaronpk
for some reason can't log in to https://checkmention.appspot.com/
#
aaronpk
voxpelli: it would be helpful if https://github.com/voxpelli/node-webmention-testpinger showed me the actual response from the webmention endpoint instead of just saying there was an error
#
aaronpk
voxpelli++ for webmention-testpinger! gave me a lot of great data to work with for this
#
Loqi
voxpelli has 67 karma
#
Loqi
[Webmention Rocks!] Test #5
#
KevinMarks
odd date format
#
aaronpk
that was a typo. refrehs
#
aaronpk
oops wow. I gotta sanitize the author URL field. nice catch.