#dev 2017-03-27

2017-03-27 UTC
#
aaronpk
i am curious about how they did these javascript hooks to move the page down, and then covered the video player with their own overlay, and are still embedding a youtube video http://www.kalelimpfilm.com/
#
sknebel
aaronpk: the code that's actually putting the log lines in the database is missing, right? because https://github.com/indieweb/chat.indieweb.org/blob/master/public/log.php#L13 only shows Quartz/DB, and that was your file-based thing it is currently not readng from?
#
aaronpk
scratches his head
#
aaronpk
aha yes, there is a separate thing that logs it to the DB, part of Loqi
#
aaronpk
but it's just logging the raw IRC message, nothing fancy
#
sknebel
https://github.com/indieweb/chat.indieweb.org/issues/31#issuecomment-289329761 weird theory that the channel names don't match up in the two different paths
#
sknebel
as in, Loqi saves it with channel="#indieweb-dev" in the database, but submits it to log.php with something else, and the formatter has a wrong whitelist
#
aaronpk
ooh that sounds quite possible
#
sknebel
can't tell without access or at least a look at the production version of config.php
#
aaronpk
just updated the config template. it's turning into a little more than just config
#
sknebel
ohh, in the main channel it works .oO
#
sknebel
<testing, please ignore>
#
sknebel
<testing, please ignore>
tantek, barpthewire, cweiske, miklb, loicm, [kevinmarks] and leg joined the channel
#
sknebel
!tell aaronpk: what I hope is a precise description of the problem added to the issue, since there is no entirely clear solution for one step and I don't have a running copy of the code, I'll leave the actual fixing to you
#
Loqi
Ok, I'll tell them that when I see them next
#
aaronpk
Thanks
#
Loqi
aaronpk: sknebel left you a message 14 minutes ago: what I hope is a precise description of the problem added to the issue, since there is no entirely clear solution for one step and I don't have a running copy of the code, I'll leave the actual fixing to you
barpthewire, [keithjgrant], [eddie] and [jeremycherfas] joined the channel
#
GWG
Morning
#
GWG
I am worried about backward compatibility.
[mko] joined the channel
#
GWG
I am working on moving some core pieces of Semantic Linkbacks into Webmentions and I worry about breaking someone's site
KartikPrabhu, [kevinmarks], miklb, tantek and [mko] joined the channel
#
loqi.me
created /offline_checkin (+37) "prompted by tantek and dfn added by tantek"
(view diff)
#
loqi.me
created /created (+188) "prompted by tantek and dfn added by tantek"
(view diff)
#
tantek.com
edited /Swarm (+340) "Features stub"
(view diff)
KartikPrabhu joined the channel
sdsdsa and [cleverdevil] joined the channel
#
tantek
so the whole notion of "server that does not support" a particular type of post is supposed to be handled by plain text fallback equivalent in "summary"
#
[cleverdevil]
I'm guessing its better to just fix Known ?
#
tantek
discussed this with kylewm a while ago
#
tantek
this is why even a "like" post should have a p-summary that is the textual expression of that like
#
aaronpk
in this case the challenge is that ownyourswarm needs to send JSON in order to send the location information, and I think Known doens't support JSON requests at all yet
#
tantek
so that on servers that don't support likes, it will show up as a comment that *looks* like al ike
#
aaronpk
but i can at least add a summary as a start
#
aaronpk
it's a smaller project to get known to support JSON posts than it is to make it support checkins
#
tantek
but it does support checkins
#
tantek
(in the UI)
#
tantek
and POSSEing to Foursquare at that!
#
aaronpk
yeah, but converting the micropub checkin to an internal checkin is some work
[chrisaldrich] joined the channel
#
aaronparecki.com
edited /Swarm (+878) "/* User Interface */ add screenshots of offline checkin workflow"
(view diff)
[kevinmarks] joined the channel
#
aaronparecki.com
edited /OwnYourSwarm (+459) "add links to articles about ownyourswarm"
(view diff)
#
aaronparecki.com
edited /Swarm (+707) "fix POSSE/PESOS mixup, and correct information about API"
(view diff)
#
tantek
aaronpk: "on my website" should link to your post permalink! as maybe the screenshot to? (on https://aaronparecki.com/2017/03/24/9/day-94-ownyourswarm-coins )
#
Loqi
[Aaron Parecki] Day 94: Webmentions for Coins in OwnYourSwarm #100DaysOfIndieWeb
#
aaronpk
ah yep
#
aaronpk
quill editor doesn't let me hyperlink images, so i have to go back and do those manually
#
jkphl.is
edited /Planning (-18) "/* Nürnberg */"
(view diff)
sknebel joined the channel
#
tantek
aaronpk I'm wondering if there's some way to figure out the original image URL on Swarm from the URL they use in the Foursquare web UI
#
aaronpk
yes, replace the resolution with "original"
#
tantek
WTF Safari cmd-I is Email this page?!?!?
#
tantek
cmd-I is Info, period
#
tantek
wow 1920x1440 for me
miklb_ joined the channel
#
tantek
huh, I'd much rather POSSE *THAT* to Flickr, FB, Twitter etc. than the down resolution from IG!
#
tantek
looks like I'm going to be writing another bookmarklet
#
tantek
I wonder if the same is true with photo comments to Swarm
#
tantek
ooh I could also do the link around the image trick to link to and POSSE full resolution while displaying the smaller one on my site on homepage to make that load faster
#
tantek
what are responsive images
#
Loqi
responsive images are an extension to HTML to allow different resolutions of an img or a picture element, according to screen resolution or screen pixel density https://indieweb.org/responsive_images
#
tantek
has anyone tried or brought up img srcset with mf2?
#
tantek
no issues or brainstorming
#
tantek
uh, looks like 4sq server dynamically generates resolutions!
#
tantek
(maybe caches but still)
#
tantek
unlikely they had a width235 pregenerated
#
tantek
undocumented "API"?
#
tantek
that's even better than Flickr embeds
#
tantek
seriously considers Swarm/Foursquare for his future image hosting
#
aaronpk
oh wow! that's not documented!
#
tantek
seems useful
#
aaronpk
i'm surprised because they do document several resolutions
[jeremycherfas], KartikPrabhu, gRegorLove, [cleverdevil] and [kevinmarks] joined the channel
#
[kevinmarks]
Google image backend does that too
#
[kevinmarks]
Generated on demand, then cached
#
[kevinmarks]
I used that with srcset before
[cleverdevil], [mko] and tantek joined the channel