NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
add_header x-face (Score:1)
rjbs
me too (Score:1)
Make that another one (Score:1)
I was having a problem off and on all day, but by the time I just added it to my blog [kentcowgill.org] - I guess the issue got worked out.
For you viewing pleasure, my new gravatar is here [gravatar.com].
No thanks (Score:1)
Plus, it's one more annoying thing to have to register for. If I could log into it with my OpenID identity, that'd be no effort at all. And anything OpenID-conversant could query Grava
Re: (Score:1)
You could stick an email address in your OpenID profile and the other system could query Gravatar with that.
Of course that requires implementer buy-in…
OpenID would be great, but... (Score:2)
While I agree, OpenID would be the cat's pajamas, there's a certain question of pragmatism.
To use OpenIDs would require...
1) Changing PAUSE's author data to associate an OpenID with each PAUSE identity.
2) Enhance the PAUSE interface to allow authors to add their OpenID.
3) Get authors to sign up with OpenID.
4) Get authors to tell PAUSE their OpenID.
5) Get Gravatar to work with OpenID.
6) Get authors to sign up with Gravatar using OpenI
Can't get it to work... :-( perl encoding issue?! (Score:1)
perl -MDigest::MD5 -e 'print Digest::MD5::md5_hex("rgiersig@cpan.org"), "\n"'which gives me
42675453fde7b6ee681e9c0ded931c00, but this doesn't work. I tried to verify withperl -MDigest::MD5 -e 'print Digest::MD5::md5_hex("mschwern@cpan.org"), "\n"'which gives me
61c2a42ed105748d58b7b2f7ac3cd712, but the article saysdb1a33946e2a8577b8d3377d0715bf61.An encoding issue?! BTW, I'm runnign 5.8.8 on Linux...
Re: (Score:1)
Nope. It's your
@.Try instead:
perl -MDigest::MD5 -e 'print Digest::MD5::md5_hex( q(mschwern@cpan.org) ), "\n"'That one got me too :(
Re: (Score:1)
Thanks! :-)
So now I hope that my gravatar [gravatar.com] will result in less people contacting me with support issues...
Re:Can't get it to work... :-( perl encoding issue (Score:2)
Re: (Score:1)
But I guess you meant "-we" (which is really easy to type), not "-wle"...
Anyway, now I'm waiting for the positive effect that my gravatar on CPAN [cpan.org] will have on the support requests...
Re: (Score:1)
No, actually the
-lgives you a little extra help too, it saves you from having to print"\n".So your one-liner could've just been:
perl -MDigest::MD5 -wle 'print Digest::MD5::md5_hex( q(mschwern@cpan.org) )'Re: (Score:1)
me too [gravatar.com] btw...perl -MDigest::MD5 -wle print+Digest::MD5::md5_hex(shift().q(@cpan.org)) burakKISS Army! (Score:2)
Re: (Score:1)
Re: (Score:2)
The Faces of CPAN (Score:1)
Re: (Score:1)
Discounting the non-mugshot pictures, that’s 1 female among 130 males. Wow.
Re: (Score:1)
But if it's any consolation, I was never conscious of any of "all of those guys" treating me any ways different from anybody else. So there's that.
Hum...Gravatar attitude about deleting account..NO (Score:1)
Simple!? (Score:1)
Here [gravatar.com]'s the gravatar. But how long before it appears on my CPAN page [cpan.org]? Do I need to do something else?