Earlier quoted context omitted.
Ah, but we're discussing a specific domain, security, where I think "the user is always right" is often wrong. Requiring a user to memorize 10+ essentially random characters, for example, is an awful user experience, but it is required for security purposes.
http://www.schneier.com/blog/archives/2005/06/write_down_you... Personally, I prefer keys (long, randomly-generated passwords stored in a file or device) to passwords, but I don't know of any reasonable way to authenticate to a webapp with a key.
Quora vs. StackExchange: Why, Joel, Why?
131–140 of 141 posts
Re: Quora vs. StackExchange: Why, Joel, Why?
#132Earlier quoted context omitted.
Just be careful with your account in that state. Stackoverflow only knows your account by a cookie right now. You can't log into it from another machine or if you happen to clear your cookies you won't be able to log back in. So it is in your best interest to "solidify" your membership if you care about your account.
well, as long as you provide a valid email (we don't check) you can do an account recovery to reinstate your cookie via email. The main limitation of being unregistered is that you can't ever vote on anything -- but you DO accrue other non-voting privileges through reputation like regular users.
Re: Quora vs. StackExchange: Why, Joel, Why?
#133Earlier quoted context omitted.
I can see why a non tech-savvy user would be confused by OpenID but I it surprises me how many programmers are confused by it. On the login page they list a bunch of common providers you can login with if you already have an account with them: Google, Yahoo, AOL, Facebook, etc. Click their icon, type in your credentials. If you don't have an account with one of those or don't wish to use them then it has a big regist…
You're making the same mistake as people who try to get programmers to fix their printer because programmers are "computer people." Competence with one technology does not confer instant familiarity with another — and however clear you might find OpenID, just the array of company logos alone is kind of overwhelming and highly unusual. Pretty much the opposite of "Don't make me think."
Re: Quora vs. StackExchange: Why, Joel, Why?
#134StackExchange and Quora are only very superficially similar. StackExchange is very specifically about asking questions that have definitive answers, and getting those answers.
Quora is a question-based social network discussion site.
Not the same thing at all.
Re: Quora vs. StackExchange: Why, Joel, Why?
#135Earlier quoted context omitted.
well, as long as you provide a valid email (we don't check) you can do an account recovery to reinstate your cookie via email. The main limitation of being unregistered is that you can't ever vote on anything -- but you DO accrue other non-voting privileges through reputation like regular users.
Why don't you let unregistered users vote?
Re: Quora vs. StackExchange: Why, Joel, Why?
#136Earlier quoted context omitted.
What happens if you clear your cookies?
There is a way to recover your account if your cookie is lost. http://stackoverflow.com/users/account-recovery (this is linked from /users/login) It does require that you provided a valid e-mail address at some point, which we don't require.
(a) the end user has lost something invisible that they didn't even know they had
(b) the method of recovering the invisible token is to go to what is probably the last place they are going to look
a + b = full retard
// and you should never go full retard
Re: Quora vs. StackExchange: Why, Joel, Why?
#137It's less clear right now that the StackExchange / Area51 model is working. The process of selecting topics, building support and getting going looks good on paper, but it looks as though it's lost a lot of momentum.
So the StackExchange team need to take seriously the issue that as things stand, the model of building out into new Q&A territories can't depend solely on people who are comfortable with SO (e.g. devs) and take that familiarity into another sphere (e.g. devs who also bake).
Re: Quora vs. StackExchange: Why, Joel, Why?
#138Earlier quoted context omitted.
With all due respect, I think you're completely wrong about this. I do not assume that most developers are competent. In fact, when it comes to security, I assume most developers are about two steps away from handing out root on request.
Speaking generally, I agree, competence is a risky assumption. It isn't risky about the SO devs: I've met some, they're sharp. They're certainly well-past sharp enough to get username/password working right. But OpenID is easy to screw up. Practically everyone has enormous problems with their implementations. (This goes seven times over for yours truly.) Which is (yet another) knock against choosing OpenID for anythi…
Re: Quora vs. StackExchange: Why, Joel, Why?
#139Earlier quoted context omitted.
You're making the same mistake as people who try to get programmers to fix their printer because programmers are "computer people." Competence with one technology does not confer instant familiarity with another — and however clear you might find OpenID, just the array of company logos alone is kind of overwhelming and highly unusual. Pretty much the opposite of "Don't make me think."
It can't be any harder than selecting your card type on the checkout page of every online store on the web.