#dev 2025-05-28

2025-05-28 UTC
grufwub joined the channel
#
[social]
rubenwardy - I find the date on reviews to be helpful as if things change and the coffeeshop improves to becomes horrible a date is helpful. There was a good discussion on one of the IndieWeb streams this past week about putting dates on blogs and content (where relevant).
#
[social]
BTW, I deeply enjoy your stats page and it is close to what I’ve been wanting to so for year with my blog. Finally getting to updating the code I’m hoping will unlock taking that step for me.
Virtual and [morganm] joined the channel
#
carrvo
Would the missing issuer be related to my fix? https://github.com/indieweb/indieauth-client-php/pull/28
#
carrvo
[edit] Would the missing issuer be related to my fix? https://github.com/indieweb/indieauth-client-php/pull/28
#
carrvo
I vaguely remember that might have been the error reported when the issuer "mismatched" over small differences.
#
carrvo
And a subdomain or not would be another such "mismatch".
#
[tantek]
+1 on dates for reviews, it makes a big difference when there's been a change in menu, ownership, staff etc.
#
[tantek]
welp PHP8 apparently broke my one-off fairly simple /pay page too 😕
#
[tantek]
and upgrading the local cassis.js that it was using to the latest public version in GitHub fixed it!
#
[tantek]
[snarfed]++ for fixing the Bridgy Fed notifications display issue! (now shows post permalinks responded to rather than "...")
#
Loqi
[snarfed] has 39 karma in this channel over the last year (72 in all channels)
#
mandaris
That's a dinosaur
#
perryflynn
If someone needs a test case, I could deploy a dev version of my intercom with a test user.
barnaby and Dryusdan joined the channel
#
rubenwardy
I still have dates on the reviews, it's just in the page not the URL
#
rubenwardy
But point taken. I wouldn't find that argument compelling with a blog post
#
rubenwardy
I guess I see these reviews as more "living"
[qubyte] joined the channel
#
capjamesg
[tantek] I am implementing a cross-origin warning in the edit button extension:
GuestZero and barnaby joined the channel
#
[tantek]
Interesting! That's a neat idea
#
[tantek]
I wonder if that case in particular is a special case of parent origin which you can detect
duanin2, barnaby and [artlung] joined the channel
#
capjamesg
The cross-origin feature is now in the latest Firefox extension release.
#
capjamesg
I also added an option to look for "view source" links. If one is found and no edit link is found, a source icon appears.
[Murray] and [KevinMarks] joined the channel
#
[tantek]
beautiful!
#
[tantek]
wait, what rel did you implement for View Source? rel="code"?
#
capjamesg
It's searching for "view source" directly right now. It is an option you have to toggle on in settings.
#
capjamesg
I'll describe my thoughts on rel=code in #microformats.
#
[tantek]
lol that cc didn't work thanks to something autolinking the .cc
balintm joined the channel
#
rubenwardy
so just wondering how many indieweb sites are posting coffee shop / cafe reviews
#
rubenwardy
or reviews in general
#
rubenwardy
I see quite a few product reviews
balintm joined the channel
#
rubenwardy
was thinking a review aggregator would be a fun project but there just doesn't seem to be much data for it
[aciccarello] joined the channel
#
[aciccarello]
But I'm still playing around with the format
#
doesnm
don not have any any blog post
#
rubenwardy
I would need a p-adr for physical locations
#
Loqi
[preview] [rubenwardy] I'm not sure I agree with `u-review-of` - what if it's a physical location or something without a canonical URL? How do you provide additional information I feel like the `p-item` approach is best, just needs to be renamed to `p-review-of`. You can ...
#
rubenwardy
eh this is too niche, will leave it
cow_2001 joined the channel
#
mandaris
I still have "improve authorship" on my list of todo items
[Jo] joined the channel
#
[Jo]
yess i saw that too
#
[Jo]
one of these days im gonna have to get serious about timestamps in h-entries, haven't looked into that yet as far as i remember
#
capjamesg
It's a time-traveling Webmention ✨
#
[Jo]
i already knew i wanted to attend this HWC back in Jan 1970
#
[Jo]
it's been a long dream of mine i can't believe it finally happened
#
capjamesg
I'm glad we were finally able to make it happen!
#
[Jo]
it was everything i hoped it would be
#
capjamesg
You don't want to miss insights like "what if the cookie escapes into the browser?"
#
capjamesg
This is the code for setting a timestamp in a h-entry: <time class="dt-published" datetime="2025-01-10 12:00:00">10 January 2025</time>
#
[Jo]
thanks!
#
[schmarty]
perryflynn, vikanezrimaya, Xander, gRegor: i believe i have a fix in for the webring sign-in issue y'all were seeing. can you give it another shot?
#
[schmarty]
gRegor: it was not a missing call to `session_start()` 😉
#
perryflynn
[schmarty]: works! thank you very much. 👍️
#
[schmarty]
perryflynn: heck yeeaah! thank you for checking!
#
[schmarty]
the tl;dr is that when i added support for using http://indielogin.com i completely goofed the logic so it would look up your metadata, set an expected issuer, then ignore your detected authorization endpoint and just use http://indielogin.com 🤦‍♂️
#
perryflynn
:-D
#
[schmarty]
now it actually falls back to indielogin only if it doesn't detect an authorization endpoint
#
perryflynn
thank you for the webring. 🙏
#
Xander
[schmarty]: it's working! I think!
#
Xander
An <a href="https://xn--sr8hvo.ws">IndieWeb Webring</a> 🕸💍
#
Xander
<a href="https://xn--sr8hvo.ws/next">→</a>```
#
Xander
```<a href="https://xn--sr8hvo.ws/previous">←</a>
#
Xander
[schmarty]: okay, so the section "Your Webring Links" doesn't appear to show my webring links. Just generic.
#
Xander
The backticks are just denoting the beginning and the end of code blocks, works for some clients
#
[schmarty]
Xander: looks like you're signed in, woo! congrats! those are the correct links for everyone, now. there are no longer customized-per-site links.
#
Xander
[schmarty]: Oh, okay! My bad! Dare I ask, how does that work? Can sites see the one that you left?
#
perryflynn
some people break the ring by the way, by adding noreferer and/or open the ring link in a new tab. example: https://insitze.org/
#
perryflynn
every time the ring link is clicked another page opens. :-D
#
perryflynn
so site specific links like they have in uberblog and fediring have benefits.
#
Xander
That's interesting
#
Xander
Everything is working perfectly, thank you so much!
#
[schmarty]
Xander: browsers usually pass along at least the domain name of the site you're coming from, which is often enough for the ring to identify the site. as perryflynn noted, that is breakable. at the time i was focused on removing a site-specific URL scheme that I really didn't like, so i didn't feel like coming up with a new one. 😂
#
Xander
That's interesting, didn't know they could do that
#
[schmarty]
Xander++ thank you both! perryflynn++
#
Loqi
Xander has 1 karma in this channel over the last year (2 in all channels)
#
Loqi
perryflynn has 5 karma in this channel over the last year (9 in all channels)
#
Loqi
[schmarty] has 11 karma in this channel over the last year (40 in all channels)
#
Xander
[schmarty]++
sivoais and claudinec joined the channel