Slashdot Mirror


User: TheSpoom

TheSpoom's activity in the archive.

Stories
0
Comments
3,645
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,645

  1. Re:You must mean on Physicists Discover "Doubly Strange" Particle · · Score: 1

    Cap'n, I cannae give ye any more technobabble, we're fresh out!

  2. Re:I've had on User Charged With Taking ISP Tech Hostage · · Score: 1

    So why are you still using them?

  3. Re:Great License Agreement on Reading Google Chrome's Fine Print · · Score: 1

    Technically if you saw the EULA or it in any way informed you of it, you're legally bound to it, since it includes an "effective on first use of Services" clause.

  4. Re:Misread much? on Reading Google Chrome's Fine Print · · Score: 1

    No. You don't understand that this is a contract and as such, is subject to the definitions placed in the contract. IANAL, but I'm pretty sure I could define "Fuzzy Bunny" in the definitions section and use it throughout and it would be as legally binding, which is to say, very.

    I didn't think this is what they meant in the EULA either but I just read it through, and this is clearly what they meant.

    Anything you post, and arguably, anything you see that you own the copyright for, in Chrome, is irrevocably licensed to Google, and they could sell licenses to their own version of it, or give it away, or modify it, or...

  5. Re:Likewise... on Pitfalls of Automated Bill Payment · · Score: 1

    Fair enough, and that's your choice. I simply like having the fine control over my money that paying individual bills gives me.

  6. Re:Um, or... on Laboring Longer a Growing Trend For Americans · · Score: 2, Interesting

    You're wrong about immigration... people still come here in droves. The only unwelcomed ones are the ones that come here illegally, and that's always been the case and it's always been quite clear.

    As someone who crosses the US - Canada land border regularly, I have to say that you don't know how frustrating USCBP border officers can be. They have way too much power to individually decide your fate. I know this because even as a visitor, there seems to be one officer at this specific crossing that puts me through more scrutiny than other officers, and has twice rejected me as a visa-waiver visitor for "not having enough ties to Canada" and, well, money on me, even though I was taking a flight from Detroit airport with a return ticket.

    I now have to make sure to take at least $200 per week of visiting in cash and a few bills with me showing that I live here in Ontario because there seems to be a flag on my passport.

    Yes, people might still come to the US in droves, but don't underestimate the effort that the US government, actively or passively, is putting into making it the most annoying process anyone's ever had to go through. As (I assume) a citizen, you wouldn't really experience what it's like to try to enter as an alien. It's a whole new ballgame.

  7. Re:Not only that but on CC Companies Scotch Mythbusters Show On RFID Security · · Score: 1

    I love P&T's Bullshit. It's awesome.

  8. Re:You have alot of faith in judges. on CC Companies Scotch Mythbusters Show On RFID Security · · Score: 1

    I think enough money by CC lawyers would confound them and justice would not be served.

    There, fixed that for you.

  9. Re:Likewise... on Pitfalls of Automated Bill Payment · · Score: 1

    Same deal. I never give a company access to withdraw anything from my bank account; that just seems dangerous...

    "Oh, yes sir, we'll just take those $200 of long distance fees you didn't know you had from you right now!"

    Push, not pull.

  10. Re:Effects of Cannabis on WCG Tournament Director Admits Drugs In E-Sports · · Score: 5, Funny

    Next article: Stoners call foul when competitor brings twenty large pepperonis to competition.

    Said one: Dude, not cool.

  11. Re:The circumstances? on Diebold Admits Ohio Machines May Lose Votes · · Score: 1

    See, you're not stating that it's a false dichotomy there though, you're just disagreeing with it.

    And for what it's worth, I'll vote for that third party that agrees with my views every time.

  12. Re:"...rather than doing something to prevent it." on id CEO Claims PC Hardware Manufacturers Love Piracy · · Score: 1

    Exactly what I was going to ask. Hollenshead just wants them to do his job for him, for free.

  13. Re:The Next Step on Guitar Hero World Tour Music Creation Demonstration · · Score: 1

    You beat me to it. I really, really want to play that game (and learn to play guitar).

  14. Re:Certain Circumstances on Diebold Admits Ohio Machines May Lose Votes · · Score: 1

    Wait, without shenanigans? Like, you're suggesting that someone didn't double click a file with no security and change a number? Because that's all it takes to rig an election on a Diebold et al machine...

  15. Re:INSERT? on Diebold Admits Ohio Machines May Lose Votes · · Score: 1

    You're not avoiding the race condition in this case, and you have to worry about multi-user file writes as well; problems which RDBMSes have solved ages ago.

    That's why. Also, as I said above, it keeps the relationality required to audit the correct working of the system; that one vote is given to one unique serial number representing a voter (with the actual voter information removed for privacy reasons).

  16. Re:LEAKED: Source code of innocent bug on Diebold Admits Ohio Machines May Lose Votes · · Score: 1

    You win one (1) internet for best pun I've heard in a long time.

  17. Re:why do these machines remain certified? on Diebold Admits Ohio Machines May Lose Votes · · Score: 1

    Good thing I'm Canadian. :^)

  18. Re:The circumstances? on Diebold Admits Ohio Machines May Lose Votes · · Score: 1

    My sig doesn't suggest that those are the only two options and hence is not a false dichotomy.

  19. Re:Happend in NM and NV on Diebold Admits Ohio Machines May Lose Votes · · Score: 2, Informative

    Sequoia's data base upload software used microsfoft access

    And the repercussions of this decision could be predicted by anyone with a tiny bit of IT knowledge.

  20. Re:*Details* of the flaw? on Diebold Admits Ohio Machines May Lose Votes · · Score: 1

    And this is the whole point about having open source voting systems. How are you, as a concerned voter, going to verify that the Diebold system works as advertised? As it is now, you have to blindly accept their word that it's only a small bug and that they'll fix it before the election.

    If it was open, you (or at least, many more knowledgeable programmers) would be able to look at the code and verify (and fix!) the bug way prior to the election, and others would peer-review the fix to ensure it doesn't cause other issues, and so on.

    Think of open source as an extension of the academic system of scientific verification of published papers to software. When the system is open, we do not have to exclusively refer to one individual entity for information; we can be much more sure that they're not just selling us snake oil.

  21. Re:Ohio is the next Florida? on Diebold Admits Ohio Machines May Lose Votes · · Score: 1

    I'd say Alaska but I'd worry what the Florida temperatures would do to the icecaps.

  22. Re:why do these machines remain certified? on Diebold Admits Ohio Machines May Lose Votes · · Score: 1

    Indeed, and like I said below, a first year student with a basic knowledge of database design would know this. Keeping tallies is not something that should be done in a database for a variety of reasons unless very carefully thought out.

    Besides, to keep relational integrity, we'd need the additional information that came with each vote, linking to some sort of unique identifier (that was still anonymous for security reasons), in order to make sure that the system wasn't counting, say, votes from dead people etc.

  23. Re:It boggles the mind. on Diebold Admits Ohio Machines May Lose Votes · · Score: 1

    While I realize there are issues with printing verifiable ballots and having the code be easily audited and such, I could easily make a voting system in a few hundred lines of PHP code that wouldn't drop votes (that's what SQL transactions are for).

    I just don't get it. It's so easy. A first year student with a basic knowledge of database design could do the same.

    It boggles the mind.

  24. Re:Ohio requires partisan poll workers on Diebold Admits Ohio Machines May Lose Votes · · Score: 1

    But are you really going to say that being a Democrat or a Republican is a qualification necessary to being a trustworthy poll worker?

  25. Re:Open Voting on Diebold Admits Ohio Machines May Lose Votes · · Score: 2, Insightful

    I don't think this "shows limits to open source". It shows that something might have gone wrong with this specific project (though the post below yours makes me believe even that might not be true).

    You can't take one specific thing and generalize it; things don't work like that.