#dev 2025-02-13

2025-02-13 UTC
bret and aczietlow joined the channel
#
[tantek]
anyone know how Feedly consumes/parses BlueSky profiles/posts? https://feedly.com/new-features/posts/bluesky
#
[snarfed]
Bluesky users have RSS feeds, maybe Bluesky feeds to do?
#
[tantek]
(note: I don't actually agree with this conclusion, for many reasons)
saptaks, oxtyped, gRegor, [tw2113], troojg, bookeater, bterry and grufwub joined the channel
#
aaronpk
I never did get clustering notifications right, and now 10 years later AI has solved it for me
GuestZero, GWG, nanoflite, strugee- and Viv_Slakes joined the channel
#
carrvo
aaronpk, what is the difference between IndieAuth.com and IndieLogin.com? Is it that IndieAuth.com acts as an IdP that users can add to their profile and IndieLogin.com acts as a client intermediary that developers can add to their client?
#
carrvo
What would happen if I had a profile with IndieLogon.com listed as the `rel="authorization_endpoint"` (or in the metadata endpoint)?
NaomiAmethyst, ttybitnik, nanoflite and nemonical joined the channel
#
[KevinMarks]
I think feedly would use the bsky API we used for bsky.link
#
[Murray]
<- #indieweb capjamesg: you want to add `name` attributes to each radio group so that they behave correctly. If the aim was to allow multiple choice, I'd suggest changing to checkboxes 🙂
#
capjamesg[d]
[Murray] Oooh, good thought!
#
capjamesg[d]
I did want to allow multiple choices to be selected, but I hadn't thought about using a checkbox instead.
#
[KevinMarks]
using checkboxes is clearer for that, yes
#
[Murray]
yeah, from an accessibility/semantics perspective, checkboxes would be a better choice in that case
#
aaronpk
carrvo: yes indieauth.com is meant to be an IdP users can use for their website, indielogin.com is a client for devs to use to sign users in. I am not actually sure what happens if you link to indielogin.com with rel=authorization_endpoint but if it doesn't currently error out I should make sure it does
#
capjamesg[d]
[Murray] I'm rolling out a change now.
#
doesnm
aaronpk: for me it shows "This client_id is not registered (https://indielogin.com/id)"
[Sophia_wood] joined the channel
#
aaronpk
oh that's funny, that makes sense tho
#
doesnm
capjamesg[d]: third question is broken now
#
doesnm
capjamesg[d]++
#
Loqi
capjamesg[d] has 47 karma in this channel over the last year (217 in all channels)
#
capjamesg[d]
[Murray] A review of the semantics would be appreciated!
#
[Jo]
capjamesg++ great quizz btw
#
Loqi
capjamesg has 48 karma in this channel over the last year (218 in all channels)
#
[Jo]
karma collector
#
[Murray]
[capjamesg] looks good! The only suggestion I'd have is wrapping the whole thing in a `<form>` element, and use the `<button type="submit">` within the form itself to trigger the submit, but there may be a variety of reasons why you've done it the way you have and it's not strictly better my way 😉
#
[Murray]
(you also don't _technically_ need the `type="submit"` if the button is within the form, but I prefer being explicit 😄)
[lazcorp] joined the channel
#
[lazcorp]
I got <img> - "You appreciate the visual side of the web -- the potential to share photos and images, diagrams, sketches, and more." - so it's clearly working! capjamesg[d]++
#
Loqi
capjamesg[d] has 49 karma in this channel over the last year (219 in all channels)
#
[Joe_Crawford]
Perfect for Paul. Suspect people would love some reposting/share options though your prerogative capjamesg[g]++
#
Loqi
capjamesg[g] has 1 karma over the last year
[dshanske] joined the channel
#
[tantek]
capjamesg[d] is it possible to get any of the elements listed in the HTML standard? or rather, how many possible elements are there as answers?
#
[tantek]
I am presuming you picked a subset, in order to ship "something" sooner (which makes a lot of sense)
#
capjamesg[d]
[tantek] I picked ~20 or so.
#
capjamesg[d]
You can read the JavaScript on the page to see which 😄
#
[tantek]
That's an excellent starting number, large enough to provide diversity, small enough to figure out a decision tree quickly and ship
#
[tantek]
I would have deepended on figuring out a full decision tree for all elements, then not shipped 😂
#
capjamesg[d]
Oops, 37 elements.
jak2k, GuestZero_ and GuestZer| joined the channel
#
carrvo
aaronpk, I will give it a try sometime in the next week I hope. It would be nice to support it but IndieAuth.com might be more appropriate.
GWG and btrem joined the channel
#
btrem
I'm having a hard time untangling my 11ty thinking. If I have a collection of posts, and I want to publish only the most recent one, how do I do that?
#
btrem
I feel like I'm missing the obvious. :/
gRegor, nemonical, Chailotl and barnaby joined the channel
#
[tantek]
capjamesg[d] did you say you're up to 49 elements that your quiz can return?
#
[Jo]
i think that is was 49 input options but 37(?) elements
#
capjamesg[d]
[Jo]++ yep!
#
Loqi
[Jo] has 2 karma in this channel over the last year (27 in all channels)
#
[Joe_Crawford]
the number was `document.querySelectorAll(':user-valid').length` triggered `onsubmit` note that it was not scoped to the form, and not scoped to only inputs, so it's possible that encompasses non-radio, non-checkbox elements
#
[Joe_Crawford]
button, form, inputs I added to page may be part of that count. It's also possible there are other elements which participate in `:user-valid` (does legend? does label?)
nanoflite, Chailotl, ttybitnik, bret and sebbu2 joined the channel