The King's Toaster

  • Thread starter emad
  • 15 comments
  • 1,085 views
5,622
eMadman
I stumbled upon this one recently. It's more funny if you actually know a couple engineers and programmers.

The King's Toaster

Anonymous

Once upon a time, in a kingdom not far from here, a king summoned two of his advisors for a test. He showed them both a shiny metal box with two slots in the top, a control knob and a lever.
"What do you think this is?"

One advisor, an engineer, answered first. "It is a toaster," he said.

The king asked, "How would you design an embedded computer for it?"

The engineer replied, "Using a four-bit microcontroller, I would write a simple program that reads the darkness knob and quantizes its position to one of 16 shades of darkness, from snow white to coal black. The program would use that darkness level as the index to a 16-element table of initial timer values. Then it would turn on the heating elements and start the timer with the initial value selected from the table. At the end of the time delay, it would turn off the heat and pop up the toast. Come back next week, and I'll show you a working prototype."

The second advisor, a computer scientist, immediately recognized the danger of such short-sighted thinking. He said, "Toasters don't just turn bread into toast, they are also used to warm frozen waffles. What you see before you is really a breakfast food cooker. As the subjects of your kingdom become more sophisticated, they will demand more capabilities. They will need a breakfast food cooker that can also cook sausage, fry bacon, and make scrambled eggs. A toaster that only makes toast will soon be obsolete. If we don't look to the future, we will have to completely redesign the toaster in just a few years.

With this in mind, we can formulate a more intelligent solution to the problem. First, create a class of breakfast foods. Specialize this class into subclasses: grains, pork and poultry. The specialization process should be repeated with grains divided into toast, muffins, pancakes and waffles; pork divided into sausage, links and bacon; and poultry divided into scrambled eggs, hard-boiled eggs, poached eggs, fried eggs, and various omelet classes.

The ham and cheese omelet class is worth special attention because it must inherit characteristics from the pork, dairy and poultry classes. Thus, we see that the problem cannot be properly solved without multiple inheritance. At run time, the program must create the proper object and send a message to the object that says, 'Cook yourself'. The semantics of this message depend, of course, on the kind of object, so they have a different meaning to a piece of toast than to scrambled eggs.

Reviewing the process so far, we see that the analysis phase has revealed that the primary requirement is to cook any kind of breakfast food. In the design phase, we have discovered some derived requirements. Specifically, we need an object-oriented language with multiple inheritance. Of course, users don't want the eggs to get cold while the bacon is frying, so concurrent processing is required, too.

We must not forget the user interface. The lever that lowers the food lacks versatility and the darkness knob is confusing. Users won't buy the product unless it has a user-friendly, graphical interface.

When the breakfast cooker is plugged in, users should see a cowboy boot on the screen. Users click on it and the message 'Booting UNIX v. 8.3' appears on the screen. (UNIX 8.3 should be out by the time the product gets to the market.) Users can pull down a menu and click on the foods they want to cook.

Having made the wise decision of specifying the software first in the design phase, all that remains is to pick an adequate hardware platform for the implementation phase. An Intel 80386 with 8MB of memory, a 30MB hard disk and a VGA monitor should be sufficient. If you select a multitasking, object oriented language that supports multiple inheritance and has a built-in GUI, writing the program will be a snap. (Imagine the difficulty we would have had if we had foolishly allowed a hardware-first design strategy to lock us into a four-bit microcontroller!)."

The king had the computer scientist thrown in the moat, and they all lived happily ever after.
 
That's cute (: But I fear it might be too much a read for some of our more simply minded friends.

MUHAHAHHAHAHAHAHAAAAA!

Simplification is the key to the future. Making / Using the right tool for the job.
 
LoudMusic
Simplification is the key to the future. Making / Using the right tool for the job.
Not accepted...

With todays prices on hardware, you're never going to get rich - You'll need a product so infinitely advanced, that it'll do ANYTHING and owners get to depend on having it.. Then they'll suddenly pay for repairs as well as the US$ 250 an hour support calls.. (Which you of course wouldn't get with the Right tool for the Job approach... )
 
ha ha ha, that's true too (:

But from an honest system administrator point of view, you have to stick to right tool for the job. That's why I want an S2000 for my 35 mile commute (:
 
rotfl.gif


Haha... the funny thing is I know what most of the stuff the "scientist" mentions in the joke because I'm studying the overall picture of information systems in college for my major right now.
 
What I don't understand is why you need a computer aspect to it at all. There were toasters before there were electronic computers. It could / should be purely mechanical.
 
maybe so you can have an "intelligent" toaster that knows to stop when the toast reaches the desired color/consistency?

Anyways, I think some toaster ovens have some microprocessors in them for whatever reason... but those are toaster ovens - not toasters.
 
Pretty funny from the point of veiw that i' m studying to become a computer scientist and we're encouraged to think thusly.
 
Flerbizky
You say that like it's a bad thing ?....
it is - look at the BMW M5 - all the technology on it takes away from the "real driving experience". The suspension anticipates what you're going to do and uses that anticipation to prevent body roll. A good driver (from a performance standpoint) would automatically assume that the car is at it's limits when in truth, it's nowhere near.

Also, lets not forget the convoluted iDrive system they have :)
 
I totally agree with Emad. Imagine if almost everything had some extra technology. TV's would have an computer that would anticipate your next move, your bookcase would notice standing in front of it, automatically giving you a book it thinks you want....

Horrible.
 
My computer gets so hot I cook my toast on it in the mornings.

P.S. KDE would be ideal for the toaster, since an egg timer app is already written for it. Better upgrade to 128 MB memory so you can run X11.
 
Back