#dev 2018-11-02
2018-11-02 UTC
[cleverdevil] joined the channel
# [cleverdevil] Pass in any arbitrary domain, this will parse for relme links, and pull the person's name from their hcard, and generate a JSON output containing a mapping of that domain to all of their identities, and how to "mention" them in plain-text and HTML on that service.
# [cleverdevil] (Only handles a few services at the moment... Twitter, Micro.blog, GitHub, Keybase, Instagram, and LinkedIn)
# [cleverdevil] Its in PHP, so I could merge this into Known as a helper class somewhere, and then use it to implement what I am wanting.
[schmarty] joined the channel
# [cleverdevil] Good ideas. Gotta run to a family thing. Iβll tinker more later π
[kevinmarks] joined the channel
# [kevinmarks] Gets confused by kevinmarks.com
snarfed joined the channel
# gRegorLove [cleverdevil], only finds my keybase: https://cleverdevil.io/nicknames?url=https://gregorlove.com
[cleverdevil] joined the channel
# [cleverdevil] Added the "url" key.
# [cleverdevil] Looking at the two sites that it didn't pick anything up from.
# [cleverdevil] (Its using the version of php-mf2 bundled with Known)
# [cleverdevil] May be out of date.
# [cleverdevil] Fixed [gRegorLove]'s
# [cleverdevil] (My regex wasn't case insensitive... oops!)
KartikPrabhu joined the channel
# [cleverdevil] Now I've broken it again, haha... working on it.
[eddie] joined the channel
# [eddie] Regarding pet names and nicknames cache. My site recognizes and displays pet names. (See Mom, Dad and Ash pet names on this post: https://eddiehinkle.com/2017/12/07/16/checkin/) real names would be Sarah, Dean and Ashley.
# Loqi [Eddie Hinkle] Getting ready for Dadβs retirement tomorrow +Stacy +Matt +SarahMai
at
Garrisonville, VA
with
Ash,
Dad
and
Mom. https://api.mapbox.com/styles/v1/mapbox/streets-v9/static/pin-m+24b1f3(-77.42124009981552,38.47519106565878)/-77.42124009981552,38.47519106565878,13,0,60/1280x350@2x?access_token=pk.eyJ1IjoiZWRkaWVoaW5rbGUiLCJhIjoiY2oxa3o1aXdiMDAwNDMzbjFjNGQ0ejl1eSJ9.WQZ6i6b-TYYe_96IQ6iXdg&attribution=false&logo=false
# [cleverdevil] Yeah, kevinmarks.com totally explodes.
# [cleverdevil] Not sure why.
# [cleverdevil] Hmm... Known can't even fetch the site.
# [cleverdevil] Works on every other site I try.
# [cleverdevil] Ah... "Connection timed out after 5000 milliseconds"
# [cleverdevil] Yup, can't even curl your site from my server [kevinmarks].
# gRegorLove Hehe, capital R strikes again :)
# [cleverdevil] π
# [kevinmarks] odd
# [cleverdevil] I am able to get it to work if I use http://www.kevinmarks.com
# [cleverdevil] Of course, it improperly discovers your h-card then, assigning you the name "Chris Messina"
# [kevinmarks] it should redirect
# [cleverdevil] π
# [cleverdevil] It looks like you're on S3, and I am fetching from an EC2 instance, so it may be somehow oddly related.
renem joined the channel
# [kevinmarks] is this like google appengine not being able to crawl itself?
# [cleverdevil] Here is the in-progress code -> https://gist.github.com/cleverdevil/17a5cea3cb8d81c43404de169720a8df
# [cleverdevil] Feel free to provide feedback!
# [kevinmarks] my h-card is inside the h-feed, so you don't see it and get Messina from the bottom
# [kevinmarks] you'd have the same problem with an h-card on a post
# [cleverdevil] Shouldn't your h-card be up at the root level on your domain?
# [cleverdevil] How am I to know which h-card is yours?
# [cleverdevil] I suppose I could match the urls.
# [cleverdevil] Cool.
# [cleverdevil] That fixed it.
# [cleverdevil] [kevinmarks]++
snarfed, KartikPrabhu and [asuh] joined the channel
mblaney joined the channel
[tantek], [sebsel] and calumryan joined the channel
[schmarty] and swentel joined the channel
cweiske joined the channel
[tonz] joined the channel
mblaney joined the channel
[sebsel] joined the channel
[tonz], [kevinmarks], [tantek] and [jgmac1106] joined the channel
[tonz], [kevinmarks], KartikPrabhu, [sebsel], eli_oat, dougbeal|imac, [schmarty] and [frank] joined the channel
calumryan and [jgmac1106] joined the channel
# [jgmac1106] [frank] I use inoreader and I never discovered away. Ended up starting to use [aaronpk]'s Aperture
[eddie], snarfed, calumryan and [tantek] joined the channel
# [frank] [jgmac1106] I've been thinking about using the Broadcast possibility. This builds an RSS feed I could use as input for some service to post to my site. But I get stuck in these moving parts...should I use micropub to post then? Something else? Build it or fork it? Which one? All these open ends!
# [jgmac1106] [frank] yeah all my class feeds are inoreader so I can embed feeds on my site
# [jgmac1106] try aperture and indigenous first, I need to try the broadcast, but yeah I click on link to web, copy url, and then use somethign to publish from inoreader
# [jgmac1106] [jackjamieson] working ion micrsub and Yarn for WordPress, @swentel has a Drupal implementation
# [jgmac1106] file a a feature request issue...super responsive team
[schmarty] joined the channel
KartikPrabhu and jgmac1106 joined the channel
calumryan, jackjamieson and [tonz] joined the channel
sebsel joined the channel
calumryan joined the channel
eli_oat, [eddie] and snarfed joined the channel
[schmarty] joined the channel
# [schmarty] snarfed++ very nice!
snarfed1 joined the channel
# jacky aaronpk: I don't know my site's hostname out of the box (it's running from within a container so it thinks it's http://localhost:4000) so I take in a provided host name and rewrite to be the 'expected' hostname
# jacky so like koype on my laptop runs under Docker and I'd reach it from http://localhost:4000. But when I hit Quill, I'm hitting it via ngrok so its hostname is https://235f79da.ngrok.io
jackjamieson, swentel, [eddie], [schmarty], eli_oat and [kevinmarks] joined the channel
# [kevinmarks] Svgshare.com is ticking up again. I need to have a look at it at some point.
snarfed and [cleverdevil] joined the channel
# [cleverdevil] Thanks for the feedback everyone on my tinkering with "nicknames" yesterday. I've updated a ticket in Known with details on how I could see this improving Known in general - https://github.com/idno/known/issues/1992
# [cleverdevil] We'll see what [benwerd] has to say π
snarfed, jgmac1106, Elementalen3rgY, swentel and KartikPrabhu joined the channel
[tantek], jgmac1106, snarfed and [cleverdevil] joined the channel
# [cleverdevil] Hey, [aaronpk], should I open an issue in Aperture for this? - https://github.com/cleverdevil/together/issues/20
# [cleverdevil] So, I opened a related issue and PR on JSONFeed - https://github.com/brentsimmons/JSONFeed/pull/116
# [cleverdevil] But, its been open forever.
# [cleverdevil] It said nothing before, and my PR simply says that relative URLs *may* be used.
# [cleverdevil] Mostly because its already out in the wild with people using it that way.
# [cleverdevil] Correct.
# [cleverdevil] !tell manton Think you could get this resolved?
# [cleverdevil] Damn.
# [cleverdevil] !tell manton Think you could get this PR merged? https://github.com/brentsimmons/JSONFeed/pull/116
# [cleverdevil] Roger, wilco.
jgmac1106, snarfed, KartikPrabhu and [chrisaldrich] joined the channel