#[KevinMarks]I remember hacking together a thing a while back, possibly with [benatwork], that used the camera API to estimate how far from the screen you were using facial recognition, and zoomed text accordingly, but I can't remember where I hosted it.
geoffo, [capjamesg] and [aciccarello] joined the channel
#[capjamesg]Does anyone know why a PWA icon would not show up on iOS?
#Loqi[capjamesg]: [tantek] left you a message 1 week, 1 day ago: have you considered adding explicit tag (i.e. p-category and u-category) indexing (and results) to your IndieWeb Search site?
#[capjamesg]I have a manifest.json file but it isn't working as expected.
#Loqi[preview] [Masto.host] There is currently a DDoS attack going on in the Masto.host infrastructure.Some instances are affected. I am investigating and will report once I know more.
#Loqi[preview] [Kev Quirk] You probably had trouble accessing #Fosstodon for the last few hours. That's because we have (and still are) the target of a DDoS attack. Fosstodon was the target, but other Masto.Host customers were impacted because of it (sorry about that, folks!)U...
[jacky] joined the channel
#[capjamesg]Does LDN have a lot of implementations?
#[snarfed]those are currently very underimplemented
#[tantek]capjamesg, you could also take a look at /Vouch, it needs a fresh pair of development eyes to pick it apart and see if its use-cases resonate with your experience
#[capjamesg]So I could have a function that takes in a list of h-entries, makes the requisite updates to nested comments, and returns the tree?
#[snarfed]more than that, salmentions involve webmentions across sites
#[tantek]capjamesg, I think you could look into what would it take to support Salmentions on your site, and then work downward from there to see if you can identify a bit of portable/reusable code
#Loqitantek has 23 karma in this channel over the last year (80 in all channels)
#[tantek]capjamesg, I'm advocating for this as something I practice with my own site development. as a methodology, when I want to add a user feature to /Falcon I first brainstorm it on the wiki (on both its own page, and sometimes on related more general user feature pages) in the hopes that others looking to build that feature may find thoughts/ideas to re-use. Then when I build it, I try to push code which feels like others might find
#IWDiscordRelay<capjamesg#4492> I need to figure out how to build this first.
#IWDiscordRelay<capjamesg#4492> [snarfed] what do you mean?
#IWDiscordRelay<capjamesg#4492> I don’t have a good mental model for how this works.
#[tantek]capjamesg, you know when someone replies using their own blog to your post you display their reply on your blog?
geoffo joined the channel
#[tantek]and you know how if someone else replies using their own blog to that first someone, that first someone's reply on their blog shows the reply to the reply on their blog?
#[tantek]wouldn't it be cool if your original blog post both displayed the first someone's reply on your post like you do now, and the reply to that reply?
#[tantek]^ my attempt at summarizing the most common Salmention use-case in three questions
#Loqi[preview] [Kevin Marks] @grantpotter @fncll @cogdog You could download the pages from Internet Archive and make a static version, and likely extract a lot of the content using the microformats markup that known published
#sknebel[capjamesg]: a) posts dont have to be h-entry.b) doc/type signature/code for get_nested_h_entry seems to be a bit confused - it produces a *list* of mf2 objects, doesn't it? c) it fetching content seems off, given you're supposed to have done initial validation already (and thus already fetched the post) once you call it, at least that's how I interpret it? d) only handles additions, not changes?
[schmarty] joined the channel
#IWDiscordRelay<capjamesg#4492> sknebel Posts could be more than h-entry?
#IWDiscordRelay<capjamesg#4492> Like h-cite? Or they don't have to have a format at all?
#[tantek]capjamesg, h-* though if it's not an h-entry that's VERY unusual and should assert a warning because it's more likely an error than an actual valid use of non h-entry in a Salmention context
geoffo joined the channel
#[capjamesg]Can someone look at my new code in the repo?
#[capjamesg]I think I have a more fully baked implementation.
#[snarfed][capjamesg] I'd recommend you try to use it either in unit tests or on a real site, with actual real salmentions in the wild
#[capjamesg][snarfed] Is there a Salmention in the wild I can look at?
#[capjamesg]Rather, this _is_ going in IndieWeb Utils. But I'm not sure I can move the needle anymore.
#[capjamesg]The function returns a list of all of the new replies between two documents, all of the Webmentions sent and their statuses to replies, and any URLs whose posts were deleted between both documents.
#[snarfed]if you're looking for something to do while you wait for review(s), integrate this into a test site somewhere, post an original post, a reply, and a reply to the reply, all on that site, and try to get that salmention to work properly
#[snarfed]that's probably more useful than reviewing the code in a vacuum 😁
#[capjamesg]I am burnt out on this for the time being.
#[capjamesg]Instead of making requests, I have 3 static files that I have been working from.
#[snarfed]yup! which is good, but you'll eventually need to process webmentions as part of it too