swentelaaronpk, heh, well I'm writing a websub component for the drupal indieweb module, and I'm too lazy to write the discover part. That little library seems to do it well :) (actually, haven't tested it yet)
@mattiasgeniar↩️ that `htop` header was indeed very distinguishable from all other blogs ... i hope this new layout is too, gotta get used to it :)
for the comments: i keep hearing good things about webmention, seems easier to integrate (twitter.com/_/status/1192388163475591169)
swentelaaronpk, trying out websub.rocks for testing. subscribe and subscribe are fine. But I fail to see how I can get a notification in - trying out test 300, but when I see the blog I don't know what todo there :)
swentelI guess switchboard.io also does async validation right? websock.rocks does it immediately when trying to subscribe, kind of annoying in a way I guess (but makes sense too)
@ramsey↩️ First I’ve heard of it. Is there more information about it? I can’t find much on their homepage. Is it an open source project? Federated? Using webmentions, micropub, activity streams? (twitter.com/_/status/1192439468231417856)
[manton][snarfed] I was thinking about that yesterday with that news of Twitter employees looking up private info for Saudi Arabia. That's easier when you have many accounts concentrated in one place.
[LewisCowles]I have a friend who is currently undergoing chemo and he’s suffering a bit with something he’s doing between iframes. I’d really like to help him
[LewisCowles]> Some time between Firefox60 and Firefox68, code I had written over many years while teaching to communicate with IFrames has stopped working. The changes are supposed to make it more difficult for hackers to exploit them. Details as to what they have done are sparse, not helped by the fact they seemed to have screwed their own relevant wiki pages in the process. I’m currently working through my scripts to get them working again, but it
[LewisCowles]a slow process. The iframe has two parameters, ‘allow’ and ‘sandbox’ which I suspect hold the key. Most tutorials on the subject are also screwed in the same way my code is, so not much help there either.
[manton]IndieAuth question if [aaronpk] or anyone has thoughts on this... Micro.blog as an auth provider currently assumes you have a hosted blog on Micro.blog, so if you delegate an external blog to Micro.blog's auth URLs, things don't work when Micro.blog is figuring out what to put in the "me" URL response. But I'm think if an external URL is verified on your account, I could support it. Does that make sense or are there any security concerns I
gRegorLove[manton] I think as long as the domain doesn't change between what's entered and what's the auth endpoint returns. e.g. if I enter micro.blog/gregorlove as my profile, it would be go against spec for the auth endpoint to return gregorlove.com
[snarfed]oh god, lots, all over the web. there's a whole sketchy cottage industry here. a brief taste in https://github.com/snarfed/bridgy/issues/854#issuecomment-548844715 . rotating IPs, spoofing User-Agent, running some bits of JS to generate reasonable-looking browser fingerprints...it really is an arms race
Loqi[snarfed] agreed on all counts. i share your frustration!
i actually wrote that crawler you mentioned, a bit ago. www.facebook.com uses JS, so crawling that is hard, but m.facebook.com (with a logged in session cookie) is pure HTML and eminently scrapeable,...