All Episodes
March 14, 2023 - Clif High
30:39
NOT SMART
| Copy link to current segment

Time Text
Hello humans, hello humans.
Another day, another trip, another rainstorm.
It's the um 14th, it's pie day.
And we're heading into town in the noisy car.
See if I can get that piled down a bit.
There we go.
Okay.
Anyway, so major storm here.
I'm driving through hail and 33 degrees on the beach.
Cold as hell in the house.
There we go.
Okay, so we had our shift into the active phase of things here recently.
Bringing up the issue of the uh wonky financial system, the powers that be trying to maneuver us into um the digital currency crapola.
Uh you know, that shit just is not gonna work, right?
It requires some stuff that we don't have infrastructure-wise, uh here in uh North America, and so uh the digital currency like cannot function.
Uh they've tried some of the tests here, and the tests work out just fine uh in their test bed, from what I'm told, and um uh it doesn't function so well in the real world, right?
Uh you need a huge infrastructure, they need to basically convert over all of the um uh ATMs and all of the uh uh card processing machines to deal with uh the digital currency and the complexities uh arise not because of the currency itself,
although there is that um but the complexities arise because in order for this to function, they have to establish uh for sure uh authenticated ID, right?
So they've got to know uh who the hell you are in order for this to function.
Uh and they've got to know absolutely, and it's it gotta be invariant, and so any hiccup in the system and things start getting uh really seriously wonky pretty quick, and to roll it out for large population bases, so far has not happened um smoothly or effectively, and all the trials have failed.
Uh the digital currency, as I say, has some real issues, especially relative to identity globally, right?
And so uh population base, all of this kind of stuff makes a big difference how large your population is that you're rolling it out to and uh how cooperative they are likely to be.
We're not having much in the way of cooperation here.
Um in the US, people are are very much against this, and there's a rising tide of antitopy for the digital currency and for uh the people that bring it up as some kind of a potential solution uh for uh the problems.
So uh we'll see how far they push it, uh, but um they couldn't roll it out now if all the banks failed tomorrow, they can't roll out digital um uh currency for the the Fed of centralized digital currency.
Yeah, it just isn't gonna happen.
They don't have the infrastructure, they don't have the people, uh they don't have the um the mechanics in terms of the software in place and these sorts of things.
Uh so we're in kind of a um interesting period of time.
Uh in my way of thinking, they would need maybe another three years in um uh to make it real solid in terms of engineering on the thing, uh development of the software.
They have not had uh real-world tests on this, okay.
So the test beds for the um uh central bank's uh digital currency are all isolated and they've not faced uh real world uh contention in the form of people trying to hack it and this sort of thing.
So who who knows what's gonna happen there?
Uh now my way of thinking with the the digital currency, uh, that we could have the prankster kind of hackers uh that would hack in and say, give everybody, you know, uh a billion dollars globally, right?
So that the whole population, everybody has a billion dollars.
That breaks the system right there, or uh there's the other kind of hacker that you'll just never know about, where he hacks into the system and gives himself a million dollars or a billion dollars and then backs out, right?
So that you just don't know it's occurred.
There's no sign of the hack at all.
Uh and in my estimation of the uh federal government and the talent and so forth that they have, they'll never find that latter case, right?
It just won't happen.
Um they'll um maybe be able to catch uh the some of the issues with the former where where they give everybody a billion dollars, they would know that their system is broken, but would they be able to catch the guy that did it or any of that?
I doubt it, seriously.
Uh so anyway, though, um I don't expect that that will occur.
What I do expect to occur is a um uh some level of uh breakdown on the system in terms of not only the banking and uh the banks failing and so on, but also breakdowns in um oh ATM uh deliveries and the ability to process uh cards and this sort of thing,
and it'll be um spotty, irregular, uh probably fairly consistently appearing and uh annoying to everybody as these uh systems break down.
So we'll find uh pretty soon here as the banks start collapsing that EBT cards simply won't function because some of the banks are providing the back end processing for some of the states for some of this federal program, and because it's uh all this convoluted and stuff.
If the feds make the wrong move, they will break the system uh further down the chain, and we get into this uh compounding error situation relative to some the software.
You can do that fairly easily, right?
That um if you have a uh software that is uh reliant on other software in the form of what are known as dynamic link libraries, um, where the software is compiled, you don't own it as the developer, you just have the the permission to call it and extract certain things from it, uh, but you're not really sure how it works under the hood.
You just take for granted that the value it provides you is valid, uh, that's where it breaks down.
So I call it uh DLL in one of my routines, one of my software routines that goes out and has to touch something that the federal government made and they made a change, and for whatever reason, I'm not aware of the change they made,
or it's not pertinent to my knowledge, they didn't they don't know I'm using their DLL, and so I'm not notified, but that change is significant enough to affect how I use that data, and I should have known, and that's when we start getting this compounding errors issue, right?
And nobody can figure it out.
Uh, it's a really it's a tricky problem in debugging, and um those are very specialized skills.
Uh one of the I just need to make a note here that I've recently had um problems uh with my um software-enabled vehicle, and it's now in the shop, it's been there a week or more.
Uh, they said they'd fixed it, we they brought it back, and it was total crap, and uh took me two and a half hours to get home that day.
Uh, it must have died 30 or 40 times, kicked me out of gear 30 or 40 times.
The software was clearly glitching around some level of stuff.
And so, anyway, it's um they're having to debug it, it's a physical problem.
We know that there's been uh degradation in the circuit board and the wiring, okay.
So, actual physical degradation uh that they can visually see.
So, maybe it needs a new wiring harness.
I don't know what the issue is, but the issue for me Is that now that we've got software involved, uh, you need some level of serious debugging skills to know how to go about finding where these errors are, if there were not any visible uh signs of damage.
So if they had not been able to, they they just happened to open this one cover on a uh circuit board, had a look, and they could see visible damage on the board.
Um, you know, not a good thing, but at least it points out where there is some problems.
So the software was trying to run through a circuit board in some part of its processing.
I don't know what part that was, but um, it had at some point to process um information for transmission or something.
So maybe it was transmission, maybe it was uh fuel flow.
I don't know what this board controlled, but it had damage in it, and so every time it would be accessed, the circuits would probably have crosstalk, we'd probably have uh some level of um malfunction in that board itself, and there you go, uh the car would die, etc.
etc.
So uh the point being that we're now in a complex system world, and the um abilities of the people that are now functioning as our federal government and the people that they're going to hire, having been tainted by all of this equity diversion inclusion shit.
Uh, we've got uh what they call diversity hires, right?
And so these people are not capable of doing the work, and that's where we're at now.
So we're gonna run into this situation where they're gonna try and roll out this massive fix for our social order as the social order plunges into um a level of chaos relative to the um uh financial system,
and then the uh they're gonna have all these troubles, and then they're gonna run into the complex uh systems debugging problems that they don't have the talent to fix, and that's gonna compound it because the talent to fix this is part of the complex system itself, and they don't recognize that.
So when they uh most government I've worked for, and I've worked for on and off for all different kinds of government federal, state, local, whatever.
I was a subcontractor, right?
I'd come on in and do stuff for them, uh, collect my pay and leave, having done a uh the job I was paid to do.
But having worked for them, I understand that they don't think appropriately about these issues.
And uh so I worked with a telephony company that was all hot on working on what they called convergence, the point where computers would eat would be built into phones, and so this was before we had anything like a smartphone,
and uh I worked on software that aided the training for di uh for people that would have to do the diagnoses and the fix the software for smartphones, and we were doing that in '85.
And so smartphones didn't roll out for another uh six years in a in a serious way, and so we were working on things to address personnel issues in the telephony in industry six years before the manifestation, because the telephony industry planned ahead, they knew what they had to do, they knew the resources they were dealing with, yada yada yada, and so they took an adult approach about it.
We do not see that now with the federal government.
They've had uh really abysmal problems or abysmal success rates and lots of problems hiring uh talent and retaining talent to do this kind of stuff, and it's getting worse form all the time, and there's no concerted effort to backstop the uh their digital system, their digital currency.
There's no concerted effort to uh set up an organization to be responsible or any of that.
This is like seriously half-assed.
So it's gonna fail.
Uh is gonna fail probably pretty spectacularly.
Uh, I don't think the rollout will um get much beyond the launch, right?
So it'll be a launch party, and then the the giant new phone, whatever kind of thing being launched, dies as soon as the fireworks Are done and the and the party is at that point officially over.
So this is the kind of world we're getting into.
Um I suspect that we've got a couple of months before they really start trying to ramp up the digital currency shit.
We're gonna have to get a lot more uh severely strained uh before they uh try rolling that out because they know there's so much opposition to it and it's building.
At least they are are aware of that.
They're aware of the pushback they're getting on Twitter, uh, they're aware of the pushback they're getting on all of the social media, and also within a lot of the businesses.
So um interesting time ahead.
This will go uh concurrent with our uh financial troubles that are actually working through the system now that the uh system itself is dying, and it's dying because of a uh basically a mathematical certainty uh relative to the money, uh the currency, not not real money, but relative to the currency.
Uh there's a mathematical certainty now that they've uh basically uh if you wanted to think about it this way, um they've printed too much already for us to withdraw any and make the system stable.
The only thing they can do at this stage is to keep on printing in order that we might still have movement and everything not seize up.
That's what they're desperately afraid of is the seize up stage, right?
Where everybody would go to the bank, there wouldn't be any functioning, you couldn't get anything out of an ATM, the charge machines won't work, your cards won't work, and then basically everybody's milling around saying, Okay, we gotta do something, let's go beat the shit out of the fuckers in charge, throw them out the door, and uh make Bob over there in charge.
He's done something like this before.
Maybe he can get us all back up and run it.
And and we're gonna come to that, we're gonna come to that stage, you know.
That okay, everybody go find Bob, you know, Bob knows how to do this shit, haul him up here, and we'll make him governor for a while and until we get this shit straightened out.
Um it's gonna be uh very difficult, as I was saying in the video the other day.
Um, my estimation for the really really really hard part on um like regular humans is that it's gonna be July onward.
Uh it'll be a brutal winter because we'll still be dealing with all the shit that we're gonna be uh that's gonna be piled up on us in summer, and we, in my opinion, we need to um do what we can now to adjust our attitude to what we're going to be facing and to take what steps we may now in order that we would reduce the problems and so forth then.
So um, you know, there's not a whole lot we can do about some of this stuff.
Uh we're in a very fragile, brittle high-tech world.
The brittleness comes from mismanagement.
The mismanagement is deliberate because we've got these mother wefers that want to change the nature of the world that they might uh kill off 13 out of 14 people and rule over the remainder of humanity, about five or six hundred millions.
Uh that's their goal, that's their trying, that's what they're trying to do.
Uh, they're co-opting people and all of this kind of stuff, and so uh their their plan is is moving, but the fact that it won't succeed is sort of like uh not pertinent at the moment because they're gonna continue doing it anyway.
But this is where we're at is the breakdown of their system.
Once we get the um their system totally collapsed out of uh our faces, then we can start rebuilding.
But at then at that point, we've got a ton of decisions, we've got a lot of people that are gonna be um uh you know pushing their individual agendas and stuff, and in my opinion, we've got to be very careful that we don't bring over any of this uh weaponized uh munchausens by proxy from the mother wefers.
So there is no uh there's climate, there's uh climate damage that we're experiencing.
There are always extreme storms and stuff.
There is no climate crisis.
The planet does not uh is not going to be destroyed by humans, it actually needs us.
Um If you read Vernansky, you understand.
Read Biosphere, you'll understand how important humans are to the functioning of the planet and what would be here if we were not here.
And then we're in a situation here where the potential for some of this weaponized munchhausens to come over is pretty um solid.
So there will be people that will be maintaining until they die that trans is like a legit thing and not simply weaponized munchausens by proxy, distorting uh natural body dysphoria to create a mental illness.
So it is a created socially induced mental illness.
That's why I get kicked off Twitter.
Uh, Twitter sent me a thing, by the way.
I'm back on now.
And Twitter sent me uh a letter of apology, and it was like kind of cool.
Uh so you know, it's like I knew the people were after me, there was no point in me deleting this tweet because uh the anti-fa and the trans community guys are out there bitching and moaning about me now, and they're gonna keep doing it to Twitter, so Twitter either has to accept them as as a dominant force and close my account out, or they've gotta just you know push them off and say, nah, you guys are full of shit.
And I think they're taking that latter approach because the um uh the complaint against me was dismissed.
Uh it was apparently uh a hint in the email, uh bogus, and Twitter recognizes that, and they may have taken uh uh some form of action against the person that did that.
They don't like doing handling spurious um attacks between people that are using the system uh to screw somebody.
Uh Twitter is kind of cool in the sense that they don't care what kind of shit you uh do online and you can bitch and moan about somebody as long as you're not uh shading into violence, right?
That's what I was accused of was being violent.
Uh they filed this this uh kind of a particular block against me uh for violence, and what the language, the violent language I used, specifically the language in the tweet, was that uh trans is an official mental illness, and here is the code, right?
Here's the ICT-10 code.
Uh so I was just saying facts, right?
No violence, no words or anything, and and Twitter gets a little bit upset when you misreport for a um a hit on somebody.
It's kind of like Twitter swatting in a sense.
Anyway, though, so I'm back online, we'll see how long that lasts.
They've already apparently mounted a couple of other uh complaints against me already today, and um and life goes on, you know, it shit continues to roll downhill.
And uh here we are at the bottom of that gravity well, so it's coming all down to us.
But really, I think that uh this is the good year, this is the year of the change, uh, this is the horrible, terrible year.
Uh, in many regards, uh, next year will be uh more difficult, but in my opinion, it won't be harsher because we will be um uh even though the conditions will not have yet been corrected, we will be in the process of doing things to do that correction, and and thus uh progress uh would be seen uh at some point as we go forward uh in 2024.
I actually think that from my viewpoint we'll see some progress in the form of um milestones that I'm expecting pop up this year, and then that will give me more confidence that the other projections that are tied to them in the uh set theoretic uh mathematics approach that my uh predictive linguistics uses um are valid.
Okay, so uh so each milestone along the way gives you further confidence, and so it's like with each and every obstacle I overcome, I become stronger and better.
Therefore, let me have another challenge, let me have another obstacle that I shall become even more strong, even more successful, et cetera, etc.
etc.
Right.
Um that's where we're at.
You gotta get your attitude adjusted because you're gonna be faced with these challenges, uh, whether you like it or not.
So I could uh pull a um uh take an attitude, right?
I could be a Greta Thunderburg and say, How dare you steal my retirement, right?
But it you know, this is I don't accept that universe uh should provide me with any given damn thing, right?
I'm not so that sense of entitlement that uh you get out of these kids is just really bizarre in my opinion.
The universe is about to kick it out of them uh in this Great Depression that we're gonna be in.
Uh, you know, because it'll be 20 years uh around the planet trying to overcome all of the shit the mother wefers have put in uh for these last couple of hundred years.
We've got a lot of damage to undo, and a lot of that damage has to be found, it has to be discovered and uh hunted up and and exposed to people so that we can get beyond it.
You know, it's a terrible time when you have to say, okay, I'm at war, but I'm gonna have to have spies to find out who the fuck I'm at war with, right?
Because it's all so hidden.
Uh, and then somewhere in this late summer, I suspect we're gonna get really seriously into the disclosure and the UFO shit.
That was just the way it laid out in the Alta reports.
There were really significant um uh set markers that indicated that the timing on the exposure for the um space aliens and the bringing out of all of this relative to uh our overlords here in terms of you know governments,
um the the clues that we had within the data pointed to uh late August, early September, and uh that would be fitting with where we're at now relative to what's going on within the um uh financial system because they'll need they'll they'll want to do it for a number of reasons,
um the whole space alien things, but we have to remember that uh there will be a lot of pressure for them not to do it because that's their last shot, that's their last gasp.
Uh after that, um then what, right?
What can you fear after they've unleashed the space aliens on you and you've met that challenge and you're fine?
Um there'd be a lot of people that are gonna be freaked out by them, just the way that we've got people that are uh paid uh with um munchhausen by proxy promoters around climate, right?
So you got all this got a whole climate industry now, and these people have been trained only to see climate crisis.
They don't see um uh they don't see normal climate weather, any of that.
All they can see is that that what they've been told and trained that you know the world is doomed, humanity is doomed, we're all gonna die in the next 10 years, yada yada yada yada.
And uh there we go, we're back into the old shit.
We've been going through that since all of my life.
So in the 50s, they were saying that everybody would be dead in the 60s, and you know, they gave a couple of different reasons, and then there then something happened in the 50s, right?
So something happened in 1956, maybe it was 55, but probably 56, that changed the world, and we have yet to find out what that was.
But the world changed dramatically uh over the course of 57 and 58 with this um uh global geophysical year thing that they had going.
And this was the mother wefers dealing with something um that was so large they had to motive uh uh manipulate and motivate um uh vast amount of the governments on the planet to cooperate with them to do this, and then we went down to Antarctica in a serious way.
So uh I'm very curious to find out what the fuck that was, and hopefully that'll come out here in the next few years.
But the um the Munchhausens by proxy is strong, it's deep in the system.
It's gonna be a long time before we overcome that.
This is why I continually whenever I encounter it on Twitter, I'm just gonna continually throw some memes up there saying, you know, this is a Munchhausens by proxy, go get yourself checked out, go see a psychiatrist, you're pimping for the WEF, that kind of thing.
Um you know, give them pushback, and you can give them solid um factual pushback and say, okay, dude, you know, if the world's gonna end, why didn't it end in the 60s?
Why didn't it end in the 70s, the 80s, the 90s, right?
You're just pushing the same fear porn.
And you can call these guys out on it.
A lot of them are paid for it, uh, but it will uh start making an impression on the people that read their stuff, and it'll start lessening the uh social pressure that that provides the uh dynamics for munch houses for this uh weaponized munch houses, uh, which is really evil stuff.
But once we've gotten the uh populace trained and understanding in this, and then once we inculcate this into our school system, so that you know when you're three years old or in your third grade, when you really start thinking about stuff, they start talking to you about this, then humanity can overcome this, and we won't be vulnerable anymore.
And that'll be kind of cool.
Uh, plus, in my opinion, we're gonna go back to uh way back in the past, pre-Tesla, start examining some of the things that the WEF is inserted in our science, and this will be done as a result of these uh space alien uh stuff that's gonna be rolling out this summer.
I think they're gonna be so desperate they'll actually roll it out.
I don't think they'll delay it another year.
They it's their their last gasp, it's their uh, you know, hopefully save us kind of um uh a ploy.
So they're gonna be reluctant to use it because if it fails, then they know they're fucked.
On the other hand, you start looking at the faces of these people, right?
So um Falke.
I've seen him recently, he was on TV the other day.
He looks bad.
That man is worried.
Um, you start looking at these people on uh Twitter, like um Keith Olbermann.
He looks worried.
Okay, now I don't know what the fuck he's worried about.
I mean, I know they're all paid and so on, but maybe he's personally involved in this.
Bill Gates looks worried.
All these people are now starting to really worry about the um collective actions.
So you have to understand that they were the top of the heap, right?
They never thought that Hillary would lose, they never thought Trump would win, they never thought anything would change.
They they um never even considered that they might be at risk for any of the terrible evil things they're doing.
They were all um like a gang, they're all um uh uh pumping everybody up, they're working in this thing on a uh collective group kind of an issue, and so they end up with um this group dynamic, this group think, which the group think was that we're in charge, we know everything, we've got everything, we can't lose.
And so we'll do whatever the fuck we want.
And so, well, universe said nope, that ain't gonna happen.
And here we are now.
Anyway, so um gotta get some chores done here.
We got a lot to do.
Banks are failing.
I gotta go and talk to the bank president and see if they've done any of this um ESG shit or whatever the hell it is, whatever they call that uh social investing.
Um, on this bank I've got here.
Uh anyway, it's uh it's gonna be a strange time, guys.
We will recover, it's gonna be rough.
Uh so you need to do what you can do now and uh prepare yourself for how rough it will be.
But like I say, we should see some uh positive signs appear even in the midst of the worst of it, and I suspect that the worst of it's probably gonna hit us um we'll be feeling it July and August and September.
But of course, it's gonna really hit us in May and then it's gonna ripple on out.
Anyway, take care.
Tough times.
Tough times make tough people, though.
Export Selection