// 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
- Grok 3 Trusts The Government
- NPR Climate Experts
- Defending Democracy In Ukraine
- “Siberia might stay livable”
- Deep Thinking From The Atlantic
- Making Up Fake Numbers At CBS News
- Your Tax Dollars At Work
- “experts warn”
- End Of Snow Update
- CBS News Defines Free Speech
- “Experts Warn”
- Consensus Science With Remarkable Precision
- Is New York About To Drown?
- “Anti-science conservatives must be stopped”
- Disappearing New York
- New York To Drown Soon
- “halt steadily increasing climate extremism”
- “LARGE PART OF NORTHERN CALIF ABLAZE”
- Climate Trends In The Congo
- “100% noncarbon energy mix by 2030”
- Understanding The US Government
- Cooling Australia’s Past
- Saving The World From Fossil Fuels
- Propaganda Based Forecasting
- “He Who Must Not Be Named”
Recent Comments
- Bob G on Grok 3 Trusts The Government
- arn on Defending Democracy In Ukraine
- William on Defending Democracy In Ukraine
- gordon vigurs on “Siberia might stay livable”
- conrad ziefle on NPR Climate Experts
- conrad ziefle on NPR Climate Experts
- conrad ziefle on Defending Democracy In Ukraine
- conrad ziefle on “Siberia might stay livable”
- Timo, not that one! on “Siberia might stay livable”
- arn on Defending Democracy In Ukraine
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.