#dev 2018-04-19
2018-04-19 UTC
snarfed, eli_oat, chimo, [tantek], [charliepark], tantek, jalcine, renem, Mandrake, [sdepolo], leg, tantek_ and bdesham joined the channel
#
j12t aaronpk: I'm attempting to get Aperture to work. When running the first db migrations, I get "Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes". Chances are you are running different mysql defaults: mine are InnoDB tables, and utf8 everywhere, and there seem to be size limitations. What is your db / charset like?

#
dansup j12t: what version of mysql?
#
dansup I used to encounter that error, https://laravel-news.com/laravel-5-4-key-too-long-error
#
dansup using laravel, not aperture. If you update mysql it should work
#
dansup ooh, mariadb.
#
dansup Stable release: 10.2.14 (March 27, 2018; 14 days ago)
#
dansup iirc 10.2 has the fix, j12t are you sure your running current?
jalcine, maingo, cweiske and KartikPrabhu joined the channel
#
cweiske aaronpk, is that javascript micropub client still to find somewhere? https://chat.indieweb.org/2016-02-16#t1455587718590000
#
Loqi cweiske: swentel left you a message 15 hours, 32 minutes ago: release at https://github.com/swentel/indigenous-android/releases

#
cweiske oh. just learned about https://github.com/jjdelc/grumble, a pure javascript micropub client
swentel joined the channel
AngeloGladding, leg, [ciudadanob], [pfefferle], jeremycherfas and Mandrake joined the channel
#
@huffduffer An Indieweb Podcast- Episode 2: IndieAuth | David Shanske https://huffduffer.com/deeden/472410 (twitter.com/_/status/986914591975370752)
[jgmac1106], [xavierroy], [miklb], [matthilt], [pfefferle], Mandrake, snarfed, tantek, [kevinmarks], singpolyma and KartikPrabhu joined the channel
#
loqi.me created /short_code (+222) "prompted by KartikPrabhu and dfn added by singpolyma" (view diff)

[tantek] and benharri joined the channel
#
aaronpk https://www.instagram.com/pk_spam/?__a=1 is returning 403

maingo joined the channel
[snarfed] joined the channel
#
[snarfed] [aaronpk] feel free to borrow/port this for extracting it from the html: https://github.com/snarfed/granary/blob/master/granary/instagram.py#L771
#
KartikPrabhu or the things silos do to keep our data

#
KartikPrabhu [snarfed]: I'll have to coordinate with [kevinmarks] for a release. Hopefully in the coming weeks

AngeloGladding and singpolyma joined the channel
barpthewire joined the channel
[jgmac1106] joined the channel
#
singpolyma note

#
aaronpk that works. "additional notes" doesn't tell me much tho http://microformats.org/wiki/h-card

