IRC Log for #openid on 2007-04-04
Timestamps are in UTC.
- [00:00:30] <rgl_>
ah alright :D
- [00:01:05] <rgl_>
I can grok python :D
- [00:01:16] * KevinMarks (i=KevinMar@pdpc/supporter/active/kevinmarks) Quit ("The computer fell asleep")
- [00:01:32] <_keturn>
darcs get http://www.openidenabled.com/resources/repos/python/oiddiag/
- [00:01:36] <rgl_>
is the PHP library updated to OID 2.0 too?
- [00:01:55] <_keturn>
not quite yet
- [00:02:54] <rgl_>
ah, so I might add 2.0 to my provider before you :D
- [00:03:16] <rgl_>
(unprobable hehe)
- [00:03:31] <rgl_>
thx for the link _keturn . :D
- [00:03:42] <rgl_>
btw, does it also test OID 2.0?
- [00:04:21] <_keturn>
nope
- [00:05:33] <rgl_>
humm, I can't browse the darcs repository using my browser? (I don't have darcs client)
- [00:06:15] <rgl_>
oh.. I'm blind! its there! nm.
- [00:07:40] * hober (n=ted@unaffiliated/hober) Quit ("ERC Version 5.1.3 (IRC client for Emacs)")
- [00:11:47] * KevinMarks (i=KevinMar@nat/google/x-9fd36788e5d30f4a) has joined #openid
- [00:18:46] * j3h (n=j3h@c-71-236-228-127.hsd1.or.comcast.net) Quit (Read error: 113 (No route to host))
- [00:23:15] <elliottcable>
Anybody around?
- [00:24:43] <cygnus>
usually
- [00:25:38] * PatF (i=Patrick@nat/novell/x-f5a32a10c30f38b2) Quit (Read error: 110 (Connection timed out))
- [00:25:45] <elliottcable>
Tell me what you think:
- [00:25:46] <elliottcable>
http://simplelog.elliottcable.com/archives/2007/4/4/enduser_openid_implementation/
- [00:26:46] <elliottcable>
... and please don't try to sign up for the ident server, its borked d-:
- [00:28:04] <cygnus>
I'm no browser extension / javascript guru, but I suspect it's not possible to do what you propose
- [00:28:13] <elliottcable>
cygnus: Why not?
- [00:28:22] <cygnus>
i.e. have javascript scrape the sreg response information from your OpenID and put it into arbitrary form fields
- [00:28:51] <elliottcable>
cygnus: I wasn't actually thinking about it doing that
- [00:29:05] <cygnus>
"You accept it to grab your info, and then the javascriptlet(wd?) fills in all the fields in the form in a somewhat intelligent manner with the info from your OpenID profile."
- [00:29:06] <elliottcable>
the javascript slaves over the information it scrapes about the HTML forms on the pages, to some web app
- [00:29:20] <elliottcable>
then the web app, asks for authentication from your OpenID server
- [00:29:54] <elliottcable>
then it tries to associate the responses it gets with the form fields - Nickname to User Name, Home E-Mail to 'VALID email address' and etcetra
- [00:30:16] <elliottcable>
asks for your verification that it did so correctly, then the javascript boomkarklet fills it out
- [00:30:24] <elliottcable>
sound más feasible?
- [00:30:49] <cygnus>
I dunno. anyone else in here work on browser extensions?
- [00:31:14] <elliottcable>
cygnus: Not a browser extension, this should work with any browser. Hence a bookmarklet of some sort.
- [00:31:22] <cygnus>
I'm thinking it would be more cost-effective to bug the site admins to support OpenID, because the correlation between sreg fields and the registration form fields on most sites will be hit-or-miss
- [00:31:24] <elliottcable>
I wasn't thinking about implementing it myself right now, just a nebuluous idea
- [00:31:42] <elliottcable>
cygnus: true, but I can't 'bug' the side admins of every site I visit.
- [00:31:42] * cygnus nods
- [00:32:03] <cygnus>
elliottcable: it's true, but if everybody did that, there *would* be more OpenID RPs out there.
- [00:32:07] <elliottcable>
whereas I could use this on every non-OpenID site I visit. Which so far, even though I have an OpenID url, has been every single frescking one
- [00:32:15] <elliottcable>
RP?
- [00:32:24] <cygnus>
PR = Relying Party. A site that permits OpenID login.
- [00:32:29] <cygnus>
er.
- [00:32:29] <cygnus>
RP.
- [00:32:45] <elliottcable>
ah I see
- [00:32:48] <elliottcable>
lol
- [00:32:55] <cygnus>
but I really doubt you could use such a thing on "every non-OpenID site you visit" because every registration form is going to differ.
- [00:33:22] <elliottcable>
well it is a LOT of work for the laymen who run little random sites to integrate something for one person to use. I don't except to see much web integration of the standard till one big player or another goes with it
- [00:33:25] <cygnus>
I'm not trying to tear you down; I'm just trying to weigh the benefits of doing that vs. just bugging admins.
- [00:33:28] <elliottcable>
though I expect that to be fairly soon
- [00:34:11] <elliottcable>
cygnus: Yeah, true, but the web app could be fairly robust in matching info with the fields. e-mail, nickname, password, address, phone number, most of those would be fairly easy to paarse
- [00:34:17] <elliottcable>
s/paarse/parse/
- [00:34:29] * shigeta (n=shigeta@124.32.114.226) has joined #openid
- [00:34:41] <cygnus>
elliottcable: yeah, assuming the form field names are at all meaningful.
- [00:34:45] <cygnus>
which in my view is the rub.
- [00:35:05] <cygnus>
but, you could probably make it work for a large number of cases.
- [00:35:42] <elliottcable>
cygnus: so a small number of sites that use openid + a small number of sites that have parseable registration pages = still more than a small number of sites that use OpenID
- [00:35:45] <elliottcable>
d-:
- [00:35:48] <elliottcable>
lol
- [00:35:50] <elliottcable>
anyway
- [00:35:55] <elliottcable>
just an idea, wanted to see what you thought
- [00:35:59] <elliottcable>
thanks for reading™!
- [00:36:10] <cygnus>
yw
- [00:49:12] <trel1023>
elliottcable: this is kind of what sxipper does
- [00:50:09] <trel1023>
http://www.sxipper.com/faq_maps
- [00:52:33] <elliottcable>
trel1023: that looks pretty cool - but it's firefox only, and you have to sign up for their service (no using your own OpenID)
- [00:52:54] * cygnus (n=cygnus@www.cprogrammer.org) Quit ("Leaving.")
- [01:00:21] * rgl_ (n=Rui@84.90.10.107) Quit (Read error: 113 (No route to host))
- [01:01:18] <GabeW>
hey
- [01:04:58] <GabeW>
http://groups.google.com/group/openid4java/browse_thread/thread/2ce1e5ae4e0defe5
- [01:05:15] <GabeW>
new sample jsp-based consumer and provider using openid4java
- [01:12:31] * Brylie (n=brylie@CPE-75-81-108-73.kc.res.rr.com) has joined #openid
- [01:24:40] * bricas (n=bricas@CPE0011506c8049-CM0013711405ec.cpe.net.cable.rogers.com) Quit ("ChatZilla 0.9.78 [Firefox 2.0.0.3/0000000000]")
- [01:27:27] * KevinMarks (i=KevinMar@nat/google/x-9fd36788e5d30f4a) Quit ("The computer fell asleep")
- [01:31:30] * fajro (n=fajro@OL104-24.fibertel.com.ar) has joined #openid
- [01:31:57] * larz3 (n=larry@stig.ipv6.sinopop.net) has joined #openid
- [01:50:22] * elliottcable (n=elliottc@40-88-178-69.gci.net) Quit ("leaving")
- [01:50:55] * elliottcable (n=elliottc@40-88-178-69.gci.net) has joined #openid
- [02:00:59] * elliottcable (n=elliottc@40-88-178-69.gci.net) Quit ("leaving")
- [02:01:33] * elliottcable (n=elliottc@40-88-178-69.gci.net) has joined #openid
- [02:04:33] * bignose (n=bignose@eth595.vic.adsl.internode.on.net) has joined #openid
- [02:04:46] <bignose>
an OpenID can be any HTTP URL, yes?
- [02:04:59] <elliottcable>
bignose: yep
- [02:04:59] <bignose>
including an HTTPS URL?
- [02:05:05] <elliottcable>
bignose: Ummm I dunno bout that
- [02:10:26] <larz3>
yes
- [02:11:01] <bignose>
dang.
- [02:11:21] <bignose>
I was hoping that I could ignore the scheme part of the URL when displaying it
- [02:11:32] <bignose>
but it looks like it'll have to be more complex than that.
- [02:11:34] <larz3>
bignose, http://openid.net/specs/openid-authentication-2_0-11.html#anchor49
- [02:11:39] <bignose>
larz3: thanks
- [02:12:30] <_keturn>
there are xri://$ip* examples in the OpenID spec!????
- [02:12:39] <_keturn>
I wish I hadn't seen that
- [02:12:57] <larz3>
hahah
- [02:13:59] <bignose>
someone thinks XRI compatibility is important enough to make part of OpenID :-/
- [02:14:09] <_keturn>
oh, I knew that part
- [02:14:15] <larz3>
_keturn, i can't imagine a case where any sane user would enter xri://$ip*1.2.3.4 or xri://$dns*example3.com
- [02:14:32] <bignose>
larz3: it could be generated by existing XRI software though
- [02:15:45] <larz3>
bignose, good point
- [02:16:20] <_keturn>
but, not to be snobby about this or anything, but I'm somewhere in the 99th percentile of people-who-understand-XRI-in-the-context-of-OpenID, and *I* didn't know about $dns or $ip
- [02:16:42] * _keturn gets on his bike and goes home
- [02:37:11] * elliottcable is now known as [e]afk
- [02:40:05] * larz3 (n=larry@stig.ipv6.sinopop.net) Quit ("Leaving")
- [03:01:59] <keturn>
so, six and a half miles later, I still can't think of a compelling reason why you would ever formulate an identifier as xri://$dns*example.com, let alone why you would use it as an OpenID input
- [03:09:56] <bignose>
I presumed that form was already defined elsewhere
- [03:10:14] <bignose>
and that OpenID was simply specified to consume it
- [03:15:02] <keturn>
that must be the case, yes
- [03:32:39] * shigeta (n=shigeta@124.32.114.226) Quit ("Leaving...")
- [04:14:37] * [e]afk is now known as elliottcable
- [04:23:43] * KevinMarks (n=KevinMar@h-68-164-93-9.snvacaid.dynamic.covad.net) has joined #openid
- [04:35:34] * aconbere|mobile (n=aconbere@c-67-171-24-45.hsd1.wa.comcast.net) has joined #openid
- [05:01:10] * Brylie (n=brylie@CPE-75-81-108-73.kc.res.rr.com) Quit ("Bye.")
- [05:20:34] <GabeW>
i mean, it was really good
- [05:20:58] * Brylie (n=brylie@CPE-75-81-108-73.kc.res.rr.com) has joined #openid
- [05:21:22] <GabeW>
woops, wrong channel
- [05:38:08] * KevinMarks (n=KevinMar@h-68-164-93-9.snvacaid.dynamic.covad.net) Quit ("biab")
- [05:38:27] * KevinMarks (n=Snak@h-68-164-93-9.snvacaid.dynamic.covad.net) has joined #openid
- [05:40:33] * fajro is now known as fajrozzz
- [05:51:18] * Brylie (n=brylie@CPE-75-81-108-73.kc.res.rr.com) Quit ("Bye.")
- [06:02:30] * j3h (n=j3h@c-24-21-193-139.hsd1.mn.comcast.net) has joined #openid
- [06:32:46] * keturn (n=kevint@pdpc/supporter/sustaining/keturn) Quit ("Client exiting")
- [06:35:27] * keturn (n=kevint@pdpc/supporter/sustaining/keturn) has joined #openid
- [06:47:59] * Prometheus^ (n=Promethe@kone1.tmvvision.finnetcom.net) has joined #openid
- [07:04:36] * j3h (n=j3h@c-24-21-193-139.hsd1.mn.comcast.net) Quit (Read error: 110 (Connection timed out))
- [07:11:02] * bortzmeyer (i=bortzmey@batilda.nic.fr) has joined #openid
- [07:23:47] * shigeta (n=shigeta@124.32.114.226) has joined #openid
- [07:52:42] * aconbere|mobile (n=aconbere@c-67-171-24-45.hsd1.wa.comcast.net) Quit (Read error: 113 (No route to host))
- [08:03:47] * elliottcable is now known as [e]zZz
- [08:08:14] * Kaelten (n=kaelten@c-68-63-37-246.hsd1.al.comcast.net) Quit ("Client Exiting")
- [08:20:12] * tav_ (n=tav@82.152.194.206) Quit (Read error: 110 (Connection timed out))
- [08:27:08] * rgl (n=Rui@84.90.10.107) has joined #openid
- [09:17:27] * rgl (n=Rui@84.90.10.107) Quit ("Leaving")
- [10:32:13] * shigeta (n=shigeta@124.32.114.226) Quit ("Leaving...")
- [10:51:31] * Prometheus^ (n=Promethe@kone1.tmvvision.finnetcom.net) Quit ()
- [11:10:06] * bricas (n=bricas@h64-5-219-130.gtcust.grouptelecom.net) has joined #openid
- [13:41:23] * Prometheus^ (n=Promethe@kone1.tmvvision.finnetcom.net) has joined #openid
- [13:51:08] * AdamPilorz (n=adampilo@bdy139.neoplus.adsl.tpnet.pl) has joined #openid
- [13:51:25] <AdamPilorz>
Hello everybody
- [13:51:45] <AdamPilorz>
I've got a question about writing an openID enabled website
- [13:52:46] <AdamPilorz>
Can web server access user info without user currently logged in?
- [13:54:30] <AdamPilorz>
I mean, if somebody logs in into my website once and grants me access to some specific data (for example e-mail address), can I read this e-mail address later using only OpenID URL?
- [13:56:40] <AdamPilorz>
On the other hand I can save user's data in my own database server, but when user changes e-mail address on OpenID account I will still remember his old e-mail address, and it's a bit against OpenID idea, isn't it?
- [14:03:18] * idnar (i=mithrand@unaffiliated/idnar) Quit (Operation timed out)
- [14:04:36] <AdamPilorz>
Hello everybody
- [14:04:41] <AdamPilorz>
I've got a question about writing an openID enabled website
- [14:04:48] <AdamPilorz>
Can web server access user info without user currently logged in?
- [14:04:53] <AdamPilorz>
I mean, if somebody logs in into my website once and grants me access to some specific data (for example e-mail address), can I read this e-mail address later using only OpenID URL?
- [14:04:58] <AdamPilorz>
On the other hand I can save user's data in my own database server, but when user changes e-mail address on OpenID account I will still remember his old e-mail address, and it's a bit against OpenID idea, isn't it?
- [14:05:33] * idnar (i=mithrand@unaffiliated/idnar) has joined #openid
- [14:06:33] <AdamPilorz>
Anybody alive? :)
- [14:07:13] <Prometheus^>
AdamPilorz: I'm no expert on the subject, but I /think/ that would depend on what kind of access grant they give you
- [14:07:39] <Prometheus^>
do they grant you one-time access or "lifetime" access, so to speak, to their details
- [14:23:03] <AdamPilorz>
Hmm... So what should I do in case of everything work fine? Save data in my database and every time when I need those informations try to ask OpenID provider, whether I have access to those data?
- [14:23:53] <AdamPilorz>
E... "in case of" wasn't used too fortunately here ;)
- [14:33:52] <Prometheus^>
I suppose so
- [14:44:26] * cote (n=cote@adsl-71-145-165-166.dsl.austtx.sbcglobal.net) has joined #openid
- [14:46:32] * fajrozzz is now known as fajro
- [14:59:14] * Prometheus^ (n=Promethe@kone1.tmvvision.finnetcom.net) Quit ()
- [15:00:12] * aconbere|mobile (n=aconbere@c-67-171-24-45.hsd1.wa.comcast.net) has joined #openid
- [15:16:59] <keturn>
AdamPilorz: unfortunately the only way that OpenID has to decide if the user wants to allow that transfer of data is by going through the browser.
- [15:17:36] <keturn>
So things like email, which you need to use when the user isn't currently logged in with a browser to your site, you kinda have to store yourself, even though that's less than ideal.
- [15:17:56] <AdamPilorz>
So, the data is only provided to web site while user is logging in?
- [15:18:19] <keturn>
right
- [15:20:15] <AdamPilorz>
Well, thank you for this info.
- [15:20:43] <AdamPilorz>
And is it possible to change in the future (for example in OpenID2 or 3)?
- [15:21:24] <AdamPilorz>
As far as I found out the OpenID 2.0 is still under development...
- [15:21:53] <keturn>
hopefully there won't be many more changes to 2.0
- [15:22:58] <keturn>
it is obviously a very useful sort of capability, so a future version may find a way to support it, and there have been a number of related threads about that on the list lately ("server to server communication" is one such, I think)
- [15:22:58] * fajro is now known as fajro_at_work
- [15:25:17] <AdamPilorz>
So, as I can understand, currently I have to create user info database table, just like in normal local-user implementation, but replace nickname and password hash by OpenID identifier, and every time user logs in update his record by info provided by OpenID provider. Am I right?
- [15:25:38] * bortzmeyer (i=bortzmey@batilda.nic.fr) has left #openid
- [15:26:35] <trel1023>
if you ask for and receive sreg information on every login - then yes, you could do that.
- [15:26:41] <trel1023>
but it might get annoying for the user
- [15:40:55] <VxJasonxV>
Ugh
- [15:40:59] <VxJasonxV>
rorek, ping?
- [15:41:13] <VxJasonxV>
keturn, wanna be my best buddy and provide some insight into something? :)
- [15:41:56] <keturn>
VxJasonxV: maaaaaaaaybe
- [15:42:21] <VxJasonxV>
http://wordpress.org/extend/ideas/topic.php?id=40&page=4&replies=55#post-2525
- [15:45:55] <keturn>
I like how the comment ends with "OpenID, on blogs, is a bad thing because it discourages blog owners from allowing anonymous users to comment." and right below that the reply button says "You must log in to post."
- [15:46:48] <VxJasonxV>
well
- [15:46:52] <VxJasonxV>
That's not a blog you're reading
- [15:47:02] <VxJasonxV>
blogs aren't websites. duh keturn [/sarc]
- [15:47:21] <keturn>
but, without going back through the other 54 messages for context, I have a few reactions
- [15:47:33] <VxJasonxV>
I'm sure I flubbed up a few times.
- [15:47:46] <VxJasonxV>
the old ones don't matter, just that newest post is the most important
- [15:50:06] <keturn>
one is about discouraging anonymous comments, which I thought everyone was already doing *anyway*, regardless of OpenID or anything like it. But I think that's a tar pit that's not really related to the central discussion
- [15:51:10] <keturn>
(because OpenID doesn't fundamentally change any many characteristics of anonymity on the Internet.)
- [15:51:22] * PatF (i=Patrick@nat/novell/x-96e34797a4f9dc8f) has joined #openid
- [15:51:24] <keturn>
(and there was at least one too many words in there)
- [15:52:08] <VxJasonxV>
I agre
- [15:52:10] <VxJasonxV>
+e
- [15:52:16] <VxJasonxV>
the landscape of anonymity isn't going to change.
- [15:52:23] <VxJasonxV>
Accounts already exist, people already claim to use them
- [15:52:46] <VxJasonxV>
btw, both he (Otto42) and Matt (photomatt) have claimed that 'The majority of Wordpress blogs allow anonymous commenting'
- [15:53:05] <keturn>
the other is that a thing OpenID gives you is, if you trust the blog uses OpenID to authn comment owners, then when you read a comment linked to "ottodestruct.com", you have some assurance that the guy who runs ottodestruct.com is actually related to that comment somehow
- [15:53:34] <VxJasonxV>
Identity.
- [15:53:39] <keturn>
although I kinda get the feeling that Otto42 might say that it doesn't matter who leaves the comments?
- [15:53:45] <VxJasonxV>
A confirmed (albeit through a third party), unique identity
- [15:53:54] <VxJasonxV>
he hasn't said that yet
- [15:54:04] <VxJasonxV>
he's just a big proponent of Anonymity on the web, for whatever reason
- [15:54:33] <VxJasonxV>
btw, the real gem. In the context of user accounts in WordPress. I said OpenId doesn't change anything because Wordpress already has user accounts and the ability to require registration
- [15:54:40] <VxJasonxV>
he says: "The feature does exist. Hardly anybody uses it, but it does exist, I grant you."
- [15:54:59] <VxJasonxV>
I laugh so hard every time I read that. NO ONE can accurately count (well, besides maybe google) who does and doesn't require commenting
- [15:55:34] <keturn>
However, in light of the meankids.org vs Kathy Sierra firestorm, which (IIRC) involved at least one post with a falsified name
- [15:56:02] <VxJasonxV>
I read a post or three about that
- [15:56:08] <VxJasonxV>
I'm still absolutely and completely confused
- [15:56:15] <VxJasonxV>
but I thin kthat's one I don't care to get the backstory too
- [16:01:26] <keturn>
OpenID doesn't really take away anonymity -- anyone can still post as nopassword.org/sockpuppet or whatever, but it does make it harder to misuse someone else's online persona.
- [16:04:29] * keturn goes afk for a while
- [16:09:41] * AdamPilorz_ (n=adampilo@bdy139.neoplus.adsl.tpnet.pl) has joined #openid
- [16:10:55] * aconbere|mobile (n=aconbere@c-67-171-24-45.hsd1.wa.comcast.net) Quit (Read error: 110 (Connection timed out))
- [16:17:26] <VxJasonxV>
hmm
- [16:17:30] <VxJasonxV>
keturn, I missed something pretty obvious.
- [16:17:44] <VxJasonxV>
Otto42: Your name/email/url are now attached to, say, a comment you left on the site. And so would mine, with anonymous commenting.
- [16:17:53] <VxJasonxV>
My pending response: If you leave your info, you're kind of not anonymous anymore.
- [16:20:39] <AdamPilorz_>
Well, that's still a bit different. When you leave "anonymous comment" with your e-mail, www and nickname, nobody can say, if those data really belongs to the person, who has written a comment (except for pages which requires e-mail confirmation for comment, if such exist).
- [16:23:21] * AdamPilorz (n=adampilo@bdy139.neoplus.adsl.tpnet.pl) Quit (Read error: 104 (Connection reset by peer))
- [16:25:49] <VxJasonxV>
That's true
- [16:25:53] <VxJasonxV>
but it's still not anonymous
- [16:26:03] <VxJasonxV>
anonymous is no information
- [16:26:12] <VxJasonxV>
just because it's the wrong identity doesn't mean it's not identity
- [16:28:57] * KevinMarks (n=Snak@pdpc/supporter/active/kevinmarks) Quit ("bye")
- [16:40:43] * AdamPilorz_ is now known as AdamPilorz
- [16:43:10] <AdamPilorz>
Well, it really depends on definition of anonymous posting, but I think that example@example.org as e-mail and www.example.org as web page can be treated just as no info :)
- [16:46:00] <VxJasonxV>
:P
- [16:46:10] <VxJasonxV>
keturn, when you return, I posted yet another follow up. You should go check it out :)
- [17:03:47] * hober (n=ted@unaffiliated/hober) has joined #openid
- [17:14:40] * j3h (n=j3h@c-71-236-228-127.hsd1.or.comcast.net) has joined #openid
- [17:46:31] * factoryjoe (n=factoryj@65.87.23.35) has joined #openid
- [17:55:48] <rorek>
VxJasonxV, just noticed your ping. What's up?
- [17:56:06] * hober (n=ted@unaffiliated/hober) has left #openid
- [17:58:41] * KevinMarks (i=KevinMar@nat/google/x-0cebe23e61bfb576) has joined #openid
- [18:09:51] * [e]zZz (n=elliottc@40-88-178-69.gci.net) Quit (Remote closed the connection)
- [18:13:24] * aconbere (n=aconbere@mail.geonerco.com) Quit ("leaving")
- [18:14:16] <trel1023>
VxJasonxV: http://www.google.com/search?q=sam.wood+ottodestruct
- [18:14:43] <trel1023>
http://picasaweb.google.com/sam.wood
- [18:16:57] <trel1023>
Birthday 8 February 1976
- [18:16:57] <trel1023>
Location Memphis, TN
- [18:22:05] * j31 (n=j3h@c-71-236-228-127.hsd1.or.comcast.net) has joined #openid
- [18:23:05] * j3h (n=j3h@c-71-236-228-127.hsd1.or.comcast.net) Quit (Read error: 113 (No route to host))
- [18:31:07] * aconbere (n=aconbere@mail.geonerco.com) has joined #openid
- [19:12:03] * factoryjoe (n=factoryj@65.87.23.35) Quit (No route to host)
- [19:40:05] * cygnus (n=cygnus@www.cprogrammer.org) has joined #openid
- [19:40:06] <jibot>
cygnus is WorkerBee(name="Jonathan Daugherty", company="JanRain, Inc.")
- [19:50:49] <VxJasonxV>
trel1023, your point is... ?
- [19:51:17] <VxJasonxV>
rorek, I was going to ask you a question about yout Guestbook Rails demo.
- [19:51:22] <VxJasonxV>
But I've now forgotten what the question was :)
- [20:01:38] * KevinMarks (i=KevinMar@nat/google/x-0cebe23e61bfb576) Quit ("The computer fell asleep")
- [20:02:32] <_keturn>
"Who says a thing is of *zero* importance by comparison to what is actually being said." -- Otto, which is where I was afraid he was coming from
- [20:05:46] <VxJasonxV>
yeah
- [20:05:48] <VxJasonxV>
just read that myself
- [20:06:05] <idnar>
VxJasonxV: a one-use pseudonym is effectively equivalent to anonymity
- [20:07:04] <VxJasonxV>
ehhh
- [20:07:06] <VxJasonxV>
I gues so
- [20:07:21] <idnar>
there are some nuances in there, of course, but I believe the basic concept is sound
- [20:08:31] <_keturn>
well, yeah, but a one-use pseudonym is pretty much worthless to *everyone*, there's not much point in advocating people use those
- [20:09:02] * bricas (n=bricas@h64-5-219-130.gtcust.grouptelecom.net) Quit ("ChatZilla 0.9.78 [Firefox 2.0.0.3/0000000000]")
- [20:14:09] <_keturn>
So the more interesting thread in that discussion for me right now is not trying to convince Otto that he wants to use OpenID, but examining his belief that adopting OpenID hurts the potential for anonymous expression
- [20:14:48] <VxJasonxV>
you should chime in
- [20:16:25] <_keturn>
heeeeeeeeeeeee
- [20:16:37] <_keturn>
"Making people actually responsible for what they say online is a giant leap backwards in human history, and it should be discouraged at all costs."
- [20:17:05] <_keturn>
This makes me doubt whether I can actually find enough common ground with him to have a discussion
- [20:17:45] * m3nt0r (n=mail@p50903c44.dip0.t-ipconnect.de) has joined #openid
- [20:18:48] <_keturn>
but hey, that's a new Jyte claim
- [20:18:58] <VxJasonxV>
LOL
- [20:19:02] <VxJasonxV>
I was going to do the same thing :)
- [20:19:08] <VxJasonxV>
hey trel1023.
- [20:19:12] <VxJasonxV>
I posted your info. Thanks much ;)
- [20:19:18] <VxJasonxV>
not your info, the stuff you sent me.
- [20:19:22] <VxJasonxV>
have a look over sometimer
- [20:19:24] <VxJasonxV>
-r
- [20:19:47] <cygnus>
yikes.
- [20:20:01] <VxJasonxV>
yeah
- [20:20:08] <VxJasonxV>
_keturn, link?
- [20:20:15] <trel1023>
yeah, i just checked :)
- [20:21:34] <VxJasonxV>
_keturn, I through your meankids vs. Kathy reference in there
- [20:21:37] <VxJasonxV>
I didn't want too, but I did
- [20:21:42] <VxJasonxV>
after he proved what an ignorant idiot he was
- [20:22:06] <VxJasonxV>
trel1023, if you are on the money, and I believe that you are. I will be rolling in laughter
- [20:22:12] <VxJasonxV>
I do hope that I don't scare him, because stalkers are scary
- [20:22:29] <trel1023>
well.... asking for it is a little different than being stalked
- [20:22:32] <VxJasonxV>
But, comeon. "My online life is seperate from my personal life!" That find @ picasa is PRICELESS
- [20:22:35] <VxJasonxV>
this is true
- [20:23:45] <_keturn>
ok, claimed
- [20:23:58] <VxJasonxV>
voted too
- [20:26:30] * Brylie (n=brylie@CPE-75-81-108-73.kc.res.rr.com) has joined #openid
- [20:29:38] <VxJasonxV>
_keturn, rachel needs to get in on this
- [20:29:44] <VxJasonxV>
I would love to see that.
- [20:35:14] <_keturn>
I mean, I've read my Lessig and I do not want what I do with OpenID to turn the internets into a tool of The Man
- [20:36:01] <_keturn>
but really.
- [20:37:01] * rgl (n=Rui@84.90.10.107) has joined #openid
- [20:37:04] <rgl>
hello
- [20:37:38] <_keturn>
I like that Jyte thinks "Wordpress is great!" is a similar claim =)
- [20:40:34] <VxJasonxV>
heh
- [20:40:45] <idnar>
heh
- [20:41:03] <VxJasonxV>
_keturn,
- [20:41:12] <VxJasonxV>
"Papers, please." Will not become the slogan for OpenID
- [20:41:13] <VxJasonxV>
I promise.
- [20:41:38] <AdamPilorz>
Anyone used SimpleOpenID PHP library?
- [20:42:00] <AdamPilorz>
I can't find a way to query data from this class
- [20:42:34] <AdamPilorz>
I can set, which data I want to collect from Identity provider, but I can't get those data in my script :O
- [20:46:10] * KevinMarks (i=KevinMar@nat/google/x-95ff6ec940187c28) has joined #openid
- [20:47:27] * AdamPilorz_ (n=adampilo@bdr158.neoplus.adsl.tpnet.pl) has joined #openid
- [20:48:18] <AdamPilorz_>
I had a connection error...
- [20:48:32] <AdamPilorz_>
Any answer to my question during this time?
- [20:50:32] <_keturn>
nope
- [20:50:41] <cygnus>
AdamPilorz_: I don't think anyone here has used it.
- [20:51:08] <_keturn>
is that the one j3h poked a bunch of holes in that one time?
- [20:51:17] <cygnus>
AdamPilorz_: and you're likely to be directed to the Janrain PHP OpenID library, which provides access to that data in a straightforward manner.
- [20:51:53] <AdamPilorz_>
Yeah, I've seen this library...
- [20:52:29] * factoryjoe (n=factoryj@65.87.23.35) has joined #openid
- [20:53:08] <AdamPilorz_>
It's powerful, but huge. And I don't actually get it why it works fine on my server and doesn't work on my local machine for my account, while working for another :)
- [20:53:50] <cygnus>
AdamPilorz_: I'm guessing it's a configuration problem.
- [20:53:57] <cygnus>
AdamPilorz_: and as for the size, that shouldn't really matter.
- [20:54:28] <cygnus>
(completely ignoring the fact that OpenID is non-trivial and cannot be implemented properly in a "small" library.)
- [20:55:24] <AdamPilorz_>
Well, it's not problem of kilobytes, because it's really not much, but it's much more complicated to understand the way it works :)
- [20:56:39] <cygnus>
AdamPilorz_: it's true that larger libs take more time to grok. If there's something you don't understand, you can submit a patch to the documentation or let us know if we can clarify a particular piece. there are lots of docs, but I'm sure they could be better.
- [20:57:03] <cygnus>
AdamPilorz_: but arguably, as a library user, you *shouldn't* need to know how it works, just how to use it. but I digress.
- [20:57:42] <cygnus>
AdamPilorz_: we *are* interested in getting more eyes on the code and we invite people to poke at it and learn more about it.
- [20:58:36] <AdamPilorz_>
Well, and to be honest, there's a big problem - I couldn't find any documents describing how to actually USE this library, so I had to take a look inside it...
- [20:59:05] <cygnus>
AdamPilorz_: the library comes with an example consumer and server; those should be sufficient to show how to use the library, I think
- [20:59:33] <cygnus>
AdamPilorz_: however, if you would like to write up a tutorial for other users, we'd be happy to include it in the distribution.
- [21:00:06] <cygnus>
AdamPilorz_: (or even a small application using a popular framework.)
- [21:00:20] <AdamPilorz_>
Well, should be :) But if I can't properly test it on my machine, it's hard to understand it :)
- [21:01:23] <cygnus>
AdamPilorz_: then the next step is to get help with running on your machine and its configuration
- [21:01:29] <AdamPilorz_>
My goal is to include OpenID as authorization method for my open-source application, but I have found it harder than I thought :)
- [21:02:31] <cygnus>
AdamPilorz_: if you haven't already, I recommend subscribing (and posting) to dev@lists.openidenabled.com
- [21:02:51] <cygnus>
if you're already on it, awaken a thread to get some eyes on the problem
- [21:04:54] <cygnus>
(in particular, visit http://lists.openidenabled.com/mailman/listinfo/dev)
- [21:04:59] * AdamPilorz (n=adampilo@bdy139.neoplus.adsl.tpnet.pl) Quit (Read error: 110 (Connection timed out))
- [21:05:43] * cygnus changes topic to 'http://openid.net - channel logged at http://rbach.priv.at/OpenID-IRC/ || Janrain dev list: http://xrl.us/vmtm || python-openid 2.0.0 Release Candidate #2 @ http://alnk.org/ironictrain'
- [21:10:34] <VxJasonxV>
bah
- [21:10:40] <VxJasonxV>
nobody cares about python! give us PHP OpenID 2!
- [21:10:41] <VxJasonxV>
:P
- [21:11:27] * cygnus frowns at VxJasonxV
- [21:14:36] <VxJasonxV>
:)
- [21:14:40] <VxJasonxV>
I kid.
- [21:16:23] <cygnus>
VxJasonxV: I don't have numbers, but in terms of support requests, the PHP library gets more attention. that's not too surprising, even if you don't assume it's due to bugs in the library. :)
- [21:18:11] <VxJasonxV>
heh
- [21:25:50] * VxJasonxV sighs
- [21:25:57] <VxJasonxV>
and now I stop and wait to see what he said
- [21:26:01] <VxJasonxV>
says*
- [21:51:47] * Brylie (n=brylie@CPE-75-81-108-73.kc.res.rr.com) Quit ("Bye.")
- [22:14:46] * bricas (n=bricas@CPE0011506c8049-CM0013711405ec.cpe.net.cable.rogers.com) has joined #openid
- [22:17:02] <AdamPilorz_>
Good night/day too you all (in Poland it's just after midnight :) ). Tomorrow I'll give OpenID development another try :). Bye.
- [22:17:09] <AdamPilorz_>
And thanks for help
- [22:17:36] <cygnus>
yw, good luck
- [22:18:21] * AdamPilorz_ (n=adampilo@bdr158.neoplus.adsl.tpnet.pl) Quit ("ChatZilla 0.9.78 [Firefox 2.0.0.3/2007030919]")
- [22:19:44] * factoryjoe (n=factoryj@65.87.23.35) Quit (Read error: 148 (No route to host))
These logs were automatically created by OpenIDlogbot on
chat.freenode.net
using a modified version of the Java IRC LogBot.