Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Dead Counts as Disability? (Score 1) 147

Any attempt at making voting more accessible should not make the election process easier to tamper with.

For example, have a machine print a voted ballot, and the human-readable parts of that ballot are what are counted.

Imagine a virus that manipulated databases, but only took effect on election day. That would certainly effect systems where the votes are only stored as digital data.

Comment Re:The Little Guy (Score 1) 413

You can't use just the 5-digit zip code, the full Zip+4 has to be used. For example, the Oklahoma tax calculator needs the Zip+4. http://oktax.csa.ou.edu/Rate_Locator/index.jsf

For example, the zip code I live in, 80234, covers more than one county (Adams, and Broomfield), and about 7 different cities.

http://www.zipareacode.net/zip-code-80234.htm

Comment 13-Month Perpetual Calendar Better? (Score 1) 725

I always liked the New Earth Calendar: 13 identical months that start on the same day of week, Monday, and have the same number of days, and are all 4 weeks long. (With a leap week to keep days and dates synchronized)

The calendar in this article still has months that vary, start on different days, and really isn't significantly better than what we have now.

Comment Re:Not a good start (Score 1) 112

No, I don't think that this limitation is about that, but more about an app app that has multiple launchers.

You can register an "intent" as a , which is an activity that is started from the Android launcher. And it seems more reasonable to have a restriction of only one of these.

So, no "Game" and "Settings" icons in the launcher.

Comment Yell "Format C ... Yes, Yes, Yes" at work... (Score 1) 395

Only if the voice input was limited enough, like text input, which we have had for 10+ years, really. I can remember running a Speech to Text program on my 486 that would try to read what I was saying and turn that into a text document.

Google Voice does the same thing for voice mail.

Both suffer from a huge problem: accuracy. A conversation with a human doesn't need every word to be perfectly accurate, but something more than a text message is going to fail if some part of the vocal command is incorrect.

"Did you mean 'Delete *.txt' or 'Delete startdottxt' or 'Delete start.txt'?"

Comment Re:Wow, who wrote this summary? (Score 1) 554

So Arizona, Hawaii or any of the states in Pacific time aren't states?

Arizona actually uses 2 time zones: the Indian Reservation in the northeast corner uses DST while the rest of the state doesn't, so some of the year it is one time zone, and then it isn't. Other states are split, so it is definitely not true that every state only has one time zone.

Comment Re:Please take responsibility for your life. (Score 5, Insightful) 599

their manufacturers don't tend to advertise their capabilities as "may be wrong"

All of the Garmin Nuvi GPS units I have had have a warning screen that shows every single time that it is turned on saying this.

This probably is more a feature of people liking to be getting orders, even when those orders are wrong.

Not to say that I am immune. I have found my self going down roads where if my GPS quit I would only have a vague idea of how to get home from that location.

Comment Re:Tomcat is as rock solid as it gets (Score 1) 103

What you should do is have a background worker thread, with the user making requests that the background processes, so that the interface and the heavy report creation is done in different threads/processes. Then send the user immedately to a page where they can check the status, and download the result when it is done. Since you are talking more than a minute, a browser waiting isn't a good way to do this.

(Basically, this would be like BeOS worked, with the interface in a separate thread from the application itself.)

Comment Re:And that's why US law is different. (Score 0) 121

This is a work-related system, so possibly they have a signed contract between the employee and the police, which would be dealt with in the same way in the US.

Contracts that aren't signed are one thing, but if both parties have signed it, then it is a "Breach of contract", and definitely a crime in the US.

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (5) All right, who's the wiseguy who stuck this trigraph stuff in here?

Working...