#[Joe_Crawford][KevinMarks] that's epic! I did not come across those instances in my searches. And no, my data didn't lend itself to overlap. Too flat. Next time I do it I want to weight it by word count, comments, number of outbound links, and images. I'm fine with a more subdued image, it represents my 20 years of blogging pretty well.
#LoqiCreate Day is an IndieWeb event, usually the second day of an IndieWebCamp or its own virtual event, where community members gather to share what they’re creating for their site that day, get inspired, and collaborate when their projects overlap https://indieweb.org/Create_Day
#Loqiconneg is short for HTTP Content Negotiation, a method by which a browser or other web client can request content of various types from a web server, and depending on what is requested, and what the server supports, it tries to provide the best it can https://indieweb.org/conneg
#[tantek]Agreed, not providing ics at a .ics URL is actively confusing & harmful
#ZegnatTook a while, was surprisingly tricky to get going with Meetable locally ...
#Loqi[Zegnat] #139 Return HTML only when explicitly requested
#ZegnatDownload button might still be a good idea, of course. But this should hopefully address the curl/wget case. As well as the case for actual calendar applications like Gnome Evolution (as mentioned by petermolnar)
#aaronpkI will add a download button later but this is a good start
#ZegnatFor the first time I felt like the PHP landscape is evolving too fast. Meetable seems to be on 7.3, which is no longer officially supported and not available on core Homebrew anymore...
#ZegnatCurl working for me now. Can you test Evolution again, petermolnar?
#aaronpkWhere did you find references to 7.3? I've been running it under 7.4
#aaronpki agree though, I feel like they are being too aggressive about new versions lately, I hope things slow down a bit soon
#ZegnatOh, I think when I did my first composer install under PHP 8.1 there was a dependency that seemed to suggest it needed 7.3. But maybe 7.4 would have worked too
#ZegnatI would not expect them to slow down. The way they have been scheduling now is that every PHP version gets 2 years of active support from launch, and another year of security support. So feels like the expectancy is to start moving a tool to whatever the new version is after 2 years.
#aaronpkThe other aspect is how many new features and how many breaking changes are part of each release, so hopefully at least that aspect slows down too
#ZegnatIn general I think most code will actually still run without problems on newer versions. I feel like the real curse is how so many dependencies get pegged to specific PHP versions, and then those are not updated.
#ZegnatI wondered if Node was any better, but even Node’s LTS releases only guarantee support for 30 months. So I guess if you want to build in something with less release breakage you need to move to Python?