#[tantek]I really hate how much the "simple" act of displaying *static* charts & graphs on the web requires enabling some number of scripts per page. Why is this a thing? Are there no good server-side generated charts & graphs tools/frameworks?
#[tantek]Is this a technology problem? The lack of sufficient HTML+CSS primitives to do charts & graphs?
#GWG[tantek]: Server side generation by script is also an option
#Ruxtoncould be worse, we could still be presenting everyhting in RRDTool graphs ;P
#[tantek]idk what that is and i think i'm ok with that
#Ruxtonoh pre-html/css/js graphing everyone used the same serverside tool inside perl script ;)
#[tantek]presumably these days you'd want to generate SVG charts & graphs so they "just work" to scale across devices, screen resolutions etc.
[chrisaldrich] joined the channel
#[tantek][chrisaldrich] in the newsletter there is zero indication that it came from a bookmark on your site, so it looks like it is showing a bug on Tracy's site instead, which is unfortunate
#[tantek]what's the permalink of the post on your site?
#[chrisaldrich]I think I've got mark up for the title within the reply context, IndieNews just doesn't pick it up. If I were to have put a comment on my bookmark, IndieNews would have shown that as a note along with what's currently there.
#[tantek]now I'm extra confused as your bookmark posts don't even have an errant blank p-name to confuse IndieNews
#[chrisaldrich]I can temporarily try to add a title to my two posts and resend the webmentions to hack a fix?? But we see this bug pop up every couple of weeks.
#Ruxtonit looks like a news.indieweb issue, the h-entry only has one u-url and sets the author to tracy ?
gerben joined the channel
#[chrisaldrich]Odd, it looks like even if I add an explicit title to my post it doesn't add it like it used to. I'd have to dig into changes I may have made since this used to work for me at some point. It'll take longer than I've got to be able to do tonight.
#[tantek]I guess what I don't understand is if it's grabbing the URL for Tracy's post, from the h-cite, why isn't it also grabbing the p-name from that too?
#capjamesg[d]I'd love to see something come of this. I have been doing an overhaul of the recrawl logic for IndieWeb search and ran into a bit of an issue with how exactly I should go about identifying rel="alternate" h-feeds.
#capjamesg[d]With something like text/mf2+html I would have a lot more clarity on how I should go about parsing the content on a page.
#capjamesg[d]I suppose that technically I could parse the contents of the feed, see that it is HTML, and then decide to look for h-feeds, but a specific mime type would prevent me from having to make that assumption.