#[tantek]and once again moment later it switched to: "mentioned http://fed.brid.gy/ ✅ 4 seconds ago mention sent '202'"
geoffo and vikanezrimaya joined the channel
#[20_s_Net]So I all honesty I have started to use Chat GPT to help me code my website but I added a hidden access code box and now it's all the pages rather than just one
[hello092], [Murray], Loqi, Gremblo[d], ytseboy[d], erscheinung[d], againstthefuture, hidjy[d], marmadilemanteat, the_kovah[d] and IWDiscord joined the channel
tPoltergeist, jacky, AramZS, [Paul_Robert_Ll] and gRegor joined the channel
#jackyfor refresh tokens versus token expiry, I'm starting to understand them as "if a token has an expiry, allow it to refresh itself. if no refresh is available, then a new token must be requested" but then there's also the case where getting a new refresh token might enable an expired token to be replaced with a new one that has the _same_ options (probably shorter expiry)
#gRegorYeah, my implementation generates a new access token and updates it in place, so it still has the same scope.
#gRegorThe expiry of the new token is the default length, which is 14 days in my plugin. Plugin also allows the site owner to change that default to whatever makes sense.
#jackyHmm making it the default length feels like a good idea to copy
[KevinMarks], dustinm`, shreyan1, [tantek], [snarfed] and jacky joined the channel
#bacardi55[m]I can imagine lots of people calling their frontend / UI team telling them their website isn't pixel perfect anymore and they need to fix it :D
#Loqi🦋 Bluesky is a public-benefit LLC and project run by Jay Graber and initially proposed by Jack Dorsey, former Twitter CEO, to “develop an open and decentralized standard for social media” and has Twitter-like features https://indieweb.org/Bluesky
#[snarfed]re links, yup. may be tricky. does anyone know of a good example of converting markup-based formatting (eg HTML) to plain text with index-based spans (eg characters 5-12 are a link to this URL) like in ActivityStreams?
#[tantek]now you have me thinking about the inverse of auto-linking/embedding/markup and wondering about roundtrip fidelity
#[tantek]could be possible for a strict subset of HTML
#[aciccarello]I used to use Google Fonts. I originally had some Material Design styles and initially had pointed to the CDN. Eventually I copied the font files into my project. But last year I switched to using a native font stack.
#[snarfed]yeah round trip fidelity is a nice stretch goal, but I'll settle with any reasonable basic logic for "disassembling" HTML into text plus indexed spans