Click here to Skip to main content
15,902,492 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
JokeRe: Dominion Voting Systems Pin
PIEBALDconsult17-Nov-20 7:06
mvePIEBALDconsult17-Nov-20 7:06 
GeneralRe: Dominion Voting Systems Pin
Dave Kreskowiak17-Nov-20 8:34
mveDave Kreskowiak17-Nov-20 8:34 
GeneralRe: Dominion Voting Systems Pin
Sander Rossel17-Nov-20 9:13
professionalSander Rossel17-Nov-20 9:13 
GeneralRe: Dominion Voting Systems Pin
jeron117-Nov-20 9:28
jeron117-Nov-20 9:28 
GeneralRe: Dominion Voting Systems Pin
Richard Andrew x6417-Nov-20 13:07
professionalRichard Andrew x6417-Nov-20 13:07 
GeneralRe: Dominion Voting Systems Pin
Chris Maunder17-Nov-20 13:58
cofounderChris Maunder17-Nov-20 13:58 
GeneralRe: Dominion Voting Systems Pin
Stephen Gonzalez17-Nov-20 15:51
Stephen Gonzalez17-Nov-20 15:51 
RantRe: Dominion Voting Systems PinPopular
r_hyde17-Nov-20 17:50
r_hyde17-Nov-20 17:50 
I'm not taken aback at all, in fact I'll go as far as to say that it might be the best way to design such a system!

The idea that Dominion stores vote counts in a floating-point format seems to come from a NIST publication[^] describing a reporting standard. I don't think it's been proven that the Dominion software uses the described format, though I would not find it at all surprising if it did. This is an open standard, the creation of which involved the expertise of very smart, thoughtful, and experienced people, probably with strong knowledge of the problem domain. They are named as authors, if you question their work you may look them up and contact them to find out for yourself what their motivations were.

The standard specifies that aggregate vote counts are reported as double-precision floating-point numbers, which it says "can include a f[r]actional component in special cases" (though the nature of such special cases is not described). How individual votes are stored in the machines is not specified (as this is intended as a generalized rather than machine-specific standard), the document only addresses how counts are aggregated for the purpose of reporting. Even if individual votes were recorded by a voting machine as a floating-point whole number (again, a fact which is not in evidence), it would require astronomically more addition operations than there are voters (let alone people) in the U.S. in order to reach a rounding error of even a single vote.

In short, you can't possibly be certain that there's a problem here, but even your worst case scenario would result in effectively zero inaccuracy in the reported counts from the various Dominion systems in use.
GeneralRe: Dominion Voting Systems Pin
James Curran18-Nov-20 12:45
James Curran18-Nov-20 12:45 
GeneralRe: Dominion Voting Systems Pin
Bruce Patin19-Nov-20 5:24
Bruce Patin19-Nov-20 5:24 
GeneralRe: Dominion Voting Systems Pin
englebart19-Nov-20 6:12
professionalenglebart19-Nov-20 6:12 
RantC# 9 Code Generators Pin
Super Lloyd17-Nov-20 0:24
Super Lloyd17-Nov-20 0:24 
GeneralRe: C# 9 Code Generators Pin
RickZeeland17-Nov-20 1:04
mveRickZeeland17-Nov-20 1:04 
GeneralRe: C# 9 Code Generators Pin
Super Lloyd17-Nov-20 1:09
Super Lloyd17-Nov-20 1:09 
GeneralRe: C# 9 Code Generators Pin
RickZeeland17-Nov-20 1:24
mveRickZeeland17-Nov-20 1:24 
GeneralRe: C# 9 Code Generators Pin
Jörgen Andersson17-Nov-20 1:14
professionalJörgen Andersson17-Nov-20 1:14 
GeneralRe: C# 9 Code Generators Pin
Super Lloyd17-Nov-20 1:19
Super Lloyd17-Nov-20 1:19 
GeneralRe: C# 9 Code Generators PinPopular
honey the codewitch17-Nov-20 2:31
mvahoney the codewitch17-Nov-20 2:31 
GeneralRe: C# 9 Code Generators Pin
#realJSOP17-Nov-20 3:08
professional#realJSOP17-Nov-20 3:08 
GeneralRe: C# 9 Code Generators Pin
honey the codewitch17-Nov-20 3:14
mvahoney the codewitch17-Nov-20 3:14 
GeneralRe: C# 9 Code Generators Pin
Jörgen Andersson17-Nov-20 3:59
professionalJörgen Andersson17-Nov-20 3:59 
GeneralRe: C# 9 Code Generators Pin
Slacker00717-Nov-20 10:09
professionalSlacker00717-Nov-20 10:09 
GeneralRe: C# 9 Code Generators Pin
Nelek18-Nov-20 0:44
protectorNelek18-Nov-20 0:44 
GeneralRe: C# 9 Code Generators Pin
Slacker00718-Nov-20 2:21
professionalSlacker00718-Nov-20 2:21 
GeneralRe: C# 9 Code Generators Pin
Nelek18-Nov-20 3:13
protectorNelek18-Nov-20 3:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.