6939
posted ago by RatioInvictus ago by RatioInvictus +6939 / -0

I knew the moment that I compared voter turnout in CO and found that primary voter turnout from 2016 to 2020 increased by over 140% despite population increasing less than 5% that something was off. Now, I'm digging into all the connections, but it's a lot.

The more I dig, the more shit bothers me.

E.g.

All of these companies' employees, BTW, donate almost exclusively to ActBlue, Biden, Warren, etc, though some hide it (e.g. Monica Childers donated and the FEC log says she said she was unemployed, but her LI profile said she was employed by Democracy Works in that same timeframe).

Anyway, could use some help.

Comments (363)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
364
gnostic357 364 points ago +370 / -6

With a bunch of leftists running everything, it looks like they could easily have a sophisticated vote fraud operation that there would be no reason to suspect because they've mastered it.

But I don't think you could find proof unless you had access to their systems, and even then, they probably cover their tracks. Only an audit that compares electronic records of votes to physical ballots would turn something up, and there's no grounds for that.

So what kind of help do you need?

41
deleted 41 points ago +46 / -5
10
CoderForMAGA 10 points ago +13 / -3

This! Open source software means the original code is published and can be audited by anyone. This should be public domain code, published online, not obfuscated in any way, and there should be some system in place to correct it should anyone discover a flaw. This is usually the nature of open source software.

The counter argument, (that I do not really agree with) is that publishing the code could make it less secure should someone find a flaw and hide it for themselves. Really, if it is public then both the good guys and the bad guys will have the same access, and we can probably trust that there are enough clever good guys who will share any flaws. Keeping it closed source only allows secrets to prevail.

9
Klyuchak 9 points ago +12 / -3

Theoretically it's a sound practice, but in the real world, there are just too many things to account for when you are dealing with the real world. Somthing as simple as social engineering can make somthing that seemed bulletproof in code swing wide open in practice. Even if you could make an "unhackable" software, there will always be some odd angle for an exploit.