#known 2017-03-13

2017-03-13 UTC
#
@jaduncan
@withknown @VeggieTorta I recently got asked this on IRC twice -does suggest it would be a good idea to do more social media/stream updates.
(twitter.com/_/status/841085930333134849)
davidmead and tantek joined the channel
#
@VeggieTorta
@mapkyca Glad to hear its been a viable venture, now its time for me to join the @withknown party. ??
(twitter.com/_/status/841152075648053248)
Dengxinjun, [jeremycherfas], [chrisaldrich] and jeremycherfas joined the channel
#
Loqi
good morning
mapkyca and tantek joined the channel
#
dgold
I'm tearing my hair out with known/php's json encoding
#
jeremycherfas
I wish I could help you, but json is a closed book to me.
#
mapkyca
dgold: what's the issue?
#
dgold
mapycka - trying to get image posts syndicated to an external API
#
dgold
in this case pnut - it isn't helped by the paucity of pnut documentation :(
#
dgold
If I could see what known is sending, I might have some hope
#
dgold
mapkyca: Oh, I'm using your KnownAppNet plugin, rewritten to use pnut's API endpoints
tantek joined the channel
#
mapkyca
is it the client -> known you're trying to debug, or the known -> pnut connection? When I debug syndication channels I tend to hardcode the endpoint url to a pastebin url... then at least you can see what it's sending
#
dgold
known->pnut
#
mapkyca
s/postbin/requestbin
#
dgold
ah, I never thought of doing that
#
dgold
you don't have that in a gist or something, do you mapkyca ?
#
mapkyca
The output? No... but the endpoint url is set by a single variable, so should be fairly straightforward to change and fire your request
#
dgold
yeah, I've written that up :)
#
dgold
thanks mapkyca. I'd not heard of this site before today
tantek joined the channel
#
mapkyca
glad to help :)
funwhilelost and [chrisaldrich] joined the channel
#
dgold
hmmm. can't get anything to post to requestbin using known's internal proc call
#
dgold
I think I may be seeing just what I've done here
funwhilelost, [jeremycherfas], [kevinmarks] and [cleverdevil] joined the channel
#
[cleverdevil]
Question: any reason that you can "reply to a site" on a "Status update" but not a "Post"?
tantek joined the channel
#
dgold
i wish I knew what you meant by that, [cleverdevil]
[kevinmarks] joined the channel
#
[chrisaldrich]
cleverdevil I think that technically you can reply in a Post by just including the URL in the body of the post and that will send a webmention when it's published. The semantic difference may be between the receiving site showing it as a "reply" versus a "mention" based on the microformat class that was sent on the post.
#
[chrisaldrich]
As an example, I don't think that replies to WordPress sites this way always differentiate very well and so they oftentimes show up as mentions by default rather than specifically as replies.
#
[chrisaldrich]
I find myself getting a lot of incoming webmentions on WordPress which indicate "X mentioned this on example.com" and manually changing semantic_linkbacks_type from mention to reply (and also stripping off "webmention" from comment_type) so that it' will display the originating site the way I think it should.
#
[chrisaldrich]
This is a known bug (?) on the wordpress side and may be tweaked in the near future.
[cleverdevil] joined the channel
#
[cleverdevil]
I mean that "status update" asks explicitly for a URL to reply to: http://share.cleverdevil.io/yhv2EzrSpw.png
#
[cleverdevil]
Whereas "New Post" does not.
#
[cleverdevil]
I also like how the post is rendered when you reply to a site. It actually says "In response to ..."
#
[chrisaldrich]
I think I understand what you mean and I've always viewed it as a simple quirk. I suspect that some of it was the parallelism they wanted between new status update, reply, bookmark, (and if you have KnownReactions installed, likes and reposts). Status updates don't allow adding raw HTML though, while New Posts do if I remember correctly.
#
[chrisaldrich]
If you can't include raw html and therefore permalinks of URLs, the reply to post part is there so your status update can send a webmention.
funwhilelost joined the channel
#
[chrisaldrich]
Some of the difference is in the length of what constitutes a /note versus an /article. The rest is probably having a simple way of allowing users to input their content, but still easily allowing webmentions to be sent "properly".
#
[chrisaldrich]
The more subtle difference is probably between status update and reply, but in that case it's likely just a small difference in the microformats classes that get put on one versus the other.
#
[chrisaldrich]
You'll also notice they don't have primary "reply" post type in the UI. So there's also a small UI difference in sending replies versus shares if you come to the UI from their bookmarklet. As an example try using: http://cleverdevil.io/share?share_url=http%3A%2F%2Fboffosocko.com%2F&share_title=Chris%20Aldrich%20%7C%20Musings%20of%20a%20Modern%20Day%20Cyberneticist
[cleverdevil] joined the channel
#
[cleverdevil]
Personally, I'd still like it if it were consistent across all of the post types.
#
[cleverdevil]
Gotcha, thanks for the clarification chrisaldrich
[kevinmarks] and KevinMarks joined the channel