ZegnatHmm. HTML scraping might be out as well, does not give me what I need. So my new flow is going to be: Google Takeout -> convert JSON to OPML -> import in feed reader.
[dmitshur]hmm, does the current indielogin.com IndieAuth client implementation not set the (newly mandatory! or mandatory-ish lol) grant_type parameter when redeeming the authorization code at the authorization endpoint?
[dmitshur]Assuming I only support the S256 code_challenge_method, I wonder if there'd be any problem with doing the code_verifier check by base64-decoding the code_challenge to precompute the expected sha256 sum of the code_verifier, then doing a sha256(code_verifier) == wantsum check. (It relies on base64 encoding/decoding being 1:1.) https://tools.ietf.org/html/rfc7636#section-4.6 doesn't go into low-level details about how the comparison should be
aaronpk[dmitshur]: I'm not sure I understand what you're trying to do. The verification should be pretty straightforward, you do the same sha256 calculation of the value you get in the token request and compare the hash with what came in the request
[dmitshur]Agree about that in the general case (e.g., can open up timing or DoS attacks). But I haven’t found a concrete way it’s a bad idea in this specific case, other than the general “factors I haven’t considered” angle.
peterrother, dhanesh, ludovicchabant, themaxdavitt, raucao, swentel, KartikPrabhu, [tantek] and ShadowKyogre joined the channel; ShadowKyogre left the channel
@EatPodcast↩️ I wonder whether that might have been an error from the 3rd-party app I use for webmentions. In any case, it got through. Unlike my attempt to DM you. (twitter.com/_/status/1343520209324417026)
Zegnat[dmitshur] there should not be any reason why that should not work. I think I would mostly just find it unneccessary to do any processing on the originally provided code_challenge value. Especially since both inputs code_challenge and code_verifier are untrusted. I would say it is better to SHA-hash an untrusted value, than to (try to) decode an untrusted value.
[Ana_Rodrigues], [Rose], [jgmac1106], ShadowKyogre, [Raphael_Luckom] and [KevinMarks] joined the channel; ShadowKyogre left the channel
jeremycherfasOut of my depth again, so ... by my understanding, there shouldn't be any problems with loading js from anywhere in my site. And yet, I get a 404 when I try. One thought was CORS, but that can't be it from the same site, can it?
[Raphael_Luckom]I have some time to help if I can be useful, but I'm not familiar with Grav. If you wanted to start a zoom or equivalent, or if there's something else I could do to help, I'd be happy to
swentelyeah, there might be rule (e.g. in a htaccess file) to prevent accessing files in certain folders, node_modules usually is a good idea to deny access :)
ZegnatOooh, it looks like I need Google to verify me for using OAuth. There is a 100 requests life-time quota before being verified, if I am understanding this right. I bet the old keys had gotten stuck on that.
ZegnatThe problem is I cannot really find it documented anywhere outside of this one-time popup you get when you create credentials: https://i.imgur.com/VOkEruK.png
LoqiOPML stands for Outline Processor Markup Language, an XML-based format and defacto standard used for feed lists interchange https://indieweb.org/OPML
[Raphael_Luckom]some of the cloud infrastructure stuff is ok (and I think but can't really demonstrate that their cdn game is ahead of aws's) but their identity and authn / authz products suffer horribly because they're still tied to roots as email addresses and mailing lists.
Zegnataaronpk: I think it is fine if you can get away with only using endpoints that do not require authorization. I had no real issue when I was working on getting YouTube into XRay
jeremycherfasWell, my ongoing project of the past few days is up and working, although I don't expect anyone to notice. There are still a couple of rough edges to smooth off, but I am glad to have got it done before 2021-01-01. Thanks everyone for help and support.
Zegnat!tell jeremycherfas I think Grav is still in some sort of debug mode? I get a debugging bar at the bottom on your site. Also: pagination links on https://www.jeremycherfas.net/blog seem to be broken?
[tantek]Zegnat, indeed there's scant formal documentation of the interchange format, what implements it etc. If only the developers of the spec kept such things on an easily web search discoverable wiki
[tantek]And absent that, might as well start documenting your interchange format use-case needs and come up with something more minimal/modern than a subset of OPML for that
ZegnatThe problem as far as I can see is specifically with the interchange format. I can find outliners that still use OPML, and there are plenty copies of the pure OPML spec that you can find (it is mostly just an XML vocab afterall). But does seem like I would need to create a handful of different nesting and naming combinations and start importing in multiple readers to figure out interop for the feed-subscription interchange format
ZegnatWill see if I can find the motivation to do that research. Chances are no. As I do not switch between readers a lot. I think I have only done one major switch, from Google Reader to Feedbin.
Loqi[jeremycherfas]: Zegnat left you a message 2 hours, 4 minutes ago: I think Grav is still in some sort of debug mode? I get a debugging bar at the bottom on your site. Also: pagination links on https://www.jeremycherfas.net/blog seem to be broken?
jolvera, [KevinMarks] and ShadowKyogre joined the channel; ShadowKyogre left the channel
@houshuang↩️ I'd be happy to discuss cognitive stuff any day. Also very interested in the idea of linking digital gardens - have been discussing some prototype with @JoelChan86 using webmentions, and actually tried building something 7 yrs ago based on PhD students reading identical papers. (twitter.com/_/status/1343680383930527749)