#dev 2017-08-27

2017-08-27 UTC
j12t joined the channel
#
aaronpk
first (early) draft of indieauth spec website is up https://indieauth.net
#
Loqi
IndieAuth
j12t, tantek, davidmead and eli_oat joined the channel
#
tantek
is there a name for that thing where people habitually use excess precision for timezone (DST related) and get it wrong? e.g. giving events explicitly in time in PST when the date is during DST? E.g. look for PST here: http://www.race-sfgiants.com/san-francisco
#
tantek
KartikPrabhu: yeah a variant of that - the PST/PDT error is so common I find that I figured it deserved its own name
#
KartikPrabhu
yeah daylight saving is confusing. I have made that mistake in other conversations too
#
tantek
aaronpk++ for indieauth.net! great start!
#
Loqi
aaronpk has 71 karma in this channel (1416 overall)
#
aaronpk
Thx! It's gonna be a slow process but I'm hoping to make some good progress on it this month
#
aaronpk
Er, next month
#
aaronpk
my head is already in September
#
tantek
hah mine is *almost* there
#
tantek
or half there - with planning IWC NYC now
#
tantek.com
edited /Facebook (+358) "/* Downtime */ 2017-08-26 Outage (one year after prev - coincidence?)"
(view diff)
#
tantek.com
edited /Instagram (+432) "/* Downtime */ outage today, subheads for dates"
(view diff)
GWG, KartikPrabhu, tantek, barpthewire and j12t joined the channel
#
sebsel
aaronpk++ for IndieAuth.net! Now we don't have to call it IndieAuth-the-protocol anymore, but just link to .net ;)
#
Loqi
aaronpk has 72 karma in this channel (1417 overall)
[kevinmarks], j12t and davidmead joined the channel
#
Zegnat
Oooh, a dotNL!
tantek joined the channel
#
@peeke__
Reply to syndicated tweet. Testing WebMentions!
(twitter.com/_/status/901811678727294976)
#
@peeke__
Also testing WebMentions when not replying to the syndicated tweet. https://peeke.nl/an-elastic-bounce-oneliner
(twitter.com/_/status/901811819005739010)
eli_oat, tantek, j12t, davidmead and snarfed joined the channel
#
loqi.me
edited /feed (+45) "aaronpk added "https://getstream.io/activity-feed-design/" to "See Also""
(view diff)
j12t, snarfed, [miklb] and cweiske joined the channel
#
Loqi
[aaronpk] hm shpub didn't find my media endpoint
#
cweiske
still the case? which domain, yours?
#
aaronpk
a new one i was testing
#
aaronpk
oh wait no i think my main one
#
aaronpk
new computer, let me try again
#
aaronpk
it's supposed to write the media endpoint URL into the ini file right?
#
cweiske
but in the cache one
#
cweiske
there is a main config ini file ~/.config/shpub.ini
#
cweiske
and the cache ones in ~/.cache/shpub/$domain.ini
#
cweiske
the media endpoint is stored in the domain cache file
#
cweiske
cat ~/.cache/shpub/http%3A%2F%2Fcommentpara.de.ini
#
cweiske
media=
#
aaronpk
aha I didn't know about that other file
#
cweiske
the "server" command should show more info
#
cweiske
all the endpoints
#
sebsel
If I get a "Fatal error: require(): Failed opening required 'phar:///usr/local/bin/shpub/bin/phar-shpub.php'", what do I do wrong?
#
cweiske
when running the .phar file?
#
cweiske
how do you run it?
#
sebsel
I have it executable in my usr/local/bin, but without the .phar
#
cweiske
what happens if you add the .phar extension? does it work then?
#
sebsel
oh, that works :D
#
cweiske
then I need to find a way around that
#
cweiske
I know that you can't remove the .phar extension when using it for web apps
#
cweiske
deeply technical reasons
#
cweiske
but for cli it should be possible
#
cweiske
I'll have a look tomorrow
eli_oat and snarfed joined the channel
#
sebsel
setting an alias works for me :) thanks!
#
[miklb]
weird. I was just trying to figure this out, but then got a `response data are not of type application/json` when trying to get syndication targets
#
[miklb]
didn’t figure out how to put the executable in my path
#
cweiske
[miklb], that's a known problem with that content type
#
cweiske
someone opened an issue
#
cweiske
about the executable: put it into /usr/local/bin
#
cweiske
and make it executable
#
cweiske
chmod +x
#
cweiske
that should be all
snarfed joined the channel
#
[miklb]
hmm still getting `Could not open input file`
#
cweiske
what do you execute?
#
[miklb]
I tried `php shpub-0.4.0.phar targets`
KartikPrabhu joined the channel
#
cweiske
you don't need that "php" in front
#
cweiske
then you can just run "shpub-0.4.0.phar targets"
#
[miklb]
gotcha
#
[miklb]
ah, sweet, I added an alias as well and now can do `shpub targets`
#
[miklb]
cweiske++
#
Loqi
cweiske has 15 karma in this channel (111 overall)
#
[miklb]
now to see about that error
tantek joined the channel
#
cweiske
I'll fix that tomorrow
KartikPrabhu joined the channel
#
sebsel
cweiske I have the "response data are not of type application/json" error too, and debugging... seems like my server sends "application/json; charset=utf-8", which is not equal to "application/json"
#
Loqi
Anonymous
#
Loqi
[ngm] #6 Fix: issue when Content-Type for targets response contains charset
#
sebsel
Ah, I was looking around in the Github issues, didn't see the pull request :)
#
aaronpk
Technically charset=utf-8 is unnecessary with JSON content type since JSON is utf-8 already
#
[miklb]
wonder if that’s an issue should open with snarfed and the WordPress micropub plugin?
#
aaronpk
Minor but sure
#
GWG
Did someone say WordPress?
#
aaronpk
the w3c i18n team made me change all the examples in the specs to remove charset from the content type response :-)
#
Zegnat
cweiske shouldn’t that be explode on ;, not :?
#
sebsel
Yeah, Kirby just does "$type; $charset". One of the many things it's not smart about.
#
[miklb]
suppose I should link to this discussion in issue.
#
[miklb]
is there a public link for #dev?
#
Loqi
[[miklb]] is there a public link for #dev?
#
cweiske
Zegnat, yes
#
Zegnat
just in case you hadn’t noticed yet and was going to apply the patch yourself :)
davidmead joined the channel
#
cweiske
patch is in git
[miklb] and davidmead joined the channel
#
tantek.com
edited /Planning (+136) "venue confirmed with most positive / non-negative, host can make it date"
(view diff)
davidmead and KartikPrabhu joined the channel
#
tantek.com
edited /to-do (+63) "IWC NYC 2017"
(view diff)
snarfed, eli_oat and KartikPrabhu joined the channel