Loqi[Greg McVerry] 1/2 people in room at @uconnresearch SBIR event faculty who chase grants everyday. I might have utilized a more production based pedagogy that took advantage of the audience but I always prefer uncoferences or at least some audience participation. I...
[relapse]If you're using the plain "jgregorymcverry..." URL still, you might want to add a rule that only redirects files/ directories that don't exist.
ZegnatUgh, my weight graph has stopped working. Firefox started complaining about the subresource integrity hash (so either that has previously not been implemented by Fx or Cloudflare has been tampering with the JS libs). Chrome does load some parts of the graph but complaints about CORS settings (again on Cloudflare’s side)
ZegnatAt some point I was thinking about just making a dedicated OPML importer for Microsub. But as it wasn’t a direct itch of myself I dropped work on that
petermolnarthe thing is... opml is horrible. But, because it's XML, it has XSL. Meaning I can do this: https://petermolnar.net/following.opml - it looks reasonable, and it's still a valid opml file.
ZegnatIt was one of the reasons why I dropped the OPML import thing. It wasn’t as easy as “just read XML”, because there seemed to be some disagreement on how an OPML of feeds gets structured.
ZegnatI saw some feeds that put all the subscriptions on the top level, and then some that nested them depending on categories (e.g. if exported from a reader with folders)
[tantek]!tell [jgmac1106] hey your mini write-up and chat about the apache redirect directives that helped you migrate your site would make an excellent article for today's IndieWeb Challenge, especially if you explained it precisely, specifically step by step, and provided the code block for .htaccess
[tantek]also happy to help with editing and feedback to get that out there, as /migration is certainly non-trivial (still) and many would find it useful when looking at changing what setup/CMS they have on their site (especially if they want to keep the old one running, maybe even statically, just to support old permalinks)
[tantek][jgmac1106] I'll point out that nowhere on that page are real-world examples that would have helped your situation. The examples there are almost completely useless in practice.
[tantek]also it's certainly *not* a "mod_rewrite Introduction" in any meaningful/useful way except for handwaving. it might be a half-decent reference for when you already understand mod_rewrite