Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: The Starmaker Newsgroups: alt.fan.rush-limbaugh,sci.physics,sci.physics.relativity Subject: Re: Too Big To Rig???? Date: Mon, 14 Oct 2024 16:23:13 -0700 Organization: The Starmaker Organization Lines: 96 Message-ID: <670DA7E1.4172@ix.netcom.com> References: <6709746E.69F4@ix.netcom.com> <67097EEE.3DB4@ix.netcom.com> <67098772.E3E@ix.netcom.com> <670AC9EC.48B1@ix.netcom.com> Reply-To: starmaker@ix.netcom.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Date: Tue, 15 Oct 2024 01:22:59 +0200 (CEST) Injection-Info: dont-email.me; posting-host="7268b94778cecc43a8fdb8a35f7cf345"; logging-data="1453368"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX197jwQRk9Al229ryMWtBscr7VCSEycmXoE=" Cancel-Lock: sha1:EtytOKxz6nAqYzdjBcNULKoBeJI= X-Antivirus-Status: Clean X-Mailer: Mozilla 3.04Gold (WinNT; U) X-Antivirus: Avast (VPS 241014-4, 10/14/2024), Outbound message Xref: csiph.com alt.fan.rush-limbaugh:2850058 sci.physics:889630 sci.physics.relativity:658004 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.