// 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
- UK Net Zero
- Erasing 1921
- “the world’s most eminent climate scientists”
- Warming Toledo
- One Year Left To Save The Planet
- Cold Hurricanes
- Plant Food
- President Trump Gets Every Question Right
- The Inflation Reduction Act
- Saving The Ecosystem
- Two Weeks Past The End Of The World
- Desperate State Of The Cryosphere
- “most secure in American history”
- “Trump moves to hobble major US climate change study”
- April 11, 1965 Tornado Outbreak
- The CO2 Endangerment Finding
- Climate Correlation
- What Me Worry?
- Heatwaves Of 1980
- More Proof Of Global Warming
- Shutting Down The Climate
- ChatGPT Research Proposal
- Warming Twice As Fast
- Understanding Climate Science
- Recycling The Same News Every Century
Recent Comments
- gordon vigurs on “the world’s most eminent climate scientists”
- gordon vigurs on Plant Food
- gordon vigurs on Plant Food
- gordon vigurs on “the world’s most eminent climate scientists”
- arn on UK Net Zero
- conrad ziefle on UK Net Zero
- czechlist on UK Net Zero
- Francis Barnett on “the world’s most eminent climate scientists”
- Francis Barnett on “the world’s most eminent climate scientists”
- arn on UK Net Zero
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.