#[tantek](also interesting distinction between which UX do you think would work better *for you* vs your peers / everyone else)
#[KevinMarks]Had great one on my phone. When it rings it has 2 buttons to accept or reject the call. After about 1 second it adds a "screen call' button inbetween them, moving the accept button to the right just as I am trying to click it.
#Loqimovingbuttons has -1 karma over the last year
#[schmarty]Whattabout centered buttons? Justified with space-between??
#sknebeland alignment and side the highlighted button is on also arent the same
#sknebel(especially odd that the author argues in replies that Windows uses left-aligned... while also having posted a screenshot of a windows dialog clearly showing the usual Windows convention of right-aligned but defaul operation on the left :D
#[schmarty]I was baited by the false dichotomy format. I'm imagining a terrible post like "Which kind of Twitter user are you? - Posting false dichotomies to beg for engagement. - Already left Twitter for Mastodon."
#Loqi[preview] Tenuta di CarleoneChianti Classico - 2019🇮🇹 Italy // Chianti Classico4/5"Very light nose of bubblegum and black fruit. Good acidity and body, fresh strawberries and old oak."
#LoqiBreakfast and Coffee is a wiki to which one can syndicate reviews of and information about breakfast and coffee stops published on their own website https://indieweb.org/Breakfast_and_Coffee
#aaronpkalso, WKD appears to be tied to the concept of user @ host, so doesn't really work for plain domains anyway
#t0nicShould the user of the plain domain not also already have an hcard that declares their name?
#t0nicAs well you could just retrieve the hashed key for the plain domain, if a user chooses to put on there
#aaronpkindieauth identities are URLs, not user@host
#aaronpkso i don't really see how it makes sense to use a spec that's designed to turn a "user@host" into a URL to find a key
#aaronpkthat's why indieauth.com and indielogin.com use rel=pgpkey to find the key given the indieauth profile URL
#t0nicI don't really see how it makes sense to rely on a rel tag that's not in any spec except the one listed on indielogin.com; it means the only people able to use indieauth are the ones who have actively tuned their website to do so
#aaronpkthe rel value rel=pgpkey incidentally predates WKD by about 12 years
#aaronpkanother point of confusion here is that indielogin.com's and indieauth.com's use of rel=pgpkey have nothing to do with IndieAuth the spec. this is just one of the mechanisms that indielogin.com and indieauth.com provide as a way for the user to authenticate themselves to that site. it's not part of the indieauth spec of the user logging in to the thing that actually supports indieauth
#[tantek]t0nic, RFC docs have no bearing on HTML rel values. Those are defined by the HTML specification (WHATWG) which refers to the microformats existing-rel-values link above as the registry of record for additional values.
#capjamesgI was missing two return statements :facepalm:
#starrwulfe[m]Not as bad as bad as my lack of a comma in an array the other day…
starrwul1 joined the channel
#[KevinMarks]Is that the return fn().then({}) thing? I do that every so often.
#capjamesgI was using express and sent a response w/ res.send() but didn't explicitly send a return, which it seems is needed unless you are at the end of a function associated with a route.