#aaronpkis there an equivalent for making operations that actualy *do* take a long time seem like they're worth it, instead of having the user feel impatient?
#aaronpki'm thinking specifically of all the rel-me checks that happen on indieauth.com
pereba and nitot joined the channel
#KevinMarksRight, or all the posse copies being posted on known
#cweiskemaybe she does actually like microblogging
#miklbI blocked the account and it removed the like from my Twitter client. Wonder if it will filter through to bridgy
#Ruxtoncan the webmention endpoint handle that? :) Bridgy looks to just scrape HTML to get likes, so if one is removed and it rescrapes I wonder what happens
#aaronpkno indieweb examples there, but add yourself if you're using it!
#cmalfor now I'm down to forking the official theme and the aboutme plugin for microformats support, and my changes to the theme have already been merged back in the project so there may be microformats2 support out of the box with the next release
#cmalyup, to be honest I'm just in love with this CMS so far (in terms of theming and plugin writing), it's really well documented https://learn.getgrav.org
#aaronpkit looks very similar to how i structure things on my own site
#cmalwhat about p3k aaronpk? do you intend to release the full project as free-software ?
#cmalhaha that's precisely what I thought when I first read about it :D
#aaronpkI do want to eventually, but part of releasing it is doing all that meta-work of making good documentation and making installs/updates super easy, and that is a lot of work to do well :)
#aaronpkI am going to start that process once I launch a couple more sites with p3k. Right now it's just me and http://indiewebcat.com
#cmalare you still having a lot of backward-compatibility-breaking updates in regard to the content itself? or is it mostly about themes/plugins/config?
#aaronpkonce I have a couple more sites on it, I'll need a smooth update process myself so that will necessitate building that part
#cmalI'm sure benborges would be up for testing your software quite intensively ;)
#aaronpkand yeah i haven't thought about plugins at all yet, and only barely have it so that it's "themable" right now
#cmalwell if you need people to help with building a user-oriented documentation don't hesitate to ping me :)
#cmalsure, I'm not always available and I'm currently writing some stuff, but I'll keep you updated when I have some time (probably in the next weeks)
#cmalarf I've never registered there, I was running Known on https://cmal.info but due to a friend not paying a bill I lost the server and had no time to restore a backup
#cmalI guess my plan at the moment is to get full Indieweb-compatibility for Grav and then setup https://cmal.info using Grav :-)
#aaronpkoops! cool. well you can always start small and just launch a basic site with Grav there to start
#aaronpkall you need in order to sign in to the wiki is the rel=me links to a twitter or github profile
#cmalbut thank you for reminding me, I'll deploy my test Grav setup to https://cmal.info asap :-)
#aaronpki'm a big fan of making small steps! turns out i've never regretted doing that, and usually regret putting things off in order to do a big launch.
#cmalregarding compatibility with other indieweb project, should the content marked as dt-start and dt-end be human-readable as well or would the clients take care of that?
#aaronpkespecially before twitter added the JS embed, people would screenshot tweets and include them in articles
#snarfedeh, sure, but still a tiny fraction of the amount they just use a product directly
#snarfedworth considering, sure, just low priority imho
shiflett and [benatwork] joined the channel
#[benatwork]I’ve never heard a single complaint about relative dates in Known. (It uses JS, so the relative dates update while the page is open.)
#aaronpki think my biggest complaint about relative dates is that it's often ambiguous as to when the thing actually happened. github is probably the worst at this.
#aaronpk"a month ago" is the worst tho. is that last calendar month? what if it's the 1st right now, would something yesterday be shown as a month ago?
#aaronpkis it last week? 3 weeks ago? 5 weeks ago?
#Loqireading time is a feature of posts (usually articles) that indicates the expected amount of time (typically in minutes) that it would take to read the post https://indieweb.org/reading_time
#cmalthey're also very relative and very useless unless you can configure your reading speed in your browser (which you can't atm)
#cmal(some people read thrice faster/slower as others)
#aaronpki remember the first time i saw one, i thought it was being smart and analyzing how much time people spend on the page on average
#cmalon my concerts page https://dev.subversive.audio/concerts and on other places on the website I have a sidebar displaying the next events; should this be an h-feed as well?
#cmalthat would mean on my concerts page I would have two h-feeds with events inside; wouldn't that be confusing for clients to find which one is relevant?
#cmalshould my sidebar events display be just a bunch of h-events outside of an h-feed?
snarfed1 and snarfed joined the channel
#snarfedcmal: lots of people have multiple h-feeds on their sites
#cmalalthough, as it's a sidebar widget it doesn't have its own URL so does that make sense to put it in an h-feed without a u-url?
renoirb joined the channel
#cmalI guess it would make sense to display it every where on the site as an h-feed with a u-url pointing to /concerts, and not having it in the sidebar on the concerts page
#snarfedcmal: design is up to you, but h-feed internal to a page is still fine
#aaronpki don't think any current readers will find a second h-feed on a page, but then again i don't know how many existing readers handle h-event feeds at all