#dev 2016-09-21

2016-09-21 UTC
KevinMarks_, KevinMarks, tantek, schmarty, gRegorLove, AngeloGladding, ChrisAldrich and cweiske joined the channel
#
cweiske
I just wanted to see if Loqi has something for me
#
cweiske
.. I'd have to do this in every channel since Loqi only shows tells in the current one
#
cweiske
I want to extend my instagram2micropub script to also submit location info; geo coordinates and the name of the place
#
cweiske
coordinates is no problem since I can add the location property to geo:23,42
#
cweiske
question is what property I should use to transmit the location's name?
#
cweiske
"If your address has an explicit name, it's likely a venue, and you should use h-card instead." http://microformats.org/wiki/h-adr
#
Loqi
h-adr
#
aaronpk
I'd say h-card is appropriate since instagram locations are most often names of venues rather than just a city name
#
voxpelli
how would one embed an h-card in an h-entry with micropub?
#
cweiske
I could use the "card" property, and hope that it implies the p-name
#
aaronpk
this is where the JSON format of micropub is easier
#
aaronpk
just submit the mf2 JSON with the h-card
#
cweiske
voxpelli, I'd like to not do that, and hope that submitting "card=opera" would imply that it's the p-name of the h-card
#
Loqi
[Aaron Parecki] Micropub
#
voxpelli
aaronpk: I guess the one tricky thing is to produce something like <data class="p-longitude" value="-27.116667">27° 7′ 0″ S</data>, from that
#
voxpelli
the "27° 7′ 0″ S" would be similar to an img alt text
#
aaronpk
why do you want "27° 7′ 0″ S"?
#
cweiske
nobody wants coordinates
#
cweiske
s/nobody wants/I don't want/
#
voxpelli
aaronpk: I just took that from the h-geo page as an example showing that the presentation string is lost in the parsing
#
aaronpk
most places other than old school map systems stopped using degrees/minutes/secons and just use decimal notation now
#
cweiske
but °/min/sec are easier to compare
#
aaronpk
anything consuming latitude and longitude will know it's coordinates and can display it with deg/min/sec if they want
#
voxpelli
aaronpk: that wasn't my point – my point is that if <data class="p-foo" value="bar">xyz</data> is impossible to create through mf2 json
#
cweiske
nice to have you in a sensible timezone, aaronpk
#
voxpelli
mf2 json would always create something like <div class="p-foo">bar</div>
#
aaronpk
voxpelli: that "xyz" is lost in the mf2 parsing so yes
#
voxpelli
so if "bar" is a user hostile representation of the data, then it's probably currently impossible to give a user friendly alternative like "xyz" to present instead
#
aaronpk
voxpelli: it's a microformats2 issue first
#
voxpelli
aaronpk: yeah, but just like img alt text it's surfaced by Micropub
#
aaronpk
the example you gave actually does include the "xyz" in the "name" property because of implied name rules http://pin13.net/mf2/?id=20160921080336839
#
voxpelli
that assumes that the fragment isn't included in a larger mf2 context that has a "name" property
#
voxpelli
or that would otherwise alter the implied name
#
aaronpk
this feels like a theoretical problem
#
voxpelli
well, one could probably easily look through mf2 standards and see if there's a case where a the value-pattern is used that wouldn't make sense if the value would also be the thing presented to the user
#
voxpelli
but I'm not going to push it, I just wanted to point it out
#
KevinMarks
The other way is to send mf2 in the html content
loicm_ joined the channel
#
cweiske
does anyone know a MP client that sends content[value]?
tantek and AngeloGladding joined the channel
#
@mad_p
https://indieauth.com/ ソーシャルログインのおまとめサービス。ドメイン名をIDとしてログイン。使いたいソーシャルログイン(例github)を自分のドメインからリンクしておくと、クリックしてgithubログインへ飛んでくれる(というOP)
(twitter.com/_/status/778527162991316993)
tantek, plindner and KevinMarks joined the channel
#
@t
#TPAC2016 #social @aaronpk demos Webmention spec itself showing webmentions to it! https://www.w3.org/TR/webmention/ (ttk.me t4jRA)
(twitter.com/_/status/778546755973419008)
#
@t
#TPAC2016 #social @aaronpk demos Webmention spec itself showing webmentions to it! https://www.w3.org/TR/webmention/ (ttk.me t4jRA)
(twitter.com/_/status/778546755973419008)
#
@AMKBochnak
“Money can't buy happiness, but it can make you awfully comfortable while you're being miserable.” ― Clare Boothe Luce #quote #indieauth...
(twitter.com/_/status/778549351681581056)
#
@AMKBochnak
“Money can't buy happiness, but it can make you awfully comfortable while you're being miserable.” ― Clare Boothe Luce #quote #indieauth...
(twitter.com/_/status/778549351681581056)
KevinMarks and tantek joined the channel
tantek joined the channel
#
inhji.de
edited /User:Inhji.de (+28) "/* Planned Features */"
(view diff)
singpolyma joined the channel
#
Zegnat
KevinMarks: did you get verify-me working on rhiaro's site? I just pulled the latest source and am getting red crosses in Firefox
#
KevinMarks
You need to start from her https site
#
KevinMarks
Because that's what the others link to
#
Zegnat
retests at https
#
KevinMarks
And it serves on both, no redirect
#
Zegnat
Yeah, I see that now. Give it a sec, indiewebify.me needs some time
#
Zegnat
Right. Seeing green checks now. Beautiful. Will package for Fx :)
#
KevinMarks
Did the case fixes make it to the server side?
#
Zegnat
Not sure
#
Zegnat
KevinMarks: do you mind if I run JSLint on the code to normalise code-style? Wont do it if you will not merge.
#
KevinMarks
Oh, please do. I was being a bit sloppy when removing the jQuery
#
KevinMarks
!tell aaronpk, gregorlove did you work out how to update indiewebify.me so it wasn't case sensitive on urls?
#
Loqi
Ok, I'll tell them that when I see them next
#
Zegnat
Any preference for code style?
#
Zegnat
I’ll just go with default JSLint and only fix whitespace/indentation/brackets related stuff. That should be fine :)
#
Zegnat
Oh lovely, I can’t sign it with version number 0.2.2 because that is a number I used for testing a broken build.
tantek joined the channel
#
Zegnat
KevinMarks: PR-sent
gRegorLove joined the channel
#
Zegnat
KevinMarks: interesting, you merged this in a different way than the previous PR? https://github.com/indieweb/verify-me/commits/master
#
KevinMarks
I picked squash, which should have got rid of the extra commits
#
Zegnat
Does GitHub offer that now? Prtty nice if so!
#
KevinMarks
Yes, that's an option when merging a pr
#
KevinMarks
Which saves you doing it by hand on your side
#
Zegnat
Everytime GitHub solves something for me with a single click in their web UI: I rejoice. Though sometimes it doesn’t result in what I expected. Like the automatic extra commit when getting equal with the origin master.
chrisaldrich1 joined the channel
#
singpolyma
Zegnat: you mean if you do a git pull without --rebase? Yeah, given the "blessed repo" model most Githubbers use, they really should advise --rebase as a default
#
gregorlove.com
edited /next-hwc (+0) "next is today. oops."
(view diff)
#
gRegorLove
Hey, sweet. A remote attendee for Bellingham HWC (from Seattle)
#
Loqi
gRegorLove: KevinMarks left you a message 3 hours, 1 minute ago: did you work out how to update indiewebify.me so it wasn't case sensitive on urls?
#
gRegorLove
KevinMarks: Yeah, just haven't had time to do it. I should be able to tonight at HWC.
#
KevinMarks
Great, I want to write up distributed verification as a post, but I didn't want the known glitches to trip people up who try it.
#
aaronpk
cweiske: we're going to be talking about the remaining micropub issues tomorrow at the meeting. do you have any more thoughts or new information regarding https://github.com/w3c/Micropub/issues/54?
#
Loqi
aaronpk: KevinMarks left you a message 4 hours, 51 minutes ago: did you work out how to update indiewebify.me so it wasn't case sensitive on urls?
KevinMarks joined the channel
#
@jonnybarnes
Finally got #webmention support working again! (https://t.co/f5M4BGU5nE)
(twitter.com/_/status/778698820058087425)
#
Zegnat
Ugh, Twitter verification for my verify-me-locally stopped working again. I thought I had it working in at least 1 browser using the empty User-Agent trick
#
KevinMarks
I was asking about fetch in #whatwg yesterday or the day before
#
KevinMarks
To work out the redirects issue
#
Zegnat
Maybe I should lurk in that channl
#
KevinMarks
The concern is that you may be able to intercept credentials, but by default there aren't any
#
KevinMarks
I recommend it, it is a good place to hear about html5 stuff
#
KevinMarks
So we should write up the use case for fetching something without user credentials, and getting the full list of redirects
#
Zegnat
Wait … I thought manual mode already allowed me to step through the redirect chain? Why would anything you asked about be any different?
#
Zegnat
will reread the spec on the plane, probably
#
Zegnat
KevinMarks, here is my code if you want to take a look: https://github.com/Zegnat/verify-me-locally . Tested to run in Opera, Chrome, and Firefox. Just not packaged for any yet.
#
Zegnat
I am off for bed, extra early riser tomorrow to pack my stuff.
ben_thatmustbeme joined the channel
#
cweiske
aaronpk, no, no new info
gRegorLove and tantek joined the channel
#
martymcgui.re
edited /events/2016-09-21-homebrew-website-club (+86) "/* Blog posts */ add my Baltimore blog post"
(view diff)
#
martymcgui.re
edited /events/2016-09-21-homebrew-website-club (+142) "/* Photos */ add photo from HWC Baltimore"
(view diff)