> people are inspired to come up with good ideas to ward off bad ones. Interesting theory, but I think something else is happening here. If you have a bunch of people trying to solve a problem, the game is implicitly defined as "propose the best solution." After the first proposal, the game changes to "improve on the best solution so far." This is something to keep in mind during interviews [1] for people on both sid…
The McDonald's Theory of Bad Ideas
91–100 of 141 posts
Re: The McDonald's Theory of Bad Ideas
#92There's never really anything new in IT. Looking at past revolutions of the eternal IT wheel the next article will be about Fred Brook's "second system effect" where a simple 1st choice like McDonalds for lunch inevitably leads to a ridiculously overengineered second solution in reaction, like a $300/plate steakhouse or perhaps a strange ethnic restaurant for lunch 90 miles away. This article is basically a rehash of…
I've done something similar.
I was a new minted engineering manager. We had lotsa grumpy gate keepers. Domain experts who would withhold information, but happy to snipe later on.
So when it wasn't clear (to my immediate team) what to do, I'd add something really stupid, but plausible, to the requirements. Then claim the document was being sent to our dealer channel.
Oh boy! Then I'd get the feedback I needed.
Re: The McDonald's Theory of Bad Ideas
#93Earlier quoted context omitted.
Children do love their happy meals though. There wouldn't be a plethora of these fast food places all over the world if the vast majority of people didn't like McDonald's. It isn't healthy to eat at everyday, but every once in a while is fine.
about once a year is already pushing it
Re: The McDonald's Theory of Bad Ideas
#94I like McDonald's. It's cheap, consistent, and fast. I don't need to be a foodie for every damn lunch I have.
It is hard to consider McDonald's the "cheap option" when a big mac and fries is $8, but a gyro and fries that taste way better, and are ~30% more food is $5 at the place across the street. McDonald's is actually the second most expensive fast food option I've found, only being cheaper than Mucho Burrito (which is far better food).
Re: The McDonald's Theory of Bad Ideas
#95Re: The McDonald's Theory of Bad Ideas
#96Earlier quoted context omitted.
Wikipedia is actually a great example of how getting something started can eventually lead to something much better. Here's the first version of that article: http://en.wikipedia.org/w/index.php?title=Abilene_paradox... That's what Wikipedia was like after it was created: random people writing a few words about some subject they thought they knew something about. It didn't seem like it would amount to much, at the…
Maybe it hasn't amounted to as much as you think. In addition to a great deal of general information substantially duplicating what you already could have found on the internet (much of Wikipedia is actually scraped/aggregated from elsewhere, which is the real use of crowdsourcing here), it's also jammed full of trivialities and utterly biased, misleading, politicized articles guarded jealously by special interest gr…
Re: The McDonald's Theory of Bad Ideas
#97I use a technique like this when I am stuck trying to write code and can't figure out how to do it efficiently. I ask myself "what is the worst possible way to implement this function?" and start writing that. Sure enough, that gets my mind going almost immediately and I start thinking of the improvements needed to turn it into good code.
Often you overcomplicate implementation by thinking about the right way from the start, and while this is a good thing to do in general, sometimes it gets in your way. I like to think of the simplest possible way to write it (not necessarily the "worst" but just the simplest). Then you have something, anything at all, and you can go from there.
My ex-coworker always said "Make it work, then make it good, then make it fast." Good rule of thumb that has taken me pretty far in code productivity.
Re: The McDonald's Theory of Bad Ideas
#98There's never really anything new in IT. Looking at past revolutions of the eternal IT wheel the next article will be about Fred Brook's "second system effect" where a simple 1st choice like McDonalds for lunch inevitably leads to a ridiculously overengineered second solution in reaction, like a $300/plate steakhouse or perhaps a strange ethnic restaurant for lunch 90 miles away. This article is basically a rehash of…
When smart people explain complex subjects clearly and confidently we have the tendency to say "oh yeah, that makes a lot of sense." In reality nothing is always true but that doesn't necessarily mean it isn't good to fool ourselves into thinking so. In fact it's probably how progress is made. If people knew how hard most things were going to be at the outset, they'd never start and look for something easier to do.
Re: The McDonald's Theory of Bad Ideas
#99Of course, there is the risk that everyone thinks McDonalds is a swell idea, and then no one will ever do anything nicer for lunch ever again. Not to stretch the analogy too far, but I have had this happen both literally and figuratively.
As the guys who usual says "that's a swell idea", or "yeah, I'm down for some McNuggets" to really gross food decisions (masochism, I don't know), I personally love it when other folks throw out these "sequestration" choices because it's usually the only way to get everyone to go to McDonalds.
Re: The McDonald's Theory of Bad Ideas
#100There's never really anything new in IT. Looking at past revolutions of the eternal IT wheel the next article will be about Fred Brook's "second system effect" where a simple 1st choice like McDonalds for lunch inevitably leads to a ridiculously overengineered second solution in reaction, like a $300/plate steakhouse or perhaps a strange ethnic restaurant for lunch 90 miles away. This article is basically a rehash of…
I feel as if you read this as simply a rehash of known techniques, and what I saw was a light hearted/entertaining story, that anyone can relate to and take value from.