// 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
- 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
- The Other Side Of The Pond
- “HEMI V8 Roars Back”
- Big Pharma Sales Tool
- Your Tax Dollars At Work
- 622 billion tons of new ice
- Fossil Fuels To Turn The UK Tropical
- 100% Tariffs On Chinese EV’s
- Fossil Fuels Cause Fungus
- Prophets Of Doom
- The Green New Deal Lives On
- Mission Accomplished!
- 45 Years Ago Today
- Solution To Denver Homelessness
- Crime In Colorado
- Everything Looks Like A Nail
- The End Of NetZero
- UK Officially Sucks
Recent Comments
- Gordon Vigurs on Skynet Becomes Self Aware
- John Francis on Skynet Becomes Self Aware
- Gamecock on Skynet Becomes Self Aware
- Bob G on “even within the lifetime of our children”
- Gordon Vigurs on Skynet Becomes Self Aware
- Charles Higley on “even within the lifetime of our children”
- arn on Skynet Becomes Self Aware
- David M Kitting on Skynet Becomes Self Aware
- Gamecock on Skynet Becomes Self Aware
- arn on “We Have To Vote For It So That You Can See What’s In It”
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.