I ask my self how much better could I do then what they have presented. I like to think in this case I, myself, without the teams of developers and millions of dollars could have made a system that queries a database that could handle 7m page views per day.
It doesn't just "query a database", it talks to a whole slew of 20-year-old legacy systems on all different platforms at a whole list of other government agencies. In the process of signing up and creating your profile, here are a few of the systems, all maintained and managed by other departments, that this website has to communicate with in real-time: * The IRS to verify your AGI, family size and marital status * T…
Obamacare’s web site is really bad
31–40 of 65 posts
Re: Obamacare’s web site is really bad
#32>Choose a username that is 6-74 characters long and must contain a lowercase or capital letter, a number, or one of these symbols _.@/-." Requiring entropy in the username ? What? I can understand the password, but what site requires you to put a symbol in your username?
> lowercase or capital letter, a number, or one of these symbols _.@/-."
says "or" and not "and", so it doesn't actually seem like there's any issue so long as you include a letter. Then the only real restriction is the minimum of six characters.
Re: Obamacare’s web site is really bad
#33>Choose a username that is 6-74 characters long and must contain a lowercase or capital letter, a number, or one of these symbols _.@/-." Requiring entropy in the username ? What? I can understand the password, but what site requires you to put a symbol in your username?
Re: Obamacare’s web site is really bad
#34The sign up screen lists some requirements for the username, but not all of them. My sign up attempt failed several times with a non-descript error message, which I attributed to the heavy traffic, until later I saw the "Forgot your username" page listed more requirements (apparently you can't end a username in a special character, which wasn't mentioned on the signup page, and which I only added at the end because that page wouldn't let me through without one)
So finally I signed up, but I get invalid login message every time I try to log in. Thinking maybe I mistyped my password (twice?) I clicked "forgot your password" and entered my username. It actually sent me a Forgot Password link to my email (confirming that I'm in the system) but when I click the link in the email it pulls up a page that says "We could find any account with the information you provided" - yes, with the information I provided from their own link. Have done that three times.
With these kinds of basic inconsistencies and bugs, I'm actually hesitant to enter my info once I do get in, wondering what kind of massive security holes are waiting to be discovered...
Re: Obamacare’s web site is really bad
#35Re: Obamacare’s web site is really bad
#36Re: Obamacare’s web site is really bad
#37Earlier quoted context omitted.
It doesn't just "query a database", it talks to a whole slew of 20-year-old legacy systems on all different platforms at a whole list of other government agencies. In the process of signing up and creating your profile, here are a few of the systems, all maintained and managed by other departments, that this website has to communicate with in real-time: * The IRS to verify your AGI, family size and marital status * T…
They hid all of that complexity behind an essentially non-functioning website....genius!
http://i.imgur.com/xAikKoM.png
Sure, it's not accomplishing its goal for everyone yet (over 2.4 million have been able to sign up for new plans, or so I heard on NPR today). But, from the perspective of "I could've built a better website alone in my bedroom", no he couldn't, as what this team built is working great despite doing a lot more behind-the-scenes than one might expect.
Re: Obamacare’s web site is really bad
#38>Choose a username that is 6-74 characters long and must contain a lowercase or capital letter, a number, or one of these symbols _.@/-." Requiring entropy in the username ? What? I can understand the password, but what site requires you to put a symbol in your username?
Re: Obamacare’s web site is really bad
#39They must've hired a well-known team of web developers from elance: http://toprate.org/FILES/programmers.jpg
Have*. It's must have. Or, must've, but that feels very weird.
Re: Obamacare’s web site is really bad
#40>Choose a username that is 6-74 characters long and must contain a lowercase or capital letter, a number, or one of these symbols _.@/-." Requiring entropy in the username ? What? I can understand the password, but what site requires you to put a symbol in your username?
I think they're saying that the username has to match [a-zA-Z0-9_\.@/-]{6,} - note the "or" there.