I'm not certain if anyone has done this or not, yet. A report card that tallies when a pundit, someone either for or against specific public health measures, has been right or wrong in the past.
How can you rate a pundit when you don't know what the answer is and would the rating not just be a matter of personal opinion? Plus, what is the point of rating a pundit? Is it to see who is the most trust worthy? At the end of the day, the truth is the truth.
I do agree we should be keeping a score. Rather like the govt did. We should be saying how many people have died within 28 days or 6 months or 1 year of a Covid jab. That would open a can of worms.
All good points. I'm brainstorming at this point. Honestly, I don't even think pundit is the right word for the person being graded, but it kinda fit and this is purely speculative at this point.
I do not agree on the efficacy of listing how many people have died from the jab as having any innate ability to change a single person's mind. The powers that shouldn't be had years to prepare for their little exaggerated deathwatch ticker. They were able to create trust in their allied organizations such as the Imperial College Modelers, the NIAID, etc etc. as well as individuals like Fauci. Putting contrary numbers up won't bring that false edifice of veracity down.
We need to create a way to show, quickly, what went wrong and who is at fault for it. That is the hole I am trying to fill with this idea. It may not work. It may turn out to be foolish, but I don't see another way of breaking the stalemate we seem to have with the Covidians other than simply waiting for enough people to die to bring the reality home at the family level for everyone.
I can't sit around and do nothing waiting for that to happen. I've seen enough death. I don't care to see another, no matter who it is.
The powers that be used simple techniques to win over hearts and minds. They issued numbers night after night on British media of the numbers who had died within 28 days of a positive covid test. The British public tuned in to hear the latest death toll. So if we broadcast the number who had died after the covid injections that would be similarly effective. It would also blow apart trust in the authorities and the health service!
The other thing they used effectively was emotion. We could do the same by broadcasting the real, heart breaking stories of those damaged or killed by the jabs.
As far as the pundits are concerned, there are question marks over the validity of many of these and you could set up headings with their names and invite evidence to be posted underneath to show whether they are or not "controlled opposition". Who funds them etc. How they have changed their position over the years, too. All this shining of light on the darkness will expose the truth.
Finally, we could broadcast how much money was spent on the jabs and as they don't work how much we should ask for as a refund and how that could be spent for the public good.
All these things could also be used in a political campaign if you can find a candidate willing to put it in their manifesto, or you could stand yourself in local elections.
Here is the numbers for the money counter I may need to adjust the dollar amounts because I set it to run at the rate they went trough 4.7 Trillion since March 2020, but I'm certain it's actually closer to double that amount.
var amount = document.getElementById('amount');
var start = new Date("March 24, 2020 00:00:00").getTime();
var current;
update();
function update() {
var current = (new Date().getTime() - start)/1000*43959912.94;
amount.innerText = formatMoney(current);
}
setInterval(update,1000);
function formatMoney(amount) {
var dollars = Math.floor(amount).toString().split('');
var cents = (Math.round((amount%1)*100)/100).toString().split('.')[1];
if(typeof cents == 'undefined'){
cents = '00';
}else if(cents.length == 1){
cents = cents + '0';
}
var str = '';
for(i=dollars.length-1; i>=0; i--){
str += dollars.splice(0,1);
if(i%3 == 0 && i != 0) str += ',';
}
return '$' + str + '.' + cents;
}
It will display in this element when put into a webpage. . <div id='amount'></div>
I'm down. If there's anyway i can help with any of those, I'm fully willing to put in the effort. I think it would be very effective to have every podcaster promoting medical freedom add a ticker on their video that universally tracks the dollars being spent in real time.
Have the number running at the actual pace and a graphic of bills flying off the side of the screen in large enough denominations to actually see more than just a blur.
I wrote similar JavaScript counters for the Iraq war back in day so this is well within my wheel house. We'd have to get podcasters to add it to their broadcasts, but hell I'll make one that can be shared tomorrow and we can see if anyone wants it.
Same can be done with an all cause excess mortality counter. Hell, I'm tired, but i can prolly make these tonight and share the code.
As far as controlled opposition, it is a thing, but it won't be mitigated by witch hunts. Instead you have to simply follow the Jesus strategy. You will know them by the fruit they bare. People work it out on their own if the person they are following is helping or hurting their cause. Accusations and purity tests only work to destroy whole movements.
Whether or not we all agree on the minutia does not really matter in the long run. I have no idea if there was an actual virus or not, nor do i have any more personal knowledge of the existence of viruses than i do of some random guy named Phil with red hair living in Spain at present.
It doesn't matter because the death toll was caused by humans and greed. The first thing they did was Ikill my best friend with hospital policy in 2020. I saw them classify cancer surgery as elective and then they stopped all elective surgery. Would have been a simple procedure. Like excising a Cyst. So i know they are murderers. I want to end this totalitarian insanity and make sure that it never happens again. The vast majority of humanity has the same goall at present, we just got different ways of gettin' at it.
This is a movement, which is a dynamic action. I''m not against doing everything, possible to achieve that goal. I'm not gonna worry about anyone else's intentions or bank account if they are demonstrably helping to acheive that goal. If they aren't helping, they won't keep up with those of us who are.
One way to present this would be akin to baseball stats.
Lists with a name up top, specific topics running down a column.
Another column with their scores/grades the topic will link to an explanation page of the topic and the relevant references.
The score/grade will link to the entity's positions. Early position (2020, 2021*) , later position (2022, 2023*), and detail as needed.
"These are just examples. Have yet to even think about appropriate temporal schemas.
With an end column for notes and maybe a heading on who funds them and who they have connections with.
How can you rate a pundit when you don't know what the answer is and would the rating not just be a matter of personal opinion? Plus, what is the point of rating a pundit? Is it to see who is the most trust worthy? At the end of the day, the truth is the truth.
I do agree we should be keeping a score. Rather like the govt did. We should be saying how many people have died within 28 days or 6 months or 1 year of a Covid jab. That would open a can of worms.
All good points. I'm brainstorming at this point. Honestly, I don't even think pundit is the right word for the person being graded, but it kinda fit and this is purely speculative at this point.
I do not agree on the efficacy of listing how many people have died from the jab as having any innate ability to change a single person's mind. The powers that shouldn't be had years to prepare for their little exaggerated deathwatch ticker. They were able to create trust in their allied organizations such as the Imperial College Modelers, the NIAID, etc etc. as well as individuals like Fauci. Putting contrary numbers up won't bring that false edifice of veracity down.
We need to create a way to show, quickly, what went wrong and who is at fault for it. That is the hole I am trying to fill with this idea. It may not work. It may turn out to be foolish, but I don't see another way of breaking the stalemate we seem to have with the Covidians other than simply waiting for enough people to die to bring the reality home at the family level for everyone.
I can't sit around and do nothing waiting for that to happen. I've seen enough death. I don't care to see another, no matter who it is.
So, wanna help?
The powers that be used simple techniques to win over hearts and minds. They issued numbers night after night on British media of the numbers who had died within 28 days of a positive covid test. The British public tuned in to hear the latest death toll. So if we broadcast the number who had died after the covid injections that would be similarly effective. It would also blow apart trust in the authorities and the health service!
The other thing they used effectively was emotion. We could do the same by broadcasting the real, heart breaking stories of those damaged or killed by the jabs.
As far as the pundits are concerned, there are question marks over the validity of many of these and you could set up headings with their names and invite evidence to be posted underneath to show whether they are or not "controlled opposition". Who funds them etc. How they have changed their position over the years, too. All this shining of light on the darkness will expose the truth.
Finally, we could broadcast how much money was spent on the jabs and as they don't work how much we should ask for as a refund and how that could be spent for the public good.
All these things could also be used in a political campaign if you can find a candidate willing to put it in their manifesto, or you could stand yourself in local elections.
Here is the numbers for the money counter I may need to adjust the dollar amounts because I set it to run at the rate they went trough 4.7 Trillion since March 2020, but I'm certain it's actually closer to double that amount.
var amount = document.getElementById('amount');
var start = new Date("March 24, 2020 00:00:00").getTime();
var current;
update();
function update() {
var current = (new Date().getTime() - start)/1000*43959912.94;
amount.innerText = formatMoney(current);
}
setInterval(update,1000);
function formatMoney(amount) {
var dollars = Math.floor(amount).toString().split('');
var cents = (Math.round((amount%1)*100)/100).toString().split('.')[1];
if(typeof cents == 'undefined'){
cents = '00';
}else if(cents.length == 1){
cents = cents + '0';
}
var str = '';
for(i=dollars.length-1; i>=0; i--){
str += dollars.splice(0,1);
if(i%3 == 0 && i != 0) str += ',';
}
return '$' + str + '.' + cents;
}
It will display in this element when put into a webpage. . <div id='amount'></div>
I'm down. If there's anyway i can help with any of those, I'm fully willing to put in the effort. I think it would be very effective to have every podcaster promoting medical freedom add a ticker on their video that universally tracks the dollars being spent in real time.
Have the number running at the actual pace and a graphic of bills flying off the side of the screen in large enough denominations to actually see more than just a blur.
I wrote similar JavaScript counters for the Iraq war back in day so this is well within my wheel house. We'd have to get podcasters to add it to their broadcasts, but hell I'll make one that can be shared tomorrow and we can see if anyone wants it.
Same can be done with an all cause excess mortality counter. Hell, I'm tired, but i can prolly make these tonight and share the code.
As far as controlled opposition, it is a thing, but it won't be mitigated by witch hunts. Instead you have to simply follow the Jesus strategy. You will know them by the fruit they bare. People work it out on their own if the person they are following is helping or hurting their cause. Accusations and purity tests only work to destroy whole movements.
Whether or not we all agree on the minutia does not really matter in the long run. I have no idea if there was an actual virus or not, nor do i have any more personal knowledge of the existence of viruses than i do of some random guy named Phil with red hair living in Spain at present.
It doesn't matter because the death toll was caused by humans and greed. The first thing they did was Ikill my best friend with hospital policy in 2020. I saw them classify cancer surgery as elective and then they stopped all elective surgery. Would have been a simple procedure. Like excising a Cyst. So i know they are murderers. I want to end this totalitarian insanity and make sure that it never happens again. The vast majority of humanity has the same goall at present, we just got different ways of gettin' at it.
This is a movement, which is a dynamic action. I''m not against doing everything, possible to achieve that goal. I'm not gonna worry about anyone else's intentions or bank account if they are demonstrably helping to acheive that goal. If they aren't helping, they won't keep up with those of us who are.