leg joined the channel
#
@jgmac1106 This is what I am exploring.
For academics in our spaces whose #GoOpen, #oer, #digped, #DOO, philosophies align with #indieweb principles would the tools like MicroPub and MicroSub and standards like webmentions not only make tracking the spread of… http://quickthoughts.jgregorymcverry.com/2018/04/19/this-is-what-i-am-exploring-for-academics-in-our (twitter.com/_/status/987024112106127361)
jeremych_ and snarfed joined the channel
[snarfed] joined the channel
#
sknebel uh oh, do the latest FB changes mean that they've killed Events completely in the API? http://archive.is/Seejz (archive since its behind login wall, not how it has a note from yesterday saying they changed more)
#
snarfed confirmed. /me/events API call for the indiewebcamp page return nothing right now. :(:(:(
#
snarfed diffs against https://granary.io/instagram/aaronpk/@self/@app/?format=mf2-json out of curiosity
#
snarfed heh granary doesn't either, but i didn't realize that misses so much. https://github.com/snarfed/granary/issues/123
snarfed and swentel joined the channel
cweiske joined the channel
#
sebsel swentel It depends on the syntax. https://www.w3.org/TR/micropub/#vocabulary

#
snarfed starts to capture FB API change details in https://github.com/snarfed/bridgy/issues/814
KartikPrabhu joined the channel
[chrisaldrich] joined the channel
kaushalmodi joined the channel
#
kaushalmodi cweiske: Thanks for bringing that discussion here :)

#
kaushalmodi Here's a live example where I could use some salmentions :) https://scripter.co/golang-quirk-number-strings-starting-with-0-are-octals/#webmentions

#
kaushalmodi Sorry, I didn't follow. Which 2 pieces?

#
kaushalmodi So this part "When it receives a previously received Webmention:" from that wiki.. I believe webmention.io would need to support that?

#
kaushalmodi If webmention.io updated a previously received wm with a nested reply, I can parse that.. but then until then the current scheme will work

#
kaushalmodi Then it wouldn't make sense to have the "reply" link in commentpara.de

#
cweiske someone actually made a javascript-only micropub client: https://github.com/jjdelc/grumble
#
kaushalmodi aha, so then the commenting experience would be similar to that of disqus, etc

#
kaushalmodi I might just need to display something like "Your comment won't show up immediately"

#
kaushalmodi as the comment will fly through the mp client -> commentpara -> webmention.io -> zapier -> netlify -> finally on my site :P

#
kaushalmodi I'd very much apprecitate that :)

#
kaushalmodi One of the many reasons to drop disqus was its 150kb+ js

jjuran joined the channel
#
kaushalmodi sknebel: right now the auth url is commentpara.de by default

#
kaushalmodi yeah, as not all commenters would have any idea what that auth is about

#
kaushalmodi talking about processing, did you notice the transformation of markdown in https://commentpara.de/comment/240.htm to html on the site? :)

#
kaushalmodi It will be fine if I get the exact same HTML that I get now.

#
kaushalmodi Else, I guess.. a complication.. add a button to pick the comment format: md, text, html

KartikPrabhu and snarfed1 joined the channel
#
snarfed1 ugh facebook broke profile picture URLs
#
kaushalmodi curious.. can bridgy work with Hacker News?

#
snarfed both the URLs we construct like https://graph.facebook.com/v2.10/212038/picture?type=large , and the final URLs those used to (and still) resolve to
#
snarfed kaushalmodi: PRs welcome! https://github.com/snarfed/bridgy/issues/693
#
kaushalmodi Thanks, I didn't think of looking for an existing issue.

#
kaushalmodi Thanks for the detailed instructions on adding a new silo support. I'll try it out and see how far along I can go through that.

#
snarfed facebook API i wish i could quit you. https://github.com/snarfed/bridgy/issues/815
#
snarfed heh, pretty much the entire front page of the facebook API forum right now is complaints about profile pictures: https://developers.facebook.com/bugs/?tag_ids=175067919228429#u_0_1
[kevinmarks] joined the channel
#
snarfed notably, they started doing exactly what we speculated >2y ago that they already were doing. http://snarfed.org/2015-10-25_de-anonymizing-facebooks-app-scoped-ids#reported
[jgmac1106] joined the channel
#
[kevinmarks] https://files.slack.com/files-pri/T03QR2B2T-FA99K8D96/screenshot_20180419-214929.png?pub_secret=cbd63e601c&name=Screenshot_20180419-214929.png Why are family fighting? (ownyourgram.com vs withknown)

tantek and tantek_ joined the channel
#
[kevinmarks] Hosted known

[cleverdevil] joined the channel
#
[cleverdevil] So, I bit the bullet last night and moved Puny to work with MySQL, using a JSON column to store the MF2 JSON, and a few columns for fast indexing/search.

#
[cleverdevil] Its so much simpler than all of the hoops I was jumping through trying to get it to work against just S3 or DynamoDB.

#
[cleverdevil] RDBMS ❤

#
[cleverdevil] Yup!

#
[cleverdevil] I already have it working on Lambda too.

#
[cleverdevil] So, its entirely serverless, but everything is dynamic.

#
[cleverdevil] Yup.

#
[cleverdevil] In RDS.

#
[cleverdevil] Next step, move it to Aurora Serverles.

#
[cleverdevil] Then, it'll be 100% consumption based.

#
[cleverdevil] (That's an AWS MySQL/PostgreSQL compatible database service that only bills you when you run queries).

#
[cleverdevil] Indeed.

#
[cleverdevil] Its still in preview, unfortunately.

#
[cleverdevil] But, this is the way everything is moving.

#
[cleverdevil] You only pay for what you use.

snarfed, barpthewire, KartikPrabhu, [kevinmarks], singpolyma, chrisaldrich and tantek joined the channel
#
oodani hi again! i just noticed that https://indiewebify.me/validate-h-card/ thinks i have multiple representative h-cards, and i'm not really sure why? https://00dani.me/ has several h-cards but only one of them has a u-uid property at all (and it points to the current page as it should)
