#aaronpkThat's true. I guess I was worried about sending too many mentions from a post that is a collection so I didn't add that yet
#Loqiaaronpk: [jgmac1106] left you a message 25 minutes ago: in terms of collections Telegraph doesn't recognize children. I remove top level h-entry and then add it back
iasai, barpthewire, cweiske, KartikPrabhu, [kevinmarks] and swentel joined the channel
#aaronpkthat's more a post type discovery question
#sknebelwhich is related to "how am I gonna consume this", which is kind of important for markup decisions
#aaronpkat least with my travel plans there is a clear consuming use case
#[jgmac1106]And it seems logical there is a departure and return time and date
#aaronpkbut maybe the answer is that travel plans are travel plans and we still don't go near the "collection" term
#sknebeland implementation-wise, special case it for "a series of children that are h-trip (or whatever the type was)" in e.g. the reader?
#aaronpkmaybe "collection" isn't actually a useful term
#aaronpkhaha yep sknebel that's the other way of saying that
#[jgmac1106]Having same conversation with jargon in dev and without jargon in main chat good practice
#sknebelyes, maybe generic "collection" support in e.g. readers doesn't work
#[jgmac1106]Yes trip is the word, a trip is a special h event with a collection of posts that occurred during a specific time or distance frame
#sknebel(on the other hand, using a property would easily resolve the difference between child elements like the h-cards and explicit members of the collection.)
#[jgmac1106]I added p-category and value in my collections to indicate if post is 1 out 5 2 out of 5.
#sknebel(sth like "u-part h-trip" for travels, or "u-part h-cite" for collections of generic posts (u- because I'm assuming urls for the individual parts exist)
barpthewire and [kevinmarks] joined the channel
#[kevinmarks]A collection post probably looks like an entry to readers, but may have nested other types inside it? So h-entry with h-cites in?
#[kevinmarks]The medium/quill/buzzfeed post editors are implicitly collections, with the buzzfeed one making it more explicit. I now wonder if this edges towards the Gutenberg Block model too
#GWGBut I am invested, even if the community pivots
#swentelyeah, I've been around for 12 years now in Drupal, hard to leave
#swentelnot really active in core more though, that's the past
#GWGAlso, sometimes I feel like I am propping up the WordPress Indieweb users.
#[jgmac1106]I am doing drupal training at work now, our new website is all Drupal...but they said they built a CMS on top of the CMS...that phrase scares me
#[jgmac1106]not a feeling gwg you are the WordPress rock
#GWGI always credit pfefferle, although he's focused on Activitypub right now, and doing well with it
#ZegnatI got the feeling Drupal is very much a framework offering a ligh-cms. So a lot will turn into CMS built on Drupal. (Correct me if I am wrong, swentel
#swentelthe ultimate goal is to have a set of components and libraries provided by the 'api' community, and then a 'product' community that builds a proof of concept cms
#[Vincent]Is anyone syndicating to Mastodon at the moment? I would like to do it from Node but I can’t find Mastodon API docs or a good Node module I can look at so I can understand how to do it. (I know I need an app token etc, which I have generated from my account). But the actual mechanism and URL etc needed to POST in to it, is evading me
#aaronpkI would definitely recommend the bridgy fed model rather than syndicating to an actual mastodon account
#aaronpkthat turns your website into something that can be followed from mastodon rather than having to maintain another account and agree to someone else's terms of service for where that account lives
#[jgmac1106]...also just one more thing to break and mantain...there are WP and Known plugins for syndication
#aaronpkwe need a name for that that isn't syndication, because it's not really
#aaronpksyndication implies there's something you're syndicating _to_, whereas making your content available so that it can be subscribed to on mastodon is not syndicating to mastodon
#aaronpktechnically federating is the most accurate term because it encompasses both publishing and also receiving the posts, but i'm not sure that's the best term to use when telling someone the differences between syndicating to a mastodon account and turning their site into something that can be followed from mastodon
#aaronpkI could inset the posts below, give them a little more space
#[eddie]I was thinking two things. One: color differentiation or Two: space differentiation (either increasing the width of the top post or decreasing the width of the bottom posts)
#[eddie]Space definitely feels like the more natural
#[eddie]Yeah, so there IS another mysterious endpoint we might be able to fetch from
#[eddie]Step Two (the tricky part) using Charles Proxy (or some other sniffing agent) you have to get the OpenID/OAuth credentials that get passed from the iOS app to the nintendo servers. This also means temporarily allowing Charles proxy to decrypt your HTTPS by installing a root certificate on your iPhone. You can delete that after retrieving the OpenID credentials
#[eddie]Step Three: I built a node.js script that uses those from a config file to fetch the data and post it via Micropub
#[eddie]Every 15 minutes they expire the Bearer token, so every time my script runs it has to refresh the token (if expired) and then use the new Bearer token
#[eddie]Also the API just tracks the play time for the entire day, so the code has to be smart about remembering what play times have already been sent to the server and to wait until the play times don't change so that it doesn't send a bunch of play posts in the middle of your play session
#[eddie]I'm very excited about these passive posts. I've got my podcast listens and my plays now
#[eddie]I also have an idea about how to get my NintendoSwitch script to be able to send to my site when I'm "actively playing" a game (similar to your "I'm still here")
#[Rose]I would love to have an instagram story-like aspect for a now page, so I can show stuff without it being on my site permanently, but with some stuff being permanent
#aaronpkI guess I fix that on my webmention receiving code? if a post gets a webmention from a source URL that is a collection that contains the post, ignore it?
#[eddie]aaronpk OR you could check if the type of post is a trip, and if so utilize the webmention to say "Part of the following trip" with the webmention of the trip
#[eddie]So that the trip essentially auto-links itself so people can find the trip from the individual post 🙂
idstam joined the channel
#aaronpkI don't need the webmention for that, it knows it already
#aaronpkmy photos do that already I just need to port it to the regular collections
#aaronpkI have a *lot* of posts generated during the trip so maybe what I need is some sort of UI to quickly select which ones should go into this post from a subset that my site can be smart about generating
eli_oat, snarfed, anth_x2, [tantek] and barpthewire joined the channel
#jeremycherfasWoohoo. My PHP listens script can now extract the salient details for an episode from the Overcast extended OPML and create a post in Grav with resized image artwork. That'll do for today. Tomorrow, polish the display template. Might even run it for real and see what happens.
#snarfedi love error reporting tools for this kind of thing. they email you every time your site serves a 500, etc. (ideally only on new ones, to avoid floods.)
#[eddie]I should probably instead add an error reporting for one of each post type
#snarfed[eddie]: i'm guessing the one for your homepage is a monitoring probe? ie it fetches it every minute or so and tells you if it's down? or is it built into your site?
#[eddie]that would help catch when I break something based on various post type logic
#[eddie]Ohhh you mean something built into the site, snarfed?
#snarfedah. yeah these are different. they're catch-all error handlers built into your site's code itself that trigger whenever you have an uncaught exception or serve a 500, etc
#snarfedi'd also encourage people to distinguish between *outages*, which is what uptime monitoring is generally for, vs errors/bugs, which are better caught and aggregated by buillt in error reporting.
#snarfedand especially for self care etc, be deliberate about what you consider an "emergency," ie something worth getting worked up about or interrupting whatever you're currently doing. outages may be worth it; bugs usually aren't.
#[jgmac1106]... As someone who just discovered an error log that was 1.4 gigs large.. Wish I had it on my personal sites
#snarfedhah, yes. the "reporting" part of error reporting!
#dougbealjeremycherfas++ Nice, looking forward to extracting overcast listens
#Loqijeremycherfas has 10 karma in this channel over the last year (29 in all channels)
#jeremycherfasThanks. I’ll share as soon as it works well enough.
[schmarty], snarfed, iasai, [jgmac1106] and [cleverdevil] joined the channel
#[cleverdevil]!tell [aaronpk] it would be cool if Aperture included a bit more metadata on feeds within channels. Presently, all it returns is "url". I'd love it if it also had a title or name, etc. This would be for a specialized microsub client that generates shareable OPML files.