#Loqidietrich: tantek left you a message 3 weeks, 3 days ago: if you're interested in giving a talk about IndieWeb sometime 2014-10-20..24, in particular how you've built or setup your own indieweb site, check this out and make a proposal! http://html5devconf.com/cfs-oct2014.html - feel free to mention that Tantek recommended you make a proposal (I was on their speaker board for a while) - and that offer is open to
#tantek.comedited /webactions (+960) "/* IndieWeb Examples */ document Michael Owens implementation since his action tags are live, even though fallbacks are in-progress" (view diff)
#barnabywaltersthat screenshot uses Ralph the terraformed concrete block because (embarrasingly) it was the only robot photo I had
#jonnybarnesis the plan to make shrwedness portable barnabywalters ?
#jonnybarnesi.e. I could easily install it on my own vps at some point
#barnabywaltersjonnybarnes: it’s all open source, you can install it right now
#jonnybarnesbarnabywalters: from github.com/barnabywalters/shrewdness ?
tantek and wolftune joined the channel
#barnabywaltersjonnybarnes: yep, but it might be a bit of a pain
#jonnybarnesbarnabywalters: so I ask again, is it in the pipeline to make installing less of a pain? :P
#barnabywaltersyou need a MySQL database, an elasticsearch index and a superfeedr account
bnvk and manny__ joined the channel
#barnabywaltersjonnybarnes: it depends how many people bug me :) at the moment I’m more focused on getting my instance working really well before supporting people installing it themselves
#barnabywaltersi.e. I’m going to be making breaking changes and would rather spend time building nice UX than making sure database schemas are automatically migrated from every possible permutation
#aaronpksounds like a reasonable priority for the time being :)
#barnabywaltersusually I would keep projects private for this period, but in practise that results in them never being released, so I decided to go “source available but unsupported as of yet” for shrewdness
#Loqiaaronpk meant to say: it doesn't work well for longer notes either though, especially when they have newlines
#tantekbetter to have things work not as well for minority cases, than complexify majority cases
#tantekmost dev-design tech/API/formats make the error of trying to avoid "work not as well" for all edge cases, and then complexify all the simple cases as a result
#tantekso the short answer to " what is the purpose of the implied p-name rule?" is 80/20
#tantekbut this question I don't understand: "why not just not set the p-name property when parsing?" - because that's exactly what the implied p-name parsing rule does!
#KevinMarks_hm, interesting anomaly with the live updating - if I leave the tab open and come back later I get a log with some lines missing
#tantekso same answer - because in the 80% of cases (more like 99% when you look at how many single-link h-cards we create linking to people name+images, or product name+image or org name+image etc.) it makes it MUCH EASIER for publishers.
#ShaneHudsonI suppose so but I wanted to give them their own archive pages and it also means they can have their own fields :)
#ShaneHudsonI think posts works better for my content over articles, as I tend to write longer than a note but not high enough quality to be an article
tilgovi joined the channel
#KartikPrabhuShaneHudson: I don't think "high quality" what ever that means defines "articles"
#tantekas soon as you start adding some structure, e.g. a name for the post, or headings, or multiple paragraphs, you're in article territory
#ShaneHudsonI want links to be separate purely so I can find them, bookmark style. Images will go in with notes (unless I want a long-form write up about the images)
#lolgicianI'm trying to register episte.media at RandoCorp. My other domain is managed through Hover. Does this mean I'm going to buy it at RandoCorp then transfer it?
#lolgicianI'm not entirely clear on how the domain names market works, so here's a page I've never heard of asking for a credit card~
#kylewmi'm not familiar with that registrar; if you trust them, then you should be ok to purchase there and use their tools to point to the right IP address
#kylewmif you'd rather use Hover, I'd just register the domain through Hover
#KevinMarks_so I have to add an og:image pointing at the jpg or png instead
#tantekbecause you don't want to visibly display the jpg or png?
#KevinMarks_because I don't want it downloaded by most browsers when I can use an SVG
#tantekwhy not <object data="image.svg" type="image/svg"><img src="image.jpg" alt="yo alt text"/></object> ?
#tantekFB ought to find that, and it's proper visible fallback HTML that browsers will only use if they don't support image/svg (or can't load image.svg)
#KevinMarks_I suppose I could. I was using <img> with SVG for simplicity
barnabywalters joined the channel
#tantekuse a high-compression JPEG (to minimize your bandwidth, and be nice to mobile browsers that don't support SVG) and of sufficient px resolution for FB to use.
#KevinMarks_will that make it fallback in IE <9 too?
#barnabywalterskylewm: I’m particularly interested in getting inline repost and like UIs working for you, as you’re furthest along implementing those post types
#kylewmbarnabywalters: do I need to log out and back in to micropub?
#barnabywalterskylewm: you shouldn’t need to — I’ll add some sort of status indicator so you can see your current access token availability and endpoint
#KartikPrabhubarnabywalters: can I haz shrewdness too! :D
#KartikPrabhubarnabywalters: also having trouble adding a second feed... will DM you
#benwerdbtw, transmat.io is interesting too: a POSSE and archiving tool (although centralized as far as I can tell, albeit with a local backup). very modern-windows-like in design.
#benwerdcan imagine it supporting micropub to post to indieweb sites.
#KevinMarks_can I try logging into shrewdness as known.kevinmarks.com too so I can try known likes etc
#barnabywaltersKevinMarks_: doesn’t look like you have a micropub endpoint — IIRC micropub isn’t core Known, you/benwerd needs to install a plugin
#barnabywaltersso who’s going to be the person to make a micropub plugin for wordpress?
#benwerdbarnabywalters: there's going to be a mega-update to the hosted code this afternoon (including much easier POSSE) - will add the micropub feature
#barnabywaltersjonnybarnes: that’s the elasticsearch PHP client, which is separate to the actual server. The client gets installed automatically when you install shrewdness
#KevinMarks_tantek: do we need to build rules like email for resending?
#KevinMarks_I think here ben was acking the mention
#kylewmtantek: in this case, Known reported that it successfully recieved the message
#tantekKevinMarks_: that's what I'm wondering, or at least figure out some best practices
#benwerdtantek, kevinmarks_: I'd support that, although it could be harder for really indie folks to implement, if they don't have the ability to retry asynchronously
#KevinMarks_this is tricky, as it is up to use to decide which ones to actually display
#benwerdand kylewm has a point - it's hard to protect against bugs like this one
#KevinMarks_webmentions going into a mod queue is a perfectly valid idea
#benwerdkevinmarks_: that's also true - some people (including us) *might* screen comments
#KevinMarks_we're definitely going to need commment screening at some point
#benwerdoh, but bridgy retweets save fine (albeit as comments). bizarre.
#KevinMarks_and at the point you have that, acking them and dropping them on the floor is good spam practice
#KevinMarks_otherwise you're giving the spammer a backchannel to fuzz against
#KevinMarks_I'm assuming a webmention ping is meant to be idempotent, and not cause cumulative copies of comments
#ShaneHudsonCould the mention not need a reply like TCP? A sends to B, B says thank you, if after a day? B hasn't said thank you A sends again (with a resend param perhaps)
#tantekKevinMarks_: not quite - no need to assume, see /CRUD
#KartikPrabhuKevinMarks_: yeah. i use repeat webmention pings to update/delete the comment
#tantekit was strange, there was a lot of passionate talking about analytics at the last Homebrew Website Club meetup, and yet none of the folks passionately talking about analytics and how they matter etc. have followed up with a wiki stub or braindump (and yes I did ask during the meetup)
#tantekI'd start a stub but I don't think it would be very productive. "analytics are a way to include a 3rd party script on your site that slows down your site in return for no discernible improvement to the user, and likely a worse user experience - the aforementioned slow down."
#KevinMarksPart of what Kate meant by analytics was understanding where people were sharing and reading her articles so she could follow their reacruobs