#aaronpkwell regardless of the name, I need a thing that parses a page and gives me a sane version of it, while also archiving the page as it exists at that time
#aaronpkfor now I'm mostly just interested in archiving the parsed version, not necessarily full on archive.org style
#beari've got a couple incomplete implementations of that in my closet - mf2, html but not css or images
#aaronpk[miklb]: while you're here, what's up with the 2-3 requests per second to webmention.io with perPage=9999?
#bearI stopped because getting even the full html from a sight with heavy js usage can be tough - so much is built now in the browser with tools like react and the like
#Loqibear meant to say: I stopped because getting even the full html from a site with heavy js usage can be tough - so much is built now in the browser with tools like react and the like
jgarber joined the channel
#[miklb]aaronpk: not sure. Can you give me more details? I use the webmention.io plugin for my jekyll site
#aaronpka ruby script is making a whole bunch of requests, but it's been going for hours
#aaronpkgetting api/mentions?target[]= with a bunch of different URLs
#[miklb]let me look at my local install, but Iām not aware of anything running. I build the site in Travis and deploy the compiled HTML.
#aaronpkdoes your deploy crawl webmention.io looking for mentions of each page or something?
#gRegorLovetantek: Did you see my comments earlier about month and day? We can display the full month name via template easily, only entering the yyyy-mm-dd once.
#gRegorLoveCould also display days only if you wanted to group by month, though the group-by-month would be a manual process.
#aaronpkthat almost looks like one of those fake wordpress comments
#aaronpk"I really enjoyed reading this post. Pleaes continue writing more on your blog. I have subscribed"
#Schnitzon sc we get fake account owners actually writing nice but enigmated comments, just so you wonder and follow the account back and there is an ad or so... really weird, since deleting that comment then seems a bit harsh in a way, since it most likely written by a person and *does* have something to do with you...
#aaronpkin the session description: "One way to handle comments is through the pingback or trackback protocols, both of which are widely implemented in many major blogging platforms. We can discuss the merits and drawbacks of each, and other possible solutions. A workshop session could involve implementing trackbacks/pingbacks on your own site, or implementing a new mechanism for using them."
#VendanI can spin up my own complete IRCd and have my own irc network running in about 10 minutes. I'll admit that IRC is slightly siloized, but nowhere near the level of slack
#aaronpkthe only thing that IRC has over Slack is that the protocol is (somewhat) standardized, so you can use an off-the-shelf client with your own IRC server
acegiak1, friedcell, thehighfiveghost, petermolnar and ttepasse joined the channel
#Schnitz!tell snarfed there seems to be an issue with responses getting back to my tumblr. I commented on both twitter and FB to a post that I possied thru bridgy, and after 12 hours, nothing showed up. I could manually crawl for twitter https://brid.gy/twitter/belp_audio# then the commentary shows up via disqus on my tumblr post, but I haven't found a way to manually crawl FB and the FB responses...
#Schnitz...never got back and before it was not necessary to manually crawl, it just worked...
#Schnitzme thinks maybe bridgy just crawls for comments once a day or so...
geor_gs joined the channel
#petermolnarsknebel I'm really, heavily against the trend which helps avoiding learning anything, including compiling a thing that is probably one of the easiest to compile of all
#petermolnarnginx code is clean, clear, and really easy to compile, even with extra module
#sknebelpetermolnar: understandable, and nginx is probably stable enough that missing distro-updates is survivable
#petermolnarwith the dynamic modules we're about to see precompiled proprietary modules, which makes me sad
#sknebelI'd bet a big push comes from their commercial variant
#kylewmaaronpk: curious what your experience with IFTTT to micropub is. it's been kinda flaky for me
#aaronpkoh? i haven't triggered it yet. i only hooked up my withings scale to post through it
#aaronpkforgot to step on my scale this morning to test it
#kylewmit's hard to tell if it's their fault or mine, there is not much diagnostic information
#terminalpixel_kylewm: You can see some form of logs if you look at your recipe on the site.
#terminalpixel_I use it for pulling reddit likes and stuff into my site and I've not had any issue, not quite proper micropub though
#aaronpkif this works well i'll write up a little tutorial
#aaronpkit does require that your micropub endpoint accept the access token in the post body instead of the http header, since IFTTT can't set http headers
#terminalpixel_Yeah I do it in basically the same way but send more simplified data than a full micropub document to specific endpoints with an access token.
#aaronpkthe nice this is a "full micropub document" is actually pretty small
#aaronpk"h=entry&bookmark-of={{url}}&access_token=xxxxx" would do it
#terminalpixel_Hmm yeah, not fully got my head around micropub quite yet :P
#aaronpkthat's all it takes to create a bookmark :)
#kylewmterminalpixel_: the "logs" look like: An error with Maker prevented your Recipe from working.
#terminalpixel_Ha they may not be of any use but at least they exist
shiflett_ and LaraFZ joined the channel
#kylewmgithub survey: " Describe your experience with Pull Requests in three words: "
#Loqisnarfed: Schnitz left you a message 5 hours, 21 minutes ago: there seems to be an issue with responses getting back to my tumblr. I commented on both twitter and FB to a post that I possied thru bridgy, and after 12 hours, nothing showed up. I could manually crawl for twitter https://brid.gy/twitter/belp_audio# then the commentary shows up via disqus on my tumblr post, but I haven't found a way to manually crawl FB and the FB responses... http://indiewebcamp.com/irc/2016-02-09/line/1455020931298
#[kevinmarks]The threading/nesting model assumes a single shared conversation space, which isn't true of the web, or twitter really
#Schnitzsnarfed does the polling intervals go up again automatically now that I use it again?
#tantekKevinMarks: as with many things, depends on the presentation
#snarfedSchnitz: yes. every 20m if it's sent you a wm in the last week
#tantek"single shared conversation space" can be made true, if you support receiving salmentions and show all comments on your original post, like ben_thatmustbeme does
#[kevinmarks]Right, but the respondents may have only seen a subset of the comments when they are standalone posts, so presenting as deeply nested replies can be misleading
#tantek"deeply nested replies" are generally seen as an archaic leftover from Slashdot/Reddit style bad design
#tanteksites seems to have coalesced on 1 or 2 deep max
#aaronpki will say i actually quite like facebook's one level deep reply nesting
#tantekaaronpk: which is thus 2 levels of comments on an original post
#snarfedfwiw, bridgy does intentionally still backfeed replies to "mention" posts (like your linkslaps, i'm guessing) as well as POSSE posts. i'm open to debate on that.
#gRegorLoveSounds like setting yourself up for more work if you're going to vet indieweb plugins and decide which ones get listed in "The" Indieweb Plugin
LaraFZ and [kevinmarks] joined the channel
#[kevinmarks]adding the fragmention script to WP seems like a good thing
#[shaners]"Micropub is an open API standard that is used to create posts on one's own domain using third-party clients. Web apps and native apps (e.g. iPhone, Android) can use Micropub to post short notes, photos, events or other posts to your own site."
#[shaners]Is the part about "on one's own domaināĀ and "to your own siteāĀ really necessary? Micropub can be used to post to sites other than my own, right?
#aaronpkthat is true, but that is the primary goal
#aaronpk"yyyy-mm-dd" is fine until we come up with a better design
#gRegorLoveaaronpk: Me too. I meant days-only for ##-##
#petermolnaraaronpk I've been preparing to use micropub once in the future; for that, I first need to automate all the logic I apply manually on a post right now ( eg. has attached image, image has exif, exif has certain values => photo ); is this only an issue for me?
#gRegorLove"March" for the heading, "14ā15 IndieWebCamp MIT..." for the first line
#gRegorLoveThat's what I was thinking if I templatized
#petermolnarI post various things: photos (images I take), things (short notes, bookmarks, etc), long things ("articles"); some of them needs some magic, depending on their type, which I used to to by hand ( select Format, select Category, apply Tags, etc. )
#petermolnarthese things I'm trying to automate as much as possible, but it's a long way
#aaronpkah. yeah I went through that process with my new site. mostly following /post-type-discovery on my posts
#tantekgRegorLove: can you do a simple template with no fancy design anything?
#tantekjust something that generates the h-event markup that we currently have to copy/paste?
#petermolnaryes, I'm applying the rules of post-type-discovery, but adding some extra: for example, I store webmention reply as an extra field and checking if that url contains anything supported by bridgy, if yes, post to bridgy
#petermolnarall the small things are adding up, but I'm making a progress
#petermolnarat least I'll have something to talk about if there will be an IWC Brighton this year
#tantekpetermolnar: have you asked adactio about IWC Brighton?
#petermolnarI've asked adactio about it, no plans yet
#tantekperhaps suggest July or August when it's nice in Brighton :)
#petermolnarby the way, the UK has beautiful springs and autumns, unlike the summers
#tantekpetermolnar: Brighton tends to get cold in the autumn though
#petermolnarI've tried reaching out to the Cambridge University ( the UK one ), so far, no response at all; also tried reaching out to whoever I've found on the irc-people page being in the UK to organize one in Cambridge; apart from one response - sorry, too far - nothing :(
#tantek.comedited /Events (-370) "revert back to YYYY-MM-DD because MM-DD was more confusing/ambiguous, also fix next HWC locations to currently known" (view diff)
#tantekwhoa big pic aaronpk ! mind if I make it 50% and float it?
#[shaners]Iām sorry I introduced this into the channel today. I didnāt mean to inflict this onto anyone. Shouldāve added a #triggerwarning to the message.
#tantekshaners, yeah, usually that goes into #indiechat ;)
#gRegorLoveWhat's the reasoning for not using "February 9, 2016" for the display date again? Just realized these iterations on /events are already coming close to that.
#tantekjust noticed that the lightbox display of tweet permalinks has a new UI feature! "previous" < > "next" arrows that go to the arrow that go to the next / previous (yes, flipped) tweets!
#aaronpki used to have a read-only text input that would show the short URL for my posts, so if you put your cursor in that and tried to move around to select the text you'd end up navigating away
#tantekthe "Working On" and "Itches" lists grow faster than I can implement (and delete) from them
#tantekgRegorLove: what do you think of the event details on this Events Calendar? (not that it's a great/good example, just a possible source of ideas) https://www.oasis-open.org/events/
danlyke and elima joined the channel
#tantekhad two people make similar comments, each on a different POSSE copy of my aƧai bowl post.
#tantekthus a real world illustration of the point I think KevinMarks was making earlier about no one single comment context place