I wish that some information about this clip had been provided (by Wall Street Apes, or by whoever THEY got it from).
When was this testimony given? Where? etc. Did anything happen as a result of this testimony? The clip would be more useful as red-pill material if it were fully identified.
BTW I know someone that worked for a company that was trying to sell election machines to NYC back when Giuliani was mayor (in the 90's) Yes back then. When they started to explain exactly how to switch the votes (ie cheat) Giuliani's team told them that if it is possible to rig the vote then we can't use them. So his company never managed to sell them to NYC.
Apparently "we have it all" but yeah, I hope we do too. The fact that a Republican is the topic of this testimony should (ha, should) be a nice red pill for Democrats to finally acknowledge that rigged elections are in fact a thing. Thanks for posting this video. Lots of tin-foil hats just got justified (not that all the other evidence of election fraud didn't do it, but that 51-49 number - all elections that ended that way should be looked at with a magnifying glass).
Hoping this helps push us back to paper ballots, not that those can't be tampered with but at least on a larger scale it is harder to do across the board.
That's why they are so blatant. Did you hear the programmer said you cannot tell unless you read the source code. Unless you have a programmer who can read source code in your machine in that state working for you, how could you tell? You are SOL.
You would treat it as a vulnerability/exploit/bug and instruct the ai to report any vulnerabilities.
chatGPT is apparently fairly good at this already, and there are many other ai available which are more specifically designed for coding tasks. And of course the government/military sector would have access to ai that is years ahead of anything publicly available.
Heres an outdated article (Jan 2023) that explains how programmers are already working with ai to find bugs.
'Learn to code' was a popular term from lefty media, guvmint and pedowood.
So many meanings hidden behind narratives. It always has me wondering'
If we don't have the source code, we'll never have the answers. This next election is going to be a sight to see. A over-sized load of scandal and corruption.
Q is real. We have it all. It is just tough stuff staying 'comfy' while circling the drain.... For me at least. Wish I had control of the time line. (never give me full control, I tend to dive in to quickly ;)
How many elections have been with a 51-49 variant since the year 2000? And this Congressman Fenney from Florida, is still involved in politics as of May 2022
It has been going on for a while. This is just one part of the equation. I believe there were other ways of cheating. Think the blue states who implement just drop boxes and mail in voting. You do not need to code to cheat.
I watched the documentary Kill Chain yesterday. Even though there's some places where it seems to skew to the left's perspective, it was eye-opening. Worth watching. As Mike Lindell says, we need to recycle the voting machines and turn them into prison bars.
Paper ballots. Same day counting. Totally transparent. Clean up voter rolls and have restrictions on mail in ballots. Ballots have water marks to ensure authenticity. Strict signature verification.
The sad thing is this is easy to do too. It's an EASY function.
using System;
using System.Collections.Generic;
class Program
{
static void Main()
{
Dictionary<string, int> votes = new Dictionary<string, int>
{
{ "Trump", 100 },
{ "Biden", 1 },
};
Dictionary<string, int> votes2 = new Dictionary<string, int>
{
{ "Trump", 1 },
{ "Biden", 100 },
};
// Call the SwitchVotes function to switch the votes
SwitchVotes(votes, votes2);
// Print the updated votes for names T and B
Console.WriteLine("Votes for T after switching:");
foreach (var kvp in votes)
{
Console.WriteLine($"{kvp.Key}: {kvp.Value}");
}
Console.WriteLine("\nVotes for B after switching:");
foreach (var kvp in votes2)
{
Console.WriteLine($"{kvp.Key}: {kvp.Value}");
}
}
static void SwitchVotes(Dictionary<string, int> votes, Dictionary<string, int> votes2)
{
// Iterate through the keys (names) in the dictionaries
foreach (string name in votes2.Keys)
{
// Swap the votes for the current name between the two dictionaries
int temp = votes[name];
votes[name] = votes2[name];
votes2[name] = temp;
}
}
}
of course there are a couple of more steps, but this little bit of code here, can pull the ol switcherroo.
This takes and switches Trump's 100 votes, and gives that to Biden and drops Trump's votes to 1. We need to do away with machine voting, period.
“I ain’t sayin’ she a vote rigga
Wrote a program so her vote bigga”
Yeah I know. So funny.
Is that Gerald "💩👖" Nadler asking about vote fraud at 4:05?
Yes, and at 6:14 you can hear the fear in his voice as he asks his most important question.
It sorta looks like him. Whoever it was seemed to understand since he mentioned exit poll tampering as another plausible possibility.
Riggers 🙄
Great post.
I wish that some information about this clip had been provided (by Wall Street Apes, or by whoever THEY got it from).
When was this testimony given? Where? etc. Did anything happen as a result of this testimony? The clip would be more useful as red-pill material if it were fully identified.
This problem is far too common.
All I know is the guy lives in Florida and his last name is Curtis. Not sure where it is presented
good post. thanks op
Welcome.
BTW I know someone that worked for a company that was trying to sell election machines to NYC back when Giuliani was mayor (in the 90's) Yes back then. When they started to explain exactly how to switch the votes (ie cheat) Giuliani's team told them that if it is possible to rig the vote then we can't use them. So his company never managed to sell them to NYC.
Wow. That's been going for a long while. Giuliani is a honorable man.
He most certainly is. This means that he has known all these years that this is possible and he most certainly advised Trump as much.
I hope we have source codes for all 50 states.
Apparently "we have it all" but yeah, I hope we do too. The fact that a Republican is the topic of this testimony should (ha, should) be a nice red pill for Democrats to finally acknowledge that rigged elections are in fact a thing. Thanks for posting this video. Lots of tin-foil hats just got justified (not that all the other evidence of election fraud didn't do it, but that 51-49 number - all elections that ended that way should be looked at with a magnifying glass).
Hoping this helps push us back to paper ballots, not that those can't be tampered with but at least on a larger scale it is harder to do across the board.
Portland Oregon used to be so beautiful and a place to live. Now it is a shit city where you don't want to venture.
When it was beautiful, you need ID and registration to vote and paper ballot. It changed to drop box or send through mail. I have seen the difference.
Most secure in history is from the cheaters perspective. They've been doing this so long
That's why they are so blatant. Did you hear the programmer said you cannot tell unless you read the source code. Unless you have a programmer who can read source code in your machine in that state working for you, how could you tell? You are SOL.
Ai is able to write code.
https://www.marktechpost.com/2023/07/11/top-artificial-intelligence-ai-tools-that-can-generate-code-to-help-programmers/
So this could in theory be used to reverse engineer existing code to find such things.
A great idea, really!
You would treat it as a vulnerability/exploit/bug and instruct the ai to report any vulnerabilities.
chatGPT is apparently fairly good at this already, and there are many other ai available which are more specifically designed for coding tasks. And of course the government/military sector would have access to ai that is years ahead of anything publicly available.
Heres an outdated article (Jan 2023) that explains how programmers are already working with ai to find bugs.
https://www.pcmag.com/news/watch-out-software-engineers-chatgpt-is-now-finding-fixing-bugs-in-code
Thank you so much. It's amazing what ChatGPT can do. I am already using it a little bit for writing, but it has good functions beyond that.
A pepe here shows how easy. Everyone needs to just go look. No one will let us go look. LOL
'Learn to code' was a popular term from lefty media, guvmint and pedowood.
So many meanings hidden behind narratives. It always has me wondering'
If we don't have the source code, we'll never have the answers. This next election is going to be a sight to see. A over-sized load of scandal and corruption.
I hope we can see this and win. They have years of experiences. It would be like pushing down a mountain but I am hoping we could
Q is real. We have it all. It is just tough stuff staying 'comfy' while circling the drain.... For me at least. Wish I had control of the time line. (never give me full control, I tend to dive in to quickly ;)
Space force? Hopefully.
Yang Enterprises has contracts with Space Force. This guy was working for them when he was asked to do this.
Good. I hope they get everything.
Yeah I severely lack patience myself 🙈
Clint Curtis spoke at several Mike Lindell events. Lots of info on Frank Speech.
Thanks for the info. I wasn't sure who that was.
How many elections have been with a 51-49 variant since the year 2000? And this Congressman Fenney from Florida, is still involved in politics as of May 2022
It has been going on for a while. This is just one part of the equation. I believe there were other ways of cheating. Think the blue states who implement just drop boxes and mail in voting. You do not need to code to cheat.
I watched the documentary Kill Chain yesterday. Even though there's some places where it seems to skew to the left's perspective, it was eye-opening. Worth watching. As Mike Lindell says, we need to recycle the voting machines and turn them into prison bars.
I would say no machines. Oregon used to be a beautiful state when voting was with paper ballots and id.
Where did you find "kill chain", I have been looking for it.
Rumble. https://rumble.com/v2okb5a-kill-chain-the-cyber-war-on-americas-elections.html
thank you...
Nadler @ 4:14
Ron Paul won 2008!
Oh. I remember that incident.
Paper ballots. Same day counting. Totally transparent. Clean up voter rolls and have restrictions on mail in ballots. Ballots have water marks to ensure authenticity. Strict signature verification.
In other words don't use the damn machines!
I'll second that.
The sad thing is this is easy to do too. It's an EASY function.
using System; using System.Collections.Generic;
class Program { static void Main() {
}
of course there are a couple of more steps, but this little bit of code here, can pull the ol switcherroo.
This takes and switches Trump's 100 votes, and gives that to Biden and drops Trump's votes to 1. We need to do away with machine voting, period.
Saving this just in case. Darn. I hope everyone sees this and those who need to see this take note.
When was this testimony given?
Don't know. Been doing this before 2006.
I'll buy that.