mayogRegorLove: I don't think there is any work required. If you sign into indiebookclue.biz using Aperture URL (https://aperture.p3k.io), it'll ask for channel to post into. And that's it
mayogRegorLove: it works. When you do that, you'll get redirected to Aperture login, where you login with your own site, and redirected back to indiebookclub.biz with the right token
LoqiIt looks like we don't have a page for "recovery" yet. Would you like to create it? (Or just say "recovery is ____", a sentence describing the term)
LoqiIt looks like we don't have a page for "account recovery" yet. Would you like to create it? (Or just say "account recovery is ____", a sentence describing the term)
tantek__(was always a weakpoint of openid, and why many/most (all?) OpenID consuming sites (relying parties) would also ask / insist on having your email address)
tantekwith relmeauth, the idea was that any service that consumed relmeauth would (could) also keep a cache of *confirmed* rel=me identities, and then let you check some subset of those (more than 2 obv) as a method of "recovering" your domain-based account
tanteke.g. you could click a user flow to "recover" an account of "me.example.com", and then the service would check its settings for that user for what relmeauth oauth providers you have previously chosen, and tne prompt you to auth-in with *all of tnem*
tantekassuming you could side-channel contact one of them (e.g. phone call, or random public post on a brand new twitter that @-mentions them) to start the process
@vasta↩️ So sorry to hijack a months-old conversation, but I hope it's okay if I ask you a quick question. Just signed up for http://webmention.io — if I were to use the single entry template you linked to here, I should be good to go? Or is there more to do? (twitter.com/_/status/1021575025458143232)
@gRegorLove↩️ It’s for everybody. :] But yes, webmentions were developed in the indieweb community and a lot of our personal sites support it so we can interact between our sites. (twitter.com/_/status/1021600223779581952)
aaronpkwhoa apparently I got bumped into a really low bridgy tier! I had a bunch of stuff from instagram that I never saw cause I never open the instagram app except to post now!
[snarfed]but bridgy instagram scraping still gets rate limited a lot, so it's possible a bunch of yours failed in a row... but maybe also it's just not connecting your synd links? looking
aaronpksnarfed: weird, yeah looks like most of my photos were found fine, but I clicked "poll now" and bridgy found like 60 new likes it hadn't sent before, across a variety of photos. also there was one video that hadn't gotten any backfeed yet.
[schmarty][snarfed]: seems like granary instagram friends stream no longer works? or maybe i started using it wrong. i've got my username in, @friends selected, no activity_id, and my cookie. it gives back a 401.
jgmac1106“This change represents a significant decrease in the existing rate of POST activity allowed from a single app by default.” why not tell us the limit?
[eddie]“Following application approval, you may be required to undergo additional, more rigorous policy reviews if you change your app’s use of Twitter’s APIs or request access to additional products or features, including the ability to post content to Twitter frequently or at high volumes”
[jgmac1106]My thoughts exactly Kevin. I can't use Twitter for what Twitter is best at...and when live tweeting based on new rules don't @ mention folks.
KartikPrabhuso github told me I can "opt in" to their new beta dashboard. but it doesn't tell me what is new about this unless I opt in. Isn't that nice
sknebelso billion laughs combined with transforms for... fun? pretty picture if it wouldn't crash? tricking some better renderers that otherwise would understand what's going on?
dmcweeneyhello I think this is the right place for needing help with HTML/CSS ... I'm a beginner using mozilla thimble to learn ... I am trying to get the reading boxes for module1.html to be aligned horizontally and it seems that one box is below the other two
gRegorLoveLooks like you have the `div class=boxLA` inside a `div class=col-md-6`. It shouldn't be nested like that, should appear at the same level as boxLA2
gRegorLoveThose three box divs should be inside the parent `<div class="col-md-6">`. That is a bootstrap class to make it 6 columns wide (out of 12 possible, so half the width)