#[tantek]The GUID thing that is supposedly "one thing that I feel like RSS and Atom still do better than h-feed" I've literally NEVER seen actually work in practice (with RSS/Atom feeds).
#[tantek]and by work, I mean, someone actually comes up with a workable maintainable GUID scheme for their posts, then changes domains/permalinks, and their GUID system keeps working
#[tantek]As you say [fluffy], feeds that bother with GUID typically re-use a permalink URL, maybe without optional slugs (so permalink slugs can be edited without altering the GUID)
[fluffy] joined the channel
#[fluffy]I’ve changed post categories on my site many times and the GUID follows the post and people don’t get re-notified of a new post, so
#[fluffy]anyway my point is that Publ very specifically generates a GUID that sticks to the entry regardless of how the permalink changes
#[tantek]I've considered at some point generating GUIDs that only use my slugless permalinks for this reason.
#[tantek]though this is more of a #indieweb-dev chat
#[fluffy]but the GUID never appears in the URL, and there isn’t even any publicly-visible way to query an entry URL from a GUID (although I’ll want to add that at some point, probably when I implement native activitypub, so it just hasn’t been a priority)
#[fluffy]I do know that u- and p- are the data type and then the name is actually ‘uid’ but my brain always has trouble connecting those two facts when I implement something 🙂
#[tantek]it hasn't so far because we haven't had any actual working examples of opaque string GUIDs
#[KevinMarks]content hashes can be cross-site guids if you're careful about relative URLs
#[fluffy]Like I don’t want the page ID to change every time I fix a tpyo, and I also don’t want caching to completely break whenever a prev/next link or “12 hours ago” or whatever changes.
#[fluffy]Basically, I only implement etags for the sole purpose of cache control.
#[fluffy]And any further discussion of this is #indieweb-dev of course.
Seirdy, sparseMatrix, jeremycherfas, maxwelljoslyn, lahacker, [dmitshur], gRegorLove_, [dianoetic_net], barnabywalters, timculverhouse and [chrisaldrich] joined the channel