// C++ climate model while (funding_exists) { const bool climate_crisis = true; warming_cooling = !warming_cooling; sleep30years(); }
Disrupting the Borg is expensive and time consuming!
Google Search
-
Recent Posts
- ChatGPT Research Proposal
- Warming Twice As Fast
- Understanding Climate Science
- Recycling The Same News Every Century
- Arctic Sea Ice Declining Faster Than Expected
- Will Their Masks Protect Them From CO2?
- Global Warming Emergency In The UK
- Mainstream Media Analysis Of DOGE
- Angry And Protesting
- Bad Weather Caused By Racism
- “what the science shows”
- Causes Of Earthquakes
- Precision Taxation
- On the Cover Of The Rolling Stone
- Demise Of The Great Barrier Reef
- Net Zero In China
- Make America Healthy Again
- Nobel Prophecy Update
- Grok Defending Climategate
- It Is Big Oil’s Fault
- Creative Marketing
- No Emergency Or Injunction
- The Perfect Car
- “usually the case”
- Same Old Democrats
Recent Comments
- Mike Peinsipp on ChatGPT Research Proposal
- Timo, not that one! on ChatGPT Research Proposal
- John Francis on Warming Twice As Fast
- John Francis on Warming Twice As Fast
- DD More on Recycling The Same News Every Century
- Independent on ChatGPT Research Proposal
- Peter Carroll on Warming Twice As Fast
- Trevor on ChatGPT Research Proposal
- gordon vigurs on ChatGPT Research Proposal
- arn on ChatGPT Research Proposal
I could not have written better code myself. I have written a much longer one (30 lines) to replace the Federal reserve system.
https://www.youtube.com/watch?x-yt-cl=84503534&v=NgeBneVu4w0&x-yt-ts=1421914688 lol
You forgot “const” before “bool climate_crisis = true;” just to bring the point home.
Fixed!
I want to know what happens when:
(funding_exists = false)
More name calling.
// C++ climate model
bool funding_exists;
while (true)
{
funding_exists = seek_funding();
while (funding_exists)
{
const bool climate_crisis = true;
warming_cooling = !warming_cooling;
sleep30years();
}
}
What happened to my indentation
WordUnimpressed ate it for breakfast.
Classic! Concise code is usually correct code. That climate model is on the mark.