Earlier quoted context omitted.
We're getting off topic, but you do know that it's perfectly possible to write decent Java or C# without it being "enterprise", right? (whatever that means) I'm starting to get sick of this "ruby/python/nodejs = cool, java/.net = slow bloated enterprise crap for men with suits" attitude that keeps reappearing here on HN. Whether your work environment is cool, whether your code is decent and snappy, all that has very…
Java Enterprise Edition is the name of an Oracle product. http://www.oracle.com/technetwork/java/javaee/overview/index... It's "enterprise" literally by definition.
Estonian E-Voting Source Code Made Public
81–90 of 144 posts
Re: Estonian E-Voting Source Code Made Public
#82Re: Estonian E-Voting Source Code Made Public
#83Earlier quoted context omitted.
(1) Even the simplest paper ballots are already counted by computer (central tabulators). Central tabulators that run on insecure computers and do all of their math using the most rudimentary microsoft access databases (no password protection, little user control, remote access via dial-up modem). (2) Slot machines are already protecting millions upon millions of dollars from countless people who would love to be abl…
> (2) Slot machines are already protecting millions upon millions of dollars from countless people who would love to be able to modify those machines' behavior. There difference is motivation. If a slot machine pays out too much, the company that makes them won't get any more business. If a voting machine favours certain candidates, those candidates benefit from letting that continue (if they weren't instigating it t…
Re: Estonian E-Voting Source Code Made Public
#84Re: Estonian E-Voting Source Code Made Public
#85Earlier quoted context omitted.
These are examples of Voting Fraud. https://en.wikipedia.org/wiki/Vote_selling Secret ballots make it easier to pull off.
Secret ballots make it easier to pull off. How so?
An open ballot could have prevented this.
Re: Estonian E-Voting Source Code Made Public
#86Earlier quoted context omitted.
Vote selling is a form of Voting Fraud. https://en.wikipedia.org/wiki/Vote_selling Secret ballots make it even easier to pull off.
Huh? Selling your vote is extremely difficult with a closed ballot and extremely easy with an open ballot. Do you mean that the vote selling is offset by ending other forms of voting fraud? Other forms of voting fraud are incredibly rare.
Re: Estonian E-Voting Source Code Made Public
#87Earlier quoted context omitted.
Java Enterprise Edition is the name of an Oracle product. http://www.oracle.com/technetwork/java/javaee/overview/index... It's "enterprise" literally by definition.
Indeed, and so it's uncool and crappier than Python? How is that related? The OP clearly used the term "enterprise" with a negative connotation. I doubt he was referring to a brand name.
Apart from that, I agree with you.
Re: Estonian E-Voting Source Code Made Public
#88Earlier quoted context omitted.
Secret ballots make it easier to pull off. How so?
In 2000, there was a voting scandal regarding the presidential election in the USA. It involved allegations of votes being paid for, to secure a victory for Bush in Florida, among other states. An open ballot could have prevented this.
Re: Estonian E-Voting Source Code Made Public
#89Earlier quoted context omitted.
Once there is an easy online system in place then alternatives to an all or nothing vote could be established. For example, you may vote for a representative every X years and this representative would vote for you when you opted not to. Over the course of X years there are hundreds of votes, but you are passionate about 20 of them. You could directly cast a vote on those 20 issues, but your representative would cast…
What happens when there's a big decision that heavily affects media interests? They start using their sway on public opinion to make the decision important, and a disproportionate number of people become "passionate" about an issue they don't really know more than they were fed. There are probably other problems, but I don't think this one is small.
Re: Estonian E-Voting Source Code Made Public
#90Earlier quoted context omitted.
The "Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License" is an "open source" license. The source code itself is "open" and can be redistributed for free (beer not speech). But it is disappointing that they have opted to prohibit derivatives, and it makes their posting of the code to GitHub an interesting choice.
A pull request would technically be violating the license, no?