// 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
- 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
- Latest Climate News
- “Climate dread is everywhere”
- “The Atmosphere Is ‘Thirstier.’”
- Skynet Becomes Self Aware
- “We Have To Vote For It So That You Can See What’s In It”
- Diversity Is Our Strength
- “even within the lifetime of our children”
- 60 Years Of Progress in London
- The Anti-Greta
- “a persistent concern”
- Deadliest US Tornado Days
Recent Comments
- John Francis on Back To The Future
- John Francis on Back To The Future
- arn on Back To The Future
- Gordon Vigurs on Back To The Future
- arn on Back To The Future
- Bob G on Back To The Future
- conrad ziefle on Back To The Future
- Bob G on Back To The Future
- conrad ziefle on Back To The Future
- arn on Back To The Future
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.