[schmarty]jacky: 👀 super interested in the Steam gameplay backfill project you mentioned in #indieweb! i see indieweb.org/play links to the Steam API for the last two weeks of activity only. can you share about the service you're using to get at historical data?
ShadowKyogre, johnvl, shoesNsocks, sp1ff`, [chrisaldrich], alex11, nolith2, [pfefferle], gxt, KartikPrabhu and [Murray] joined the channel; ShadowKyogre left the channel
@CurtisLusmore↩️ I have made a few tweaks to it over time, and I added a tiny amount of JavaScript to handle page view-count logging and Webmentions, but it's been more or less static now for just over 2 years. Every line of HTML, CSS and JavaScript was hand-written by me. (twitter.com/_/status/1357662684712341505)
gxt, ShadowKyogre, alex11, KartikPrabhu, [tantek], [Ana_Rodrigues], [Murray], sebbu and paul3 joined the channel; ShadowKyogre left the channel
paul3So I am trying to implement micropub to my website but I am wondering how I should do sections. I would like to have for example a "post-type" field for different categories, because the categorie field is used for tags.
aaronpkpaul3: i would avoid doing anything strictly based on post type, but are you maybe talking about something similar to how i have different feeds on the page where different posts get sorted into them? e.g. my "articles" vs "photos" lists?
aaronpki think because that category isn't a property of a post, it's more like where the post lives. whereas tags *are* properties of the post and are often shown as hashtags
aaronpki have some logic in my micropub endpoint that sorts posts appropriately based on what's in them, so likes go on my /likes page, replies go on /replies, if there's a photo then it goes on /photos etc
sknebel> likes, replys and bookmarks - those already have their own properties, so its kinda unnecessary to specify "post with bookmark-of: <url> oh and also it's a bookmark!"
aaronpknot sure what you mean, those property names are pretty well established at this point, and micropub clients know to send those depending on what action is being taken
aaronpkthe problem is there's lots of times a post isn't actually just one post type so forcing it into a post type property ends up being more awkward later
[Ana_Rodrigues]1, [tantek]1 and [schmarty] joined the channel
[schmarty]a lot of indieweb wiki pages about posts has a bias towards "a post _is_ type X" but i feel like we've been talking more about "a post _has_ some properties" in recent years.
LoqiPost Type Discovery specifies an algorithm for consuming code to determine the type of a post by its content properties and their values rather than an explicit “post type” property, thus better matched to modern post creation UIs that allow combining text, media, etc in a variety of ways without burdening users with any notion of what kind of post they are creating https://indieweb.org/post-type-discovery
[KevinMarks]and indeed cope with different people's ideas for organisation - you want an 'artistic photos' post type, so do you also want an 'informative photos' post type for eg the menu or oprning hours of the cafe you're checking into?
@mdrockwellIs there actually a benefit to showing the Webmention field on your site? Does it actually get used? It feels like all of the Webmentions are automated through the protocol/API, not manually by copy and pasting a link.
I’ve turned it off for now. We’ll see. (twitter.com/_/status/1357739857188188166)
[snarfed]also definitely always look at the bridgy HTTP status code and body for errors! they should always be meaningful. in this case, these are 504s (gateway timeout) and should say upstream timeout in the message
[chrisaldrich]jacky, that IndieAuth (bug/feature) had me using Togther for a nice change. Of course it also meant that I couldn't change subscriptions at Aperture either, so I spent some time test-driving Yarns too. plurality++
jackyI'd have to reimport all of my feeds tho - that's my only gripe (and part of the reason for that discussion re: feeds and follow posts the other day!)
LoqiEncouraging a plurality of projects with a self-motivated incentive to interoperate is a key principle of the indie web, in contrast to monoculture efforts which require or even encourage everyone to install the same software, or use the same online service, in order to interoperate https://indieweb.org/plurality
jackylike imagine if you were using Twitter's client app but wanted to follow things on Tumblr; you could just 'switch' what service provides you with content with no noticable changes!
LoqiIt looks like we don't have a page for "u-translation-of" yet. Would you like to create it? (Or just say "u-translation-of is ____", a sentence describing the term)
Loqitranslations are alternative versions of posts that have been translated (rewritten with the intent of maintaining meaning) into another language https://indieweb.org/translation
SaphireBut I also kinda want to prod around at Rust as I have been glancing at it for a while but never really got anything to work on for it... And PHP sounds nice as a very quick turn-around from start to minimum viability to finished thing
leo60228i believe so, https://webmention.app/docs has a section on how to use webmention.app + RSS/Atom + a deploy webhook to do it automatically for a static site
Loqi[Aaron Parecki] I saw this and was like "honestly there's no way people are going to be still arguing about this"
... then I read the replies and omfg! so many new people to add to my block list.
I also went to go fix the MDN definition but saw someone beat me ...
jackyI've been thinking about this more and since you have webmention.io in a semi-limbo-y state re: code, I figure that's something you'd want to consider
aaronpki can't de-dupe these without special-casing bridgy tho, since they are webmentions from different domains that just happen to have the same text
jackyI do know that bridgy tends to send back multiple URL values - I was thinking about doing something like collapsing against those values using some set of heuristics
[snarfed]aaronpk jacky ahh that bridgy duplication is a one time special case since i recently switched bridgy’s source URLs from brid-gy.appspot.com to brid.gy
[snarfed]bridgy didn’t send a webmention for your tweet because it interprets your tweet as the POSSE copy of the post itself. this is why i mentioned on https://github.com/snarfed/bridgy/issues/1008 that “Bridgy won’t send your toot itself,” only likes, replies, etc
jackylooking at the mf2 for that page, it looks like those links are only in the body and there's a _small_ chance webmention.app isn't picking that up