#dev 2018-10-26

2018-10-26 UTC
eli_oat and [dmitshur] joined the channel
#
[dmitshur]
something I've just realized and want to confirm: it's completely possible to use IndieAuth and rel=me to reliably unify different types of accounts that belong to the same person (I think there's a term for this; I can't remember it right now).
#
[dmitshur]
e.g., if alice logs in via alice.com and her site has rel=me link to her github.com/alice page, my site can confirm that alice.com and github.com/alice are the same person. and vice versa, if she logs in to my site via github.com/alice, I can find out that alice.com is her domain
[dave] joined the channel
#
[dmitshur]
> It also allows distributed verification - proof that an account on one site is under the control of the same person as another site.
#
[dmitshur]
that is pretty awesome. that means I can support for indieauth and not fear that one person might get 2 distinct user accounts
#
[dmitshur]
add *support
eli_oat, oodani, renem, [dave], wagle_, KartikPrabhu and cweiske joined the channel
#
@rsertelon
Dweb: Identity for the Decentralized Web with IndieAuth - Mozilla Hacks - the Web developer blog https://hacks.mozilla.org/2018/10/dweb-identity-for-the-decentralized-web-with-indieauth/
(twitter.com/_/status/1055719389645934592)
#
Zegnat
!tell [dmitshur] the matching of profiles using rel-me is also called "profile equivalence". http://microformats.org/wiki/rel-me
#
Loqi
Ok, I'll tell them that when I see them next
[kevinmarks] joined the channel
#
Zegnat
Anyone know if https://github.com/aaronpk/indielogin.com/commit/4e195476c4fe74ba8e8458413f35fa9cda57c33a is covered by relmeauth or if the algorithm might need updating?
#
sknebel
What is UMA?
#
Loqi
It looks like we don't have a page for "UMA" yet. Would you like to create it? (Or just say "UMA is ____", a sentence describing the term)
[kevinmarks] joined the channel
#
[kevinmarks]
[manton] I accept webmentions to kevinmarks.com and show them on the front page (though they are mostly brid.gy @'s from twitter)
[tonz] joined the channel
#
sknebel
!tell aaronpk I tried comparing UMA to our thing: https://indieweb.org/2018/Nuremberg/autoauth#even_later_notes <- it seems UMA does not specify the actually interesting bit, or I didn't understand how it does so
#
Loqi
Ok, I'll tell them that when I see them next
#
[kevinmarks]
[dmitshur] you should verify that there is a rel=me in each direction, not just a one-way assertion. Also, you aren't stopping people from having multiple accounts as they can have multiple domains/urls
[jgmac1106], [Marco], jgmac1106 and [tantek] joined the channel
#
[tantek]
what is Preact
#
[tantek]
what is Vue
#
Loqi
It looks like we don't have a page for "Preact" yet. Would you like to create it? (Or just say "Preact is ____", a sentence describing the term)
#
Loqi
It looks like we don't have a page for "Vue" yet. Would you like to create it? (Or just say "Vue is ____", a sentence describing the term)
eli_oat and [manton] joined the channel
#
[manton]
[kevinmarks] Thanks! Also interesting point [snarfed] about follow posts.
#
[jgmac1106]
[manton] WordPress users set a page for generic mentions
eli_oat joined the channel
#
aaronpk
darn, I was hoping foursquare might reset my rate limits at midnight but it seems to be still blocked
#
Loqi
aaronpk: sknebel left you a message 3 hours, 53 minutes ago: I tried comparing UMA to our thing: https://indieweb.org/2018/Nuremberg/autoauth#even_later_notes <- it seems UMA does not specify the actually interesting bit, or I didn't understand how it does so
#
aaronpk
I think i'm gonna have to tell OwnYourSwarm to chill out a bit. it is making quite a few requests.
#
aaronpk
ahh interesting sknebel... I will have to review that
snarfed, jgmac1106, [Vincent], [kevinmarks], [pfefferle], [tantek], [Rose], [jgmac1106], [eddie], jackjamieson, benwerd, tonz, [cleverdevil] and eli_oat joined the channel
#
[cleverdevil]
[eddie] any news on Indiepaper iOS?
benwerd, snarfed1, snarfed, [tantek] and [eddie] joined the channel
#
[eddie]
[cleverdevil] That's a great question. I don't think I've heard anything. I'll take a look in the App Store Connect
#
[eddie]
This is what I've been working with on my iPad on this train trip ๐Ÿ™ƒ Because who doesn't like copying aaronpk? https://dev.eddiehinkle.com/now
#
Loqi
I'm currently traveling on a train since an hour ago.
#
[eddie]
What's up with that white space, Loqi?
#
Zegnat
Looks like there is a double linefeed char in there and somehow some of it is being kept. Might be an mf parser bug, [eddie]
#
Zegnat
New whitespace normalising code has been written in Nรผrnberg but not rolled out.
#
Zegnat
Wanted agreement on a spec first.
#
Zegnat
(What kind of spec? This kind of spec, feel free to file issues: https://github.com/Zegnat/php-innertext/blob/master/README.md)
#
[eddie]
ahhh, good to know it's probably not me Zegnat :) The linefeeds are because my template is in Pug which loves linefeeds
#
Zegnat
And they should be fine where they are, we should preferably be collapsing those the same way HTML does, which would result in the single space you see in the browser
#
[eddie]
Gotcha ๐Ÿ‘ I'll leave it then ๐Ÿ˜
#
[eddie]
aaronpk I haven't checked it on many trips but it seems like my speed in the /trip endpoint seems to keep returning -1? Not sure if you've seen this appear on your side. Not a big deal,
#
[eddie]
But just thought I would flag that for you next time you're messing around in Aperture
#
[eddie]
I'll also file it on the repo just for future memory
#
aaronpk
Yeah you can thank iOS for that
#
aaronpk
It just means the phone doesn't know the speed
#
[eddie]
glares at iOS
#
aaronpk
Overland/Compass don't do a lot of processing beyond what iOS provides
#
[eddie]
lol I'm on a train, iOS. Come on, now.
#
[eddie]
That makes sense and is very smart
#
[eddie]
The -1 is useful though, because I can do an if statement in my template and essentially say only mention that speed if I know the speed
#
[eddie]
I'm thinking at some point I should probably cache this data, right now I'm fetching it live every time someone visits my /now page
#
[eddie]
aaronpk do you cache this or use a webhook?
#
aaronpk
My site has its own cache of my current location. The Compass web hook tells my site to update the cache
#
[eddie]
Ahhh gotcha
#
[eddie]
That's a good idea haha
#
[eddie]
Although I guess since technically I haven't pushed this to my live site I can't be blamed for hitting my compass server on every page load. haha
snarfed and wagle joined the channel
#
jacky
is there a testbed for micropub?
#
jacky
like something I can use and hit with a bunch of endpoints to ensure it works
#
jacky
I'm writing some tests for my project to do this but curious if anyone else has done this
[schmarty] joined the channel
#
[schmarty]
micropub.rocks ?
#
Loqi
[schmarty]: [eddie] left you a message 4 days ago: How strange!! Thanks
#
jacky
I was hoping something a bit more local
#
jacky
also I haven't ever got that to work for me - I don't get that email to sign in
[kevinmarks], snarfed and [tantek] joined the channel