Slashdot Mirror


Indiana Launches Statewide Productivity System

TaylorJo writes "Lt. Governor of Indiana Kathy Davis today unveiled a new technology program designed to give all Hoosiers free access to a full suite of computer software tools. The SimIndiana software permits residents to access their personal files and applications from any computer at any time. The software can be downloaded on the SimIndiana site, but requires Windows, and registration on the site, to use it. The program also provides an email address and remote storage on SimIndiana servers."

207 of 285 comments (clear)

  1. Multi-platform by AKAImBatman · · Score: 3, Insightful

    The software can be downloaded on the SimIndiana site, but requires Windows, and registration on the site, to use it.

    See? They should have written it in Java.

    1. Re:Multi-platform by micolous · · Score: 2, Funny

      Just because it's Java doesn't mean it will run on everything. It will run on a lot of things, I'll give you that, but I personally find the Linux x86 version of Java to have many errors with it's forms that aren't present in the Win32 version. My bank's online banking system was a great example of this, then they started using HTML to do everything (probably after people complaining).

      Flash is a slightly better option, as the specs are published such that you can make your own player/interpreter. Though it won't work on old hardware. Using scripts on the server end and allowing access via a web browser would be best, and possibly have the option of wether or not you wish to use Flash for the more techincal bits that HTML can't do.

      They could have written it in <insert open scripting language here>, using <insert favourite widget toolkit>. That would have done the trick, provided it's well supported across most platforms and isn't difficult or huge to install.

      I'll leave you with a quote which is fairly relevant to your comment :P

      --
      SSdtIGFzIGJvcmVkIGFzIHlvdSBhcmUK
    2. Re:Multi-platform by t1m0r4n · · Score: 1

      The software can be downloaded on the SimIndiana site, but requires Windows

      First thing that came to my mind was "sure glad the government had that anti-trust thing going against MicroSoft before Indiana required everyone in the state to pay taxes for a system that requires Windows". First thoughts generally aren't all that well thought out, but I think it touches on the point in a nice brief way.

      And, from scrolling down, I noticed people touching on google. Well, since I'm in a bad mood, I'll pick on them too. Why the heck doesn't their blogger site work worth a darn in FireFox? O.k. that's enough stupid ranting for today.

  2. I'll pass, thanks. by KevinKnSC · · Score: 5, Funny
    Davis said that once the account is set up, the software will allow for e-mail, remote printing, spreadsheets, calendars and other computer tools at any computer. Users' documents are then stored on a remote, secure server and can be accessed via the Internet.

    Sounds good to me. I can't think of any reason not to trust government contractors with my personal information.

    1. Re:I'll pass, thanks. by caseydk · · Score: 4, Insightful


      What are the TOS?

      I wonder what's going to happen the first time they start to lose their users' data? Do you sue the government knowing that the settlement will just be funded by charging the comsumer (ie the public) more?

      I'm sure we'll be able to trust Indiana as an honest player. People gripe about Google scanning your email, but other seem to think that the government should store their files for them?

      (former Indiana resident for 4 years during college)

    2. Re:I'll pass, thanks. by garcia · · Score: 1
    3. Re:I'll pass, thanks. by FauxPasIII · · Score: 4, Insightful

      > People gripe about Google scanning your email, but other seem to think that the government should store their files for them?

      I can't vote to oust the CEO of Google.

      --
      25% Funny, 25% Insightful, 25% Informative, 25% Troll
    4. Re:I'll pass, thanks. by radulovich · · Score: 3, Informative

      Many people who use SimDesk share your concern about the privacy of their information. In fact, that is often a key reason why they use SimDesk (and one of the reasons I chose to work at SimDesk).

      SimDesk takes a lot of pride in developing secure products. One example of that is shown in how we do our file encryption.

      By default, all of your files that sit on our World Wide Server are encrypted with 128-bit AES encryption. This encryption is quite a bit stronger than the old DES and Triple-DES used by many other products. Please see question 15 on this FAQ from NIST for more details about the strength of AES - http://csrc.nist.gov/CryptoToolkit/aes/aesfact.htm l
      .
      For the record, our customers have the option of replacing it with something stronger, or even their own algorithm if they prefer. AES is our default because it is a proven algorithm which has undergone quite a bit of testing by people much smarter than I. This is why AES has been certified by NIST to replace DES - http://cio.doe.gov/ITReform/ArchitectureStandards/ stds_activity/FIPS197.htm.

      Further, the files are actually encrypted on your computer before they are even sent over the internet. This has a nice benefit - your files are stored on the World Wide Server in that same encrypted form. This protects your privacy by making your sensitive information that much more resistant to hackers.

      I invite you to read the white paper I wrote about our security at http://www.simdesk.com/thought_leadership/white_pa pers/pdf/security.pdf . We are always striving to make our products more secure, and we would appreciate any comments or suggestions that you might have.

      ===============
      Mark Radulovich, CISSP, NSA/IAM
      Director of Strategic Analysis
      SimDesk Technologies, Inc.

    5. Re:I'll pass, thanks. by RyanK · · Score: 1

      Yes, that's true, but you can CHOOSE to stop being a customer of a company that you don't approve of their business practices.

      Try that with your taxes and let us know how that goes for ya.

    6. Re:I'll pass, thanks. by jeffmeden · · Score: 1

      Do you sue the government knowing that the settlement will just be funded by charging the comsumer (ie the public) more?

      That's precisely why you can't "sue the government". An apparently little known facet of law known as sovereign immunity guarantees that the funds held by the state are in "Public Trust" and cannot be siezed by any legal action regardless of merit. See: getting in a car accident involving any state owned vehicle (even off duty police, civil engineering trucks, etc.).

    7. Re:I'll pass, thanks. by Idarubicin · · Score: 1
      I can't vote to oust the CEO of Google.

      True, but you can also choose not to pass your email through Google. If you live in Indiana, you're compelled to cooperate with the state government.

      --
      ~Idarubicin
    8. Re:I'll pass, thanks. by caseydk · · Score: 1


      Good call.

      Would you pay *any* taxes if the threat of fine and/or imprisonment wasn't looming over you?

    9. Re:I'll pass, thanks. by Corgha · · Score: 1
      By default, all of your files that sit on our World Wide Server are encrypted with 128-bit AES encryption.

      Oh, great, "encryption" hand-waving.

      I invite you to read the white paper I wrote about our security

      OK, I did, and must note at first that the discussion of security therein is really poorly developed. I also noticed this snippet:

      All files stored on the World Wide Server are compressed and encrypted. Each file is encrypted according to the session key at the time the file is stored. This key is then stored in the database, waiting to be retrieved upon an authorized request by the client software. The key and the file are then sent to the client, and the client decrypts the file.

      I think that pretty much speaks for itself, but to anyone who doesn't get it: they are storing and transferring the key right alongside the ciphertext! Why bother with the encryption, then? The only possible reason is to say "hey, we use encryption!" This encryption is worthless. It's like buying an expensive deadbolt and leaving the key in the door.

      You say "this attention to detail prevents administrators from being able to snoop on a user's data", but what prevents an administrator or government agent from just retrieving the key from the database?

      Any security minded people out there, I encourage you to read the security sections of the PDF linked in the parent (unless you're already burned out). It's hilarious. "Ooooh, we use password hashes."
    10. Re:I'll pass, thanks. by gd23ka · · Score: 1

      http://.../thought_leadership/white_pa pers/pdf/security.pdf

      Thank God for "Thought Leadership". My, how would we be lost without strong "Thought Leadership". Why we would have to think things through for ourselves.

      Sorry Mark, but all what you're feeding us is just ahem "Thought Leadership" (I actually like the way this pc term sounds, has a nice ring to it:-) ). You have nothing substantial to back up your claims but a bunch of "thought leading" PDFs.

      Anyways, I'm not going to waste a terrible lot of time on this one but anyways...

      A couple of things to think about

      1. AES > 3DES security-wise. Who says so?? 3DES has been around for DECADES and nobody could put a dent in it. AES has been with us 4 years at best.

      2. How are you going to prove to us that your client does not intentionally leak key bits? How are you going to prove the quality of the encryption keys your client and server generates (RNG!!!)??

      I'd rather provoke thoughts than "lead them".

    11. Re:I'll pass, thanks. by FauxPasIII · · Score: 1

      > If you live in Indiana, you're compelled to cooperate with the state government.

      Only for the amount of time it takes me to either relocate or successfully vote the offending reps out of office.

      --
      25% Funny, 25% Insightful, 25% Informative, 25% Troll
    12. Re:I'll pass, thanks. by guyblade · · Score: 1

      My personal favorite from ther terms of service

      7. Discretion Over Content, Use, Storage, and Operation of The Service
      We may edit, move, or delete any files, email, content, information or Software that is on, part of, or stored on the Service (including content or communications that You have provided) for any reason, and may preserve and disclose content stored with the Service or user information if required to do so by law or in the good faith belief that doing so is necessary to: (a) comply with legal process; (b) enforce these terms, (c) respond to claims that any content violates the rights of third parties; (d) protect the rights, property, or personal safety of SimDesk Technologies, Inc., its users, or the public, or (e) administer the Service.

      We may set limits regarding use of the Service, including limits on the length of storage of email, size of files stored and other user content, the number of messages going to or from a user account, the size of messages, and the total amount of storage available to a user. We are not liable for the deletion or loss of messages, other communications, or other content maintained or transmitted by the Service.

      We reserve the right to change or terminate the Service or any part of it without notice or liability. We may terminate or change your password, account, or use of all or any part of the Service and may remove any content within the Service without notice and for any reason, including lack of use or violation of these terms.

    13. Re:I'll pass, thanks. by rgsmith · · Score: 1

      Terms of Service:

      SIMIndiana IS A SIMDESK ENHANCED TECHNOLOGY AND SERVICE

      SIMIndiana(TM) LICENSE AGREEMENT & TERMS AND CONDITIONS OF USE

      BY CLICKING THE "I ACCEPT" BUTTON AND/OR ACCESSING ANY PART OF THE SIMDESK TECHNOLOGIES, INC. SOFTWARE APPLICATIONS OR ANY OTHER SERVICE (COLLECTIVELY THE "SERVICE") YOU REPRESENT THAT YOU:

      *

      ARE EITHER OVER THE AGE OF 18 OR HAVE OBTAINED YOUR PARENT'S CONSENT TO REGISTER FOR THE SERVICE,
      *

      AGREE TO ALL THE TERMS AND CONDITIONS OF THIS LICENSE AGREEMENT AND TERMS AND CONDITIONS OF USE (THIS "AGREEMENT").

      IF YOU DO NOT AGREE TO THESE TERMS, CLICK THE "CANCEL" BUTTON; THE REGISTRATION PROCESS WILL NOT CONTINUE AND YOU WILL HAVE NO AUTHORITY TO USE THE SERVICE.

      1. The Service
      SimDesk Technologies, Inc. (or "We," "Us," "Our," "STI") offers user ("Licensee," "Your," "You") a certain online and/or downloadable (as applicable) applications including software such as word processing, data management, spreadsheet, personal scheduling, data communications, e-mail and other services under the terms set forth below. The Service includes the provision of the Software (as defined below) and Your storage of data, files, email or other information on STI's servers. Such Service and storage are subject to the terms and conditions of this Agreement.

      2. Use of Proprietary Software
      STI hereby grants the Licensee a non-exclusive, non-transferable, personal, non-sublicensable license ("License") to use the object code version of the proprietary STI and third-party software, as applicable, provided through this website (the "Software") for internal personal or internal business use, in accordance with the terms of this Agreement. You may not sublicense or otherwise distribute or share the Software or any part of the Software under any circumstances.

      3. Title and Proprietary Information
      Except for the limited license granted above, all rights, title and interest in and to the Software and all related documentation and materials, including all intellectual property rights, are retained by STI and its third party suppliers. The Licensee acknowledges that the Software was developed by STI and its third party suppliers at great expense and contains valuable trade secrets. The Licensee agrees to preserve the confidential nature of STI's trade secrets and the proprietary information contained in the Software by retaining and using the Software in trust and confidence and not disclosing it to third parties.

      4. Restrictions
      You agree not to permit the use of the Software by, or disclosure of such information to, any unauthorized persons. You agree not to (i) disassemble, reverse compile or reverse engineer the Software or take any action in order to derive a source code equivalent of the Software; (ii) copy or reproduce any parts of the Software; (iii) distribute, sell, rent, lease, use in a service bureau environment or as an application service provider, sublicense or otherwise transfer the Software; (iv) remove or alter any trademark, logo, copyright or other proprietary notices, legends, or labels in the Software; (v) modify the Software without the prior, express written approval of STI; (vi) provide the Software or any part thereof to any third party; or (vii) commercially exploit any part of the Software or Service. Violation of this Section will immediately terminate this Agreement.

    14. Re:I'll pass, thanks. by SEWilco · · Score: 1
      By the way, they have been up and running for quite some time, no one has been able to hack the system, and all my files, which are confidential, have not been leaked, lost or hacked.

      You forgot: "That I know of."

    15. Re:I'll pass, thanks. by SEWilco · · Score: 1
      Each file is encrypted according to the session key at the time the file is stored.

      Session key?
      So the data can only be decrypted when accesses from the same computer which knows the session key, and until the computer forgets the session key? So if the session key is lost and you don't have a backup of it, you no longer have access to your data?

      That doesn't make sense. If access is from any computer with the magical software, you can validate yourself from any computer. But then you don't use a session key, you use a personal identifier or personal key.

    16. Re:I'll pass, thanks. by SEWilco · · Score: 1
      149 trillion years to crack a 128-bit AES key

      Only 74.5 trillion years. On average half of the full time.

      Maybe a little less with faster computers or a mathematical breakthrough.

    17. Re:I'll pass, thanks. by ratamacue · · Score: 1

      No, but you do have the ability to choose, by your own free will, whether or not to associate with Google at all. And, other individuals or groups have the ability to compete with Google (provided no government interference).

      You don't have the ability to choose, by your own free will, whether or not to associate with government.

      That is the simple difference between government and private enterprise: government operates on the principle of force, while private enterprise operates on the principle of voluntary association (otherwise it would be criminal).

    18. Re:I'll pass, thanks. by Halfbaked+Plan · · Score: 1

      I live in Indiana, and I choose not to pass my email through this new Indiana server thing.

      Ummm...

      --
      resigned
    19. Re:I'll pass, thanks. by Corgha · · Score: 1

      Hey, don't ask me. The details in the doc are a little sparse, and there's no precise description of the implementation.

      However, if you read that snippet again, it seems they are saying they store the session key in some database in a way that's associated with the user's account: "This key is then stored in the database, waiting to be retrieved upon an authorized request by the client software."

      So, when you log back in with your password, you're probably given access to your previous session keys. At the very least they say they send you the key and the file when you retrieve a file: "the key and the file are then sent to the client, and the client decrypts the file".

      Of course, there's nothing that indicates they've tried to address (as you mentioned) the client storing old keys or just grabbing your password, or the admin doing a little "select KEY from KEYTBL where USER=("SEWilco")". But there's not really a well-developed discussion of threat models in there, anyway. I've had interview candidates with 30 minutes and a whiteboard design and describe better systems than what we get out of this document.

    20. Re:I'll pass, thanks. by SEWilco · · Score: 1
      Well, the way I'd keep the info private is to never store the data password in the servers.

      User authentication requires the user supply something like a password. When the server has that, in addition to confirmation a separate DB access code can be built from it.

      This DB access code could only be created using the password, and if that is not in the servers then the servers can't decrypt the data without the user.

      The simple implementation would be to store it in the user's browser as a cookie. Of course there is risk of extraction of it from the user's machine. So instead do something like encrypt the newly recreated DB key, and store that decryption key in a user cookie. The data could only be accessed during each user transaction. A different encryption key can be used for the DB key for each session, so stored cookies become obsolete when a session ends.

      That's a rather obvious solution given the problem definition, as keeping half a key is an old method of requiring cooperation. Maybe they're doing something similar but phrased in a way which obscures the split storage.

    21. Re:I'll pass, thanks. by gd23ka · · Score: 1

      First please work through Mrs. Jones Math Primer. It is never too late to learn basic arithmetic skills.



      2 ^(128 - 56) >> 1021. Maybe forward the above link to the Thought Leader too.

      Second of all the Keyspace of 3DES is 168 bits (three 56bit keys) ->

      2 ^ (168 - 128) > 2 ^ 128. In fact, 3DES's keyspace is 2^40 times as large as that of AES128 and we didn't even start talking initial vectors yet.

      HOWEVER a cryptoalgorithm's theoretical security is not determined alone by the length of its key size. An algorithm with even a 1024-bit keyspace might have a weaknesses that allows a cryptanalyst to discover key material after a couple hundred to thousand plaintext/ciphertext pairs. Go read Bruce Schneiers book and read (read but don't post to) sci.crypt.

  3. The first step... by gevmage · · Score: 4, Insightful
    I wonder how long it will take before it's required to have this access to pay taxes, register to vote, etc? At that point, I'd be annoyed.

    Craig Steffen, former Indiana resident

    --
    Craig Steffen
    http://www.craigsteffen.net
    1. Re:The first step... by dilettante · · Score: 4, Informative
      I think the population of Indiana would start a civil war before they'd submit to being required to use a computer by the government. I mean, these are people who've rejected daylight savings time.

      -Another Former Hoosier

    2. Re:The first step... by Politburo · · Score: 1

      Well, how long did it take before it was required to have electricity or a phone to do those things? Right, it doesn't, and it won't, because government must give access to everyone. Yes, electricity and phone and computers make all these things easier, but they are never required, and without a dramatic shift in the way government in the USA thinks and works, it will not happen in the next 20-30 years, at least.

    3. Re:The first step... by blanks · · Score: 3, Interesting

      Annoyed? I think this would be a nice step in making tax payment easier and faster, as well as registering to vote, It could make it easier to do many things too that are state related, car tags, paying / viewing tickets (speeding for ex).

      I can see this having alot of features that could make this a really useful tool to residents if it was done well, and if it was used affectivly.

    4. Re:The first step... by gevmage · · Score: 1

      True. As nice as they might be to have, that's going to be a barrier to having digital signatures for quite some time.

      --
      Craig Steffen
      http://www.craigsteffen.net
    5. Re:The first step... by cynic10508 · · Score: 3, Informative

      these are people who've rejected daylight savings time.

      The real conflict aren't the pesky farmers kicking up a fit. The conflict is certain areas of Indiana want to remain on central time (i.e. Lake County and Evansville) while the rest wants to go on eastern time. So the problems they face is drawing the lines to make enough people happen to get the vote passed.

    6. Re:The first step... by Rei · · Score: 1

      I think it's a rather clever idea - get people to use it for the free, add-free email account (and other services), and thus make people reliant on a service that they get for being an Indiana resident. I think it's a scheme to try and stop those who have enough of a brain to use a computer from leaving that homophobic, racist, poorly educated, boring as heck, podunk little state whose people insist on mispronouncing the 'I's in some words as "Eye" and the 'A's as "Ar" (you eat "eyetalian" food, you "warsh" clothes, etc). :)

      - Karen Pease, former Indiana resident (Terre Haute)

      --
      I'm an owl exterminator!
    7. Re:The first step... by tbone1 · · Score: 2, Funny
      And required to buy Windows machines, no less, said the iMac-owning Hoosier.

      Feh. More pork from the Indiana government. Why don't they give us something useful, like software that will translate Julia Carson's comments into English?

      (And yes, I am a Hoosier resident and taxpayer who owns an iMac.)

      --

      The Independent: Reverend Spooner Arrested in Friar Tuck Incident - ISIHAC, Historical Headlines
    8. Re:The first step... by Wicked187 · · Score: 1

      Your impression of Indiana sure seems like you were from Terre Haute. This is why people get a big misconception of the state. All of you po-dunk hill billies that live on the outskirts of the state. If you were truly worried about the way people pronounced words, you wouldn't live in a crappy place, you would have moved to the Indianapolis area (the Metro Indianapolis Area contains have of the population of the entire state). To anyone who lives outside of the Metro Indianapolis Area and live inside Indiana, I seriously question your capacity to remember how to self-respirate and maintain the ability to make your heart beat.

      --
      Politics, Life, and More on my Aspiring for the Future
    9. Re:The first step... by MacBrave · · Score: 2, Interesting

      I live in Indiana, and I don't want to change because changing all your clocks twice a year is a pain in the butt.

      I lived in Michigan from 1990-1998 and failed to understand the big deal about daylight savings time. In the winter it was dark by 5pm and in the summer it didn't get dark until 10pm.

    10. Re:The first step... by Rei · · Score: 1

      Grin, the only redeeming thing about Terre Haute is Rose-Hulman, my only reason for being there. The area *outside* of Terre Haute (assuming that you don't enter, say, Bloomington or Indianapolis) is even scarier. I always used to joke with my friends that when you enter Clay County, they should have speakers set up on the roads to start playing "Dueling banjos", or perhaps institute a "seatbelt and bible law". Maybe even formalize the penalty for a DWB (Driving While Black).

      --
      I'm an owl exterminator!
    11. Re:The first step... by cide1 · · Score: 3, Insightful

      I agree, changing all the clocks is just a pain. The current system has worked well so far, why change? I have yet to find software that can't cope with it, and it's nice to not have to change the VCR, your watch, the clock in your car, the clock in your other car, the wall clock, the microwave, the oven, the alarm clock, the answering machine, and whatever else has a clock these days.

      --
      -- the computer doesn't want any beer, no matter how much you think it does. NEVER, EVER feed your computer beer.
    12. Re:The first step... by nelsonal · · Score: 2, Insightful

      It was sweet getting to watch the late shows early after everyone else had switched. Doesn't Gary switch with Chicago?
      FWIW, Ben Franklin came up with the idea as a way for farmers to more or less work with the sun (and not be vastly different from city folk's schedules) in the 1700s. It was implemented in the oil crisis to reduce electricity consumption. I think we keep it around now so politicians can laugh at the folks who show up an hour late/or early to church or other Sunday meetings.

      --
      Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
    13. Re:The first step... by sprag · · Score: 1

      That's really funny! Unfortunately, I doubt many non residents will understand :)

    14. Re:The first step... by hb253 · · Score: 1

      The point is that with DST, it stays lighter late. Theoretically, you would turn on your house lights later and thereby save energy. Overall, if everyone uses their lights less, energy consumption will be reduced. This made sense back in the 40's, but now I'm not so sure. Most people I know run their AC 24x7 whether they need it or not.

      --
      Self awareness - try it!
    15. Re:The first step... by nelsonal · · Score: 1

      Karen, that name sounds quite familiar you wouldn't have happened to have been one of the first of the classes of the noble gender at Rose? I think Terre Haute gives the state a bad name, although I moved to even closer to BFE (Montana) post college.

      --
      Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
    16. Re:The first step... by Yewbert · · Score: 1
      Grin, the only redeeming thing about Terre Haute is Rose-Hulman, my only reason for being there

      I always used to joke with my friends that when you enter Clay County, they should have speakers set up on the roads to start playing "Dueling banjos", or perhaps institute a "seatbelt and bible law". Maybe even formalize the penalty for a DWB (Driving While Black).

      I GREW UP in Clay County, and I won't really argue with you there. There are a lot of outwardly "nice" people there, but scratch the surface, and you find a lot of blinkered, parochial mentality that's a throwback to the fifties - the EIGHTEEN fifties. I also went to Rose-Hulman, got the hell out of TH in favor of a big co-ed school (Rose was still all-male in '90) for my M.S., and am now back in Indianapolis consulting for a big IT-intensive scientific/manufacturing co. It's not such a bad place - lotta good restaurants.

    17. Re:The first step... by LinuxHam · · Score: 2, Informative

      FWIW, Ben Franklin came up with the idea as a way for farmers to more or less work with the sun (and not be vastly different from city folk's schedules) in the 1700s

      It goes a LOT deeper than that. I gave the totally wrong description (i.e. farmers) to my friend's kid and ended up having to look up the correct info. It had a lot more to do with train schedules than with farmers. Keep in mind when ole Ben was living in my 'hood, the size of the U.S. wasn't anywhere near what it was 50-100 years later when the trains really brought the issue to a head. There's a TON of history between BF and the oil crisis. See here.

      --
      Intelligent Life on Earth
    18. Re:The first step... by wulfhere · · Score: 2, Insightful

      Amen!! I moved up to Lake County about 5 years ago (one of I think 4 counties that uses Daylight Savings Time), and changing the clocks is a TOTAL pain in the ass.

      Not to mention that in the winter, it starts getting dark about the time the kids are let out of school...

      --
      -- Sent from a computer.
    19. Re:The first step... by Rei · · Score: 1

      I got there fairly early :) I arrived for fall of '98, and graduated in (Feb? March?) of '01 (I brought in a lot of credits). My partner Elaine was the first woman to get a scholarship to Rose. She's a native of TH, though; I was just an immigrant ;)

      --
      I'm an owl exterminator!
    20. Re:The first step... by LinuxHam · · Score: 1

      the Metro Indianapolis Area contains have of the population

      When you people make egregious errors like this, is that you can't spell or is it that you really have NO IDEA that you're using the entirely wrong word for the context? I mean, if you're going to call someone an idiot, well, "po-dunk hill billy", don't make yourself look just as idiotic. Go ahead, make me a foe. You'll permanently metamod yourself to -6. Of course, I'm still looking for the downside.

      BTW, the word is "half", not "have".

      --
      Intelligent Life on Earth
    21. Re:The first step... by SCHecklerX · · Score: 1

      Fine, so long as the government would buy my copy of windoze and a computer to put it on.

    22. Re:The first step... by gewalker · · Score: 1

      For the non-Hoosiers out there. Julia Carson is a member of congress who is sorry to say, less than gifted. Not the brightest bulb, she is also poorly educated and makes many errors in vocabularity and grammar in her public speech.

    23. Re:The first step... by Rei · · Score: 1

      Thank you for demonstrating why I was so glad to get out of Indiana.

      --
      I'm an owl exterminator!
    24. Re:The first step... by nelsonal · · Score: 1

      I left in after the spring of 98. I realized that with my grades I'd be designing capacitor banks for the local power company so I transfered out and got into a finance program, yeah I wussed out but the little hazy bits of calc I recall come in pretty handy in this field. It's pretty fun. I'm always surprised at how few Rose alums there are here.
      I think I knew Elaine, as all the guys would probably remember all the girls in the school. I'm surprised the guys didn't have trading cards with the female classes there. It must have been a pretty surreal experience ther as a lady. Did it get better as they brought more classes in?

      --
      Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
    25. Re:The first step... by nelsonal · · Score: 1

      Cool thanks. I know the trains were big in the formation of time zones (AFAIK, before that local noon was when the sun was highest in the sky), but didn't realize they were involved with daylight savings.

      --
      Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
    26. Re:The first step... by OwP_Fabricated · · Score: 1

      How did this get modded as informative instead of funny? And could someone explain why people shit on my state, despite going to college here because the colleges in their states suck or don't offer what they want? If you don't like Indiana, don't fucking come here. The fewer idiot fratboy engineering students passed out on the street, the better.

    27. Re:The first step... by cynic10508 · · Score: 1

      Doesn't Gary switch with Chicago?

      Yes. And not just Gary. All of Lake county, Porter county, and I think most if not all of Jasper and St. Joseph counties.

    28. Re:The first step... by Tarantolato · · Score: 1

      Problem is, the energy savings only apply to a couple of months out of the year. For the rest of the year, gained evening light is offset by lost morning light. Not to mention more early-morning traffic accidents and lost productivity from fatigue and oversleep.

    29. Re:The first step... by TastyWords · · Score: 1

      Kathy Davis can't be completely off plumb - she graduated from MIT.

    30. Re:The first step... by TastyWords · · Score: 1

      No need
      to inbreed
      as long as your mother
      keeps puttting out.

    31. Re:The first step... by TastyWords · · Score: 1

      And yes, you Anonymous Coward, I was talking about your mother.

    32. Re:The first step... by Rei · · Score: 1

      Elaine had long blond hair (she's since got it cut really short. :) ), and glasses. She was in the Anime club and the Chess club, and was a math major.

      The experience wasn't too bad, although my main complaints weren't about the guys - I just didn't like how conservative the place was in general. :P Elaine once mentioned that the reason it took so long before they started letting women in was that they had to wait for someone on the board to die. I'm not sure if that's true or not, but I'd believe it...

      --
      I'm an owl exterminator!
  4. Ok Big Brother is offering me some tasty candy by mrmeval · · Score: 5, Funny

    And is offering me a ride in his shiny car.

    Ride! Ride! Ride!

    Oh, is it called SimIndiana because you can pretend to be a Hoosier?

    --
    I'd go on a Vegan diet but the delivery time from Vega is too long. --brownkitty
    1. Re:Ok Big Brother is offering me some tasty candy by cynic10508 · · Score: 2, Funny

      And is offering me a ride in his shiny car.

      I think you mean tractor.

      Ride! Ride! Ride!

      Plow! Plow! Plow!

      Oh, is it called SimIndiana because you can pretend to be a Hoosier?

      Remeber that your SimCorn should be as high as a SimElephant's eye by the Fourth of July.

    2. Re:Ok Big Brother is offering me some tasty candy by tbone1 · · Score: 1
      Is this RodKU from Coltpower? You owe me a steak dinner at St. Elmo's!

      --

      The Independent: Reverend Spooner Arrested in Friar Tuck Incident - ISIHAC, Historical Headlines
    3. Re:Ok Big Brother is offering me some tasty candy by cynic10508 · · Score: 1

      Is this RodKU from Coltpower? You owe me a steak dinner at St. Elmo's!

      Sorry, afraid not. No steak here.

    4. Re:Ok Big Brother is offering me some tasty candy by TastyWords · · Score: 1

      I live about two miles North of Peterson's so that's not so bad. Driving downtown sucks because of the construction (there are only two seasons around here: Winter, and Road Construction) What's also nice, however, is Keystone at the Crossing with Keystone Grill and Sullivan's, now that Peter's has closed. 116th/Keystone has a bunch of new, nice places as well.

  5. Best Quote ever. by Anonymous Coward · · Score: 3, Funny
    "but requires Windows, and registration on the site, to use it. The program also provides an email address and remote storage on SimIndiana servers."

    NO! Not registration! How will this site ever survive if they require registration!?

    Anyways.. could this be the worst statement to try and appeal something to the /. crowd? It has Windows, registration, and remote storage all in the same paragraph.

  6. New from Maxis by worst_name_ever · · Score: 5, Funny

    SimIndiana is finally out? Cool, where do I get the demo and how do I send in the tornadoes?

    --

    In Soviet Rush, today's Tom Sawyer gets high on you.
    1. Re:New from Maxis by cynic10508 · · Score: 1

      how do I send in the tornadoes?

      The tornadoes have been doing a good job of getting themselves going as of late.

      On an unrelated note: How would Dan Quayle spell "tornadoes"?

  7. You get... by GuyinVA · · Score: 2, Insightful

    ...what you pay for.

    1. Re:You get... by ssuppe · · Score: 1

      Sigh, I'll probably get lambasted for this, but...

      [You get]...what you pay for.

      Like open source?

      C'mon guys, consistency is key...

  8. One word: by tomknight · · Score: 5, Insightful
    Good

    Okay, a few more words....
    Yes, you need to use Windows, and yes, we can't really trust the government (the next government, or maybe the one after that) with our personal/sensitive data/pr0n, but isn't it a good thing in principle that this is happening?

    Tom.

    --
    Oh arse
    1. Re:One word: by pointym5 · · Score: 3, Insightful

      Why should a Mac-using taxpayer be happy about this?

    2. Re:One word: by tomknight · · Score: 2, Insightful
      Or a linux using tax-payer, indeed?
      Because it's a sign that local government is getting clued up about computers.

      Having to use a Windows client does indeed suck. Maybe Apple will see the potential damage to its business and push for a diversity?

      Tom.

      --
      Oh arse
    3. Re:One word: by molarmass192 · · Score: 1

      ... or they could have simply made Java a requirement in their RFI and this runtime platform BS would be irrelevant.

      --

      Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws-Plato
    4. Re:One word: by NineNine · · Score: 3, Funny

      A Mac-using taxpayer should be happy that they didn't squander a ton of money to produce software that only a handful of people will use.

    5. Re:One word: by tbone1 · · Score: 1
      Trust me, the Indiana government knows how to squander money ...

      --

      The Independent: Reverend Spooner Arrested in Friar Tuck Incident - ISIHAC, Historical Headlines
    6. Re:One word: by mirio · · Score: 1

      Yes, you need to use Windows, and yes, we can't really trust the government (the next government, or maybe the one after that) with our personal/sensitive data/pr0n, but isn't it a good thing in principle that this is happening?

      Hmm....no, it's not a good idea. For libertarians like myself, this is simply not the role of government. There are plenty of free alternatives out there (OpenOffice, anyone). I'm not sure having a free productivity suite & remote hard disk storage is going to benefit anyone except the politicians plundering the state treasury for their little pet projects like this (yes, I RTFA, and I know that the company is fronting the money for this, but there is government cost involved as well, and there will be substantial costs after the two year 'free' trial).

      Why can't governments get back to doing what their good at? You know, building roads and infrastructure, not deciding that the taxpayers need to foot the bill for peoples' spreadsheets...

      And then there's that whole privacy thing....I won't even go there...

    7. Re:One word: by Colgate2003 · · Score: 1
      From the Article:

      The $6 million cost -- about $1 per Hoosier -- is being footed by SimDesk Technologies, which also has brought the technology to users in Houston and Chicago. The Houston-based firm has several Indiana investors, Davis said, and is partnering with Hewlett-Packard NonStop servers to provide the service.

      While a Mac (or Linux) version would be nice, the taxpayers aren't paying for it either way.

      Well, at least for now:

      Kyle Lutes, associate professor of computer science at Purdue University, said he hadn't heard of SimDesk but expressed skepticism at the program. It seems like a good deal, he said, but the company may be using the "crack dealer method of marketing -- give it to 'em free until they're addicted."

    8. Re:One word: by Zigg · · Score: 1

      Why should any taxpayer be happy about this? I can't believe anyone thought making this a government service was remotely a good idea.

    9. Re:One word: by butane_bob2003 · · Score: 2, Insightful

      Chiming in: Or linux users for that matter. Apps like this are probably best written in Java, or it should be entirely web based and work in at least IE, Mozilla and Opera.
      I saw nothing about Open Source on the SimIndiana site, but this app should definately be open source software. Given taxpayers can benefit from it's use, but they should also have some say in the design aspects (like supported platforms) seeing as how they are intended client. Nothing like ignoring your intended client's needs/desires/whims to turn them off from your software. I guess the folks in charge assume that Everybody in Indiana uses Windows, or they don't matter. It's also probable that all of the publicly accessible computers (at libraries, etc) are running Windows, maybe users of these machines are the intended clients.

      --


      TallGreen CMS hosting
  9. Tried to create an account... by herrvinny · · Score: 4, Insightful

    Tried to create an account, but the site's getting slow. Anyway, at the whatis page says:

    Every student, every parent, every business, EVERYONE who lives in the State of Indiana can use SimIndiana. The only requirement is that you register for the software with a valid Indiana address.

    Can't we forge an address anyway? NY Times thinks I'm from Anchorage, Alaska.

    If you create a document in SimWord® (SimIndiana's word processor), you do not have to save it to a disk or to a computer's hard drive. With SimIndiana, you have the option to save your document in your virtual drive on the SimIndiana server.

    It's simply a glorified virtual hard disk service, paid for by the government.

    1. Re:Tried to create an account... by caseydk · · Score: 2, Insightful


      Odds are they're going to try to reconcile the number of accounts at a given address to tax records and/or school records.

      Gov:

      "We have 3 thousand people who seem to live at 100 Main St, Indianapolis, but only 3 people filed taxes listing that address. Hmmm..."

    2. Re:Tried to create an account... by Anonymous Coward · · Score: 1, Informative
      It's simply a glorified virtual hard disk service, paid for by the government.

      Another knee-jerk-anti-government type.

      The $6 million cost -- about $1 per Hoosier -- is being footed by SimDesk Technologies

    3. Re:Tried to create an account... by Unnngh! · · Score: 2, Insightful
      The funny thing is, the TOS does not specify that you actually must live in Indiana. How on earth are they going to verify that each address is a valid address? How about multiple computers at a single address (i.e. re-registrations when you forget your login, your kid registers after you have, etc.)?

      But after the posting of this article, the service will probably be more SimSlashdot than SimIndiana;)

    4. Re:Tried to create an account... by Politburo · · Score: 2, Interesting

      Can't we forge an address anyway? NY Times thinks I'm from Anchorage, Alaska

      NY Times isn't the government. It is a federal crime to lie on a federal form. I'm sure there are similar state laws, but I don't think this would quite count as an official form. However, it may fall under wire fraud statutes, depending on where you live (NY times forgery may also fall under these statutes).

    5. Re:Tried to create an account... by Anonymous Coward · · Score: 2, Funny

      From their help page:

      We welcome your questions and comments about SimIndiana®. ...
      We are located at:
      6510 West Sam Houston Pkwy. N.
      Suite 100
      Houston, Texas 77041

    6. Re:Tried to create an account... by grahamdrew · · Score: 1

      Actually, I just registered, and I'm in Maryland. Durring the registration process, it asks you for a state. I answered truthfully just to try it out and it still took it. I haven't installed the software yet (still at work), but it seems to work for non-Hoosiers as well. Oh, speed wasn't a problem as of five minutes ago either. Seemed pretty responsive.

      --
      // Dumps core here
    7. Re:Tried to create an account... by Jarnis · · Score: 1

      Thankfully those laws do not apply to people living, *gasp*, outside the united states.

      Whoever sold this harebrained idea to Indiana state gov must be hell of a salesdroid. This will crash and burn so badly its not even funny.

    8. Re:Tried to create an account... by GlassUser · · Score: 1

      That's two blocks away from me . . .

      Wonder if I can get in too?

    9. Re:Tried to create an account... by shawn99452 · · Score: 1

      Actually, I live in Illinois, and I went through the registration, and didn't lie, told it I live in Illinois, and it worked just fine. I'm downloading the giant setup program now.

    10. Re:Tried to create an account... by deacon · · Score: 1
      It's simply a glorified virtual hard disk service, paid for by the government.

      Allow me to correct a serious flaw in your thinking.

      This boondoggle is paid for by money taken from TAX PAYERS.

      It is another example of state government growing to consume all current funding, so that later they can justify taking more money by saying that they need it for firemen or school teachers.

      This is where MegaCorp$ are less evil: you can at least choose NOT to buy (i.e., pay for) MegaCorp$ products.

      Bleh.

    11. Re:Tried to create an account... by Collestonpie13 · · Score: 1

      Yeah im in england and i now have an account for simIndiana. Im so sorry i was just curious...

      --
      Coffee, you can sleep when you're dead!
    12. Re:Tried to create an account... by tbone1 · · Score: 1
      "... and 300,000 at 16th and Georgetown. Oh, maybe we shouldn't have launched this so close to the Indy 500 weekend."

      --

      The Independent: Reverend Spooner Arrested in Friar Tuck Incident - ISIHAC, Historical Headlines
    13. Re:Tried to create an account... by tbone1 · · Score: 3, Funny
      The funny thing is, the TOS does not specify that you actually must live in Indiana. How on earth are they going to verify that each address is a valid address?

      Simple. Answer the following questions:

      • Who won the first Indy 500?
      • Where did Kurt Vonnegut go to high school?
      • In euchre, if spades are trump, what does that make the jack of clubs?
      • Who hit the winning shot in the 1954 boys basketball championship game?
      • Whom did Gene Keady replace as basketball coach at Purdue?
      • What Congressional Medal of Honor recipient used to own the Indianapolis Motor Speedway?
      • Are you a heterosexual man who cries when Jim Nabors sings?
      • Who wrote A Girl of the Limberlost?
      • What coach led the Pacers to three ABA titles?
      • What high school's alumni include David Letterman, Jane Pauley, Wayne Gretsky, and Marylin Quayle?
      • In 1983, John Mellencamp was involved with a strange contest on MTV. What was the prize?
      • What is a Duesenburg?
      • What was Yank Rachell's primary instrument?
      • Who was Abe Martin?
      • What Hoosier author won the Pulitzer prize for literature twice?
      • What is Larry Bird's nickname?
      • Complete the following: the goblins 'll gitcha if ...
      • What is Bob Knight's middle name?
      • Name one of the national morning radio shows that originate in Indianapolis.
      • Name three current NASCAR drivers from Indiana.
      • At what age are Hoosiers required to retire to Florida?
      • What jazz guitar great is from Indiana Avenue?
      • The section of Interstate 65 interior to 465 is named after whom
      • St. Elmo's is famous for what appetizer?
      • What three rivers is Ft. Wayne built around?
      That's enough to start with ...

      --

      The Independent: Reverend Spooner Arrested in Friar Tuck Incident - ISIHAC, Historical Headlines
    14. Re:Tried to create an account... by tbone1 · · Score: 1
      And just yesterday Governor Kernan cancelled a contract (at the cost of $800K or so) that would have oursourced jobs to Indian programmers to help the state's program to help Hoosiers find jobs. No wonder they quit doing Yes, Prime Minister episodes; how do you make a facr of megafarce?

      --

      The Independent: Reverend Spooner Arrested in Friar Tuck Incident - ISIHAC, Historical Headlines
    15. Re:Tried to create an account... by bradulovich · · Score: 1

      Wow. You're brilliant. I mean, since your information and data is hosted by a company that can set up their servers anywhere, gee, I'm sure they couldn't POSSIBLY have their helpdesk for all clients located somewhere OTHER than the client location. Think outside your empty box. Data anytime, anywhere. I used to work for an oil company and we had our helpdesk and datacenter located in a building on Westheimer in Houston, Texas while our Oil Field Service Managers were on every continent. Helpdesk was 24/7 due to time zone requirements. This is not a new concept.

    16. Re:Tried to create an account... by GumphMaster · · Score: 1

      The funny thing is, the TOS does not specify that you actually must live in Indiana. How on earth are they going to verify that each address is a valid address?

      They can eliminate applications from the Rest-of-the-World (you know, that thing outside the U.S. border!) by asking what Hoosier means :)

      --
      Patent litigation: A doctrine of Mutually Assured Destruction... in which everyone seems willing to push the button
    17. Re:Tried to create an account... by Halfbaked+Plan · · Score: 1

      Closer, yet, to the Formula 1 weekend.

      --
      resigned
  10. So... by kingstalemuffins · · Score: 2, Interesting

    you store you files on a remote server owned by the government? How much storage space do you get? What kind of privacy can you expect? Does every resident automatically get an account?

  11. I live in Indiana and this is the first I've... by Dagny+Taggert · · Score: 3, Insightful

    ...heard of this. I, too, would love to trust my state government with my important docs. After all, we all know they handle our property taxes soooo well.

    --
    Don't be a looter...and yes, I know that it's spelled with an "A" instead of an "E".
  12. Indiana is high-tech by L.+VeGas · · Score: 5, Funny

    As a matter of fact, I'm one of the legions of programmers that lost their jobs when it was outsourced to Indiana.

    I think they said it was Indiana, anyway.

    1. Re:Indiana is high-tech by cynic10508 · · Score: 1

      I think they said it was Indiana, anyway.

      You heard right. Come to Purdue in West Lafayette. It's like Little Delhi.

    2. Re:Indiana is high-tech by Sun+Nori · · Score: 1

      Actually this is hosted by a firm in Huston called SimDesk. They already offer this service to the good people of Chicago and Huston.

      If there is a place to criticize is that we are creating a virtual gold mine for hackers.

      --
      "640 K ought to be enough for anybody." -- Bill Gates, 1981
    3. Re:Indiana is high-tech by Samari711 · · Score: 1

      seriously, i'm at Notre Dame and most of the time i feel like i'm the only american in the engineering building this summer

      --

      I never said I was smart, I just said I was smarter than you

  13. Great Sig (was Re:New from Maxis) by adavies42 · · Score: 1
    In Soviet Rush, today's Tom Sawyer gets high on you.

    IHTA, I just have to say I love your sig! Best laugh all week.
    --
    Aaron Davies

    --
    Media that can be recorded and distributed can be recorded and distributed.
    -kfg
    1. Re:Great Sig (was Re:New from Maxis) by adavies42 · · Score: 1

      Actually though, by the rules of the "joke", shouldn't it be "you get high on today's Tom Sawyer"?

      --
      Media that can be recorded and distributed can be recorded and distributed.
      -kfg
  14. Corrected Story Submission by BandwidthHog · · Score: 5, Insightful
    Additions in bold:
    TaylorJo writes "Lt. Governor of Indiana Kathy Davis today unveiled a new technology program designed to give all Hoosiers who purchase Microsoft Windows free (ahem) access to a full suite of computer software tools. The SimIndiana software permits residents who have already purchased Microsoft Windows to access their personal files and applications from any computer that runs Microsoft Windows at any time. The software can be downloaded on the SimIndiana site, but requires Windows, and registration on the site, to use it. The program also provides an email address and remote storage on SimIndiana servers."
    --

    Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
    1. Re:Corrected Story Submission by Mz6 · · Score: 3, Funny

      Thank you for correcting the story. I wouldn't have been able to tell you were a Windows hater by your email address of billg@fuckmicrosoft.com, but your text interjections about Windows (in bold I might add) to the story totally gave it away. Thanks!

      --
      Hmmm.
    2. Re:Corrected Story Submission by OSgod · · Score: 1

      Actually -- we could just replace Windows with "the industry standard operating system" now couldn't we....

    3. Re:Corrected Story Submission by TopShelf · · Score: 1, Insightful

      Man, what a horrible scheme! How dare they set up a system that only serves the overwhelming majority of PC users!

      --
      Stop by my site where I write about ERP systems & more
    4. Re:Corrected Story Submission by Rick.C · · Score: 1
      Purchased?

      Does this imply that SimIndiana checks for a valid (not bootlegged) copy of Windows? Was BillyG involved in this project somehow?

      --
      You were 80% angel, 10% demon. The rest was hard to explain. - Over The Rhine
      "Math in a song is good."-Linford
    5. Re:Corrected Story Submission by BandwidthHog · · Score: 2, Funny

      If only we *could* replace Windows with some mythical "industry standard operating system."

      --

      Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
    6. Re:Corrected Story Submission by Daniel+Dvorkin · · Score: 2, Insightful

      I prefer "operating system produced by a convicted monopolist," thanks.

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    7. Re:Corrected Story Submission by jtosburn · · Score: 1

      Public money has to serve EVERYONE equally; not doing so is discrimination (subject to interpretation by the courts). Hence the Americans with Disabilities Act (ADA) which makes government and private commercial buildings provide access to everyone, not just the overwhelming majority of people (those that are ambulatory, sighted, and can hear). And that's primary access, not secondary such as through back doors, or using freight elevators.

      Shortsightedness like this exposes government to lawsuits that can force changes. But then, government has a spotty record on planning ahead...there is not now, and perhaps there never will be, a realistic plan to elimiante the national debt, much less the follow through to actually do so.

  15. Good idea but.. by Anonymous Coward · · Score: 5, Insightful

    I really wish people would make Microsoft keep its own monopoly instead of helping them by making IE only or Windows only stuff. They could've at least given the protocol so that if somebody with a Mac or something else wanted to could make their own.

    Really, I thought government was supposed to be generally non-discriminatory. It's like "Congrats! We have a super-duper new highway system. Oh, only Ford motor vehicles can use it."

    1. Re:Good idea but.. by RomSteady · · Score: 1

      Well, government's can't discriminate on the basis of age, sex, religion, etc., etc., etc., but I don't see operating system listed anywhere on the list.

      Given the market share that Microsoft has and the limited resources available to most government programmers, I think the only way that you'll win on this one is if you somehow claim that using Linux/Mac/OS/2/*BSD is a "disability."

      Of course, if you make that claim, you can imagine how quickly it will be picked up by the media. "Linux Zealot sues State of Indiana. Says that his Linux wheelchair is incompatible with Indiana's Internet access ramp."

      Give Indiana a break. When I'm developing software for my city, I have to ensure that I deliver the most bang for the buck. My access logs on our website show less than 1% of our visitors are running anything other than Windows, so why should I spend an equal amount of development effort on platforms that are so poorly represented by my user base?

      --
      RomSteady - I came, I saw, I tested. GamerTag: RomSteady / http://www.romsteady.net
    2. Re:Good idea but.. by Daniel+Dvorkin · · Score: 1

      My access logs on our website show less than 1% of our visitors are running anything other than Windows, so why should I spend an equal amount of development effort on platforms that are so poorly represented by my user base?

      Does the phrase "circular argument" mean anything to you?

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    3. Re:Good idea but.. by RomSteady · · Score: 1

      Yes. Does the phrase "misallocation of taxpayer dollars" mean anything to you, though?

      --
      RomSteady - I came, I saw, I tested. GamerTag: RomSteady / http://www.romsteady.net
    4. Re:Good idea but.. by Daniel+Dvorkin · · Score: 1

      It does indeed, and I regard the use of public funds to do business with a convicted monopolist as a spectacular example of same.

      That wasn't really my point, though. My point was that you shouldn't be surprised if almost all your site visitors are Windows users if you only develop for Windows; and public or private, development efforts for only one, dominant platform are a direct contribution to that platform's dominance. If a private company does this, well, that's their choice. When governments do it, it is a betrayal of the taxpaying public they are supposed to serve.

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    5. Re:Good idea but.. by RomSteady · · Score: 1

      Or you can look at it this way:

      I have an annual development budget of $125,000, which is barely enough to pay for the salaries of 2 developers, training, books and tools.

      I have a choice during my fiscal year. I can either have each developer work on the same program but for different platforms (one Windows, one Linux), or I can create two seperate programs for the Windows platform.

      My choice is pretty obvious (double the applications available to 99% of my citizens), but I have the law on my side as well. According to state law, if someone is requesting a tool or report that is not currently implemented, they can request it, but we have the ability to give them a quote for how much it will cost. If I have one person who wants a Linux version of one of the Windows applications, I'll give them a quote as to how much it will cost to develop it. If they pay for it, we'll develop it. If they don't, we won't. If 100 people ask for it, we'll give them a quote prorated down as such. If 1,000 people request it, again. Once the requests pass 10% of our populance, however, our costs are considered so low per person that it's considered paid as part of their taxes.

      We only have about 60,000 people in our city. If we had over 6,000 people using Linux, we'd develop for Linux. But we don't, so we won't.

      And I'm going to show you the major fallacy in your argument. In our town, we have flouride in the water. There was a vote to put it there, and a small minority voted against it. Based off of your argument, I would have to build two seperate but equal culinary water systems: one with flouride, one without. Instead, we build and maintain the one, and we have the people who do not want the flouride incur an extra expense for a filtering system for their own personal water.

      If you're going to be a zealot, at least be an equal opportunity zealot. Equal programs, equal water preferences, seperate laws (hey, *I* don't think that homicide is bad, so why shoulid *I* be punished), etc. And with that, I'm stopping this argument because I'm sounding as polarized as most of the people here on Slashdot.

      --
      RomSteady - I came, I saw, I tested. GamerTag: RomSteady / http://www.romsteady.net
  16. This Is Cool! by blueZhift · · Score: 5, Interesting

    This is really cool. This is the first attempt that I've seen by any state government to deliver some really useful technology to their citizens. Heck, I'm happy just being able to pay parking tickets online, this SimIndiana has online productivity apps for gosh sakes!

    While I'm sure they'll get the usual criticism, I admire and salute their attempt to deliver something truly useful to the good people of Indiana. The only real problem I see with this is reaching the many people who don't have access to the technology needed to use SimIndiana. In the future it may be very useful to provide similar services that can be accessed via cel phone. Afterall, these days everyone and their grandma has a cel phone.

    Again, Kudos to Indiana!

    1. Re:This Is Cool! by SamBeckett · · Score: 1

      This is really cool. This is the first attempt that I've seen by any state government to deliver some really useful technology to their citizens. Heck, I'm happy just being able to pay parking tickets online, this SimIndiana has online productivity apps for gosh sakes!

      Why, exactly, is it the state's business to provide this? It is just pork-- no one needs this, no one wants this, it is just wasteful. And not only that, it makes zero sense for a friggin state government (or any government for that matter) to offer friggin' productivity applications! Would you feel the same way if they started offering everyone a free weed wacker? Don't have a lawn? Oh, well... Buy one.

    2. Re:This Is Cool! by FatherOfONe · · Score: 1

      Ok, I live in Indiana and have been in technology for over 15 years now, and here is what I see.

      Indiana was number one in lost jobs in the last few years (percentage wise)

      Indiana has some of the best schools but almost no startups.

      If not for Lilly, Indianapolis would be in far worse financial shape than it is now.

      Our local housing taxes just went up considerably and yet we were still in a huge deficit.

      Joe Kernan, and his predisessor Frank Obanion were and are the worst govenors Indiana has had in over 30 years. There current motto on the radio is
      "Indiana is the state with the most potental"
      Ummm yeah... if by that you mean you have raised taxes and are still in a deficate, and because of your incompetence Indiana could easily be a lot better; then I agree..

      Now this....
      Indiana has no money, yet this Lt Gov, like a lot of Democrats wants to spend money on stuff that adds little to no value to the State. Did I mention that we have NO MONEY!!! Why is she waisting it on this. Specifically she is taking my tax dollars and putting it on Microsoft technology.

      Lastly, their own freaking program that is trying to put jobs in the state was found to have outsourced their IT work to India... not Indiana but the country of India....

      Ok, one more point.
      Indiana had a fairly large surplus of money before O'banon took office. Granted the previous govenor tried to tax and spend like all democrats, but he was stopped.

      Hopefully, you will get one thing out of this rant... Indiana has no freaking money at all!!!!! Yet this lady chose to spend money she didn't have on a useless technolgy program that was probably developed and suppored by foreign workers.

      I pray Mitch Daniels crushes old incompentent Joe in the election, but it probably won't happen. Not that Mitch is a wonder-boy, but he at least understands how to manage a checkbook.

      --
      The more I learn about science, the more my faith in God increases.
    3. Re:This Is Cool! by starm_ · · Score: 1

      I think it has the potential to reduce the costs to the government. The government will save money because of wage that they wont have to pay to offer services. Things like renewing driver's licence and parking tickets wont need employee time with each individuals. Any economist will tell you that making people more productive is the way to a healthy economy. So if the online services make the population more productive the government might save in the long run. People often forget to backup stuff and wont pay for a cheap email backup service, but they lose in the long run because of all the time that is lost dealing with crashed computers and lost data.

    4. Re:This Is Cool! by Matty_ · · Score: 1

      I've never quite figured out how Democrats take the blame for spending when the Republicans are just as bad. The difference is where they choose to spend the money.

      If you want to blame someone for the property tax issue, blame the guy who sued the state. If he hadn't done that, we wouldn't have had this whole re-assessment.

      Indiana is in the shape it is now because of the people who live here and our non-progressive attitudes. Our politicians, in my opinion, are just a reflection of that.

      There's a good reason we're like the Alabama of the midwest.

    5. Re:This Is Cool! by starm_ · · Score: 1

      And if you read the article it says the cost to the government is about 1$ per person. You probably save the government that money just by paying one parking ticket online instead of in person.

    6. Re:This Is Cool! by Colgate2003 · · Score: 1
      This isn't costing the government anything, at least for now.

      From the Article:

      The $6 million cost -- about $1 per Hoosier -- is being footed by SimDesk Technologies, which also has brought the technology to users in Houston and Chicago. The Houston-based firm has several Indiana investors, Davis said, and is partnering with Hewlett-Packard NonStop servers to provide the service.

    7. Re:This Is Cool! by tbone1 · · Score: 1
      I've never quite figured out how Democrats take the blame for spending when the Republicans are just as bad. The difference is where they choose to spend the money.

      You just answered your own question. Spending money to make it easier for individuals to start a business, while still spending, is better than spending money on useless or stupid things like this.

      Oh, and if, by 'progressive', you mean paying people to not work or raising taxes to Bostonian levels, then I'll stick with the pioneer-style libertarianism we're known for, thank you. I'm no fan of religions, but the religion of government control might be the worst one after Raiders fans. Bring back Mayor Steve, I say.

      --

      The Independent: Reverend Spooner Arrested in Friar Tuck Incident - ISIHAC, Historical Headlines
    8. Re:This Is Cool! by FatherOfONe · · Score: 1

      Republicans are just as bad at spending as Democrats? Give an example of a time where a democrat wanted to spend less than a republican. I honestly can't think of any. Most republicans, when given less money than expected start to cut things, ALL democrats start talking about tax increases.

      Indiana being non-progressive.... What do you mean? Give an example. The word progressive is thrown around a lot, and I am curious of your definition.

      Personally, I believe that most people in Indiana have a hard working, great attitude. Most of the people that have lived hear their whole life are honest and care a great deal about their family and friends. Most of their values are formed by their religious beliefs and as such their communities were built with those attitudes. Now in the last few years the makeup of Indiana has changed, due mostly in part by a large influx of certain ethnic groups. Because of this change, and the average life-long hoosier's caring of their neighbor, taxes and spending on social programs have gone way up. This coupled with the fact that the new ethnic groups tend to vote for people that will promis to give them stuff for free, adds to Indiana's problems.

      So what does Progressive mean to me.... Increase taxes to "help" people. Increase spending to fund new government programs. These programs of course will be run poorly, and hook future generations on then as well. Reward people for not working, and rase taxes even more so that any future business will not want to look at Indiana for it's home.

      What could "Progressive" mean.
      1. Lower everyones taxes.
      2. Create great incentives for current companies to stay in Indiana. Currently, the only way a business can get a tax break is to get an offer to move the company to another state, then Indiana will do something. Could you imagine if Lilly left?
      3. Look at the core business of Indiana (Medical, Agrocultural, Manufacturing), and focus on supporting businesses for those cores.
      4. Work on creating startup companies to help those core businesses, and be a leader in technology for those businesses as well.
      5. Promote hard work, while promoting family and religous values as well. We in Indiana don't ever want to have any type of Enron here, but we do have our Conceco's, and that should not ever happen again.

      --
      The more I learn about science, the more my faith in God increases.
    9. Re:This Is Cool! by salesgeek · · Score: 1


      Indiana has some of the best schools but almost no startups.


      here's the deal: There's no money for startups. there's lot's of lip service to funding new businesses but at the end of the day, there's no money because:

      * Indiana bankers don't understand anything that can't be measured in square foot, salvage value or acres.
      * Right now, all the money is getting sunk into biotech ventures ... which have a 16 year startup cycle.
      * There's little support for business outside indianapolis
      * There's virtually no way for small business to be heard by the legislature ... as the large corporations and unions literally have a tunnel to the legislature from the ISTA building across the street.
      * There is no good local beer.

      --
      -- $G
    10. Re:This Is Cool! by jacobcaz · · Score: 1
      Hopefully, you will get one thing out of this rant... Indiana has no freaking money at all!!!!! Yet this lady chose to spend money she didn't have on a useless technolgy program that was probably developed and suppored by foreign workers.

      Preach on! I'm also highly put out that Bart Peterson want to add approximately 265,000 square feet to the convention center. Of course there has been no mention of where that money will come from! This is the same mayor of the same city where the police department almost walked off the job when contract negiotiations broke down...over about 2% -- Petersen's mantra through that whole debacle was, "but Indianapolis has no money, not even a single dollar!."

      Oh yeah - the city somehow found $24,000,000 in cash and tax breaks to fund a new five star hotel downtown!

      For a state that always turns it's electorial votes in for the republican canidate we're surprisingly liberal in Indianapolis...

      (sarcasm) Go Kernan & Petersen (sarcasm off!)

  17. Texas ? by Quixote · · Score: 4, Interesting
    I am reading the TOS right now. This caught my attention:

    6. User Conduct You are responsible for any content that You store, post or transmit on or through the Service. You will not use the Service to store, distribute, link to, or solicit content that:

    • . . . .
    • Specifically advertises firearms or ammunition, t obacco[sic], alcohol, pornography, or any other product or service that is illegal in Texas, or the domicile of either the distributor or recipient;

    WTF? Is this SimIndiana or SimTexas ?

    1. Re:Texas ? by ViolentGreen · · Score: 1

      My guess is that the service provider is in Texas. We all know not to mess with Texas.

      --
      Not everything is analogous to cars. Car analogies rarely work.
    2. Re:Texas ? by Alan+Cox · · Score: 3, Funny

      Presumably its outsourced to texas then. Nothing says Indiana can't outsource its government to Texas does it ? I mean we seem to have outsourced ours to Washington

    3. Re:Texas ? by Kid+Brother+of+St.+A · · Score: 1

      A similar thing to SimIndiana is currently in use by the city of Houston. They have quotes from city officials on the SimDesk web site. Probably explains the Texas thing; they just forgot to edit that out of the TOS more than likely.

    4. Re:Texas ? by linuxtelephony · · Score: 1

      There is/was a plan for SimHouston. This looks like they copied the Houston plan and used it in Indiana. The SimHouston program turned into a big local scandal, similar to the Oracle scandal in California, with allegations of impropriety in the bidding and award process.

      --
      . 62,400 repetitions make one truth -- Brave New World, Aldous Huxley
    5. Re:Texas ? by grahamdrew · · Score: 3, Funny

      Firearms and ammunition illegal in Texas, tha's a good one....

      --
      // Dumps core here
    6. Re:Texas ? by d474 · · Score: 1

      Oh great! Now India is outsourcing to Texas?

      How much will it cost me to move from Calcutta to Houston?

      --
      Authority questions you. Return the favor.
    7. Re:Texas ? by lefthand50 · · Score: 1

      Built by folks from Houston.
      http://www.simindiana.com/support/Contac tUS.asp

      We welcome your questions and comments about SimIndiana®

      We are located at:
      6510 West Sam Houston Pkwy. N.
      Suite 100
      Houston, Texas 77041

      - An Indiana native in Texas

    8. Re:Texas ? by Scutter · · Score: 1

      We all know not to mess with Texas.

      I messed with Texas once. It went and got all its state buddies (you know, Oklahoma, New Mexico, Canada, etc.) together and came back and beat the hell out of me. Bastard Texas couldn't fight me on its own. I'm just glad Idaho was out of town that day. I've heard it has a set of brass knuckles.

      --

      "Tell me doctor, with all of your defenses, are there any provisions for an attack by killer bees?"
    9. Re:Texas ? by I8TheWorm · · Score: 1

      Are you kidding? Here in Texas, if you don't advertize your knowledge and ownership of firearms, you get sent to Maryland. Also of note, Texas got rid of the open container laws only last year.

      --
      Saying Android is a family of phones is akin to saying Linux is a family of PCs.
  18. Heh! by dannyelfman · · Score: 3, Insightful
    I wonder how long it will take before some enterprising 12 year old figures out how to own this system.

    Was it Regan who said, ``Government does what doesn't need to be done, poorly''?

    1. Re:Heh! by Gramie2 · · Score: 1

      Do you mean Regan, the little girl in The Exorcist? Or do you mean Ronald Reagan, late POTUS?

  19. Might Shut Down by thpdg · · Score: 4, Insightful

    The last bits of the article report that the system is just a 2 year trial, with possible extension. What happens at that time? Your materials will magically disappear? Thousands of warnings get sent out that you miss, and next thing you know, you life's work, written in SimWord, which can only be opened by SimWord, is gone forever? Even if you have the file, you have no license to SimWord to open it? This is like trusting any of the other dot-com gimmicks that came and went in the past 10 years. Where is the mp3.com archive today? What about Hotmail suddenly closing accounts? What if it is a SimIndiana account, and you had all your financial reports on there?
    This is just too freaking dangerous to be more then just a handy accessory, but how many people will take it seriously?

    --

    -Patrick

    "They never stop thinking about new ways to harm our country and our people, and neither do we."

    1. Re:Might Shut Down by Kid+Brother+of+St.+A · · Score: 3, Informative
      They said on the Indianapolis tv news this morning that the service was going to be provided free of charge for the first two years, and then if the state government keeps it, it would be paid for by taxpayer dollars. Here's a link to the story in the Indianapolis Star. Nice quote at the end by a Purdue prof:
      The $6 million cost -- about $1 per Hoosier -- is being footed by SimDesk Technologies, which also has brought the technology to users in Houston and Chicago. The Houston-based firm has several Indiana investors, Davis said, and is partnering with Hewlett-Packard NonStop servers to provide the service. The program will be offered free for two years, Davis said. After that, the state will decide whether to continue it. Kyle Lutes, associate professor of computer science at Purdue University, said he hadn't heard of SimDesk but expressed skepticism at the program. It seems like a good deal, he said, but the company may be using the "crack dealer method of marketing -- give it to 'em free until they're addicted." Plus, he said, many of its features already are available for free online.
    2. Re:Might Shut Down by thpdg · · Score: 1

      I have been to the websites, and have read through various pages. I still stand by what I've said. And my reason is simple. During the dotcom era, I signed up and used service after service that was as well developed as this one. There were voice mail systems, virtual desktops, remote apps, email systems, photo galleries, remote file storage locations.
      It's almost ALL GONE. Missing, gone, kaput. Want the proof? Look here.
      I think it's a great idea, and I've written papers on such location-free computing. Here it is after the boom is over, and I would be concerned, and some people won't know to be.

      --

      -Patrick

      "They never stop thinking about new ways to harm our country and our people, and neither do we."

    3. Re:Might Shut Down by Frank+T.+Lofaro+Jr. · · Score: 1

      Anyone remember Zkey?

      I still have the brochure/hype for it. Makes for fun reading.

      --
      Just because it CAN be done, doesn't mean it should!
  20. I can see it now.... by RegalBegal · · Score: 4, Funny

    Hey there was a glitch in the network thingie and I found these peektures of a hot girl.

    wait a minute, that's....JENNY COME DOWN HERE NOW!!!! AND WHEN DID YOU GET THAT TATTOO?!@?

    --
    "It'll destroy you if you try to make it mean anything to anyone but yourself." - Henry Rollins
    1. Re:I can see it now.... by Yewbert · · Score: 1
      Hey there was a glitch in the network thingie and I found these peektures of a hot girl.

      You don't live in Indiana, right? That'd be pronounced "pitchers" by roughly 75% of the indigenous population. ;^p~~

  21. How is this legal? by robertjw · · Score: 4, Interesting

    I work for a tax software company. Last year the IRS and many state governments were forced to remove their free online tax services because they competed with private tax software providers.

    How is it that the state of Indiana can provide a free product that competes directly with everyone from yahoo mail to wordperfect and get away with it. I'm guessing this site won't be up for long - the courts will shut time down in a hurry.

    1. Re:How is this legal? by tbone1 · · Score: 1
      How is it that the state of Indiana can provide a free product that competes directly with everyone from yahoo mail to wordperfect and get away with it.

      Because our state government is run by thieves. At least, I hope it's thieves. I'd hate to think that they're that incompetent ...

      --

      The Independent: Reverend Spooner Arrested in Friar Tuck Incident - ISIHAC, Historical Headlines
    2. Re:How is this legal? by InnovativeCX · · Score: 1

      I really hate to come off as rude, but if you look a little more closely, you'll notice a few things. First, the product is provided by SimDesk to Indiana residents free for two years. At the end of this period, if the state decides to keep it, it will cost about $1 per resident, paid for presumably by tax dollars. Essentially, the state is not competing with any private companies, at least at this point; rather, a private corporation is offering free access to a product/service for a rather lengthy trial period.

      It seems like a decent deal, really, but the ability to opt out would be nice.

      -Scott

    3. Re:How is this legal? by robertjw · · Score: 1

      Ahh... so this isn't actually provided by the state, just with the state (or at least the Lt. Governor's) blessing. That makes more sense.

      2 years is a lengthy time period. Hope they have some cash reserves to pay for all that bandwidth they are going to burn.

  22. Broadband required? by MacBrave · · Score: 3, Insightful

    From the system requirements:
    "TCP/IP (Internet Connection required for installation); 56 Kbps or higher modem (128 Kbps ISDN or better recommended)."

    Considering most of Indiana is rural and those living in those areas with internet connectiions are still using 56K dial-up, this could be a big stumbling block to geeting SimIndiana off the ground.

    My parents and MIL live in a rural area of Indiana and even though they have 56k modems the phone line quality is so poor that 29.2kbps is the best they can get.

    1. Re:Broadband required? by CoolHnd30 · · Score: 1

      Actually a lot of us in rural Indiana have DSL now, thank you very much :P

    2. Re:Broadband required? by MacBrave · · Score: 1

      I was finally able to get DSL about 8 months ago, and I live in an Indiana town of about 16k.

      I've heard of other rural areas finally getting DSL as well, but the rollout seems to be rather slow. Whereabouts in IN are you?

    3. Re:Broadband required? by TastyWords · · Score: 1

      Dish d/l, copper upload?

  23. What does this buy you? by whoisjoe · · Score: 2, Interesting

    OK, so it would appear that this is really a desktop application which accesses a centralized file store.

    Other than a centralized place for files (which is also available, BTW, from Yahoo!), I fail to see what this buys you over, say OpenOffice.

    With OpenOffice, you don't have to worry about whether or not the state is going to continue to pay for the system after two years, plus it runs on far more platforms than SimIndiana.

    1. Re:What does this buy you? by dave420 · · Score: 1
      With OpenOffice you just have to worry if your files are usable by anyone you send them to.

      OpenOffice doesn't run on "far more" platforms. Windows makes up the vast majority, so adding a tiny bit more to that isn't "far more" than windows, just a "few more". Let's not get overly emotive with our language :)

  24. More TOS goodness by Quixote · · Score: 5, Insightful
    This caught my eye:

    This State of Indiana and STI have a three year contract for STI to provide the Services and Software to city residents; however, the State of Indiana has the right to terminate this contract earlier. Therefore, any data, files or other information You store on an STI server may be deleted if the contract between STI and the State of Indiana is terminated or when it expires, if not sooner. STI cannot guarantee that You will be warned before Your data, files, email, content, or other information is deleted. (emphasis mine)

    Let me get this straight: after they've got the citizens of Indiana using this system for 3 years, they'll be able to blackmail the state from ever terminating the contract. Wow....

  25. Does it include this? by Anti+Frozt · · Score: 2, Insightful
    --
    In C++, friends can touch each others private parts.
  26. You Can Select ANY STATE! by herrvinny · · Score: 1

    Okay, sorry for double posting, but the site seems to have come back up (or perhaps something flaky happened to my net connection, but at the Signup page, you can select any state! I just signed up as an Indiana resident (forged, of course) and then went back and created a new account, and selected Idaho as my home state, and it still accepted my registration!

    My guess is, they're using some template form, and they forgot to take out the state box. Anyone want to double check?

    1. Re:You Can Select ANY STATE! by caswelmo · · Score: 1

      Or they just don't care. Since the software is provided by Indiana it would make sense that they say "Here you go, this is for residents of Indiana". Maybe they're just smart enough to realize that actually requiring Indiana residency is ridiculous. And who cares anyway. Like it's a bad thing for the state that more people see the SimIndiana logo.

    2. Re:You Can Select ANY STATE! by Halfbaked+Plan · · Score: 1

      Or maybe they'll get around to verifying Indiana addresses in a few weeks.

      Hope you out-of-staters aren't storing anything important in thar...

      --
      resigned
  27. SimIndiana requirements by SageMadHatter · · Score: 1

    The software can be downloaded on the SimIndiana site, but requires Windows, and registration on the site, to use it. The program also provides an email address and remote storage on SimIndiana servers.

    Ah, but the real question is must you be in Indiana in order to use it? :)

  28. Or a web browser by TrentL · · Score: 3, Interesting

    I've seen some of the things people are doing with HTML, CSS and JavaScript these days. We aren't that far from having powerful office tools that are used via a web browser. Heck, we may already be there.

    1. Re:Or a web browser by GregChant · · Score: 1

      We use such a system for our company. All of our time tracking is done by an ASP, and our flagship product is another ASP used it several large corporations.

    2. Re:Or a web browser by AKAImBatman · · Score: 1

      I'm still not sure that I want web apps to completely take over the role of most desktop apps. Messing around with a display-document structure is a complex and processor intensive procedure. Suddenly you need the PC equivalent of a super computer just to run your Word Processor.

      Of course, that doesn't mean that I'm against the core idea of document based programming and rendering engines. In many ways, user interfaces are merely an interactive document. Technologies such as XUL and XAWT promise to bring faster development time, network-centric deployment options, and more modular designs. I'm just not sure of who's going to break down the final barriers first.

      I myself spent some time on a project called "Appliweb" which attempted to solve this problem via a combination of XML and Java. Since both are portable across nearly all platforms, it had the potential to break down some of the final barriers. The problem, however, was that the Java GUI libraries simply weren't designed to do what I was trying to do with them. GUIs could be created in an editor quite easily, but complex documents always had "quirks" that would have to be directly adjusted in the XML. It would seem that someone would need to write an entire GUI interface based on proper bean patterns and document structure. To date, I haven't noted anyone who's completely succeeded.

    3. Re:Or a web browser by Anonymous Coward · · Score: 1, Informative

      www.desktop.com (don't bother it's now defunct) tried it, but they were obviously unsuccesful. I knew someone who worked there so I had an account. It was quite limited and slow at the time. It may be somewhat feasible on today's machines, but you'd still have to trust the company to keep your data.

    4. Re:Or a web browser by osssmkatz · · Score: 1

      You will notice that www.flysuite.com--which is not defunct does a mixture of web browser applets and computer applications. You can do either. They also include online storage, which fully integrates with their applications. Also, OEOne.com's OEOne Anywhere provides calendar, e-mail, file storage, and bookmark hosting, which integrates with Mozilla-based browsers as well as being accessible using a standard web interface. Yahoo! Briefcase provides Internet Explorer integration for their Yahoo! Briefcase to their DSL customers (and possibly via their Yahoo! Plus service and Yahoo! Internet Explorer offering). They also used to offer a client for Yahoo! Briefcase similar to X-drive, but I don't know if it still exists. It only supported 95/98 at the time. A lot of services like calendar are expected to integrate with computer applications, and not be strictly web-based. File Management and FTP also strikes me as being this way. If the file storage uses open standards, it can be accessed by any platform (I know Slashdot knows this.. but what protocols do they use?) Perhaps my own Earlham College can look into it? They have a terrific open source-oriented computer science department. It is located in Richmond, IN.

  29. Offtopic? by RegalBegal · · Score: 2, Insightful

    I think the thought of having personal files and access to personal files on a central resource could yeild comical problems such as a father finding his daughter nude from her indiana boyfriend's personal files. No class? maybe. Offtopic? nahh.

    --
    "It'll destroy you if you try to make it mean anything to anyone but yourself." - Henry Rollins
  30. All your files... by Necromancyr · · Score: 1

    All your files are belong to us.

  31. More outsourcing by 14erCleaner · · Score: 3, Funny
    You know, at first read I thought this said "India". Like maybe they were worried about recent reports that the outsourcing trend was slacking off.

    Maybe the state of Indiana wants to get in on the offshore outsourcing business anyway. It wouldn't be the first time somebody confused North America with India.

    --
    Have you read my blog lately?
  32. Re:Will this help Gary, Indiana? by cynic10508 · · Score: 1

    Will this help Gary, Indiana?

    Only if you download SimBulletProofVest.

  33. Can't possibly be any good by pdxmac · · Score: 1

    I see many comments by people worried about the Windows requirement thing, the registration requirement thing, and the losing files thing. Now worries:

    At the bottom of SimIndiana's page is the info that it is powered by SimDesk. Go, there, click on Products, and you'll see this:

    Even though our focus is singular, our products and services are diverse and far-reaching. We help you create, store, and share. We help you reach out to others, and our tools let others reach right back to you.

    We're looking to the future, but we're always grounded in the present. We've found that this position enables us to confront new challenges while we solve current needs.

    Diverse yet far-reaching, highly sophisticated yet decidedly uncomplicated - it's how our products are designed to work for you.


    Nothing with that mealy-mouth description could possibly be any good...

  34. Amish? by CheeseTroll · · Score: 1

    Isn't there a decent-sized Amish community in northern IN?

    Isn't there an even larger population of AARP members?

    And what about those Amish AARP members?

    I think you're okay for a while, bud.

    --
    A post a day keeps productivity at bay.
  35. Seen this Before by techsoldaten · · Score: 5, Informative

    I don't want to rain on anyone's parade, but I have experience with this company and this product and my experience was that they are far from perfect.

    They came into my daughter's school about a year ago promising the same thing - free applications, email and file storage. And the software seemed really nice - there is a word processor, a spreadsheet, an email client, etc.

    But there were also major issues with how the software worked (or, in some cases, didn't work). People had problems installing the software, performance problems after it was installed (the sim software ran as a memory-resident application from that point forward, which was a huge problem for older machines), crashes, and no one seemed to know how to uninstall the software once it was on the machine. Emails were not getting through, people had trouble retrieving files they thought they had saved (or perhaps the files were not being saved at all).

    After a 6 month pilot project we scrapped the program due to complaints from parents. The group participating in the program were some technically savvy parents, most of whom are capable of dealing with routine issues like file management and email. I wonder what will happen when a whoel state comes online and trys to use this stuff.

    M

  36. Requires a Download!!! by d474 · · Score: 1

    The big benefit claim for this program is that you can access it from any computer at any time. HOWEVER, in order to access it, you must download the 17.9MB file first and then install it. How is that going to fly when you are at an internet cafe, or if you are anyone's computer for that matter? Is it legal to download this and install it into a library computer?

    Why didn't they just make this a web based interface? Do they even realise how big the requirements for their system are going to get once the World starts using it?

    It would have been alot cheaper for them just to press 10 million CD's of Linux distributions and send it to all their residents. That way they get free software. I don't know - it sounds too un-thought out....

    --
    Authority questions you. Return the favor.
    1. Re:Requires a Download!!! by C.+Mattix · · Score: 1

      The goal is to have it already downloaded on every library computer. You then just log into the system and have access to your files.

  37. In related news... by Jonboy+X · · Score: 1

    In related news, diligent posters on the notable anti-productivity website Slashdot.org recognized the irony of spending company time screwing around on message boards and reading about "productivity enhancers".

    --

    "In a 32-bit world, you're a 2-bit user. You've got your own newsgroup, alt.total.loser." -Weird Al
  38. Sucks - Page not found on signup by presearch · · Score: 1

    Yeah, real nice stuff.
    I sign up for an account, press submit, and get a "page not found".
    Try again, it says "that account name isn't available at this time".

    The first thing I try, and it breaks. Life's too short to waste time with low quality software.
    Maybe Microsoft users just have a high pain threshold and they'll tolerate crapware.
    Where have all the good developers gone?

  39. Well I guess us Mac users are out of luck by crawdad62 · · Score: 1

    All three of us.

  40. Taxes by kunudo · · Score: 1

    You do pay: Taxes

    If this is what taxes should be used for. well, there might be some different opinions on that...

  41. Heres the EULA by bigkahunafish · · Score: 2, Informative

    ND USER LICENSE AGREEMENT AND TERMS AND CONDITIONS OF USE IMPORTANT: THIS SOFTWARE END USER LICENSE AGREEMENT AND TERMS AND CONDITIONS OF USE ("EULA") IS A LEGAL AGREEMENT BETWEEN YOU (EITHER AN INDIVIDUAL OR AN ENTITY) AND SIMDESK TECHNOLOGIES. READ IT CAREFULLY. IT PROVIDES A LICENSE TO USE AND RESTRICTIONS ON USE OF THE SOFTWARE AND CONTAINS WARRANTY AND LIABILITY DISCLAIMERS. BY CLICKING THE "I ACCEPT" BUTTON AND/OR ACCESSING ANY PART OF THE SIMDESK TECHNOLOGIES SOFTWARE APPLICATIONS OR ACCESSING ANY OTHER SERVICE (COLLECTIVELY THE "SERVICE") YOU REPRESENT THAT YOU ARE EITHER OVER THE AGE OF 18 OR HAVE OBTAINED YOUR PARENT'S CONSENT TO REGISTER FOR THE SERVICE, AND THAT YOU AGREE TO ALL THE TERMS AND CONDITIONS OF THIS EULA. IF YOU DO NOT AGREE TO THESE TERMS, CLICK THE "CANCEL" BUTTON; THE REGISTRATION PROCESS WILL NOT CONTINUE AND YOU WILL HAVE NO AUTHORITY TO USE THE SERVICE. 1. Definitions A. "Simdesk Technologies" means Simdesk Technologies, Inc. and itandicensors, if any. B. "Software" means only the Simdesk Technologies software program(s) and any third party software programs, in each case supplied by Simdesk Technologies online and/or downloadable (as applicable), including applications such as word processing, spreadsheet, personal scheduling, e-mail, and corresponding documentation, associated media, printed materials, and online or electronic documentation, and all updates or upgrades of the above that are provided to you, all under the terms set forth below. C. "Service "means the provision of the Software and your storage of data, files, email or other information on Simdesk Technologies' servers. Such Service and storage are subject to the terms and conditions of this EULA. 2. License Grants A. Simdesk Technologies grants you a non-exclusive, non-transferable, personal, non-sublicensable license ("License") to use the object code version of the Software for installation and use on a single desktop computer that has a Windows PC operating system (desktop PC versions of Windows 98, 2000, NT, ME and XP (Home and Professional)) or a Linux desktop operating system and/or to access Software using a web browser over the internet. A license for the Software may not be shared, installed or used concurrently on different computers. B. You agree that Simdesk technologies may audit your use of the Software for compliance with these terms at any time. In the event that such audit reveals any use of the Software by you other than in full compliance with the terms of this Agreement, you shall reimburse Simdesk technologies for all reasonable expenses related to such audit in addition to any other liabilities you may incur as a result of such non-compliance. 3. License Restrictions A. You may not and you agree you will not make or distribute copies of the Software, or electronically transfer the Software from one computer to another or over a network. B. You may not and you agree you will not alter, merge, modify, adapt or translate the Software, or create derivative works based upon the Software, or decompile, reverse engineer, disassemble, or take any action to derive a source code equivalent of the Software or otherwise reduce the Software to a human-perceivable form. C. You may not and you agree you will not sell, rent, lease, sublicense or commercially exploit any part of the Software or Service. D. You may not and you agree you will not remove or alter any trademark, trade names, product names, logo, copyright or other proprietary notices, legends, symbols or labels in the Software. E. You may not and you agree you will not export the Software into any country prohibited by the United States Export Administration Act and the regulations thereunder. F. You may not and you agree you will not use the Software to develop any software or other technology having the same primary function as the Software, including but not limited to using the Software in any development or test procedure that seeks to develop like software or other technology, or to determine if such softw

    --
    Eat a Chicken, You know you want to.
    1. Re:Heres the EULA by bigkahunafish · · Score: 1
      Guys, I sincerely Apologize for forgetting about the formatting on /.

      I should be beaten.

      :O(

      --
      Eat a Chicken, You know you want to.
  42. Indiana's inefficiency by A_GREER · · Score: 1

    As a life-long Indiana resident, I have seen the stupidity of this state, this is a state that will close a major road by a football stadium for construction a day before the football season starts, this is a state that takes 4 days to fill 2 pot-holes. and the IT, well, if this is run with the same level of inefficiency as public school intranets and WANs , which it will be, then you would have to be a fool to use it, besides private industry already does this much better, it is called GO-TO-MY-PC.

    1. Re:Indiana's inefficiency by tbone1 · · Score: 1
      Yeah, but it still beats DC and Chicago. DC doesn't have infrastructure, and Chicago has construction zones rather than construction.

      Of course, efficiency comparisons to Chicago or DC really means "grading on a curve".

      --

      The Independent: Reverend Spooner Arrested in Friar Tuck Incident - ISIHAC, Historical Headlines
  43. SimHouston by akpoff · · Score: 3, Informative
    We have the same thing in the City of Houston (as mentioned in the article about SimDesk). The city took an interesting route for granting access -- you have to have a library card to get in. All the public library have terminals for easy access as well as the SimHouston site.

    Going the public library route is pretty smart -- a lot of people who can't afford computers were already going to the library for information so this gives them easy access to a personal workspace and productivity tools. It also has the possible added benefit of increasing library use and hence funding. That said, I don't use it and nobody I personally know use it. No doubt because we all have computers at home and the fact the city hasn't done a great job of promoting it.

    Oh yeah, did I mention not wanting to keep all my email, wordprocessing, spreadsheet and contact information on a government server? I like knowing my data is on a computer I control. Before I seriously consider signing-up for any roaming desktop product I want all my data kept in an encrypted data store that I alone have the key for. Requiring a search warrant to access my data is a good procedural requirement but like the lock on my front door I want a physical barrier to keep out the curious and opportunistic.

    1. Re:SimHouston by Frank+T.+Lofaro+Jr. · · Score: 1

      Which explains why the SimIndiana terms of service prohibit activities that are "illegal in Texas". It appears that they didn't even bother to change that when they did a cut-and-paste job to make SimIndiana. :)

      BTW: Indiana is an interesting state to visit.

      --
      Just because it CAN be done, doesn't mean it should!
    2. Re:SimHouston by rsheridan6 · · Score: 1

      SimHouston sucks. Surfing the web feels about like using Netscape circa 1996. Why did the city waste the money on this browser when Mozilla is available for free?

      --
      Don't drop the soap, Tommy!
    3. Re:SimHouston by TastyWords · · Score: 1

      There's another message I posted about this. One of the marks of a good programmer is recognizing when information; e.g., a variable or value will be better used if it's pulled out and scoped as a constant. Then it obviously becomes $x='Houston' to $='Indiana'. I'm not certain why people don't go back and rip out the values which can be consolidated into constants or even semi-constants bacause of the flexibility it adds.

      It doesn't matter whether you code on the fly or "monk style" like I do write everything on hardcopy by hand, mark it up like an author would, rewrite it to incorporate changes, and so on until it's clean. Then that means I only have to key in and be much, much closer to functional code.

      Others find this slow and tedious, but it's how I've done it, whether it's LISP and FORTRAN, which I learned by taking coursework during one of my high school summers at Indiana University - also classes with Douglas Hofstadter (Godel, Escher, Bach) and Paul Erdos when he passed through for a couple of weeks.

      The FORTRAN class made us use punch cards for the sake of nostalgia so to cut down on repunching cards, I did as much deskwork as possible so I only had to punch the bare minimum of cards.

  44. They have it in Java. by Anonymous Coward · · Score: 1, Informative

    They do have a Java version. Indiana requested to test the Windows version out first I think. Read the whitepapers online on www.simdesk.com You'll understand what they have to offer better.

  45. Re:Will this help Gary, Indiana? by sdcharle · · Score: 1

    And don't forget SimGasMask.

  46. Re:Now all they need to do... by symbolic · · Score: 1

    ...is convince the terrorists to use it.

  47. Pretty Slick by InnovativeCX · · Score: 1

    Just trying out the software, it seems to be pretty slick -- just about on par with OpenOffice.org, though a little faster. Complicated Word documents don't open well, but for the basic, simple purposes a person using a free office suite would require, it is really a decent application.

    What I'd really like to see is Open Source groups working with state governments to accomplish the same purpose for free (speech / beer). Many more possibilities are available.

    In any case, I think this is an excellent step forward for the state; though we may not be doing well economically (like most states), it is nice to see advancement in technology. Indiana already offers several other services, such as Access Indiana, something resembling e-government, and a full-text newspaper, magazine, and journal databased called Inspire.

    I wish other states would do the same.

    1. Re:Pretty Slick by TastyWords · · Score: 1

      It's worth the state trying, even if others have tried & failed.

      One of the other things the state does is cams in some of the state parks so you can tell when the trees are going into fall colors. You can look at your favorite places then decide when to go.

  48. Works in latest wine by hattmoward · · Score: 1

    Not too shabby, but I still wonder why they paid to use this software instead of OOo... They are missing out on the other platforms here. BTW, it's written in Visual Basic. Flame on! ;)

  49. What's the real reason here? by superultra · · Score: 1

    This is an unusual thing for government to foot the bill for. Obviously this kind of service is only useful for people who have jobs, and more specifically those who have office jobs with continual access to a PC and the web. Why isn't the Hoosier state government, instead, providing net access and low cost PCs to lower income families who don't have jobs? For the $1 per Hoosier, they could have taken that $6mil total and provided at cost broadband to 200K-300K Hoosiers for educational purposes or job-finding. I live in Indiana, and our state job outlook is not cheery. In fact, jobs keep leaving. So what gives?

  50. n.b. by TastyWords · · Score: 1

    (nota bene, note well)

    I'm booted on an XP-Pro with built-in SP1 partition and one of the spy software packages has just warned me SimIndiana has overwritten critical Windows files (apparently I don't have the software package configured to warn me before rather than after).

    Anyway, I'm in the process of diagnosing what may or may not be problems and how severe they may be.

  51. Re:Will this help Gary, Indiana? by cynic10508 · · Score: 1

    And don't forget SimGasMask.

    Don't know how much that'd help. Judging from the people I know who are from up there, you'll be having SimLungProblems either way.

  52. Re:Encryption and Compression are mutually exclusi by Anonymous Coward · · Score: 1, Insightful

    It's compression and encryption (ie, compression first). The idea of this is precisely the reason you listed, that compression tends to collapse redundancy. Less redundancy makes analysis of an encrypted file more difficult. This is exactly why GPG/PGP by default compresses data before encrypting it.

  53. BOGUS-- Not any computer any time by bratwiz · · Score: 1

    If it requires Microsoft Windows then it isn't really any computer any time is it? Microsoft SUCKS.

  54. For the paranoids by nurb432 · · Score: 1

    From what i understand, your data is encrypted before it hits the servers.. So its really not 'another step'. ( and this is coming from a paranoid :P )

    However it's not really 'free', since its paid for by state tax dollars, but we Hoosiers might as well get some of what our taxes are paying for...

    --
    ---- Booth was a patriot ----
  55. More importantly... by sharkey · · Score: 1

    What's the Watson's Girl's real name, and which birthday were her boobs gifted to her on?

    --

    --
    "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  56. Maybe this explains it... by Almost-Retired · · Score: 1

    The fact that I just took a trip down I64 in Indiana, once each way, made a very strong impression on me.

    1. While the interstate was being repaired here and there, there were places that had they been here in West Virginia, would have been broken out and replaced 2 years ago.

    2. With the rest stops being the exception, I saw no evidence that the State of Indiana owns any right of way mowers, the medians and shoulders of the interstate were as overgrown and wild as they would be if a mower hadn't touched them yet this year.

    3. Finding something fit to eat was quite an effort, there being maybe 1/3rd the number of Burger Kings et all within driving distance of the interstate that one normally expects. I even stopped at a grocery store intending to do my own, but their choices in snacks weren't fit for a diabetic, and the lunch meat products hanging on the back wall of the display cooler were all up to room tempurature if they were above belt buckle height, indicating very poorly maintained coolers that our board of health here in WV wouldn't tolerate for any longer than enough time to walk to the front of the store and nail a closed sign across it.

    Indiana needs to get their taxpayer funded projects operating with a sensible priority, or do like has been proposed for Iowa, build a bridge over it so we can go on by without disturbing the natives. They haven't yet built a bridge over Ohio, so I bypass that traffic hell-hole if at all possible.

    Cheers, Gene

    1. Re:Maybe this explains it... by bullwinkl · · Score: 1

      We let our medians grow so people can see the pretty flowers. And we let our highways fall apart so people can see the pretty potholes. And seriously, who peed in your cheerios this morning?

  57. Thanks for the generalization there chief. by OwP_Fabricated · · Score: 1

    Now, do you have any real information?

  58. Windows Machines and Updates Mandatory by SEWilco · · Score: 1
    So now the state is requiring that people use MS Windows, and they must pay for upgrades.

    They pay for upgrades in two ways:

    • They have to pay the state to create versions of the magical software which work on every new version of Windows, and with new patch versions.
    • To access their own data they have to pay to keep their own machines compatible with a working version of the magical software.
    • Do we count users' expense in updating the magical software?

    Are you also required to remain a resident of Indiana in order to access your data?

  59. Um... by ((starology)) · · Score: 1

    A six million dollar, platform-limited software platform that allows users remote access to software, online storage, and email? Just get a shell account dude.