#Loqi[Vanessa] It did strike me as mildly amusing that the main way to use OAuth for the Indieweb is via a Twitter account. Luckily I do have a (pretty much unused) GitHub account, created in a very optimistic moment, so was able to use that.
#aaronpkonce you receive a webmention there will be a setting for it
#aaronpksnarfed: you might be interested to know that the paging issue I was describing friday turns out was a stupid bug, and now I think it's working great
eli_oat, KevinMarks_ and cweiske joined the channel
#cweiskeaaronpk, did you deploy the #bottom change to chat.indieweb.org yet?
KevinMarks, tantek, KevinMarks_ and [kevinmarks] joined the channel
#loqi.meedited /POSSE (+88) "tantek added "HN ibid: "Why won't a link on these platforms suffice since they have their "cards"?"" to "See Also"" (view diff)
[eddie] joined the channel
#loqi.meedited /POSSE (+246) "tantek added "HN ibid: "This is an interesting thing, but too complicated and over-broad for the mere-mortal." <-- page introduction needs simplifying, simpler instructions to setup POSSE, acknowledge where POSSE usability is in the [[Generations]] spe..." (view diff)
#[eddie]I had Jekyll down to like 5 min rebuild but importing past Facebook posts it’s back to 15 minutes so I think I’m definitely on the verge of needing to just build a dynamic interface in my Node.js server rather than using Jekyll to build it. A user already hits my Node.js server before getting the static files so it wouldn’t be a huge change
#[eddie]By having a user get the static files through Node.js I bet it’s already missing some of the benefits of being a static site
#loqi.meedited /POSSE (+236) "tantek added "HN ibid: "Facebook is just a glorified RSS feed with centralized discover ability." <-- debunk with comparing [[Facebook#Features]] (and [[Twitter#Features]]) vs RSS plumbing feature set. A visual diagram/table comparison might help." to..." (view diff)
#loqi.meedited /POSSE (+234) "tantek added "HN ibid: "This really is not possible with RSS at all, especially since the silos don’t want to support RSS in any meaningful way." <-- perhaps add a whole subsection in "Why" explaining why RSS is insufficient compared to POSSE." to "S..." (view diff)
#tantek[eddie] I vaguely remember the same problem (long rebuild times) hitting longtime Movable Type users
#tanteksome of whom found that switching to WordPress was thus "faster" at publishing
#tantekseems like you'd want some sort of a "rebuild window" where you only rebuild the last n posts or n months of posts
#[eddie]Yeah, that would definitely help. I think one of my biggest issues is, Index pages
#tantekor someway of keeping track of "needs rebuild" lists of posts (like dirty bits) that then trigger those posts and their aggregations to be rebuilt
#[eddie]I can’t pre-filter posts on index pages so it has to sort through ALL the posts
#[kevinmarks]Have you profiled Hugo? It has an importer for jekyll, and has been very speedy on big sites for me
#tanteksknebel: I'm long overdue on producing a nice graphic version of the original POSSE diagram I drew (before it was even called POSSE) https://indieweb.org/POSSE#Background
#tantekor perhaps I should only draw things on whiteboards at IWC/IWS sessions that are being recorded :)
#[eddie]kevinmarks: I haven’t profiled Hugo, but I’ve heard good things. I tried the Jekyll importer I think the issue I ran into and haven’t further investigated was all my posts are actually a Jekyll “collection” and Hugo wanted to import my “posts” not my “collection”. That said, I could probably do some more investigation into that
#AngeloGladdingwould it be presumptious to cache a resource's webmention endpoint?
#tantekpretty sure the Webmention spec covers that
#AngeloGladding"The sender MUST fetch the target URL (and follow redirects [FETCH]) and check for an HTTP Link header [RFC5988] with a rel value of webmention."
#tantekAngeloGladding: or there's an opportunity to document how publishers can properly return HTTP caching headers on their post permalinks to help with this