#[tantek]no clear pattern, though most place it "near the top" either as part of the event header or just below
#[tantek]Meetup puts it between the date/time and the location
#[tantek]near / adjacent to the visible datetime in the event details is an interesting pattern. marty, jeena, iws2019, and meetup all do that
[grantcodes] joined the channel
#[grantcodes]My site as react example? I am 100% sure there are thousands more personal websites built with react but not in the indieweb community
benharri joined the channel
#[tantek]Would be interesting see how many use SSR so they'll show up historically (e.g. internet archive)
#[tantek]I'm thinking Add to Calendar links from event permalink pages should use rel=alternate type=text/calendar
#jgmac1106i use no analytics on my Known site but I just saw a message knowing analytics is being pinged. I suspect an image or link. How can I find out?
#LoqiServer-Side Rendering (SSR), is the traditional technique of rendering HTML pages on the server, as opposed to Client-Side Rendering using JavaScript in the browser https://indieweb.org/SSR
cweiske, tomasparks, krychu, [mapkyca], Arye, [jgmac1106], [xavierroy], pfahlr, [tonz] and vika_nezrimaya joined the channel
#[jgmac1106]Tantek as call back.. Agreeemy multiphoto work flow is a PITA.. Wanted to do first day of school post, need to download photos from Google, rename them to something obvious, ftp all the photos, open up my gallery post template, cut and paste in all src urls, add a figcaption, add alt text
#[jgmac1106]Granted I have no micropub features on my main site its all manual till it hurts
#[jgmac1106]... And not get distracted by my serious desire to fix the stylesheet
tbbrown, [Michael_Beckwit and [tantek] joined the channel; cameronbrown[m] left the channel
#[tantek][jgmac1106] I empathize with so much of that. IG app has decent multiphoto posting UI but even that is so oddly stateful that I keep feeling like I’m going to make a mistake
jay2, KartikPrabhu, [snarfed], [schmarty] and jjuran joined the channel
#[tantek]back to improving event posts. does anyone else <!here> post /event posts with an Add to Google Calendar link/button besides [schmarty] or is the only one? Looking for UI variants when you have *both* an "Add to Calendar" (ICS) link and a custom "Add to gCal" link
[manton], [jgmac1106], rauhl, [fluffy], cweiske, eli_oat, KartikPrabhu, [benatwork] and [KevinMarks] joined the channel
#[snarfed]aaronpk just fyi, after i stopped using my proxy's IP to fetch IG pages, IG dropped the block on it (ie it can fetch now again) after <20h.
#[snarfed]i'm not using it for bridgy again, since it would just get blocked again, but still, useful data point
tbbrown joined the channel
#[tantek]interesting. I wonder what's their rate trigger to block
#[tantek]also that seems to imply a 24h back-off for any random/unexpected error may be useful to consider in such server to server implementations / protocols
#jackyI do a lot of URL resolution on my side under the hood so upstream things (webmention, PTD) doesn't have to fuss about it
strugee and gRegorLove joined the channel
#gRegorLovetantek: rel-alternate for ics sgtm. and my latest thinking on placement after working with some client is having the "Add to Calendar" beside the event date
#[fluffy]it has a bunch of missing stuff I’d like to see but in general it does a much better job of handling dependencies and environment stuff than the hodgepodge that came before it
#[fluffy]plus I like how it does the hard part of resolving your actual environment and its interpreter for you
#[fluffy]there’s definitely situations where a bare venv is easier/faster to deal with though
#[fluffy]I mostly only started using it because it’s what heroku uses
#[fluffy]the main thing I wish for with Pipenv is the ability to specify multiple deployment environments/targets. It sorta special-cases dev and otherwise everything else is ‘production,’ which means it’s easy to run into situations where you end up with extra packages or even conflicting packages based on trying to deploy on a Mac desktop running sqlite vs a Linux server running postgres and memcached, for example.
[manton] and [tantek] joined the channel
#[tantek]still not buying relative target URLs until someone points me to where in the spec it tells you how to resolve relative URLs explicitly. lacking that explicitly, when the spec says URL, it means absolute URL