My favorite slogans from the Rally to Restore Sanity | Buzz Blog

Monday, November 1, 2010

My favorite slogans from the Rally to Restore Sanity

Posted By on November 1, 2010, 12:09 AM

  • Pin It
    Favorite
blog4506widea.webp
The Oct. 30 Rally to Restore Sanity/March to Keep Fear Alive was conceived by TV comedy writers and promoted entirely by media personalities.--- However, it ended up being a genuine indictment of Tea Party politics.

Was it a new kind of media-inspired political action? Or merely a reflection of the kind of Fox News rabble-rousing that got the teabaggers all worked up in the first place?

Judging from the participants' placard slogans, one of the main complaints Americans have with the Tea Party movement is its poor spelling, lack of subtlety and disregard for facts. They were eager to show off their mastery of irony and subtext -- and this made for some pretty funny signage:

"Christine O'Donnell turned me into a newt!"
A reference to Monty Python and the Holy Grail -- as well as O'Donnell's silly "I'm not a witch" campaign ads.

"Don't steep on me."
A parody of the Tea Party's clueless misappropriation of the Revolutionary War-era Gadsen Flag as an anti-Federalist symbol, even though it originally promoted Federalism and was derived from Ben Franklin's famous pro-Union "Join or Die" cartoon.

"I like my beer cold, my TV loud, and my homosexuals flaming"
Nothing tricky here -- just a great line from a Simpsons episode.

"Jesus says relax"
This one's interesting. Since it's derived from a 1980s T-shirt slogan promoting the band Frankie Goes to Hollywood, technically it should be "Jesus say relax." However, such grammatical errors are so common at Tea Party rallies, this one might not be recognized as intentional, so the verb conjugation had to be corrected. Subtle or just hypervigilant? You decide.

Try-Catch code block sign

try
{
	fixCountrysProblems();
}
catch (PartisanException pe)
{
	bool reason = rationalDiscourse;
	if (reason == true)
	{
		fixCountrysProblems();
	}
	else
		bickerAndFight(pe);
}

We know the code on this placard is in C# or C++ not Java since the variable "reason" is declared as type bool instead of boolean. If the property "rationalDiscourse" is true, oddly, the catch block calls method "fixCountrysProblems()" again -- without actually dealing with the PartisanException. Otherwise, the catch block passes the exception instance on to the "bickerAndFight()" method.

It's tempting to think this might set up an infinite loop where "fixCountrysProblems()" is called repeatedly as long as rationalDiscourse == true. However, I don't think try-catch blocks work this way. I would think something more along the lines of:

do
{
        try
        {
		fixCountrysProblems();
	}
	catch (PartisanException pe)
	{
		if (!pe.honestAndFairElections)
			break;
		else continue;	
	}
} while (rationalDiscourse == true)

"If they were in power, things would be a whole lot worse than they are."
It says what it means and it means what it says. No irony or subtext.

"Bipartisan curious"
Reported in the D-News coverage of Salt Lake City's sister rally. Sam Ponder's slogan is the best of the bunch, period.

Brandon's Big Gay Blog



On Topic...

More by Brandon Burt

Latest in Buzz Blog

© 2025 Salt Lake City Weekly

Website powered by Foundation