davidmead, eli_oat, snarfed, tantek, renem, loicm, amz3`, j12t, rMdes_ and [keithjgrant] joined the channel
#[keithjgrant]Is there any documentation on IndieAuth tokens expiring?
#[keithjgrant]Right now, Omnibear stays logged in indefinitely, but I'm wondering if I should be checking for expired tokens & requiring re-auth at some point
John__, loicm and j12t joined the channel
#schmartyMaybe in oauth spec. I think it is left to the implementation, though.
#sebselI think you just have to check for an eventual 401 or 403 HTTP status code and then prompt to re-authenticate?
#LoqiPOSSE is an abbreviation for Publish (on your) Own Site, Syndicate Elsewhere, a content publishing model that starts with posting content on your own domain first, then syndicating out copies to 3rd party services with permashortlinks back to the original on your site https://indieweb.org/POSSE
#aaronpkthat sounds like how jekyll stores things as well, which is also how my site works
#dgoldis it possible to read that part of a file that isn't in an array into an array in php?
#aaronpkto load my files into memory I first load the file into a string then split on the separator between the front matter and content. everything in the front matter is then parsable using yaml_parse
#dgoldokay - so i guess I need to split the string on the \n\n\n...preg_split appears to be in my future
#aaronpkif that's how the front matter is separated then yeah
#aaronpkpossibly a faster way than preg_split is to iterate line by line until you encounter three \n in a row
#dgoldthanks for those ideas, aaronpk, i'll keep working at it. If I can get it to retrieve the content, I'll be most of the way there
#sknebelaaronpk: how does Loqi prevent getting renamed to Loqi_ on reconnects? or did I just never notice it?
#aaronpkif Loqi disconnects himself then there's no nick conflict. sometimes the connection times out though and he does end up being Loqi_ for a while
#aaronpkuntil i notice it and tell him to fix his nick
#aaronpki should probably make that happen automatically
#Loqi[sknebel] aaronpk: re follow buttons, there was this (for login, but same principle should work) with iframes: http://indieweb.org/2016/Brighton/Demos#Sebastian_Lasse sebastian said there the site can not detect your identity (thanks to the iframe isolating it
#snarfedben_thatmustbeme: re mastodon, i'm working on https://fed.brid.gy/ (pls ignore the temporary ugly design :P)
#Loqisnarfed: ben_thatmustbeme left you a message 3 hours, 41 minutes ago: remember some of the mastodon work, why, whats up?
#snarfedthe current markup in mastodon works well for backfeeding replies, but doesn't have permalinks for likes or boosts (reposts), so i'm thinking about what to do for them. any thoughts?
#snarfedworst case, i can store the activitypub pings and render likes and boosts myself, on fed.brid.gy, like bridgy does for silos...but i'd obviously rather use mastodon itself if possible
#ben_thatmustbemesnarfed, may be better to follow on #social though. it could possibly work with pump.io and others then as well, plus it would help keep you up to date on activitypub as they change it
#ben_thatmustbemeplus would make a strong case for those others to actually add mf2 to their code as well then
#snarfedunderstood! limited time/bandwidth though, so i don't do IRC for much, including this. definitely want to follow but i just don't have that much capacity :P
#snarfedalso i gave up on the idea of wrapping mastodon etc urls to inject bridgy fed's wm endpoint, e.g. fed.brid.gy/wm/mastodon.social/...
#snarfedsince i want the indie in-reply-to links to point to the mastodon page, not that proxy
#snarfedUX now is bridgy still, include an invisible link to fed.brid.gy, which sends a wm, and bridgy fed then extracts the in-reply-to link from source
#snarfedhi GWG! glad to hear you made progress on facepiles at iwc nyc. can't wait to try it!
#snarfedactually aaronpk if you use bridgy fed, there won't necessarily be a resulting permalink inside the fedsocnet at all, since this is federation, not syndication
#aaronpkthe way my code works now is it would leave that invisible fed.bridgy link in the post and would keep re-sending the webmention every time that post is updated.
#snarfedyeah, interesting. i'd probably need to remember everything i've seen to know whether to send Create or Update
#snarfedoh god i just noticed people have been filing issues on bridgy fed