#rrixThe differentiation between since-invited and since-joined seems obnoxious; i believe the default for new rooms is since-invited these days
tantek joined the channel
#tantekbtw re: private posts, I'd say a good starting point is FB's "Public", "Friends", "Only Me", "More Options" dropdown that they put on every post (with the little lock)
dmaczka, wolftune, KevinMarks, tantek, Loqi, Salt, Gold and pl_ joined the channel
#cweiskebtw, oauth1 supports an callback parameter value "oob" (out of band) especially for the non-webapp use case
sknebel, cmal, loicm_ and friedcell joined the channel
#cweiskebecause of the non-availability of micropub cli tools I was forced to use the wordpress command line interface wpcli.phar to build my private-instagram-posts-into-wordpress importer :/
#petermolnarcweiske sounds like a problem to solve ;) ( the micropub cli tools )
#Zegnataaronpk, Loqi definitely does not pick up on nick changes.
#dkmis spending entirely too much time getting a couchDB blog indiefied
dkm joined the channel
#dkmdoes anyone know if https://checkmention.appspot.com caches results/hosts? I'm trying to test an implementation, but it seems to be using an old webmention endpoint for my site
#dkmi.e. I've changed the webmention endpoint in the Location header of my page, but checkmention.appspot.com is still using the old one
#KevinMarks1I don't know what changed, but suddenly the floated images in the post summaries are running south of the sidebar in http://www.lifewithalacrity.com/
gRegorLove, Garbee and KevinMarks1 joined the channel
#KevinMarks1flexing it works for full width; now I need ot think about the narrow option (where I had expanding links before)
tantek joined the channel
#tantek!tell tbrb are HWC Edinburgh still happening weekly on Tuesdays? Haven't seen much discussion on IRC or photos - just making sure: https://indieweb.org/Homebrew_Website_Club#Weekly (and if not, please update frequency there!)
#ZegnatI think Jeena recently got back from his vacation and was planning to start it up again.
#voxpellitantek: needs restarting, we're not doing anything with it at the moment :/
#Loqivoxpelli: tantek left you a message 3 minutes ago: I wasn't sure what to update HWC Malmö to - left it as Monthly. Should it be moved to Getting Started or Need Restarting? https://indieweb.org/Homebrew_Website_Club#Malmo
KevinMarks1 joined the channel
#KevinMarks1hm, I can't toggle a <details> open with css
#tantekfrankly the whole details / summary thing was insufficiently prototyped / incubated
#tantekhmm - did Loqi stop showing tweet mentions of IndieWebCamp ?
#tantekor or from superfeedr for that matter. or is Loqi just ignoring @-replies? (I don't think so because I think I've seen some from KevinMarks )
emmak, AngeloGladding and KevinMarks1 joined the channel
#KevinMarks1we need a formal way to do tabs and toggle instead of the checkbox/radio button tricks
#KevinMarks1details/summary is an attempt at toggle that misses the tabs case
snarfed joined the channel
#tantekKevinMarks: I went down this road of attempting to style abstract semantic elements with different UI styles in earlier versions of CSS3-UI and gave up because it just didn't capture enough, and was a mismatch for how HTML input/UI elements were designed / behave.
#KevinMarks1now that every framework has tabs and concertinas, is there enough art to converge?
#KevinMarks1anyway, http://www.lifewithalacrity.com/ now uses flexbox and the magic of flex-direction: column-reverse; to fold the sidebar up
#KevinMarks1in theory this is what we'd use Web components
tantek joined the channel
#KartikPrabhuKevinMarks1 I don't see the relation with webcomponents which is HTML markup and layout
#KevinMarks1I meant for tabs and toggles - sorry, mixing 2 ideas
#KartikPrabhuwell if you are using JS which web components require you could do the same with classes.
#KartikPrabhui.e. <my-web-component> might as well be <div class="my-web-component">