#indiewebcamp 2015-06-01

2015-06-01 UTC
#
aaronpk
remember that time you could set public keys for other users on github by changing query string parameters?
#
aaronpk
it's not just PHP that can have bad code
#
gRegorLove
Whoa. No.
#
gRegorLove
barnabywalters: Since it's in DomElement in the function already, maybe could use the functions to replace HTML5 elements with something like span?
#
gRegorLove
vs appending empty span
#
barnabywalters
gRegorLove: good idea, I suppose that would have the same effect without adding additional elements or affecting parsing behaviour
#
gRegorLove
As long as it's at the end of the parsing process and isn't getting passed elsewhere of course
#
aaronpk
"I simply added a <input value=USER_ID name=public_key[user_id]> field to Public key update form"
#
barnabywalters
actually, I can think of an issue with that approach. php-mf2’s parsing algorithm cares what type of element things are, so we can’t just blanket change everything to a <div>
#
barnabywalters
e.g. <data> parsing rules won’t be applied if all <data> elements are changed to <span>s
#
barnabywalters
adding a <span /> shouldn’t ever affect the parsing behaviour, even in parsing implied properties
#
barnabywalters
heading to bed now, goodnight
#
Loqi
buenas noches
KevinMarks_ joined the channel
#
aaronpk
the removing-trailing-slash thing on indieauth.com is coming back to bite me
#
aaronpk
am i going to break a bunch of consuming sites if I normalize bare domains to include a trailing slash? right now it's inconsistent
#
GWG
aaronpk: Why is it Loqi doesn't greet people? Only tells them bye?
#
Loqi
dude
#
aaronpk
the wiki does its own normalization of domain names to user accounts
#
aaronpk
oh, I seem to have inadvertently already done that
#
tantek
kylewm: php is giving me a parse error on a new line of code from your pull request: $urls = [];
#
aaronpk
that's new php syntax. you can change it to array()
#
aaronpk
i think that was added in php 5.4
#
tantek
huh - looks like Safari does not like self-signed certs - like no option to check checksum and accept
#
tantek
is doing a few tests
#
aaronpk
if it's your own self-signed cert, you can replace it with a cert that is signed by a root authority you can add to your keychain
#
tantek
lol Twitter without JS does not let you logout
#
KartikPrabhu
oh Facebook is worse. I don't know if they even have a URL that works that way
#
tantek
and then when you logout, there is no login text or button on the logged out page it returns
#
aaronpk
the twitter logout page is the worst. it asks you to enter your phone number so they can send a link to download the app
#
tantek
ok I suppose I can take my own advice and add to /Twitter#Issues
#
tantek
but first let me say - thank you kylewm! your patch, manually applied to my *old* relmeauth.php - works!
#
tantek
kylewm++
#
Loqi
kylewm has 173 karma
#
tantek
except for the minor s/[]/array()
#
tantek
aaronpk++ thanks for that clarification
#
Loqi
aaronpk has 829 karma
#
tantek
ben_thatmustbeme: I have relmeauth working again with rel=me to Twitter
#
tantek
with that patch applied and the fix for php 5.3
#
tantek
in case you wanted to try again before rewriting everything
callovarne joined the channel
#
tantek
anyone around that want to try a live deploy of RelMeAuth?
#
tantek
go to http://tantek.com/relmeauth/ and let me know how it works (or doesn't) for you
#
tantek
(note it only works with a rel=me from your site to your Twitter for now - I believe ben_thatmustbeme is looking at adding github auth support too)
#
tantek
!tell aaronpk new indieauth broke auto-implying http: :(
#
Loqi
Ok, I'll tell them that when I see them next
#
tantek
!tell aaronpk or rather http:// - that is, entering "tantek.com" should be auto-expanded to http://tantek.com
#
Loqi
Ok, I'll tell them that when I see them next
#
tantek
(this is when trying to sign-into the indiewebcamp wiki)
#
aaronpk
what? already?
#
Loqi
aaronpk: tantek left you a message 2 minutes ago: new indieauth broke auto-implying http: :( http://indiewebcamp.com/irc/2015-05-31/line/1433120623247
#
Loqi
aaronpk: tantek left you a message 2 minutes ago: or rather http:// - that is, entering "tantek.com" should be auto-expanded to http://tantek.com http://indiewebcamp.com/irc/2015-05-31/line/1433120651404
#
aaronpk
weird, thoguht i tested that
#
tantek
also the post-login-redirect-back-to-the-page-you-were-on broke :(
#
tantek
(it goes back to the home page)
#
aaronpk
that's been broken for a while
#
aaronpk
oh i see what happened
#
tantek.com
edited /User:Tantek.com (-396) "need help with / RelMeAuth PHP library - specific problem fixed thanks to kylewm, could still use help on anything "indieweb community" related"
(view diff)
#
tantek
aaronpk: and if you have a moment, try signing into tantek.com/relmeauth with aaronparecki.com
#
tantek
I believe I've deployed kylewm's fixes to relmeauth.php there too - so the RelMeAuth demo should now work again
#
tantek
GWG, still around? wondering if you wanted to discuss the <body class="h-card"> question further, I think I have some ways of helping relate to why it matters.
#
tantek
GWG, are you familiar with og:type ?
#
tantek
(asking since you've written some code to parse /OGP )
craftycorvid joined the channel
#
GWG
tantek: I am
#
tantek
the use of a h-* class name on <body> is very much intended as similar functionality
#
GWG
It's up there with Activity Streams in my area.
#
tantek
this has nothing to do with AS
#
tantek
that is, anyone publishing a meta og:type, could instead (or in addition) put the respective h-* class name on <body> to also communicate the "type" of the page
#
aaronpk
tantek: your relmeauth worked for me!
#
GWG
tantek: I agree. I was more thinking the type categories remind me of the AS type categories.
mlncn joined the channel
#
GWG
But, I think I put the h-feed on the body on pages with multiple h-entrys and the h-entry on the body on pages with only one h-entry.
#
GWG
But I picked that up from pfefferle
lukebrooker joined the channel
#
tantek
yes that is good practice
#
tantek
aaronpk thanks for verifying!
KevinMarks joined the channel
#
tantek
GWG, and since you consume OGP as well for your bookmarking, do you think it is reasonable to also (or first) check <body class> for h-* class names? i.e. would you parse for that?
#
GWG
tantek: I want to prioritize microformats over open graph as a policy. However, as open graph is more prevalent, I supported it first.
#
GWG
Use over ideals.
#
GWG
But, if it was in the body class, I would parse for it, and use it over open graph if both were present.
#
tantek
GWG, ok that is all very good feedback.
#
GWG
tantek: By the way, I don't use type exactly.
#
GWG
IF you look, I'm looking for title, description, site_name, featured image(which I think microformats has only in draft), and suggested tags
#
tantek
GWG do you know anyone besides KartikPrabhu that is publishing u-featured? anyone here?
#
KartikPrabhu
i don't think anyone but me publishes u-featured
#
GWG
I may in the futue.
#
GWG
future
#
GWG
It's a simple change
#
tantek
KartikPrabhu: do you remember when you started?
#
tantek
and what's your earliest permalink?
#
tantek
(with u-featured)
#
KartikPrabhu
oh phew no! and since my site code isn't version controlled I have no way to find out i think
#
KartikPrabhu
maybe I announced it on IRC here
#
Loqi
slack/snarfed: tantek: I've used it a few times manually, eg <https://snarfed.org/2014-09-23_brooke>
#
Loqi
slack/snarfed: i think that's the first
#
Loqi
slack/snarfed: hasn't really stuck
#
KartikPrabhu
completely failed to find an IRC ref to when he started using u-featured for images
#
tantek
snarfed, hasn't stuck?
#
Loqi
slack/snarfed: i haven't continued using it much
#
KartikPrabhu
I do use it all the time. Including in the article permalinks
#
tantek
snarfed: it's ok, at least some publishing experimentation is good
#
KartikPrabhu
secondly I set a featured image in thebatabase anyway so might as well have it in the HTML
#
KartikPrabhu
s/thebatavase/the database
#
tantek
snarfed: also, it's a natural evolution of such ideas, some light experimentation (doesn't need to "stick"), documentation thereof, then eventually some consuming code interest, which can be tested on the documented examples, deployed, which then motivates more publishing experiments, and the publish/consume feedback loop accelerates from there (for ideas which have use-cases worth coding)
#
ben_thatmustbeme
tantek. I saw the message about the 401. that might explain it. the optional redirect option in twitter setup isn't actually optional.... sounds like the type of error that would be expected
#
Loqi
ben_thatmustbeme: kylewm left you a message 3 hours, 18 minutes ago: did you see my pull request on relmeauth? I had it working with twitter not that long ago :( http://indiewebcamp.com/irc/2015-05-31/line/1433114326887
#
ben_thatmustbeme
honestly, i've ripped it apart quite a bit already. I'll concern myself with twitter / oauth1 after i get other setups working
#
Loqi
slack/snarfed: tantek: definitely!
#
tantek
ben_thatmustbeme: well if it helps to have a *working* model, try out tantek.com/relmeauth to see how it should be working
#
ben_thatmustbeme
i thought indieauth.com was the working model
#
tantek
hah - indieauth.com is much more advanced
#
tantek
I mean a working model of relmeauth
#
tantek
including kylewm's fix - deployed
#
tantek
also - I may be able to incrementally add the github support as well based on your work
#
aaronpk
i'm curious to see how you both will approach letting the user choose the provider
#
ben_thatmustbeme
tantek, not working for me
mdik joined the channel
#
tantek
aaronpk - I'm quite curious about that too :)
#
ben_thatmustbeme
"None of your providers are supported"
#
tantek
ben_thatmustbeme: do you have rel=me to Twitter?
#
ben_thatmustbeme
the problem is twitter uses a t.co link on my twitter profile, i had to add resolving it to my version
#
ben_thatmustbeme
maybe length of my url??
#
ben_thatmustbeme
aaronpk: thats what i'm working on now
snarfed joined the channel
#
tantek
ben_thatmustbeme: that's what kylewm's patch fixed - the t.co resolution
catsup joined the channel
#
ben_thatmustbeme
i had tried that before and it wasn't working for me
#
ben_thatmustbeme
i pulled in kyle's latest earlier
#
tantek
ben_thatmustbeme: except now tantek.com/relmeauth works for both me and aaronpk - so this is worth debugging to figure out why you are special :)
#
aaronpk
refers to tantek's URI diagram
#
tantek
uh oh - that's usually a bad sign
#
ben_thatmustbeme
ahh, figured it out
#
tantek
do tell!
#
ben_thatmustbeme
not https://
#
ben_thatmustbeme
which is a redirect, but the link did not follow that
#
tantek
deliberately - to avoid people thinking they have secure identity with https but then not because they specified http in their rel=me backlink
#
ben_thatmustbeme
not so sure thats really going to change security for relmeauth
#
tantek
the point is that if you've setup your site with https, then there are more rules that apply to you
#
ben_thatmustbeme
i would want the opposite. someone with https should have an easier time.. promote adoption of https rather than add hurdles
#
tantek
it's not about easier time with https, it's about https *meaning* more secure
#
ben_thatmustbeme
sure, it would be nice to notify them of such, but i don't think it should prevent login
#
ben_thatmustbeme
its still as secure
#
tantek
it should prevent login because that gets them to fix it
#
tantek
it's not because the http steps still allows for a MITM
#
aaronpk
it's more like making sure you can't accidentally un-secure yourself
#
tantek
that too
#
tantek
anyway ben_thatmustbeme does my /relmeauth test page work for you now?
#
ben_thatmustbeme
yes, i updated my twitter link
#
tantek.com
edited /featured (+349) "IndieWeb Examples / Ryan Barrett, noted Kartik sometime in 2015"
(view diff)
#
aaronpk
like if you've gone to the trouble of setting up https, everything should respect that and make sure you don't accidentally put yourself in a position that sacrifices that
#
tantek
what aaronpk said is also what's behind the reasoning of all the checks in the SSLTest site etc.
#
@dissolve333
Test from relmeauth prototype #indieweb
(twitter.com/_/status/605211101089824768)
#
tantek
whoa cool
#
ben_thatmustbeme
i'm actually removing write requests from mine, again, aiming more at indieauth.com alternative
#
tantek
sure - I'm using RelMeAuth for multiple purposes obv
#
aaronpk
tantek's doesn't ask for write access at first
#
tantek
e.g. my Falcon POSSEing code to Twitter uses that same auth
#
tantek
right, you have to explicitly opt-in by checking a checkbox for write access
#
tantek
part of the point of the demo flow of that page
#
KartikPrabhu
tantek: unfortunately I can't give permalink to first usage since I added "u-featured" into my templates and it updated for all articles!
petermolnar joined the channel
#
KartikPrabhu
and since then I have retroactively added it to the HTML of older posts so can't track that down either!
#
ben_thatmustbeme
yes, i'm just removing that code for now from mne
#
tantek
KartikPrabhu: that's ok - we can keep track of both
#
tantek
since you've added it to all your posts - that's great - still helpful to know the earliest post that has it
#
tantek
in addition, it's helpful to know when you enabled it
#
KartikPrabhu
yeah it seems I have no real way of finding out when it was enabled
#
KartikPrabhu
and the oldest post that has it would be a 2009 post imported from my Blogger blog :P
#
KartikPrabhu
that even predates my indieweb site
#
tantek
that's very cool that your enabling went back to stuff you imported!
#
KartikPrabhu
no none of this seems to solve the issue of when I adopted it :P
#
tantek
well, start with that 2009 permalink
#
tantek
one problem at a time ;)
#
KartikPrabhu
ok will add it as retroactive-enabled or something
#
tantek
sure!
#
tantek
and then we can search the IRC logs for "u-featured" right
#
tantek.com
edited /Twitter_Cards (+875) "document Card Types explicitly, step 1 to providing h-* equivalents to use on body tag instead or in addition, add more microformat alternative specifics"
(view diff)
#
KartikPrabhu
I tried and the mentions of "u-featured" go as far back as 2014-09 but couldn't find a mention of me saying I enabled it
#
kartikprabhu.com
edited /featured (+114) "added retro-enabled"
(view diff)
#
kartikprabhu.com
edited /featured (+17) "/* Kartik Prabhu */ added date"
(view diff)
#
GWG
What h tags are you thinking, tantek?
#
GWG
Out of curiousity?
#
tantek
GWG - more like trying to find equivalents for the various existing og:types
#
tantek
GWG, I just added a few to the Twitter Cards equivalents
#
KartikPrabhu
tantek: I have been going through my photo posts and making the presentation better and so along the way added "u-featured" and "p-summary" to them
#
tantek
h-entry (with optional u-photo, u-audio, u-video), or h-card, or h-product - covers most of Twitter's cases
#
KartikPrabhu
tantek: agreed. Even though people can make up their own mf2 objects, those should cover almost all use-cases. If not we can just document proposed additions lik e"u-featured"
#
tantek
right
#
GWG
Gets me thinking about a related issue in my mind. media check-in.
#
KartikPrabhu
what's that?
#
GWG
This article is a stub?
#
tantek
media check-in has always felt like a forced concept / someting marketingy/brand-y/virtual to distract people from actual *physical* checkins
#
aaronpk
really dislikes the use of the term "check-in" for anything other than physical locations
#
tantek
GWG, yeah - the article is incomplete in many ways, hence still stub
#
tantek
aaronpk: completely agreed
#
KartikPrabhu
agrees with aaronpk
#
aaronpk
however I definitely plan to publish what media I consume!
#
tantek
a "media check-in" is actually just a bookmark indicating where you are in a piece of media
#
aaronpk
i've been keeping logs of TV episodes in a text file for about 2 months now
#
GWG
I used the term because it is in te wiki
#
KartikPrabhu
does visiting a website correspond to media-check-in into that website :P
#
tantek
GWG we should fix that then - where in the wiki?
#
tantek
KartikPrabhu: exatly
#
KartikPrabhu
aaronpk: more like a "watched list"
#
tantek
wow it's own page
#
GWG
I started thinking about it after this. http://indiewebcamp.com/scrobbling
#
tantek
but scrobbling is also not checkingin
#
aaronpk
there apparently isn't a good word for it, so they made up "scrobble"
#
tantek
aaronpk: they didn't dare to turn "listen" into a noun ;)
#
aaronpk
probly can't trademark Listen™
#
tantek
KartikPrabhu perhaps add a "Criticism" section to /media_checkin with the criticisms we noted above?
#
GWG
Well, credit to acegiak, I have -listen -watch -play and -wish in Post Kinds.
#
KartikPrabhu
well the only criticism we made seems to be "this is a vacuous term, which applies to everything and hence useless" ?
#
snarfed
still hasn't bothered marking up any of his https://snarfed.org/lists
#
tantek
KartikPrabhu: no that's not true - I was much more specific in my criticism above
#
KartikPrabhu
aah you mean about the "marketing term" criticism
petermolnar joined the channel
#
aaronpk
is chewing through indieauth.com tickets
#
KartikPrabhu
tantek: I think you would better at putting that criticism on the wiki. My thoughts are still filled with "this is useless" and I don't want the wiki criticism to sound dismissive
#
aaronpk
anyone have an example of publishing the actual text of the PGP key in their home page, not just a link to it?
#
aaronparecki.com
edited /OpenID (-13) "/* Consuming Sites */"
(view diff)
#
aaronpk
ahh thankx
#
aaronparecki.com
edited /OpenID (+5) "/* Consuming Sites */"
(view diff)
#
aaronpk
is tired
#
aaronpk
i keep getting "slashdot" "stackoverflow" and "sourceforge" confused in my head
#
tantek
aaronpk, I keep hearing "silo", "silo" and "silo" ;)
#
aaronpk
i'm testing openid logins
#
tantek
on a long enough timeline, all silos look the same
#
aaronpk
can't believe status.net -> e14n.com
lukebrooker joined the channel
#
aaronpk
openid login errors are so not helpful
#
aaronpk
"Login failed"
#
aaronpk
"Error: invalid_credentials"
#
aaronpk
i have no idea whose fault that is or how to fix it
#
tantek
lol - are our indieauth error messages better? ;)
#
aaronpk
some of them are!
#
aaronpk
well the good news is openid didn't totally break during this refactor
#
aaronparecki.com
edited /OpenID (+303) "/* Consuming Sites */"
(view diff)
#
aaronpk
the bad news is i can't tell where the problem is for the ones that i couldn't get in to
#
aaronpk
holy crap
#
aaronpk
someone is download the wiki
#
Loqi
lolz
#
tantek
aaronpk: might be a reaction to it being down for a bit ;)
#
aaronpk
been pulling 40 pages/second for the last 4 hours
#
aaronpk
30 megabits
#
aaronpk
30 megabits per second
#
tantek
wait, do we have that many pages?
#
aaronpk
we have an infinite number of URLs...
#
tantek
uh what - no. sounds like someone has a buggy spider.
#
aaronpk
well, mediawiki lets you query recentchanges in all sorts of fun ways
petermolnar joined the channel
#
aaronpk
here's 10 seconds of access logs https://indieweb.org/crawl.txt
#
tantek
what is downtime?
#
tantek
downtime is the time period or duration while a site, whether indieweb, [[commons]], or [[silo]], is offline and unreachable.
#
loqi.me
created /downtime (+152) "prompted by tantek https://indiewebcamp.com/irc/2015-05-31/line/1433133685548 and dfn added by tantek"
(view diff)
#
tantek.com
edited /downtime (+328) "note indieweb example with Linode Status archive"
(view diff)
KevinMarks_ joined the channel
#
tantek
capturing not meant as criticism, but more as what happened that is now spurring a lot of us to try to distribute some of these services
#
tantek
rhiaro: feel free to add your personal experiences to https://indiewebcamp.com/downtime
#
tantek
KartikPrabhu: ok I'll add something to /media_checkin. I wonder if gRegorLove still likes the concept.
KevinMarks joined the channel
#
aaronpk
has reached the point of exhaustion
#
tantek
is approaching that, having run 12 miles this morning.
#
tantek
is trying to keep up with what people brought up in IRC today. And still wants to make progress on his own webmention sending support. :/
j12t and wolftune joined the channel
#
@aaronpk
Happy to say https://indieauth.com is now running on 3 physically separate servers behind DNS load balancing! http://aaronparecki.com/notes/2015/05/31/1/indieauth
(twitter.com/_/status/605238318721146880)
#
@Indie_Auth
RT @aaronpk: Happy to say https://indieauth.com is now running on 3 physically separate servers behind DNS load balancing! http://t.co/MI…
(twitter.com/_/status/605238452884541440)
#
tantek
aaronpk++
#
Loqi
aaronpk has 830 karma
#
aaronpk
that was a *much* bigger project than I anticipated
#
@kevinmarks
RT @aaronpk: Happy to say https://indieauth.com is now running on 3 physically separate servers behind DNS load balancing! http://t.co/MI…
(twitter.com/_/status/605238746074578944)
#
kylewm
aaronpk: I think that normalizing with a "/" will break logins for Woodwind, but it's the right thing to do and it'll be easy to fix on my end
#
aaronpk
you are correct
#
aaronpk
i now have two woodwind accounts :)
#
kylewm
hehehe
#
tantek
kylewm: sorry to take so long to evaluate your RelMeAuth pull request, a belated huge thanks.
#
kylewm
tantek: sure!! thanks for merging :)
#
tantek
(twice even :) once manually into my local copy, which may be out of date with the github version, and on github)
#
aaronpk
i'm very curious what sorts of new bugs i've introduced
#
tantek
besides the http:// need? or did that get fixed already?
#
aaronpk
that's fixed
#
aaronpk
along with other URL normalization things
#
aaronpk
kylewm: switchboard is getting a lot of 404s for the subscription verification request
#
aaronpk
from woodwind, that is
snarfed joined the channel
KevinMarks_ joined the channel
#
tantek.com
edited /media_checkin (+1165) "update dfn, note contention, silo examples, see also bookmark"
(view diff)
#
tantek
KartikPrabhu, aaronpk, ^^^ please review and feel free to expand upon / add other criticisms
#
kartikprabhu.com
edited /media_checkin (-2) "/* Silo Examples */ fix typo"
(view diff)
snarfed joined the channel
#
ben_thatmustbeme
well... how about that... able to verify ownership of my domain through github now :D
#
ben_thatmustbeme
err. with my own code that is
#
ben_thatmustbeme
and by my own, i mean others code that i have now mangles to hell
KevinMarks, lukebrooker, KevinMarks2, cweiske and Jihaisse joined the channel
#
tantek.com
edited /Instagram (+403) "note adoption with article about fashion bloggers, note looping/pause/volume changes in UX"
(view diff)
Zegnat, friedcell, LauraJ, afrogeek1 and Zegnat_ joined the channel
#
aaronpk
is it more important to have URLs in order of date of the post, or date the post was published?
#
rhiaro
aaronpk: I have in order of published date on my home page, and in order of post date in 'special' pages where future plans matter, like /travel and /calendar
#
rhiaro
!tell tantek: I can't sign in at /relmeauth, it says 'expecting 200, got 301', but I don't have any redirects on my homepage
#
Loqi
Ok, I'll tell him that when I see him next
#
Zegnat_
aaronpk: are there any problems with indieauth’s new load balancer? I can’t reach the site.
#
aaronpk
Zegnat: not that i'm aware of. i see requests to all the servers within the last few minutes
#
Zegnat
I’ll try again then. Karma seems to be against me anyway, my own website gave a 403 this morning.
#
aaronpk
also if you refresh a couple times on indieauth.com you'll get bounced around to different servers
#
Zegnat
I am just getting ‘Safari Can’t Find the Server’ pages every time. I think I am going to reboot, because all these problems are really starting to pile up.
interactivist joined the channel
Erkan_Yilmaz, LauraJ, glennjones, petermolnar, Deledrius_ and Zegnat joined the channel
#
Zegnat
That didn’t help. Something about the IndieWeb just doesn’t like me.
#
aaronpk
wow... can you open a terminal and tell me the output of `dig indieauth.com`?
#
aaronpk
oookay.. how about dig +trace indieauth.com
#
aaronpk
I don't know why your dns server forgot about the root nameservers...
#
aaronpk
are you at home? what is 192.168.1.1?
#
Zegnat
192.168.1.1 is the router, I am using an ethernetcable directly plugged into it
fkooman joined the channel
#
aaronpk
huh, i have no idea why it would not know how to resolve that
#
Zegnat
I’ll see if there is some way to reset the router’s DNS when I login on it.
#
Zegnat
I was still using IndieAuth yesterday, including some more tests with cookies to get the FAQ updated. So no idea why it stopped working.
#
Zegnat
fkooman: question, are you hosting tuxed.net in Germany, and how are you getting away with not having an Impressum on the site?
#
aaronpk
i changed the root nameservers for the domain today, but i don't understand why that would cause anything to completely forget how to resolve it
#
fkooman
Zegnat, because I didn't know about it? :)
friedcell joined the channel
#
Zegnat
fkooman, I don’t think that holds up in court but it does answer my question ;)
#
aaronpk
i doubt any court will be going after fkooman's personal site any time soon ;)
#
Zegnat
aaronpk: yep, it is weird. I’ll try an alternative DNS server for a second.
#
cweiske
fkooman, I thought I don't have to have an impressum as long as the page is not commercial
#
fkooman
Zegnat, yeah, and maybe they could give me a warning first or something :)
#
aaronpk
cweiske: guten morgen
#
Zegnat
So, I was considering hosting in Germany and have been trying to read up on this.
#
aaronpk
you will be pleasantly surprised to know that indieauth.com should now support your delegated endpoint :)
#
Zegnat
It seems like any sharing of content not aimed only at close personal friends is providing content and needs an impressum.
#
cweiske
whattf
#
aaronpk
please file any bugs on the github repo https://github.com/aaronpk/indieauth.com/issues because i am going to sleep
#
Zegnat
There also seem to be lawyers simply looking for websites that forget it and then try to settle out of court, which everyone wants as the fine is upward to 5000 EUR
#
cweiske
aaronpk, "client_id" parameter missing
#
Zegnat
cweiske: ‘Bitte beachte, dass du bei jeglicher Veröffentlichung von Inhalten (einfach gesagt, immer dann, wenn deine Website nicht ausschließlich aus einem passwortgeschützten Bereich besteht) dem Telemediengesetz unterliegst, das dich in aller Regel zur Angabe eines Impressums verpflichtet.’ - Uberspace.de Hausordnung.
#
cweiske
http://www.e-recht24.de/artikel/datenschutz/209.html "Impressum auch für private Webseiten?" says differently
#
Zegnat
Give me a sec to read that.
#
Zegnat
That article does also say: ‘Rechtlich noch nicht geklärt ist auch der Bereich der journalistischen oder redaktionellen Inhalte. Auch Blogger und Forenbetreiber sollten deshalb über ein Impressum verfügen.’
#
cweiske
yeah, they are going the safe route
#
cweiske
I don't
#
cweiske
I don't run ads, I don't sell anything
#
cweiske
so no impressum for me
fkooman joined the channel
#
aaronpk
cweiske: thanks! fixed it
#
cweiske
not asleep yet it seems :)
#
cweiske
Something went horribly wrong! I'm sorry, there's not much other information available. You should probably file an issue: https://github.com/aaronpk/IndieAuth.com/issues.
#
fkooman
hmm...weird this impressium stuff...
#
cweiske
aaronpk, you can try it yourself with indieauth.id.cweiske.de/ and your own openid
#
cweiske
my openid gateway is generic
#
cweiske
open for all openids
#
aaronpk
okay this i will have to do tomorrow :)
Sebastien-L joined the channel
#
Zegnat
More about Impressum: http://www.bahnhof-hamburg.de/impressum.html - this was one of the only pages I was able to find with real information.
#
Zegnat
cweiske: that page also talks about the difference between ‘geschäftsmäßig’ and ‘gewerbsmäßig’, basically pointing out that the law applies even without ads on the site.
#
cweiske
I still do my website in my free time
#
Zegnat
Interesting, I wonder if that argument makes a difference.
#
Zegnat
It is a weird law to apply to people who aren’t selling anything.
#
Zegnat
But as I am considering moving my hosting to Germany I was wondering how other IndieWeb-folks were complying. That’s a ‘not’ from cweiske and fkooman then :p
#
fkooman
haha yep :) didn't even know about it
#
fkooman
and unfortunately I can't comply to it, because I am not gonna put my address on a public website... if someone wants to know where I live they could just ask :)
#
KevinMarks___
sounds like one for Jeff Jarvis to rant about
#
Loqi
KevinMarks___: tantek left you a message 9 hours, 32 minutes ago: how do I file github issues on https://github.com/kevinmarks/feedparser ? e.g. to put in a feature request to support parsing h-feed directly? http://indiewebcamp.com/irc/2015-05-31/line/1433114024013
#
Zegnat
fkooman: yes, that is the main complain for everyone. If you do not own a company with a separate address you will be forced to publish your home address :(
#
fkooman
i wonder why this law hasn't been fixed yet
#
Zegnat
Same reason as always, no actual IT-interested parties in parliament.
#
cweiske
fkooman, or use whois
#
KevinMarks___
!tell tantek - odd, issues was defaulted off. On now
#
Loqi
Ok, I'll tell him that when I see him next
#
fkooman
cweiske, true :)
#
Zegnat
My address is listed on my whois and on several Swedish look-up websites. As far as I know addresses are actually part of public information in Sweden. (A long with a person’s income and what not.) So I don’t much care about that.
#
Zegnat
I just want to know what the Telemediengesetz is actually forcing me to put on my website
#
cweiske
if you want to put an impressum on your site, you have to provide your postal address
KartikPrabhu joined the channel
#
Zegnat
cweiske: providing my postal address is not a problem (http://vanderven.se/martijn/). Information about other requirements is harder to find though.
#
Zegnat
E.g. TMG also includes a section about talking about data protection (http://www.gesetze-im-internet.de/tmg/BJNR017910007.html#BJNR017910007BJNG000400000), and I have no idea if this applies to personal sites or not. Uberspace talks about it on their impressum, BeyondTellerand doesn’t.
nt0 joined the channel
#
cweiske
it requires you to show a "we're using cookies, by using this website you are accepting this" message
#
cweiske
and follow the principles of Datensparsamkeit
#
KevinMarks___
i want someone to quantify the years wasted dealing with cookie messages on eu websites
#
cweiske
adding them or clicking "ok" to them?
#
Zegnat
Cookies is a wrong term to use there, actually. I gave the Dutch implementation of the EU directive a look not long ago, and I believe it also applies to localstorage et al.
#
KevinMarks___
reading them, like the US paperwork prevention law
#
Zegnat
Oh my, I was wrong, the fine for a missing or faulty impressum is upwards to 50000 EUR, an extra 0.
friedcell joined the channel
#
Zegnat
Let’s hope that Kickstarter fails, or else I will get loads of issues filed again PRISM Break for not including ‘military-grade crypto’… again.
#
petermolnar
what is ‘military-grade crypto?
#
petermolnar
I mean seriously... is there a definition on that somewhere?
#
KevinMarks___
that is the joke
#
petermolnar
ok, I loaded the kickstarter page
#
Zegnat
Usually it means some form of AES, because at some point the US government guideline was to use AES encryption for classified material. These post-Snowden days it can mean anything.
#
petermolnar
so I guess no one is actually checking kickstarter for frauds...
#
Zegnat
petermolnar: I am assuming that was spoken with irony?
#
petermolnar
irony? no, that page is a fraud
#
KevinMarks___
"military grade encryption" needs a time boundary
#
Zegnat
I meant the fact Kickstarted would be checking for frauds ;)
#
Zegnat
Kickstarter does not have a good trackrecord there
#
petermolnar
that is very true
#
Zegnat
military grade encryption: once the military feels fine sharing their encryption with you, it is no longer military grade
#
KevinMarks___
tattoing a slaves head and waiting for hir to regrow was militray grade encryption in the 2nd century AD
#
petermolnar
I'd be surprised if the encryption tools available for us in linux would be much less powerful than the ones they actually use for military purposes
#
cweiske
military grade means that the government can decrypt it
#
cweiske
I wouldn't want it
#
Loqi
timbl has 4 karma
#
petermolnar
gosh I can't believe that thing in Britain, especially that I'm living here currently
#
Zegnat
petermolnar: that is true, also because a lot of today’s encryption tools are based on solid mathematical principals. But the military might have access to even slower and more hardened file formats we don’t know about yet, which would still make them better.
#
rhiaro
thinking about moving out of uk asap
#
petermolnar
rhiaro you're in Scotland, aren't you? that's slighly better
#
Zegnat
cweiske: could you look at this PDF for me and tell me what you think, specifically page 3, http://www.bmjv.de/SharedDocs/Downloads/DE/pdfs/LeitfadenZurAnbieterkennzeichnung.pdf
#
cweiske
"Etwas anderes gilt nur bei Angeboten, die ausschließlich privaten oder familiären
#
cweiske
Zwecken dienen und die keine Auswirkung auf den Markt haben."
#
cweiske
when publishing open source software, am I having effects on the commercial software market?
#
Zegnat
I think this applies to OSS: ‘Manche Gerichte vertreten die Ansicht, dass das Angebot schon ”žgeschäftsmäßig“ ist, wenn es aufgrund einer nachhaltigen (das heisst nicht auf einen Einzelfall beschränkten) Tätigkeit erfolgt; eine Gewinnerzielungsabsicht ist danach nicht erforderlich.’
#
cweiske
I don't want to care about this anymore and will stop thinking about it
#
KevinMarks___
that link is relevant, in that Germany is trying hard to protect against corporations to the point of bothering individuals too mahc
friedcell and KevinMarks joined the channel
#
KevinMarks
is it just me, or is this first world problems designed by committee? https://www.google.com/design/icons/
#
Zegnat
KevinMarks, I think the link is relevant to any IndieWeb creator based from Germany or hosted in Germany. It may apply to anyone of them who wants to set-up their personal identity online. But finding correct info on the issue is proving to be hard, especially in English
#
kegan
KevinMarks, I think they just want people to be consistent
#
KevinMarks
they have 8 icons for kinds of airline seats
eschnou joined the channel
#
cweiske
and none for horses!
#
cweiske
big horses, ponies, ...
#
KevinMarks
or bicycles
j12t, tvn and nurv joined the channel
#
nurv
hi there.
#
rhiaro
petermolnar: Scotland is better. If we end up leaving EU maybe there'll be another indyref :)
#
petermolnar
and I'll end up either in Scotland if you stay in the EU or in Amsterdam in that case, being a foreigner
#
nurv
I work at a open source project called FenixEdu, we do software for schools, from cloud based storage, to workflow systems. We are going to make a new LMS, with social caracteristics, and we would like to use something like diaspora so that each school would have their instance but a student from a school could add a friend from another school. Did you guys worked on something like this?
#
petermolnar
not really; the indieweb goal is for everyone to have their own site/domain instead of centralized services
#
KevinMarks
yes, indieweb protocols make this possible
#
KevinMarks
withknown.com is probably the most education focused project
#
nurv
KevinMarks: can you point protocol spec so I can start looking at it?
#
KevinMarks
but the various readers enable this too
#
petermolnar
nurv you might be looking for http://indiewebcamp.com/Category:building-blocks but I'm not entirely sure
#
petermolnar
known is open source by the way, so you can build the whole stack yourself as well: http://docs.withknown.com/en/latest/developers/
#
Zegnat
Every school could run there own local installation of Known, and I think the members will be able to cross-server follow each other. There is no real ‘friending’ system though. I would say it compares more to Twitter than Facebook, in social terms.
jansauer joined the channel
#
nurv
KevinMarks petermolnar Zegnat : thanks!
yakker_, tmro and afrogeek1 joined the channel
loic_m joined the channel
#
Zegnat
!tell aaronpk Changing DNS server made indieauth.com accessible again, definitely a local problem on my end.
#
Loqi
Ok, I'll tell them that when I see them next
#
vanderven.se martijn
edited /IRC_People (+1) "/* Nicknames */ Once and for all fix the linking of Zegnat in the logs."
(view diff)
j12t joined the channel
#
Zegnat
Well, that only took like 3 tries. But now it works. Ish.
hmans1, mdik_ and zachdono- joined the channel
nt0_ and frontwards joined the channel
#
vanderven.se martijn
created /User:Vanderven.se/martijn/ (+39) "The only way to get Chat Log links to work is to claim this one."
(view diff)
Erkan_Yilmaz, adactio, Mark87_ and benborges joined the channel
#
adactio.com
edited /2015/Brighton (+65) "/* Participating */"
(view diff)
LauraJ joined the channel
LanceyWork joined the channel
#
Zegnat
what is IndieWeb?
#
Loqi
The indieweb is about owning your domain and using it as your primary identity, to publish on your own site (optionally syndicate elsewhere), and ownyourdata https://indiewebcamp.com/indieweb
frzn joined the channel
#
lancey.space
edited /User:Lancey.space (+41) "/* To-do */"
(view diff)
#
vanderven.se martijn
created /User:Vanderven.se_martijn (+1313) "Created page with "Walking a fine line between [[apprentice]] and [[creator]]. == My [[FAQ#What_is_a_personal_website|personal website]]. == It is <a href="http://vanderven.se/martijn/"><code>van...""
(view diff)
#
@kevinmarks
@harrisj specifications with a single implementation are toxic waste. commonality is key.
(twitter.com/_/status/605334176259149824)
#
petermolnar
KevinMarks I disagree; every custom made clothing for example is a specification with a single implementation
#
vanderven.se martijn
edited /User:Vanderven.se_Martijn (-287) "Case sensitivity patch."
(view diff)
#
KevinMarks
no, petermolnar , that is bespoke clothing
#
KevinMarks
which is very different
#
KevinMarks
it is pararmeterized assembly
#
petermolnar
in case it's just a tailoring, you're right, but I'm talking about actual custom design
#
petermolnar
one-of-a-kind things
j12t joined the channel
#
KevinMarks
my grandmother was a seamstress
#
KevinMarks
her entire job was parametric adjustment of templates to fit individuals
#
petermolnar
yep, that's not what I'm addressing here
#
KevinMarks
she said that she hd had enough of adjusting trousers in her day job
#
KevinMarks
but she made my sisters totally kickass outfits
#
adactio.com
edited /2015/Brighton (+80) "/* Participating */"
(view diff)
nurv joined the channel
#
LanceyWork
petermolnar, that's implying that unique custom made clothing isn't a waste
#
adactio.com
edited /2015/Brighton (+147) "/* Participating */"
(view diff)
#
adactio.com
edited /2015/Brighton (+21) "/* Organising */"
(view diff)
#
petermolnar
LanceyWork why would it be? It's a kind of art IMHO
#
adactio.com
edited /2015/Brighton (+960) "/* Indie Web Camp Brighton 2015 */"
(view diff)
#
LanceyWork
art can still be wasteful
#
petermolnar
KevinMarks that's more then adjusting parameters; adding in details that were not present in the pattern and so on
#
KevinMarks
i'm saying that your metaphor is broken
#
petermolnar
LanceyWork sure, but since it depends on taste, it's a bit hard to tell objectively which is which :)
#
petermolnar
KevinMarks no, it's not; custom order != customized order
#
vanderven.se martijn
created /Template:martijnvdven (+158) "Created page with "<span class="h-card" style="white-space:nowrap">{{sparkline|http://vanderven.se/martijn/martijn.jpg}} [[User:Vanderven.se_martijn|Martijn van der Ven]]</span>""
(view diff)
#
vanderven.se martijn
edited /User:Vanderven.se_martijn (+612) "Clarify all this user page mess."
(view diff)
#
@levlaz
RT @aaronpk: Happy to say https://indieauth.com is now running on 3 physically separate servers behind DNS load balancing! http://t.co/MI…
(twitter.com/_/status/605340845336891392)
#
Zegnat
Took only 3 redirects, several tries at /IRC_People, and an hour or so of my time. But I finally have a stable user page on the wiki.
#
@Tzeejay
https://indieauth.com This idea is quite interesting! The idea that you sustain your own identity is really good.
(twitter.com/_/status/605342693359820801)
#
paulrobertlloyd.com
edited /2015/Brighton (+294) "/* Participating */"
(view diff)
#
paulrobertlloyd.com
edited /2015/Brighton (+29) "/* Participating */"
(view diff)
Zegnat joined the channel
#
petermolnar
indieauth really doesn't like me
#
petermolnar
ok, it finally let me in
#
Zegnat
petermolnar, we should start a club
j12t joined the channel
#
petermolnar
#thosewhoindieauthdontlike
#
petermolnar
s/dont/doesnt
#
Loqi
petermolnar meant to say: #thosewhoindieauthdoesntlike
#
Zegnat
Or maybe #thosewhowanttobelikedbyindieauth
#
petermolnar
looking at my comments today I kind look negative o.O
#
petermolnar.eu
edited /2015/Brighton (+283) "/* Participating */"
(view diff)
#
ben_thatmustbeme
is working on an alternative to indieauth as we speak
#
cweiske
indieauth.com or the protocol itself?
#
ben_thatmustbeme
though you can always just create a local version
#
ben_thatmustbeme
the protocol
#
petermolnar
are there any public details available on that, ben_thatmustbeme?
#
ben_thatmustbeme
on the spec?
#
ben_thatmustbeme
http://indiewebcamp.com/IndieAuth has links to any pages that would be useful
#
ben_thatmustbeme
its basically openauth 2
#
ben_thatmustbeme
thats the page i was looking for, i thought there was one specific for it
#
ben_thatmustbeme
cweiske++ thanks
#
Loqi
cweiske has 31 karma
endi and mlncn joined the channel
#
GWG
Good morning
eschnou, j12t, fourtonfish, sammachin and scoates joined the channel
#
ben_thatmustbeme
... an hour later
mlncn, sharplefthander and shiflett joined the channel
#
kylewm
petermolnar: indieauth.com went through a *major* refactoring this weekend; i bet aaronpk would appreciate a bug report if it was giving you trouble this morning
#
kylewm
!tell aaronpk the 404 from woodwind to switchboard for push verification is because it's sending the field names without "hub."
#
Loqi
Ok, I'll tell them that when I see them next
#
petermolnar
it worked after a while
#
petermolnar
no actual bug I could report unfortunately
#
petermolnar
or fortunately
cmhobbs and benwerd joined the channel
#
lancey.space
edited /User:Lancey.space (+74) "/* To-do */"
(view diff)
j12t, wolftune, tvn and afrogeek2 joined the channel
#
kylewm
!tell KevinMarks should I be using your fork of feedparser in Woodwind? like, will it do a better job finding podcast enclosures etc?
#
Loqi
Ok, I'll tell them that when I see them next
frzn, glennjones, tilgovi, Sebastien-L and j12t joined the channel
#
KevinMarks2
Yes, though I don't find linked urls by type like the previous version, so you may miss some
Sebastien-L joined the channel
#
aaronpk
well whoever was scraping the wiki stopped after a couple hours
#
Loqi
aaronpk: Zegnat left you a message 5 hours, 16 minutes ago: Changing DNS server made indieauth.com accessible again, definitely a local problem on my end. http://indiewebcamp.com/irc/2015-06-01/line/1433154957318
#
Loqi
aaronpk: kylewm left you a message 1 hour, 20 minutes ago: the 404 from woodwind to switchboard for push verification is because it's sending the field names without "hub." http://indiewebcamp.com/irc/2015-06-01/line/1433169114387
#
aaronpk
kylewm: oh!
#
aaronpk
it should have been sending the names without a hub if the request came in without hub.
tvn joined the channel
#
aaronpk
kylewm: is there a way for me to get woodwind to try to make the PuSH subscription again?
#
kylewm
aaronpk: if you click "Poll Now" it will try to subscribe again as part of polling
nloadholtes joined the channel
#
tantek.com
edited /User:Tantek.com (+191) "/* indieweb community */ IndieMark iteration higher up in priority list"
(view diff)
#
aaronpk
kylewm++
#
Loqi
kylewm has 174 karma
#
aaronpk
thanks, found the bug!
snarfed, LauraJ, loic_m and j12t joined the channel
#
@diplix
btw: i became a big #indieweb-fan in the last couple of weeks. (micropubed w quill, syndicated w bridgy) (http://wirres.net/article/articleview/7730/1/6/)
(twitter.com/_/status/605411549956612097)
benwerd, nurv and benborges joined the channel
#
tantek
!tell ben_thatmustbeme the point of the relmeauth library is to have that functionality on your own site - certainly *not* to make another protocol (in addition to IndieAuth protocol). Also ok to grow relmeauth lib to optionally *support* the IndieAuth protocol.
#
Loqi
tantek: rhiaro left you a message 9 hours, 10 minutes ago: I can't sign in at /relmeauth, it says 'expecting 200, got 301', but I don't have any redirects on my homepage http://indiewebcamp.com/irc/2015-06-01/line/1433144311363
#
Loqi
tantek: KevinMarks___ left you a message 7 hours, 59 minutes ago: - odd, issues was defaulted off. On now http://indiewebcamp.com/irc/2015-06-01/line/1433148568111
#
Loqi
Ok, I'll tell them that when I see them next
davidpeach joined the channel
#
tantek.com
edited /feedparser (+190) "h-feed support - note github feature request"
(view diff)
#
ben_thatmustbeme
tantek, i know, but not my itch
#
Loqi
ben_thatmustbeme: tantek left you a message 15 minutes ago: the point of the relmeauth library is to have that functionality on your own site - certainly *not* to make another protocol (in addition to IndieAuth protocol). Also ok to grow relmeauth lib to optionally *support* the IndieAuth protocol. http://indiewebcamp.com/irc/2015-06-01/line/1433177320674
#
ben_thatmustbeme
also, can be used in inform relmeauth lib
#
ben_thatmustbeme
and not another protocol, i'm making another implementation of the same protocol
#
tantek
it sounded like you were talking another protocol in IRC, e.g. mention of OpenAuth2 (what is that?!?)
#
Loqi
That! (or "that ^" or "that ^^^") is a rarely seen reply often emphasizing agreement with a This post, but sometimes[1] merely emphasizing agreement with a previous reply https://indiewebcamp.com/that
#
aaronpk
s/OpenAuth2/OAuth2/ ?
#
tantek
ben_thatmustbeme: "not my itch" - problem was it wasn't clear what *was* / is your itch - that's the question
#
tantek.com
edited /Medium (+237) "/* Criticism */ another tweet - calling out Medium's "phony" use of "openness""
(view diff)
gRegorLove joined the channel
#
tantek.com
edited /file-storage (+288) "Intranet Examples / XOXCO markdown flat file based wiki"
(view diff)
#
aaronpk
i am tempted to try to make a little app that can render our wiki files as html
#
aaronpk
and then add editing to it
#
aaronpk
and then replace mediawiki
#
snarfed
aaronpk: that way lie dragons
#
aaronpk
so many dragon
#
tantek
yeah let's avoid the markdown vs. HTML editing debates please :)
#
gRegorLove
Morning, indieweb
#
aaronpk
who said anything about markdown vs html!
j12t joined the channel
#
gRegorLove
Bridgy doesn't seem to be finding my post from yesterday and sending wm back. I did renew Bridgy last week-ish, I think, though I don't know how long it had been expired.
#
snarfed
gRegorLove: which silo?
#
aaronpk
a small app to render the wiki source would still be useful, since it'd allow offline browsing of the wiki
#
gRegorLove
oops, FB
#
snarfed
gRegorLove: looking
#
tantek
aaronpk no one said anything - I was anticipating/cringing
#
tantek
yes - rendering wikisource (as is) would be very useful
#
ben_thatmustbeme
tantek: fair enough, my itch it to remove my dependance on indieauth.com
#
tantek
ah - that's what you meant by "render our wiki files". *existing* wiki files. got it.
#
snarfed
cowardly refuses to click
#
aaronpk
"Very brave PHP developers willing to fix dumpHTML should probably plan some weeks of work on it"
#
ben_thatmustbeme
which i have working... just getting a problem with tokens though
#
ben_thatmustbeme
but i can log in fine
#
tantek
aaronpk: "dump" isn't the point though - not the whole thing at least. doing a viewer of single files seems more reasonable
#
aaronpk
what i want is something that can take the folder of files here and let you browse around https://indiewebcamp.com/wiki/backup/data/
#
aaronpk
gotta figure out a solution for case-insensitive filesystems tho
#
snarfed
gRegorLove: i'm stumped so far :(
#
aaronpk
oh man, there's apparently an option to have the OSX filesystem be case-sensitive, but that seems... like not something easy to change :P
#
@jgarber
@helenvholmes So my thought is: If it’s worth sharing in an email newsletter, it’s probably worth sharing on your own website.
(twitter.com/_/status/605422645564305408)
#
ben_thatmustbeme
relmeauth.thatmustbe.me
#
ben_thatmustbeme
is now my auth endpoint
#
voxpelli
aaronpk: a colleague has mounted a .dmg with a case sensitive file system on his OS X I believe – and does his webdev in that one
#
aaronpk
hah that's a thought
#
tantek
ben_thatmustbeme: that was fast
#
ben_thatmustbeme
actually only until i can get a better url and ssl key for it
#
aaronpk
ben_thatmustbeme: why is twitter not supported?
#
aaronpk
ah you just gave up?
#
ben_thatmustbeme
i only do github at the moment
#
ben_thatmustbeme
yeah, i started a lot of parts from scratch
#
aaronpk
oauth1--
#
Loqi
oauth1 has -1 karma
KevinMarks_ joined the channel
#
ben_thatmustbeme
oauth1 i can work on later
#
aaronpk
github worked!
#
aaronpk
oh weird, getting an error trying to start again
#
snarfed
gRegorLove: tracking here: https://github.com/snarfed/bridgy/issues/415 . sorry for the trouble!
#
aaronpk
i think the form is submitting the query string parameters
#
gRegorLove
That's ok. Thanks for checking on it.
#
gRegorLove
snarfed:
#
tantek
ben_thatmustbeme: interesting - you added the confirmation step
#
tantek
the original design of web sign-in didn't require confirmation because it treated order as fallback
#
tantek
though this is better for debugging
#
aaronpk
the problem with the "order as fallback" approach is it will potentially be reaaaly slow
#
tantek
right, need to write up that issue
#
ben_thatmustbeme
https://github.com/thephpleague/oauth2-client has lots of other providers ready configured.. should be pretty easy to add those too
#
aaronpk
that's why i went with the prompting approach for indieauth.com (which also let me do the relme verification asynchronously which also makes it look faster)
#
tantek
ben_thatmustbeme: I got "SUCCESS! You verified" which feels - empty? shouldn't it say I verified (domain name) ?
#
tantek
e.g. using github
#
tantek
aaronpk - makes sense
#
tantek
also demos better for explanatory purposes
#
ben_thatmustbeme
tantek, yeah, thats really just testing code when visiting logging in from that page
#
ben_thatmustbeme
really nice bit is actually logging in from link= from my homepage
#
ben_thatmustbeme
though i don't recommend it until https
#
tantek
ben_thatmustbeme: then you lost some code
#
aaronpk
ben_thatmustbeme: now try signing in to the wiki with it!
#
tantek
when you sign-in on tantek.com/relmeauth it says
#
tantek
"You are logged in as http://tantek.com using twitter.com. logout? "
#
tantek
though I should s/logged in/signed-in/
#
tantek
the point of the separate "relmeath" / or . deployment is to provide a tool to help teach about relmeauth - so it helps to have a more explanatory result upon success.
#
tantek
like, what actually succeeded and why
#
tantek
also - "logout" helps demonstrate the complete flow
#
tantek
so you ought to put that back in too
#
ben_thatmustbeme
tantek, that can be abstracted out. this isn't the relmeauth lib anymore really
#
tantek
the HTML and UI looked almost the same though
#
tantek
so I was wondering how those pieces got dropped
#
ben_thatmustbeme
yes, will change.. it started there
KartikPrabhu joined the channel
#
gRegorLove
tantek: Saw the logs /media_checkin criticism. I'm pretty neutral on the term, so I'm fine with a better term. I'm not a big fan of "bookmark" because that means something different to me on the web.
#
gRegorLove
I don't have any suggestions offhand.
#
gRegorLove
The Goodreads link is "update status" which shows "I am on page [input] —or— I'm finished (link)" followed by a textarea for optional comments.
#
ben_thatmustbeme
aaronpk: i would love to, but the wiki appears to have hard-coded indieauth.com as the endpoint
#
ben_thatmustbeme
doesn't check my site
#
aaronpk
that's what i mean
#
aaronpk
indieauth.com checks your site
#
ben_thatmustbeme
huh 'Endpoint did not acknowledge it is an authorization endpoint. The endpoint should return an "IndieAuth: authorization" header.'
#
ben_thatmustbeme
aaronpk: thats still dependant on indieauth.com... not ideal
#
ben_thatmustbeme
if indieauth.com goes down, no wiki login
#
aaronpk
if the wiki goes down, no wiki login
#
aaronpk
it's the same thing
#
aaronpk
in this case, indieauth.com is part of the wiki
#
aaronpk
i wish i knew how to make this more clear
#
aaronpk
i thought i explained it pretty well in Germany
#
ben_thatmustbeme
wiki requires indieauth.com rather than "any indieauth client"
#
aaronpk
the wiki is letting indieauth.com do the work
#
ben_thatmustbeme
exactly the reason i wanted my own auth endpoint
#
aaronpk
this is *no different* than the wiki doing the discovery on its own
#
aaronpk
it just happens that it's happening on a different domain
#
ben_thatmustbeme
yes, it is... ask those who have a problem getting to indieauth.com ... i believe there was someone this morning
#
aaronpk
yeah that would be hjust as likely if the wiki was doing it itself
#
aaronpk
one way to look at this is imagine I launched the indieauth.com app at login.indiewebcamp.com
#
aaronpk
jeez maybe i should do that just to make a point
#
ben_thatmustbeme
aaronpk: i get it, and that would be fine
#
ben_thatmustbeme
its using indieauth.com as a service, rather than indieauth as a library right now. those are different architecturally
#
aaronpk
the wiki is always going to use indieauth.com as a service because there is nothing yo ucan do to compel me to write a mediawiki plugin that supports relmeauth
#
aaronpk
i miiiight do it for like $100,000
#
ben_thatmustbeme
?? it should just be a difference of looking up the auth endpoint? is it integrated more than indieauth protocol?
#
aaronpk
you have to support people who don't specify an endpoint too, who just have relme links
#
aaronpk
and then maintain the oauth code in the PHP mediawiki library
#
aaronpk
not to mention making an interface that fits inside mediawiki for this
#
ben_thatmustbeme
aaronpk: so curl, search for endpoint, if not set default to whatever service you like
#
aaronpk
ben_thatmustbeme: that is what indieauth.com does!!
#
ben_thatmustbeme
points back to others with indieauth.com dns trouble
#
aaronpk
my point is there will always be problems
#
aaronpk
i would rather not maintain a separate code path for logging in to the wiki
#
aaronpk
since this way i can focus my efforts on fixing all the signin bugs on indieauth.com rather than making more work for myself
wolftune joined the channel
#
Zegnat
Seems like I should never have brought up those DNS issues :p
#
ben_thatmustbeme
haha, Zegnat, no no, better to know the issues
#
ben_thatmustbeme
aaronpk: just deploying another copy that is with the wiki is fine too
#
aaronpk
there is literally no benefit to that, i was making a point
#
ben_thatmustbeme
tell that to Zegnat. also i'm assuming these are on the same physical server
#
tantek
plus the wiki implements a stricter policy than just any indieauth
#
ben_thatmustbeme
in which case, yes
#
tantek
e.g. people with domains, no silo sign-ins
#
gRegorLove
It sounds like the difference is 2POF bs SPOF? Though I understand the headache of dealing with mediawiki
#
gRegorLove
s/bs/vs/
#
Loqi
gRegorLove meant to say: It sounds like the difference is 2POF vs SPOF? Though I understand the headache of dealing with mediawiki
#
ben_thatmustbeme
i completely agree , mediawiki does not make for easy work
#
ben_thatmustbeme
goes about testing other services
#
aaronpk
the DNS issue probably had to do with me changing the root nameservers on indieauth.com in order to move DNS from linode to AWS. it could have happened just as easily if I moved the indiewebcamp.com DNS to AWS as well
KartikPrabhu joined the channel
#
ben_thatmustbeme
woodwind and quill look up endpoint, yay
#
aaronpk
yes, they implement the indieauth protocol on their own, and don't support relmeauth at all
#
ben_thatmustbeme
aaronpk: are they hosted on the same machine?
#
aaronpk
are what hosted on the same machine?
#
ben_thatmustbeme
wiki and indieauth.com?
#
gRegorLove
Hmm, maybe something's up with my post, snarfed? Woodwind isn't pulling in the post content, just the title. The parsed mf2 looks ok at a glance, though.
#
aaronpk
one of the indieauth.com servers is on the same machine as the wiki, but there are 3 servers now
#
ben_thatmustbeme
the other day indieauth.com went down for me too.... i could not log in to anything
#
ben_thatmustbeme
which was what sparked all of this for me
#
snarfed
gRegorLove: maybe? bridgy shouldn't care though since the FB post has the link
#
aaronpk
ben_thatmustbeme: you are aware of what i did this whole weekend right?
#
aaronpk
*headdesk*
#
ben_thatmustbeme
points to baby sitting on his lap
#
ben_thatmustbeme
i have been busy
#
tantek
ben_thatmustbeme: you might want to check the weekend logs ;)
#
gRegorLove
!tell kylewm Woodwind seems to only pull in the title of my recent blog post. http://reader.kylewm.com/?entry=http%3A%2F%2Fgregorlove.com%2F2015%2F05%2F1196%2F
#
Loqi
Ok, I'll tell them that when I see them next
#
tantek
ben_thatmustbeme: it's one thing to get your own auth setup so you can sign into your own site without worrying about an external SPOF, it's something else entirely to try to use your own auth setup for all other external sites.
j12t joined the channel
#
tantek
e.g. I was able to still post etc. on my site because I run my own relmeauth.php - but I still couldn't see/use the wiki or any of the apps which depend on indieauth.com
#
gRegorLove
Laid in a hammock and drank beer, aaronpk? ;)
#
aaronpk
there was certainly beer involved ;)
#
ben_thatmustbeme
tantek, exactly. its pretty easy to just search the person's page for an auth endpoint link though
#
ben_thatmustbeme
indieauth should allow relmeauth to be basically optional that way
#
aaronpk
ben_thatmustbeme: pull requests welcome https://github.com/aaronpk/IndieAuth-MediaWiki
#
ben_thatmustbeme
indieAuthDomainFromToken($token) i think that would be the only difficult piece
#
aaronpk
exactly
#
ben_thatmustbeme
didn't realize that was a thing you needed
#
aaronpk
that's how you verify the login
#
aaronpk
otherwise ... there's no security and anyone could just type in anything in the URL field and be logged in
#
ben_thatmustbeme
which was why i said "unless you use more than standard indieauth protocol interactions"
#
aaronpk
that is the standard protocol interaction
#
ben_thatmustbeme
where did /session?token= come in to it?
#
aaronpk
that method is poorly named, and it is using hte old indieauth.com API
#
aaronpk
that can be changed to /auth?code= now
#
ben_thatmustbeme
ahh, okay, then yeah, easy
afrogeek joined the channel
#
ben_thatmustbeme
mm, indeed, that should be post too
#
ben_thatmustbeme
and have other options in tthere
#
ben_thatmustbeme
redirect, client_id, etc
#
aaronpk
yes all of these things are things i don't want to do :P
eschnou, solson_ and benwerd_ joined the channel
#
solson_
Hi all, I'm interested in the indie web and looking to get started
#
solson_
I have read the getting started pages
#
solson_
But I have a few questions
#
solson_
?
#
solson_
I have two websites and I am unsure how this would work with that. Could you have two websites?
#
solson_
My son also has a couple websites. Would you have more than one identity?
#
KartikPrabhu
solson_ : you can have one as your primary website and connect the others to it via rel-me
#
ben_thatmustbeme
or have entirely different identities if you really wanted
#
KartikPrabhu
or if you want to keep them separate, you can just pretend they are all different identities
#
aaronpk
there is no Real Names policy on the indieweb :)
#
Zegnat
I am going to run on 2 different domains, one will be my feed (blog) and the other one is my personal website (identity). I would say: just go for it.
shiflett joined the channel
#
Zegnat
But prefer subdomains to directories if you are planning something like that. Directories mess with the IndieWebCamp wiki and just cause headaches :p
#
bear
aaronpk - coolness with the refactoring! I will finish my ansible work and deploy indieauth.com to the instance I have running tonight!
#
KartikPrabhu
Zegnat: so your personal website is not going to have any posts?
#
KartikPrabhu
gRegorLove: curious as to what "bookmark" mean to you on the web?
benwerd joined the channel
#
aaronpk
bear: awesome! also I realized the openid plugin requires memcache so you'll need to add that too :(
#
Zegnat
I am not planning to have them there, KartikPrabhu, no.
#
bear
no worries
#
aaronpk
at least it's an easy one
#
bear
getting ruby + bundler to "play nice" with runit was more of a chore
#
aaronpk
bear: oh I also remembered that I actually stopped running it with passenger
#
bear
I have nginx in front of it
#
aaronpk
i'm running it with ruby's puma server listening on a socket, and nginx reverse proxies to that socket
#
aaronpk
that made things speed up a ton when I changed that
#
bear
what I will need is to get the indieauth.com cert installed
#
aaronpk
yeah, I need to make one for your subdomain
#
aaronpk
each of these needs its own subdomain so that SMS auth codes get sent back to the right server
snarfed joined the channel
#
solson_
I was big into blogging back in 2006-2008 and then I just got bored of the whole thing as people seemed to just drift away
#
solson_
Is there a way to see a list of who is involved in this indieweb
#
aaronpk
bear: can you send me a CSR so I can generate the certificate?
#
solson_
?
#
solson_
This is really exciting
#
solson_
Just heard about it yesterday while I was mowing my lawn and listening to TWIT
#
GWG
ben_thatmustbeme: Belated acknowledgement of your belated good morning
#
lancey.space
edited /IRC_People (+5) "/* Nicknames */ Updated my icon"
(view diff)
#
GWG
solson_: What did they say?
#
solson_
Leo just mentioned how the he had a friend using the indie web to take content ownership back and I googled indie web
KartikPrabhu joined the channel
#
GWG
solson_: Probably KevinMarks
#
solson_
It was pretty brief but it caught my attention because I have been concerned for years about how few people were creating good content
#
solson_
Yep that was the name
#
GWG
solson_: Leo has a Known installation, but I think he only dabbles
#
GWG
solson_: Agreed. The idea of not putting so much of myself into a system that I couldn't control was something that resonated with what I was already doing
#
gRegorLove
KartikPrabhu: It's what I think is the common definition: a log of URLs I either want to finish reading later or want to easily find later. That's not the same as a physical bookmark in a book to me.
#
solson_
ok thanks for the info.
#
KartikPrabhu
"want to easily find later" is exactly a physical bookmark in a book :P
#
gRegorLove
A book isn't a URL
#
KartikPrabhu
sure and the map location of a place is not the place but we use it for checkins anyway
#
gRegorLove
A physical bookmark also only tracks the latest position. A "media checkin" or whatever we want to call it is about tracking the history of that
#
gRegorLove
In my experience, most web bookmarks end up just being digital hoarding, though. I have so many that I will likely never revisit or go through again to even clean up :)
#
KartikPrabhu
"A physical bookmark also only tracks the latest position." you've been using books the wrong way ;)
KevinMarks___ joined the channel
#
gRegorLove
Unless there's some Quantum Bookmarks I haven't heard of.
#
KartikPrabhu
you can have multiple bookmarks in one book
#
gRegorLove
(This conversation is kind of proving my point about how "bookmark" is overloaded)
#
KartikPrabhu
oh bookmark is overloaded, in real life
#
KartikPrabhu
that is the issue with copying real life metaphors on the Web.
#
gRegorLove
That's why I'm not really a fan of "bookmark" for "reading progress"
#
aaronpk
was someone suggesting bookmark for reading progress? I would never call it that
KevinMarks_ joined the channel
#
KartikPrabhu
what is media checkin?
#
Loqi
Media check-in is a somewhat controversial concept that refers to a type of virtual check-in post, where the "location" is an item of consumable media such as a book, audio, video, or realtime media such as a radio or TV broadcast https://indiewebcamp.com/media_checkin
#
KartikPrabhu
aaronpk: briefly hinted in that ^
#
gRegorLove
tantek seems to have hinted at it before in IRC and on that page.
#
aaronpk
hmm odd
#
gRegorLove
Perhaps he only meant as far as the markup of it, though
#
Zegnat
what is bookmark?
#
Loqi
A bookmark (or linkblog) is a post that is primarily comprised of a URL, often title text from that URL, sometimes optional text describing, tagging, or quoting from its contents https://indiewebcamp.com/bookmark
#
Zegnat
See, Loqi knows, nothing to debate ;)
#
aaronpk
also i think tracking reading progress is different from tracking things like "I listend to this song" or "I watched this movie"
#
GWG
aaronpk: I refer to them in my plugin as passive kinds.
j12t joined the channel
#
GWG
Also a bad name
#
gRegorLove
Are there passive-aggressive kinds? :)
#
gRegorLove
Honestly I've only experimented with reading progress on my own site a couple times. It's a lower priority for me.
#
gRegorLove
I do use it a lot on Goodreads, though, so I'm looking to ultimately track them on my own site.
#
Zegnat
I have started different systems for tracking what I read, but nothing ever stuck. I am also not structured enough in my reading.
#
Zegnat
This, however, is how I wish I would be tracking my reading: http://fawny.org/reading/
#
gRegorLove
Nice, Zegnat
#
gRegorLove
Is that generrated automatically from LibraryThing?
#
gRegorLove
What is LibraryThing?
#
Zegnat
It is not mine, it’s Joe’s. And I would think he is handroling the HTML
#
Zegnat
I just wish it were mine ;)
#
loqi.me
created /LibraryThing (+66) "prompted by gRegorLove https://indiewebcamp.com/irc/2015-06-01/line/1433184678678 and dfn added by gRegorLove"
(view diff)
#
Zegnat
I read books a lot like I watch films: a small niche genre that I keep revisiting. Not much to track.
#
gRegorLove
"currently" could be a generic term for these, though maybe too ambiguous. "currently listening to __ by __" "currently reading __ on page __" etc.
#
KartikPrabhu
gRegorLove: do you write book reviews on Goodreads? Maybe a good place to start indiewebifying your Goodreads activity
#
KartikPrabhu
what is status?
#
gRegorLove
Rarely. I haven't in quite a while. But yes, that's an easy one.
#
aaronpk
really this is just a log of things
#
aaronpk
"checkin" just happens to be a catchy name for logging physical location by venue
#
KartikPrabhu
usually "status messages" or "status updates" are what track "currently..."
#
aaronpk
like scrobble
#
gRegorLove
Goodreads calls them status
#
gRegorLove
Which I'm cool with
#
aaronpk
"progress posts"?
#
gRegorLove
Surprised we don't have /status
#
Zegnat
I like KartikPrabhu’s “updates”, but I guess an update is only relevant if you also have an initial status.
#
aaronpk
or maybe...these don't need a name :)
#
snarfed
aaronpk++
#
Loqi
aaronpk has 831 karma
#
gRegorLove
"progress" sounds ok, though 'status" could cover both "progress" and "I'm listening to..." type posts.
#
aaronpk
my favorite way of solving problems is by removing the problem
#
aaronpk
s/the problem/the situation that caused the problem
#
Loqi
aaronpk meant to say: my favorite way of solving problems is by removing the situation that caused the problem
#
gRegorLove
(And "status" is already a commonly used term that won't be going away soon)
#
Zegnat
Could always just call them “FYIs” or “BTWs”: “BTW, FYI, I’m listening to…”
#
KartikPrabhu
snarfed: neat! starred
chalettu, KartikPrabhu, j12t, benwerd, shiflett, tvn, tantek_, tantek__, finchd and glennjones joined the channel
#
kylewm
huh, I just noticed one of those Imprints (Austrian rather than German) that was mentioned the other day http://lucumr.pocoo.org/about/#imprint
#
Loqi
kylewm: gRegorLove left you a message 2 hours, 16 minutes ago: Woodwind seems to only pull in the title of my recent blog post. http://reader.kylewm.com/?entry=http%3A%2F%2Fgregorlove.com%2F2015%2F05%2F1196%2F http://indiewebcamp.com/irc/2015-06-01/line/1433181790407
shiflett joined the channel
#
kylewm
gRegorLove: i see the full text, pictures, and all. did it resolve itself on your end?
#
kylewm
gRegorLove: hmm, ok i see that the text is missing in the Atom version
#
gRegorLove
Nope. Hm. just noticed a JS error: Uncaught ReferenceError: WS_TOPIC is not defined
#
gRegorLove
inveestigates
#
Zegnat
Yes, kylewm, the German Wikipedia about the imprints mentions there is a requirement in Austria as well (https://de.wikipedia.org/wiki/Impressumspflicht#Recht_in_.C3.96sterreich)
#
Zegnat
I just wish there was some proper information to link to other than the same quotations of legalese over and over :(
#
gRegorLove
I don't get how that's a mismatched tag. What am I missing?
#
kylewm
gRegorLove: <img> isn't properly closed
#
gRegorLove
Oh bother
#
kylewm
indeed
#
KevinMarks
that is the trouble with xhtml - you get draconian behaviour
#
kylewm
Zegnat: Digital Ocean just opened a big data center in Frankfurt, do you think this applies to any site hosted there??
#
Loqi
KevinMarks: kylewm left you a message 5 hours, 18 minutes ago: should I be using your fork of feedparser in Woodwind? like, will it do a better job finding podcast enclosures etc? http://indiewebcamp.com/irc/2015-06-01/line/1433171422729
#
Zegnat
kylewm: I can of course not give legal advice. But let me dig up what a German hosting company told me earlier today.
#
Zegnat
I m not going to name the hosting provider, and again, no legal advice, IANAL, IANYL, etc. etc.
#
Zegnat
“If you are just hosting your website in germany, but it's not in german and not targeted at a german audience, you probably don't need to have an Impressum at all. Again, the german laws are fuzzy on the matter what constitues "targeted at a german audience".”
#
aaronpk
since nobody except highly paid lawyers can give legal advice, and the regulation is written in legalese, i'm guessing this doesn't actually matter in practice
#
kylewm
legalese? looks more like German to me
#
kylewm
ba-dum-ch
#
aaronpk
hmm what's the german word for legalese? :)
#
gRegorLove
instantrimshot.com
#
Zegnat
It matters in so much as bloggers have reported getting threatening letters from lawyers when they forget about the imprint. Of course they will try and get you to settle out of court. Something you will want to do as the fines go up to 50000 EUR.
#
aaronpk
wow. whose lawyers?
#
aaronpk
of course there's a german word for legalese... "Juristensprache"
#
aaronpk
not as cute tho
#
gRegorLove
Got it sorted, kylewm. Expect it will show up after the cache clears. Thanks!
#
Zegnat
Small fry lawyers I guess, people don’t like to discuss those details. But I guess it is a scheme much like those threatening letters you get for illegally downloading stuff in other countries.
#
Zegnat
It is pretty ironic that I started researching this for a domain “licit.li” ;)
#
aaronpk
i mean who is sending the letters tho? lawyers representing the german government? or just random lawyers?
#
Zegnat
random lawyers
#
kylewm
yes sounds very reminiscent of RIAA/MPAA lawsuits
#
aaronpk
how in the world can a random lawyer file a lawsuit against a blogger for not having the impressum, unless the lawyer represents the government?!
#
KevinMarks
how do they have standing though?
#
Zegnat
Random lawyer contacts you that you are not complying to TMG. TMG is a law that protects “consumers” (the lawyer is a consumer of your site). So they will file a civil suit against you unless you settle with them right there.
#
Zegnat
At least that’s usually how it goes. Or so I hear.
#
aaronpk
that just sounds like a giant scam
#
Zegnat
Still scares the crap out of people though.
glennjones_ joined the channel
#
Zegnat
It might be worth contacting Digital Ocean though, they might be more willing to comment on this than the small hosting company I was talking with
#
KevinMarks
sounds like the ADA stuff in CA
#
kylewm
exactly what i was going to say
#
Zegnat
KevinMarks: link?
#
Zegnat
Ah, yes, accessibility laws are also prone to this effect
#
Zegnat
I seem to vaguely recall a case where someone sued a website for not subtitling their videos.
#
Zegnat
And the link gRegorLove mentions there is one of the few English articles I found too. Basically it makes small law firms into cease-and-desist-shakedown offices.
#
Zegnat
I considered setting up a IndieWebCamp page about this, but I am really not qualified to do so and I don’t think IndieWebCamp should try to give advice concerning this.
#
Zegnat
On the other hand, we do urge people to strike out on the web alone, and they can get into trouble if they do not know about local law. Like fkooman admitted earlier today.
#
Loqi
slack/snarfed: the same thing happens in the US with the ADA (disability protection law), among other things
#
Loqi
slack/snarfed: not to mention patent trolls
#
Loqi
slack/snarfed: Zegnat++
#
aaronpk
who is wirres.net?
#
Loqi
slack/snarfed: aaronpk: diplix
#
aaronpk
!tell diplix you should add yourself to http://indiewebcamp.com/irc-people! :-)
#
Loqi
Ok, I'll tell them that when I see them next
#
aaronpk
!tell diplix what embedding thingy are you using for your site? I noticed it found a random user photo as the "featured" photo for my post http://wirres.net/article/articleview/7733/1/51/
#
Loqi
Ok, I'll tell them that when I see them next
#
ben_thatmustbeme
aaronpk: looking at the wiki code, you stopped using the authenticate() function from wordpress, was there any issue with it, or was it just to simplify things?
#
aaronpk
wordpress?
#
ben_thatmustbeme
s/wordpress/mediawiki/
#
Loqi
ben_thatmustbeme meant to say: aaronpk: looking at the wiki code, you stopped using the authenticate() function from mediawiki, was there any issue with it, or was it just to simplify things?
#
ben_thatmustbeme
overtired these days
#
aaronpk
oh I think it was just an unneeded step
#
Zegnat
aaronpk: when Loqi copies slack chat here, does it register the karma increase?
#
Loqi
grins profusely
#
aaronpk
Zegnat: no, i haven't figured out the best way to hook that up yet
#
aaronpk
Zegnat++ there you go
#
Loqi
Zegnat has 2 karma
#
Zegnat
is happy to be able to do 2 bad deeds now
#
kylewm
manual karma transfer until it hurts :)
frzn joined the channel
#
Zegnat
aaronpk: do you recommend StartSSL even with them charging for revocations?
#
bear
zegnat: I do
#
bear
one of the very few ssl cert vendors that actually verifies identity
snarfed and nloadholtes joined the channel
#
Zegnat
bear: can you elaborate? All I know is I wouldn’t mind dropping a free SSL on my domain.
yakker joined the channel
#
bear
if you get registered as a user for the paid certs then they actually call you to make sure your info is accurate
#
Zegnat
hm, I’ll give that a look.
#
Zegnat
I don’t really like the paying-for-revocation though, with all the SSL attacks popping up lately
#
ben_thatmustbeme
well, basically rolled that commit back, but I have a version that I think corrects it
#
ben_thatmustbeme
but of course no version of the wiki installed
#
ben_thatmustbeme
so don't know precisely if it works or not
bengo and __number5__ joined the channel
#
aaronpk
i've been using startssl for everything cause i need so many certs and it would be super expensive otherwise
#
ben_thatmustbeme
aaronpk: would you prefer a pull request although untested?
#
ben_thatmustbeme
i know the pieces all work (tested those on their own) but I don't have a full mediawiki setup
jansauer_, tantek and voxpelli joined the channel
#
aaronpk
ben_thatmustbeme: sure, i might be able to test it tonight
wolftune joined the channel
#
aaronpk
i'm still going to point out there isnt really a benefit to this change
#
aaronpk
s/benefit/functional benefit
#
Loqi
aaronpk meant to say: i'm still going to point out there isnt really a functional benefit to this change
#
ben_thatmustbeme
I'm still going to point to Zegnat and say yes there is. and thats just one example and i can think of others
#
ben_thatmustbeme
but mainly its about breaking any dependance
#
aaronpk
it's not a dependency any more than relying on the curl module for php is
#
ben_thatmustbeme
and removes an unneeded step for those that don't want to use indieauth.com.
#
ben_thatmustbeme
except CURL isn't a service that can go down
#
tantek
curl as a service, hmmm...
#
ben_thatmustbeme
lol, tantek, but you have to curl the service to use it :P
#
aaronpk
indieauth.com is more likely to be available than the wiki now
lukebrooker joined the channel
#
ben_thatmustbeme
and for those that want to set up another wiki?
#
tantek
aaronpk: probably good since so many indie web apps depend on indieauth now
#
aaronpk
that has nothing to do with this
#
ben_thatmustbeme
well you made it its own git repo
#
aaronpk
the plugin?
#
ben_thatmustbeme
i guess people might want to use that plugin
#
tantek
this conversation is confusing
#
aaronpk
they can go change the url to whatever indieauth.com-like api they want
#
Zegnat
Very confusing. So I’m stepping out before I am used as argument again ;) Will be back the 3rd probably, after my exam. Good night :)
#
Loqi
see you in the morning!
#
ben_thatmustbeme
good night Zegnat
#
aaronpk
i made it a config option in the omniauth gem. it should be a config option in this plugin too
modem joined the channel
#
aaronpk
this is confusing because indieauth.com does two distinct things, and does them in a very similar way
#
ben_thatmustbeme
it does more than 2, but what 2 are you referring to?
#
aaronpk
it would be clearer if the API that websites can use was distinctly different from the new /IndieAuthProtocol API
#
aaronpk
and also if i had not called it indieauth.com
andicascadesf joined the channel
#
ben_thatmustbeme
this commit is to basically make it the protocol, not the .com
#
aaronpk
right. and normally you'd lose all the relmeauth functionality this way, and require people put an authorization_endpoint on their sites
#
tantek
!tell aaronpk,kylewm do your readers use the results of a mf2 parser to look for alternates for Atom/RSS - or do you do your own parsing / scraping for those link rels?
#
Loqi
Ok, I'll tell them that when I see them next
#
aaronpk
because the indieauth.com API is very similar to the IndieAuth protocol, indieauth.com can be used as a "fallback" when the user doesn't have their own authorization endpoint
#
Loqi
aaronpk: tantek left you a message 1 minute ago: do your readers use the results of a mf2 parser to look for alternates for Atom/RSS - or do you do your own parsing / scraping for those link rels? http://indiewebcamp.com/irc/2015-06-01/line/1433194869698
#
ben_thatmustbeme
aaronpk: thats why i left default_endpoint there
#
ben_thatmustbeme
which makes perfect sense
#
ben_thatmustbeme
auth endpoints don't have to be relmeauth for that matter, which gets interesting
#
aaronpk
i believe all other IndieAuth endpoints do not implement relmeauth
#
ben_thatmustbeme
mine does now
#
ben_thatmustbeme
at least for 1 site
#
tantek
anyone here object to dropping the "alternates" collection from the parsed microformats2 JSON output? (and using rels + rel-urls to look them up instead?)
#
aaronpk
i am using the "alternates" but it's kind of sad that it doesn't know about the type
#
aaronpk
i'd rather use rel-urls
#
tantek
(note that a utility function could recreate an "alternates" collection from "rel-urls")
#
aaronpk
yeah right now i show an RSS icon regardless of what the alternate is, but it's fine cause you can't actually subscribe to those in monocle yet ;)
#
tantek
ok cool - and since you could never depend on the "alternates" key being there, your code won't fail when it's not
#
tantek
in other news I've also joined the W3C's Pubsubhubbub community group - if you're interested in PuSH, and already have a W3C login, you may want to join too: https://www.w3.org/community/pubsub/ - let's support julien51 in his efforts here
#
tantek
(looks very low traffic btw)
sammachin1 joined the channel
#
tantek
what is PuSH
#
Loqi
PubSubHubbub (PuSH) is a notification-based protocol for publishing and subscribing to streams and legacy feed files in real time https://indiewebcamp.com/PuSH
snarfed, KartikPrabhu, zachdonovan, aranasaurus, LCyrin, wolftune and bengo joined the channel
#
tantek.com
edited /PubSubHubbub (+794) "update Discussion with actual links to where discussion occurs, link to W3C Community Group, move old "complex" discussion point to an Issues section and note historical context vs. deployment today"
(view diff)
#
kylewm
tantek: I use both rel-urls (to look for rel=feed) and alternates; combining them would be great
lukebrooker joined the channel
#
Loqi
kylewm: tantek left you a message 43 minutes ago: do your readers use the results of a mf2 parser to look for alternates for Atom/RSS - or do you do your own parsing / scraping for those link rels? http://indiewebcamp.com/irc/2015-06-01/line/1433194869698
#
tantek
kylewm: thanks - yes current spec says that alternates are included in rel-urls, and glennjones's tests say so too
#
tantek
assuming implementations catch up, ok with dropping "alternates"?
KartikPrabhu, bengo and tilgovi joined the channel
mlncn joined the channel
#
kylewm
finds it very hard to believe that 95% of teens 13-17 used facebook in 2012
#
KartikPrabhu
maybe 95% of teens in the US who they surveyed ;)
#
aaronpk
was the survey distributed via facebook?
#
KevinMarks
how did they measure it? # of teen accounts compared to population?
#
KevinMarks
'cos lots have multiple accounts
#
KevinMarks
so, who is using "alternates" in their microformats code?
#
tantek
KevinMarks - yes I was asking that earlier as we were debating in #microformats :) see logs