Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > sci.physics.relativity > #658004

Re: Too Big To Rig????

From The Starmaker <starmaker@ix.netcom.com>
Newsgroups alt.fan.rush-limbaugh, sci.physics, sci.physics.relativity
Subject Re: Too Big To Rig????
Date 2024-10-14 16:23 -0700
Organization The Starmaker Organization
Message-ID <670DA7E1.4172@ix.netcom.com> (permalink)
References <6709746E.69F4@ix.netcom.com> <67097EEE.3DB4@ix.netcom.com> <67098772.E3E@ix.netcom.com> <670AC9EC.48B1@ix.netcom.com>

Cross-posted to 3 groups.

Show all headers | View raw


Here's how to rig the voting machine
to ensure that Kamala's tally is always ahead by 57 percent:



--------------rig begins here------------------

$("#biden button").on('click', function(){
  let $bidenTally = $("#biden .tally"),
      $trumpTally = $("#trump .tally"),
      bidenTally = parseInt($bidenTally.text()),
      trumpTally = parseInt($trumpTally.text());

  bidenTally++;
  $bidenTally.text(bidenTally);

  // Ensure Trump's tally is always 57% less than Biden's
  trumpTally = Math.floor(bidenTally / 1.57);
  $trumpTally.text(trumpTally);

  return false;
});

$("#trump button").on('click', function(){
  let $trumpTally = $("#trump .tally"),
      $bidenTally = $("#biden .tally"),
      trumpTally = parseInt($trumpTally.text()),
      bidenTally = parseInt($bidenTally.text());

  trumpTally++;
  $trumpTally.text(trumpTally);

  // Ensure Kamala's tally is always 57% more than Trump's
  bidenTally = Math.ceil(trumpTally * 1.57);
  $bidenTally.text(bidenTally);

  return false;
});


----------------ends here--------------------------

https://codepen.io/rdetert/pen/KKMEbOZ




it's not too big to rig.







The Starmaker wrote:
> 
> Too Big To Rig????  wat does dat mean?
> 
> I mean,
> if i press the Trump vote a hundred million times..
> the other guy still wins!
> 
> a rigged Dominion Voting Machine:
> https://codepen.io/rdetert/pen/KKMEbOZ
> 
> How is dat Too Big To Rig????
> 
> Maybe, it just means that Big rhymies with Rig.
> 
> The Starmaker wrote:
> >
> > The Starmaker wrote:
> > >
> > > Oh, here is the 'source code' and Dominion Voting Machine up and ready
> > > out of the box!
> > >
> > > https://codepen.io/rdetert/pen/KKMEbOZ
> >
> > If you press only the Trump button over and over, the opposing party
> > still wins.
> >
> > --
> > The Starmaker -- To question the unquestionable, ask the unaskable,
> > to think the unthinkable, mention the unmentionable, say the unsayable,
> > and challenge the unchallengeable.
> 
> --
> The Starmaker -- To question the unquestionable, ask the unaskable,
> to think the unthinkable, mention the unmentionable, say the unsayable,
> and challenge the unchallengeable.

-- 
The Starmaker -- To question the unquestionable, ask the unaskable,
to think the unthinkable, mention the unmentionable, say the unsayable, 
and challenge the unchallengeable.

Back to sci.physics.relativity | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

How To Rig a Dominion Voting Machine The Starmaker <starmaker@ix.netcom.com> - 2024-10-11 11:54 -0700
  Re: How To Rig a Dominion Voting Machine The Starmaker <starmaker@ix.netcom.com> - 2024-10-11 12:39 -0700
    Re: How To Rig a Dominion Voting Machine The Starmaker <starmaker@ix.netcom.com> - 2024-10-11 13:15 -0700
      Too Big To Rig???? The Starmaker <starmaker@ix.netcom.com> - 2024-10-12 12:11 -0700
        Re: Too Big To Rig???? The Starmaker <starmaker@ix.netcom.com> - 2024-10-14 16:23 -0700
          Re: Too Big To Rig???? The Starmaker <starmaker@ix.netcom.com> - 2024-10-15 10:17 -0700
            Re: Too Big To Rig???? The Starmaker <starmaker@ix.netcom.com> - 2024-10-15 10:34 -0700
              Re: Too Big To Rig???? The Starmaker <starmaker@ix.netcom.com> - 2024-10-17 18:13 -0700
                Re: Too Big To Rig???? % <pursent100@gmail.com> - 2024-10-17 19:53 -0700
                Re: Too Big To Rig???? The Starmaker <starmaker@ix.netcom.com> - 2024-10-17 21:43 -0700
                Re: Too Big To Rig???? The Starmaker <starmaker@ix.netcom.com> - 2024-10-19 10:06 -0700
                Re: Too Big To Rig???? Gronk <invalide@invalid.invalid> - 2024-10-19 23:43 -0600
  Re: How To Rig a Dominion Voting Machine The Starmaker <starmaker@ix.netcom.com> - 2024-10-11 15:21 -0700
    Re: How To Rig a Dominion Voting Machine The Starmaker <starmaker@ix.netcom.com> - 2024-10-11 22:21 -0700
      Re: How To Rig a Dominion Voting Machine The Starmaker <starmaker@ix.netcom.com> - 2024-10-11 22:43 -0700
        Re: How To Rig a Dominion Voting Machine The Starmaker <starmaker@ix.netcom.com> - 2024-10-12 12:45 -0700
          Re: How To Rig a Dominion Voting Machine Thomas Heger <ttt_heg@web.de> - 2024-10-13 09:08 +0200
            Re: How To Rig a Dominion Voting Machine The Starmaker <starmaker@ix.netcom.com> - 2024-10-13 13:53 -0700
            Re: How To Rig a Dominion Voting Machine Governor Swill <governor.swill@gmail.com> - 2024-10-14 12:35 -0400
              Re: How To Rig a Dominion Voting Machine Thomas Heger <ttt_heg@web.de> - 2024-10-16 07:38 +0200
                Re: How To Rig a Dominion Voting Machine Governor Swill <governor.swill@gmail.com> - 2024-10-16 19:09 -0400
        Re: How To Rig a Dominion Voting Machine The Starmaker <starmaker@ix.netcom.com> - 2024-10-13 14:19 -0700
          Re: How To Rig a Dominion Voting Machine The Starmaker <starmaker@ix.netcom.com> - 2024-10-19 10:02 -0700
            Re: How To Rig a Dominion Voting Machine Gronk <invalide@invalid.invalid> - 2024-10-19 23:48 -0600
  Re: How To Rig a Dominion Voting Machine x <x@x.org> - 2024-10-15 02:26 -0700

csiph-web