// 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
- Climate Attribution In Greece
- “Brown: ’50 days to save world'”
- The Catastrophic Influence of Bovine Methane Emissions on Extraterrestrial Climate Patterns
- Posting On X
- Seventeen Years Of Fun
- The Importance Of Good Tools
- Temperature Shifts At Blue Hill, MA
- CO2²
- Time Of Observation Bias
- Climate Scamming For Profit
- Climate Scamming For Profit
- Back To The Future
- “records going back to 1961”
- Analyzing Rainfall At Asheville
- Historical Weather Analysis With Visitech
- “American Summers Are Starting to Feel Like Winter”
- Joker And Midnight Toker
- Cheering Crowds
- Understanding Flood Mechanisms
- Extreme Weather
- 70C At Lisbon
- Grok Defending The Climate Scam
- “Earlier Than Usual”
- Perfect Correlation
- Elon’s Hockey Stick
Recent Comments
- Bob G on Climate Attribution In Greece
- conrad ziefle on Climate Attribution In Greece
- Bob G on Climate Attribution In Greece
- Bob G on Climate Attribution In Greece
- Bob G on Climate Attribution In Greece
- arn on Climate Attribution In Greece
- conrad ziefle on Climate Attribution In Greece
- conrad ziefle on Climate Attribution In Greece
- Gordon Vigurs on Climate Attribution In Greece
- Bob G on Climate Attribution In Greece
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.