What's new
  • Forums will go offline Wednesday Dec 4th at 10AM CST for updates. It's a big update, so the site may be offline for a few hours.

Fresh thread on Election Fraud and Legal action

or being lazy.
I'm lazy as fuck, I ask lefties stupid questions all the time fully expecting to get poor answers

sometimes I'm surprised by the depth of thought put into it, but most of the time it is just a game of associations backed up by insults
 
I'm actually really curious how people still believe the 2020 election was rigged when every investigation, all 63 of Trump's law suits, the Arizona audit, the investigation in Wisconsin, and probably others, all of which were run by Republicans, ALL FAILED to find anything. Am i missing something? Trump had at least 4 months when he was leader of the federal government to turn up something.....anything! and he couldn't produce any real evidence. The "voter fraud" I've seen has been like one or two votes.

All the republican candidates I have seen repeat the same shit about fraud, butt has anyone actually found real hard evidence of widespread voter fraud?
Has anyone called you a **** yet?

If not. Shut up ****.
 
Major MSM propaganda hit piece, but what they are saying is voting machines can be tampered with by any random person with a thumb drive, after telling us for two years elections are safe and secure. Then they blame Trump voters and "conspiracy theorists" for the breach.

 
"Dominion said in a statement released Monday that the error was caused when officials did not update the programming, emphasizing that the error was caught in the post-election canvass process.“

hmmmm.... that's basically admitting that it's error prone....
 
This is still going on?
Yep. Dominion got their lawyers out and worked hard to keep this evidence either out of the courtrooms or "sealed" all across the country. For those that are saying "where's the evidence": it's buried in the legal system like this report was. And anyone that has been involved in a legal case knows that our legal system moves at a snail's pace.

By the time the election is proven stolen in court, the next President (whoever it is) will already be in power, and Hitlary will probably be too old to even get in front of a camera to say, "what difference, at this point, does it make?".
 
That article says it was published in January 2021?
I just saw that too. It came across in one of my social media feeds today, there was a longer description/comment that went along with the link which made it sound like something more recent is happening with the report. I'll see if I can find the social media post.

Edit: found it; it was just an acquaintance bringing up the old article and asking why nothing was done about this and that by all appearances Dominion machines will still be used, despite this known "flaw" across the country. The way it was worded made it seem like the article was more recent. But the point she was making is still legitimate: the Dominion machines have been proven to be "errant" (yet somehow always from R to D), yet they are still going to be used all across the country in the upcoming election.

As a software engineer, without having seen the code of these machines, I say that it is complete and utter B.S. that a "bug" can flip votes from R to D. It is the most basic program a developer could write beyond "hello world": keep track of several different counts. In fact, I threw together the below in about 15 minutes:

C#:
    public class ElectionRace
    {
        private List<Vote> _votes = new();
        private Dictionary<Guid, int> _counts = new();
        private Dictionary<Guid, List<Vote>> _candidateVotes = new();
        private List<Candidate> _candidates;

        public ElectionRace(List<Candidate> candidates)
        {
            _candidates = candidates;
            _candidates.ForEach(InitCandidate);
        }

        private void InitCandidate(Candidate candidate)
        {
            _candidateVotes.Add(candidate.Id, new List<Vote>());
            _counts.Add(candidate.Id, 0);
        }

        public void CountVote(Vote vote)
        {
            // Audit table records every vote.
            _votes.Add(vote);

            var candidate = FindCandidate(vote.CandidateId);
            if (candidate == null || candidate.IsWriteIn)
            {
                // Either the candidate wasn't found or is a write-in, requires manual review
                vote.ManualReview = true;
                return;
            }

            // Audit table records each vote for a candidate
            _candidateVotes[candidate.Id].Add(vote);

            // Increment the count for the candidate.
            _counts[candidate.Id]++;

        }

        private Candidate FindCandidate(Guid candidateId)
        {
            try
            {
                return _candidates.Where(c => c.Id == candidateId).SingleOrDefault(); //If more than 1 found then an exception would occur here
            }
            catch (Exception ex)
            {
                //_logger.Log(ex)
                return null;
            }
        }
    }

    public class Candidate
    {
        public Guid Id { get; set; }
        public string Name { get; set; }
        public bool IsWriteIn { get; set; }
    }

    public class Vote
    {
        public Guid CandidateId { get; set; }
        public bool ManualReview { get; set; }
    }

Flipping a certain number of votes, would require adding code to the above to make the vote flip.
 
Last edited:
Wasnt dominion suing a bunch of people for saying that their systems were flawed and allowed for cheating? I wonder what happened to those law suits.
 
I called my local rep today. He still has a standing lawsuit with Pennsylvania concerning the free for all mail-in ballot voting.

I can’t believe these trespasses against us are allowed to carry on.
 
I just saw that too. It came across in one of my social media feeds today, there was a longer description/comment that went along with the link which made it sound like something more recent is happening with the report. I'll see if I can find the social media post.

Edit: found it; it was just an acquaintance bringing up the old article and asking why nothing was done about this and that by all appearances Dominion machines will still be used, despite this known "flaw" across the country. The way it was worded made it seem like the article was more recent. But the point she was making is still legitimate: the Dominion machines have been proven to be "errant" (yet somehow always from R to D), yet they are still going to be used all across the country in the upcoming election.

As a software engineer, without having seen the code of these machines, I say that it is complete and utter B.S. that a "bug" can flip votes from R to D. It is the most basic program a developer could write beyond "hello world": keep track of several different counts. In fact, I threw together the below in about 15 minutes:


Flipping a certain number of votes, would require adding code to the above to make the vote flip.
Not to mention int vs float values. There is no reason to have float with a 1:1 vote value.
 
Kari Lake CPAC Speech. I love the condescending voice of the what looks like a female announcer for Forbes

 
Well not really since they just feed rigged ballots into the machines too
They're doing both. The machines were designed to "flip" a certain number of votes from R to D; this is how they cheated for Obama and Hitlary, but as they found in 2016, it wasn't enough. Since they were already flipping as many votes as they thought they could get away with and since 10 million real voters had "walked away" from the Democrat party, they needed a way of generating an additional 27 million votes. Enter Covid and mail in ballots, which still wasn't enough, so they improvised at the last minute with the 3am ballot drop.

This, of course, made their cheating blatantly obvious, but the corrupt.gov doesn't care it's called The Establishment for a reason. And that reason is that they already control so much of the gov and media that they could make the story disappear and use social media to shut down anyone that spoke out about the election being rigged.

Oh, and, BTW, if you did speak out against the election on Facebook, you've been "turned over" to the FBI:

The Facebook users whose private communications Facebook had red-flagged as domestic terrorism for the FBI were all “conservative right-wing individuals.”

“They were gun-toting, red-blooded Americans [who were] angry after the election and shooting off their mouths and talking about staging protests. There was nothing criminal, nothing about violence or massacring or assassinating anyone.

“As soon as a subpoena was requested, within an hour, Facebook sent back gigabytes of data and photos. It was ready to go. They were just waiting for that legal process so they could send it.”
 
Also the Jan. 6th hoax served the function of making any discussion of election fraud a taboo topic. You don't want to be lumped in with the "terrorists that perpetrated an attack on par with 9/11", do you?
 
Top Back Refresh