#[kevinmarks]this new caching trick works for your site now
loic_m joined the channel
#tantek.comedited /Firefox_Share (+330) "Additional Open Source Examples / Diaspora, perhaps use their UI as inspiration for a Micropub share provider" (view diff)
#[kevinmarks]Ooh, I should put hovercards on the webmentions on my site
#[kevinmarks]Which means I should get templating actually working.
#petermolnarthe thing is: I stil haven't found a clean replacement yet
#petermolnarthat has all the functions I actually use in WP
#GWGWell, I think I will stick around. I've made an investment
lukebrooker joined the channel
#petermolnarI had a strong urge to switch to grav, but:
#petermolnar- the media handling is gd based, stripping the metadata which I - in opposite of all recommendations - intend to keep in all sizes, since I mostly post my own photos and exif is important
#petermolnar- it doesn't have features - yet - like scheduled posts which I also use
#petermolnar- and I'd have to do a hell lot of work to rewrite my theme :(
lukebroo_, nedorito, lukebrooker, lewisnyman, pfefferle, nitot and j12t joined the channel
#voxpelli!tell aaronpk I have an almost ready fetch+parse Lambda method that was built and used in production at Bloglovin (and open sourced after that)
#aaronpkheh Loqi doesn't include "The" when searching for a page
#Loqiaaronpk: voxpelli left you a message 5 hours, 28 minutes ago: I have an almost ready fetch+parse Lambda method that was built and used in production at Bloglovin (and open sourced after that) http://indiewebcamp.com/irc/2015-09-02/line/1441197344553
#aaronpki really like the idea of using Lambda for dealing with parsing external resources since I don't have to worry about resources or security of my own servers making a bunch of requests to random servers
#voxpelliindeed – at Bloglovin we batched the requests into groups of 20 or so (or if it took longer than X time we sent the batch anyway) and fetched+parsed them in parallel on Lambda, sending them back individually over SQS
#voxpelliand made it as a progressive enhancement where it could just as well run in-process as be sent to Lambda – same code in both places
#LoqiSalmentions are a way to propagate comments upstream by sending a webmention from a reply post to the original post when the reply recieves a comment https://indiewebcamp.com/salmention
#KartikPrabhuAre slametions supposed to be sent only for reply posts?
#aaronpki would think you'd send a webmention any time your post is updated, whether that "update" occurs because you display a new comment, like, etc
#KartikPrabhuaaronpk: no I meant, should I send a salmention only to the post I replied too when I get an update; or resend a webmention to any link I have linked to?
#KartikPrabhuexample: K liked a post by A, then C replies to K's post. Should K send an update webmention to A's post?
#aaronpka reply to a like? I guess the question is whether A would want to do something with that reply
#KartikPrabhuyes. but there is no way for K to know if A does something with that.
#aaronpkif you take the example of RTing things on twitter, then the answer is yes
#aaronpkthere's no way to know if someone is going to accept or display or handle a webmention when you send one, but that doesn't stop you from sending them anyway
#voxpelliaaronpk: would be pretty wasteful I think though as the lambda-process would spend most of its time waiting for external connections – unless one can batch it into bigger batches it's probably not worth it for any other reason than possible security wins
#voxpellioh, if one did the parsing as well, then sure
#aaronpki guess it would be a couple of lambda functions actually, one to parse the original page, and a separate function for actually sending each webmention
eschenal joined the channel
#aaronpkgoing through this massive rewrite is giving me a great opportunity to spin off more microservices to avoid having to write everything again and again
#JeenaDamn, it doesn't help to just own your notes https://jeena.net/notes/423 you even need to copy the links you link to because two weeks later the note becomes meaningless
#tantek.comedited /YouTube (+494) "Lack of 3rd party copyright claim challenge with Jeena note example" (view diff)
#tantekthere you go Jeena, you speak up, we make an example of you :) (in a positive way :D )
#tantekreturns to reading benwerd social web related blog posts from years ago
#tantekthat's pretty funny, looks like openmicroblogging.org (linked from benwerd's post(s)) domain reg lapsed and someone took it over to just use as their personal microblogging site
#KevinMarkswhat was the open source browser extension thing that decrufted websites?
#LoqiIt looks like we don't have a page for "open source browser extension thing that decrufted websites" yet. Would you like to create it? http://indiewebcamp.com/s/102M
#LoqiThe sandbox attribute of the HTML5 <iframe> element can be used to greatly restrict what the framed content can do https://indiewebcamp.com/sandbox
#tantekKevinmarks - it's the simplicity / consistency bit you can do better at. same way that Facebook restricing design options is looks better than the MySpace insanity