jacky, swentel, KartikPrabhu, cweiske, NinjaTrappeur, gxt and [jgmac1106] joined the channel
#jamietanna[m]aaronpk: looking at the sign in with apple example, I see the comment `Save your private key from Apple in a file` does that mean they provide both the public and the private to a dev, rather than going through certificate signing process?
[Ian_Forrester] and [kevinmarks786] joined the channel
#sebselbut then it requires publishing an email address again :(
#sebselI guess there is no way around that for rel=me
#[tantek]sebsel, nothing requires publishing an email address
#[tantek]my point is if the user *chooses* to publish an email address (e.g. already does so, plenty of folks do), *then* it can be used for IndieAuth via Apple sign-in
KartikPrabhu and [grantcodes] joined the channel
#[grantcodes]Alrighty, pretty close to having my microsub middleware idea working. I got it to pull posts from channels, parse them and then create its own feed. Was a more complicated flow than I thought. Now I'll see if it actually works
#Loqigrantcodes has 21 karma in this channel over the last year (36 in all channels)
#[jgmac1106]And at some point Grant Glitch has to monetize...hoping they allow others to monetize... Seems team subscriptions put on hold
#[jgmac1106]Grantcodes check with Eddie in #dev he was just talking about something similar
[jeremycherfas], [Ian_Forrester], KartikPrabhu, [xavierroy] and [kevinmarks786] joined the channel
#aaronpkjamietanna[m]: yes it's not the same as an ssl cert, it's just a private key and they use this same flow for most of their authentication and signing stuff elsewhere in the platform
[eddie] joined the channel
#[eddie]Ohhhhh, Core ML (Machine Learning) 3 that Apple is rolling out, will be able to use on-device machine learning so you can have custom algorithms that stay on the device you control. One I have the basics built into Remark, I think i’m going to have to experiment with that and see if I can get Remark to help provide some on-device channel (in addition to a Microsubs regular channels) that helps surface stuff from your various channels that you
[jgmac1106] and [Rose] joined the channel
#jamietanna[m]aaronpk: Interesting, thanks, just wondering because that'll then mean they have access to the private key too
#aaronpkSure but it doesn't really matter for this
#aaronpkI think they don't store it since they say you have to download it as soon as it's created and you can never go find it again later
#aaronpkso you're trusting that they're not storing it, but that seems like not a huge risk given that the only thing the key is good for is talking to Apple
#[grantcodes]The daily publish time will definitely not be correct for now, but should happen once a day fingers crossed
[Zegnat], [Rose] and [tantek] joined the channel
#[tantek]I have a long delayed post about rel=me updates from the past year (now 1.5 yrs) that I clearly should have already posted since now there's a need to reference what's new with rel=me
#[tantek]Zegnat what have you heard besides Mastodon re: what's new with rel=me ?
KasperNymand, KartikPrabhu, eli_oat, [kimberlyhirsh] and snarfed joined the channel
#GWGI am interested in new things I might try with rel me
#aaronpk[fluffy] part of the reason that Atom/RSS looks "easier" to parse than mf2 is because it's much more limited in what can be included in the feed. and even then, go look at any mature parsing library and you'll see it's full of quite a mess of stuff to handle all the variations
#[jgmac1106][fluffy] as someone new to much of this stuff I was amazed that all I had to do was put mr2 in HTML and it just worked as a blog in my reader
#aaronpknow imagine trying to also include photos, videos, replies, likes, reposts, etc in Atom/RSS, and imagine how much more complicated it would get
#[fluffy]That’s fair, but I also find it easier to wrap my head around because I can just look at the file and see what does what.
#[fluffy]One specific thing I dislike about h-feed is that it doesn’t really lend itself well to a template where there’s a “cut” though.
#[fluffy]if you subscribe to the h-feed on the summary page you only get the summaries. In my atom feed I can provide full content and also have a feed-specific layout for things like images etc.
#jackythat's dependent on the markup of one's h-feed, no?
#[fluffy]and I also feel like the atom answer of “just include your images/video/etc. as inline content to the HTML” works fine for the cases I’ve considered.
#[fluffy]Well, sure, I could provide a full-content h-feed that formats the same as my atom feed. :)
#[fluffy]But I already have the atom feed and it’s already supported by all the feed readers I know.
#[fluffy]That said I would liket o add h-feed support into feedparser.py at some point
#[fluffy]I guess I’m not *opposed* to mf2, I just feel like it’s another layer of complexity and confusion in an already complex and confused space.
#[fluffy]I do try to support it wherever I can of course.
#[fluffy]I wonder how hard it’d be to add into SimplePie.
#aaronpkmost of the hard part of consuming microformats isn't actually related to HTML at all. it's handling the variations in where things like the author appear in the data structure.
#aaronpki've dealt with this a *lot* while writing Aperture
#aaronpkthis is a double edged sword, because while it makes it a little harder for consumers, it offers much more flexibility for publishers. and since there are far more publishers than consuming code, it makes sense to optimize for that.
#[fluffy]yeah, and having the validator helps a lot.
#[fluffy]One of my long-term projects is to add authentication/friends-only stuff into feeds and while I think I have an okay idea of how to go forward (which we’ve talked about a bunch in the past, actually your responses to my original E2EE proposal are how I started following the whole indieweb scene in the first place!) I’ve definitely focused on the Atom side of things, and I’m not entirely sure how it might work in an mf2 world.
#[fluffy]I guess the mf2 approach would be to have the authentication stub be visible in the HTML, maybe hide it using CSS.
#[fluffy]or in the case of just doing a single thing to indicate that there’s potential auth content, that would just be a stub entry that appears at the top of the screen and does double-duty.
chrisaldrich, gRegorLove, leg, [kevinmarks786], [kimberlyhirsh] and snarfed joined the channel
#[kevinmarks786]Atom is superficially easier to parse but in practice feedparser covers a multitude of sins. But h-feed does have the summary/content distinction that atom has already. You could hide the full content part with css (or details/summary)
[Rose], [eddie], gRegorLove_ and [grantcodes] joined the channel
#Loqih-feed is a microformats2 draft specification with a top level feed object to contain h-entry posts and optionally a common author https://indieweb.org/h-feed
#gRegorLove_`u-url u-uid` (canonical url) being different than the feed URL could be a signal, but even then, some h-feeds (mine) include full content, so the extra fetch isn't necessary