Slashdot Mirror


Cooking for Engineers

gbjbaanb writes "It's not often I post about a website, but this one is different. It is Cooking For Engineers. No big deal, you'd think - a web site about recipes and cooking. But go look at how he's presented it. Most recipes are designed for women, and their funny way of looking at the world. These are very different and instantly understandable for tech geeks like us. Oh yes, although he's been affected by firefox, he blames Microsoft. :)"

432 comments

  1. Poor guy... by ack154 · · Score: 5, Funny
    Kind of ironic that todays post was about traffic:
    All I can say now is: WOW!

    On Wednesday, my readership started to increase from 20-40 hits per day to over 150 hits. I was starting to approach 1000 total hits and was pretty excited about that, when on Thursday I received almost 2000 hits. Right now, (a little past 2:30pm Pacific Daylight Savings Time) I have received almost 6000 hits for Friday.

    Yesterday, with less than 2000 hits I exceeded by bandwidth traffic limitations for the MONTH. Thursday's transfers were in excess of 1 GB. I immediately upgraded the service from doteasy.com's free service to the highest tiered pay service, but that only gives me 20 GB per month. So, I'm in a bit of a pickle. I'm guessing the 20 GB will last only through the weekend.

    So, I need suggestions on low cost HIGH traffic (I guess I'll need about 10 GB per day) servers that I can move my website to. I don't need too much space (100 MB will last a long time) because the site is currently only 8 MB.

    As a warning this website might go down, but I'll do everything I can to keep it up and running.

    I'm also thinking about putting up a paypal donation thing, but that isn't going to help unless I can find a host that will be able to allow enough monthly traffic for the website to survive.

    You can post comments here or e-mail me at cooking@cookingforengineers.com.
    Poor guy... already having bandwidth troubles and then someone slashdots him...
    1. Re:Poor guy... by dschl · · Score: 2, Insightful
      Yeah, now's the time to indulge in complaining about /. "editors" not even bothering to look at the sites they post. Either Michael is stupid, or he is a heartless bast**d. Or both.

      Hope the site is still up in a month, and that I'll still remember to look at it by then.

      --
      Slashdot - the place where you can look like a genius by restating the obvious
    2. Re:Poor guy... by Anonymous Coward · · Score: 2, Interesting
    3. Re:Poor guy... by Trizor · · Score: 1

      Look at his site statistics: Visits: Today 39,843 Last Hour 16,781 As stated as a reply to this parent's parent. Use coral. In the articles I've submitted (0/2 posted) my links were coralized.

    4. Re:Poor guy... by ravenspear · · Score: 3, Insightful

      The worst part about it is after he spends a buttload to upgrade his service, things will go back to where they were and he will be paying for way more than needs.

    5. Re:Poor guy... by dschl · · Score: 5, Insightful
      >Use coral. In the articles I've submitted (0/2 posted) my links were coralized.

      The real question is, why don't the editors do it? Would it take too much time out of his busy, busy day for Michael to add nydu.net:8090 to a posting? If Perl is such a kickin' language, why doesn't Taco make links default to Coral if they are not submitted with it in the first place? That's largely what Coral was set up for - they even mention the /. effect by name on their site.

      --
      Slashdot - the place where you can look like a genius by restating the obvious
    6. Re:Poor guy... by Anonymous Coward · · Score: 2, Interesting

      he could turn his recipes into an open source project and host it on source forge where the bandwidth flows abundantly.

    7. Re:Poor guy... by loid_void · · Score: 2, Funny

      Just think, when Martha Stewart is back from jail, a sexy convict, and she has him on her show, he'll really have the bandwidth blues. I'll cc her now.

      --
      Anyone seen my jagged little pill?
    8. Re:Poor guy... by Anonymous Coward · · Score: 0

      Weee, I got to witness the moment of its baking, was browsing round, read a few articles about bandwidth and css, then moments after loading one page, loaded another (the first actual recipe I tried to read) and poof.

      Utterly pointless posting this I guess, but still, I felt it should be mentioned, that the site went down about 60 seconds before the timestamp on this comment :)

    9. Re:Poor guy... by baba · · Score: 1

      Not to negate your point, but there is still a small problem with your solution: Any links going off the main page of the submitted site will still not be Coralized.

      Any ideas about how to help with this limitation?

    10. Re:Poor guy... by ravenspear · · Score: 1

      OK, well I didn't really want to reply to myself but I just sent an email to clue him in.

    11. Re:Poor guy... by Anonymous Coward · · Score: 1, Informative
      Not to negate your point, but there is still a small problem with your solution: Any links going off the main page of the submitted site will still not be Coralized.

      Any ideas about how to help with this limitation?
      Look at the page source; all of the link and image tags explicitly point back to the original site. Coral won't automatically coralize or de-coralize addresses in the source. The site owner would need to remove his domain name from the addresses in his links and in his image tags. That is, instead of
      <A HREF = "http://www.cookingforengineers.com/foo/bar.html" >
      use
      <A HREF = "/foo/bar.html">
      The addresses of the images of the page would also be changed.

      Then, were anyone to coralize a page on his site, the links and images would automagically use coral's bandwidth instead of his.

      However, the site creator is using Blogger to write his html for him, which complicates matters slightly.
    12. Re:Poor guy... by Awptimus+Prime · · Score: 2, Insightful

      Not having thought it through much, I am guessing some sites would be upset about a :8090 link because it could affect advertising tracking and revenue.

      Hopefully, someone who knows a bit more about this matter will hop in the thread and explain it all.

    13. Re:Poor guy... by torpor · · Score: 1

      Did you miss the point that the cookingguy was monitoring his own content statistics?

      Can you do that with Coral, or is it 'proprietary info' that only belongs to them, once its on their net?

      --
      ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
    14. Re:Poor guy... by dschl · · Score: 2, Interesting
      > Did you miss the point that the cookingguy was monitoring his own content statistics?

      Sure he was monitoring them, so that he can track when he is totally screwed because his bandwidth costs exceed his net income. Did you miss the point that he was on a 1GB plan (with presumably expensive bandwidth overage charges), and then switched to the highest bandwidth plan available from his hosting provider?

      >Can you do that with Coral, or is it 'proprietary info' that only belongs to them, once its on their net?

      Don't know, don't care - stats are nice, but I would suggest that avoiding a server meltdown is much nicer. Why ask me anyways? Based on your UID, you should be well aware of the existence of Google. And as far as 'proprietary info', take off the tinfoil hat, will ya?

      --
      Slashdot - the place where you can look like a genius by restating the obvious
    15. Re:Poor guy... by Anonymous Coward · · Score: 0

      well, he does have the google adwords on the site, so I guess they'll help him somewhat. If anyone is worried about helping him pay - click them adwords, forget donations.

      Most hosts will help out if you contact them and tell them you've been slashdotted, they'll ignore the bandwidth for such lareg peaks - then you've only got the problems of keeping the residual bandwidth requirements after everyone knows your site is there, but again - he has advertising, so I guess that's no problem.

    16. Re:Poor guy... by Anonymous Coward · · Score: 0

      read the latest blog entry:

      "My wife was tired of listening to my screaming (in terror and delight) and clicking reload every second to see the update to my hits. About when I hit 12,000 hits an hour, she decided that it was time to leave work and go see a movie."

      reload every second.. uh-huh... so now we know the what the real slashdot effect is :)

    17. Re:Poor guy... by torpor · · Score: 1


      tin foil hat this: some people like to manage their statistics, some people like to know whats going on with their site, some people like to know whether some change they've made either draws new visitors or repels them.

      whether those people have anything to do with the content (cookingguy) or whether those people are only traffic collators (coral) who leech onto other peoples' net stats and usage info in order to provide network analysis to upstream marketing customers, is entirely independent of any tinfoil realities ...

      --
      ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
    18. Re:Poor guy... by Anonymous Coward · · Score: 0

      thats not ironic.

    19. Re:Poor guy... by dschl · · Score: 4, Interesting
      Generally, the people you reference who care deeply about statistics are not too worried about their bandwidth costs. I presume you recall how this thread started: the guy who runs the site is being crushed by the bandwidth demands, and a slashdotting was the last thing he wanted or needed.

      A coral cache isn't for use for every link you post - it is a perfect tool for links from sites which act as a lens, focusing a ton of traffic (such as slashdot, memepool, etc), much like the flash crowds in Niven novels. Low traffic sites such as my personal sites will never need to reference third party sites via a coral link, but then I get so little traffic that a link from my site is not going to even be noticed, let alone cause problems to any third party. Such is not the case with slashdot.

      Fine, don't use coral for a link to Amazon, or IBM. But use some judgement - it would be nice to be able to still visit the smaller (personal) sites and actually read the stories more than 1 minute after the site hits the main page. The smaller tech company site announcements about new products would likely appreciate avoiding a slashdotting.

      Also, Coral lists the IPs and hostnames of all of their servers, and updates a page every five minutes - if you were really obsessive about your stats, you could flag coral servers, and write a script to pull them from your Apache logs. If you saw them every five minutes, you could then safely assume that someone was saving your site from a hammering.

      You are truly paranoid, though. Coral is a university research project, hosted by volunteer mirrors. Apart from the fact that there are no hidden agendas or nefarious motives behind Coral, I doubt that the traffic stats for a flash crowd are very meaningful or marketable given the breadth of content covered over a month (mile wide, inch deep). For the revenues from the type of info Coral could collect, I doubt that it would even be worth the costs of setting up the hardware for caching servers, let alone writing the software and paying the bandwidth charges and staff time.

      --
      Slashdot - the place where you can look like a genius by restating the obvious
    20. Re:Poor guy... by Lord+Flipper · · Score: 1

      I hope some of the people here have (in a kindly manner) sent this fellow an email (cooking@cookingforengineers.com) to let him know about the /. phenomena.

      If he slips back into 40-60 hits a day, who knows?

      He should tough it out for a few days, pay the over-use fees, whatever they are, and give it a few days before upgrading, no?

      The site's great, too.

    21. Re:Poor guy... by 1110110001 · · Score: 1

      :8090 is not a good very good port. In my working place HTTP, POP3, IMAP, FTP and SSH are open. Everything else is closed. So if you change all links to a webserver on port 8090 you break it for me and many other people. If 80 wouldn't work I couldn't visit slashdot either, so why isn't the caching server running on 80?

      b4n

    22. Re:Poor guy... by bobbozzo · · Score: 1

      I guess no one has noticed, but coral doesn't seem to cache the images!

      --
      Nothing to see here; Move along.
  2. Basic idea by Humba · · Score: 2, Informative
    Assuming he's about to exceed his bandwidth quota (a story about his quota was the first
    post on the blog), the basic idea here is a the ingredients shown in an html table with the
    directions to whisk/boil/mash/etc in merged columns to the right of the ingredient column.


    Google cache shows the idea for his BBQ sauce recipe.


    --H

    1. Re:Basic idea by spitzak · · Score: 2, Insightful

      Tables look pretty good in an old Konqueror. I can see where he wants the vertical text, but to be honest I think the horizontal version I got is more readable.

    2. Re:Basic idea by connorbd · · Score: 1

      I like the notation he uses. Very concise, perhaps a bit odd-looking if it was typeset instead of rendered as HTML tables, but it works beautifully.

      That said, shouts out to Alton Brown (the patron saint of geek cooks) and the crew at Cooks Illustrated, and a toast to Julia the Great.

  3. Another book previously mentioned on /. by Anonymous Coward · · Score: 3, Interesting

    Also read: The Science of Cooking by Peter Barham

    1. Re:Another book previously mentioned on /. by Anonymous Coward · · Score: 0

      I am a raw foodist you insensitive clod.

    2. Re:Another book previously mentioned on /. by l-ascorbic · · Score: 1
      Anyone interested in the science of cooking should look at Heston Blumenthal's work. See the menu from his restaurant, a Q&A that he did on a cooking forum and especially his columns for the Guardian.

      He works with chemists, physicists, psychologists and even neuroscientists in order to come up with some creations that sound crazy but taste incredible. Stuff like tobacco ice cream, sardine sorbet, and frying potatoes in syrup and injecting them with benzaldehyde to create marzipan chips (fries). He's one of the best chefs in europe.

  4. Charts by keiferb · · Score: 5, Informative

    Those charts are genious.

    I can't count the number of times I've gotten lost following a recipe in a real cook book, but these things take a lot less time to read, and look like they'd be a lot easier to follow throughout the process.

    Plus, they're a lot more compact than a written-out recipe. That means I can fit more of them in my recipe bo...

    aw, who am I kidding?

    1. Re:Charts by Anonymous+Monkey · · Score: 3, Funny

      As a food geek, I'm impresed. If more recepis were written out like that I know more people who would relise that they didn't need to be slaves to processed food.....your right, who am I kidding?

      --
      We are the Borg...
    2. Re:Charts by AchilleTalon · · Score: 4, Insightful
      Well, seems engineers are easy to impress. And these pizza eaters just don't know cooking is an art, not a science. So, even if you have a good structure to support the ingredients, turning it into a real chef d'oeuvre need more than finite element analysis.

      I'd rather than like to see a cooking book from a chemist. These guys knows the difference between concrete and whipped cream.

      --
      Achille Talon
      Hop!
    3. Re:Charts by dschl · · Score: 3, Interesting

      There are a couple out there. I got one for Christmas a few years back, called CookWise by Shrley O. Corriher. I haven't used it much (I tend to use Extending the Table more often). Most of CookWise is about the how and why - the science behind cooking.

      --
      Slashdot - the place where you can look like a genius by restating the obvious
    4. Re:Charts by Anonymous Coward · · Score: 0

      Those charts are jeenyus.

    5. Re:Charts by pepsee · · Score: 2, Insightful

      It is puzzling why most recipe books don't use a hierarchical format for the ingredients. I often recopy recipes into a structured format so I can maintain mise en place.

      If you want to make Chinese food, try getting some of the recipe books by Weichuan, the Taiwanese food company. I have one of their books from the 1980s or so, which uses a nice format of grouping ingredients.

    6. Re:Charts by AchilleTalon · · Score: 4, Interesting
      Seriously, cooking has become really a scientific field studied at some universities. The reason I didn't mentionned it at start is I just don't remember the details. But I think a chemist at La Sorbonne a few others around the world, including one in Montreal (but may be it's a physicist) started studying and teaching cooking from the scientific point of view. Apparently, some well know Chef's are seriously consulting them. Among other astonished accomplishements, they found the exact ideal temperature and humidity to cook an egg. That's not a joke! The egg white is not liquid, nor solid. Something like this strange mix called liquid-solid.

      All this to say this engineering book about cooking is just a cook book about cooking and not real science.

      --
      Achille Talon
      Hop!
    7. Re:Charts by Anonymous Coward · · Score: 0

      your right
      My right? What does this have to do with my rights?

    8. Re:Charts by Methuseus · · Score: 5, Insightful

      So, are you saying that the average joe, who can follow a table recipe instead of a standard recipe, won't make anything that tastes as good as a frozen meal?

      I agree that the average person won't make an excellent chef, and that it takes more than a recipe to make excellent food. But to make good food that most people will eat merely takes a recipe and someone who can follow it.

      --
      Two things are infinite: the universe and human stupidity, though I'm not yet sure about the universe. - A Einstein
    9. Re:Charts by Jah-Wren+Ryel · · Score: 1

      The egg white is not liquid, nor solid. Something like this strange mix called liquid-solid.

      Otherwise known as egg-white plasma.

      You gotta be careful when experimenting with this stuff, if it gets too cold, it may turn into a superfluid and climb over the edges and out of the pan on its own.

      --
      When information is power, privacy is freedom.
    10. Re:Charts by dschl · · Score: 1
      Sorry, realized that I forgot to mention that Shirley Corriher is a biochemist - according to this site, she started out as a research biochemist at the Vanderbilt Medical School, and has consulted for food companies for several decades. The amazon page has a lot more reviews than the chapters page I linked to above.

      I wouldn't look to a physicist for cooking advice - while they could explain how to best crack an egg, I'd much rather follow a chemist's advice about somthing that is, after all, entirely about chemistry.

      --
      Slashdot - the place where you can look like a genius by restating the obvious
    11. Re:Charts by captaineo · · Score: 2

      Edward Tufte would be proud!

    12. Re:Charts by jx100 · · Score: 1

      Bbut.. isn't physics the only science?

    13. Re:Charts by dschl · · Score: 1

      I always laboured under the impression that physics was a mere subset of mathematics. Cooking is an art, and so is chemistry.

      --
      Slashdot - the place where you can look like a genius by restating the obvious
    14. Re:Charts by brunson · · Score: 1

      Most cookbooks list the ingredients in the order they will be used in the process.

      --
      09F911029D74E35BD84156C5635688C0
      Jesus loves you, I think you suck
    15. Re:Charts by pbaumgar · · Score: 1

      I read your post... I have no idea what you're talking about. Can you post it again? "All this to say this engineering book about cooking is just a cook book about cooking and not real science." What the hell does that mean?

    16. Re:Charts by pbaumgar · · Score: 2, Insightful

      "I agree that the average person won't make an excellent chef, and that it takes more than a recipe to make excellent food." No. Most recipes suck. They assume the person knows how to cook at the basic level (ie. saute, braising, broiling, baking, seasoning, etc.) Most people don't understand basic cooking skills. You don't learn these by following a recipe. You don't learn proper seasoning by following recipes. Cooking and cooking correctly is a skill, honed by hours of practice. There is no right or wrong, but when it comes to basic cooking techniques and seasoning, there is. Salt is good... most people don't understand that simple phrase.

    17. Re:Charts by dargaud · · Score: 2, Interesting
      [...] a chemist [...]
      I think that would be Hervé This, who publishes a monthly scientific cooking column in the French edition of Scientific American. Pretty nice guy too.
      they found the exact ideal temperature and humidity to cook an egg
      That's 65C. The white cooks at 64 and the yolk at 66. You want to keep the yolk raw because that's where the taste is (like when you do a zabaione/sabayon and cook the white because it's gelatinous. But you need an advanced oven for that.
      this engineering book about cooking is just a cook book about cooking and not real science
      And what is science if not trial/error and explaining the results so you can do better next time ?!?

      PS: my recipe book (warning, 6Mb and all in french)

      --
      Non-Linux Penguins ?
    18. Re:Charts by Igmuth · · Score: 1

      Yes, but to season you have to be able to cook. Learn to cook some simple (and not so simple) things first. Then learn to make them good.

    19. Re:Charts by johannesg · · Score: 1
      My problem isn't following the recipes, it is that I find it very hard to find the right ingredients. Take his recipe for garlic potatoes: he puts in something called "red potatoes" which I have never seen before in my life. Now, there are four supermarkets and at least two vegetable shops within walking distance of my house, and they probably sell 10-20 different types of potatoes. Can I substitute one of those? Which one would be best? Would having the wrong type of potatoe ruin the recipe, or is that solely caused by my lack of cooking skills?

    20. Re:Charts by r_j_prahad · · Score: 1

      I'd rather than like to see a cooking book from a chemist. These guys knows the difference between concrete and whipped cream.

      That would be none other than Robert L. Wolke (http://www.professorscience.com/), professor emeritus of chemistry and a syndicated food columnist. Look for his cooking books on Amazon.

    21. Re:Charts by DunbarTheInept · · Score: 1

      While your observations about cooking being an art are true, its irrelevant to the question at hand because writing out the recipie the traditional way (as a list of instructions) is just as likely to result in a bland un-artistic result as writing it out in the chart form. In either case the cook who follows the program unerringly like a robot is not doing art.

      Using the chart does nothing to remove the artisitc nature, any more so than writing it as a list of instructions in terse prose does.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    22. Re:Charts by Awptimus+Prime · · Score: 1

      Amen to that... The headline demonstrates the flaw of "thinking like an engineer" by mistaking creative chatter in food preparation articles for being feminine.

      There is no bit.

    23. Re:Charts by Anonymous Coward · · Score: 0

      Oh my Mod! I almost spit a mouthful of beer. Mod+5 Funny.

      This may be a double post, but in any case I was wondering why this is in *developers*?

    24. Re:Charts by Anonymous Coward · · Score: 0

      I am amazed you can't find red potatoes. (I'd almost call you troll. But...) They are the second most generic kind of potato that exists. They are usually right next to the Idaho Russet in the market. They are not strictly red per se, but rather, a dark pink. They have a smooth skin versus the rough skin of a Russet.

      A better bet(because quality can sometimes mask mistakes) is to try Yukon Gold potatoes. They are a branded potato, much like Vidalia Onions are a branded onion, so they have to have specific qualities before they can be called Yukon Gold. They are creamier and sweeter than any other potato. Once you can make those tasty, move back to red potatoes, because those hold form better once cut and when you master them your garlic potatoes will look like potatoes and less like chunky-cut hash browns. Oh! Don't burn the garlic!

    25. Re:Charts by johannesg · · Score: 1

      Troll? No, I just don't live in the US, that's all... We don't have Idaho Russet or Yukon Gold potatoes either, we have our own brands.

    26. Re:Charts by Lemmy+Caution · · Score: 1

      And she is both a geek and woman, giving a twist to the annoying write-up.

      "Written for women, not for geeks" indeed. Good grief.

    27. Re:Charts by macsuibhne · · Score: 1

      Desiree, roma and stroma are three U.K. varieties that are (visually) like the red potatoes in the U.S. Don't know whether they cook the same though.

      --
      -- "Quis custodiet ipsos custodes?" -- Juvenal
    28. Re:Charts by Bob+Uhl · · Score: 1

      For those who don't use French units, that indicates that the perfect temperature to cook an egg is 149 degrees.

    29. Re:Charts by Thomas+Shaddack · · Score: 1
      I always laboured under the impression that physics was a mere subset of mathematics.

      Mathematics is the servant of physics.

      Mathematicians are like tailors. They make a lot of clothes; various sizes, various shapes, various number of sleeves and legs. Physicists then come to the warehouse where these things are stored, and search for the proper clothes that will fit their experimental creatures.

    30. Re:Charts by tincho_uy · · Score: 1

      Well.. I agree with you in that cooking is more art than science. This doesn't mean however, that giving it a little scientifc spin doesnt't help. For instance, Ferran Adria, a guy considered one of the best chefs in the world, works with 2 chemical engineers in order to find new ways to cook food.

  5. Alton Brown... Is that you? by Anonymous Coward · · Score: 5, Funny

    I thought there was already a Patron Saint chef of geeks... Alton Brown!

    1. Re:Alton Brown... Is that you? by junkh3ap · · Score: 3

      OH man, are you on the money. Alton r0xx0rs!!

    2. Re:Alton Brown... Is that you? by idontgno · · Score: 1

      I wonder if AB's seen this. It's fascinating, to say the least.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    3. Re:Alton Brown... Is that you? by connorbd · · Score: 2, Insightful

      I mentioned in another post Cooks Illustrated -- they've got the scientific approach down. And we can't forget Julia -- after all, Mastering the Art of French Cooking was as much about technique as it was recipes.

      Truthfully, I think Alton Brown would point to Harold McGee, as would Shirley Corriher and Howard Hillman.

  6. XML by TedTschopp · · Score: 4, Interesting

    How about creating an XML namespace for this format...

    That could be fun....

    Ted Tschopp

    --
    Fantasy remains a human right; we make in our measure and in our derivative mode... -- JRR Tolkien
    1. Re:XML by bunnyman · · Score: 5, Informative

      Already beendone.

    2. Re:XML by ZenFu · · Score: 1

      Already been done.

      Thanks for the useful link. I haven't worked a lot with DTDs, but I a schema that descibes the articles grahpics would be helpful. That way your xml editor could create an auto-complete skeleton of the recipe graphic once you type in the top tag - or perhaps even that can be automated.

      Once that's done, there's also the xsl part to work on. And then there's also the possibility of working on a transformation to XSL-FO or SVG so you can dump the graphics out in a variety of media. Seems like this guy and people like him could use it.

      I've actually considered working on such stuff since I could actually learn learn something while working with an interesting topic. However, there's all this other stuff to work on and my cousineau book just arrived...

    3. Re:XML by Anonymous Coward · · Score: 0

      More to the tune:
      How about UML sequence diagrams ...
      How about developing OO framework ...

    4. Re:XML by Anonymous Coward · · Score: 0

      Then get 3 more guys on board and publish a book
      entitled "Cooking Patterns". :-)

    5. Re:XML by Anonymous Coward · · Score: 0

      Is their license agreement for real?

      How can they justify the copyright on a specification extending to every implementation? I can write a program that reads/writes RecipeML files without including any portions of the spec or DTD. Actually using the "RecipeML" mark might be another matter, but that has nothing to do with copyright.

      And what's with "THIS SOFTWARE" in the disclaimer? What software? The license is only applied to a spec in english and in DTD form. As far as I can see, "FORMATDATA" has not provided any software of their own at all.

      I dunno, it just looks like a poorly adopted BSD license done by someone with a deficient understanding of the applicable laws. IANAL, but from the looks of things, neither was anyone involved in the creation of that license.

    6. Re:XML by cei · · Score: 1

      Even better: eXtreme Cooking. Highlights include cooking in pairs; coming up with a set of tests to determine if the meal is "done"; and the inevitable "refactoring"

      --
      This sig intentionally left justified.
    7. Re:XML by jrumney · · Score: 1
      Already beendone.

      That schema is very tightly coupled with the traditional recipe format, listing ingredients first, then steps. A schema for the table recipe format used in the article would have to be more heirarchical, with ingredients nested at the deepest level.

  7. Chart Idea Awesome by MagicDude · · Score: 4, Interesting

    That's a great way of presenting all the steps in the process. Whenever I cook, I always assume that the long step is always the last one (Bake for 90 minutes, simmer for 30 minutes, etc). I've had to order out for chineese many times when trying new receipies because step 4 of 12 is something like "Marinate for 29 hours", and you know, I didn't really bother to read past the list of ingredients. I just figure that if I don't have to shop for it, I can cook it that day.

    1. Re:Chart Idea Awesome by rgmoore · · Score: 5, Informative

      Perhaps you should learn a lesson from this: read everything before you do anything. It isn't necessarily just a question how long the recipie takes, either. Sometimes a recipie will call for a tool or pan that you don't have and can't improvise easily. Sometimes you'll have to time things so that two subcomponents of a recipie come are finished at the same time. Just remember that you should know the whole recipie before starting and you'll save yourself a world of grief.

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

    2. Re:Chart Idea Awesome by jamespharaoh · · Score: 1

      There's another trick you can use here... Improvise! Seriously, just skip the step and see what happens or whatever. It might not be important.

      When I cook I tend to read three or four recipes then just pick the bits from each one which sound good. Then I normally screw up and have to recover from some emergency but it always (ok, normally) comes out good!

      Surely that's how you learn?

    3. Re:Chart Idea Awesome by dargaud · · Score: 1
      Sometimes a recipie will call for a tool or pan that you don't have and can't improvise easily
      I find it interesting to see the way people improvise when missing something in a recipe. Some will completely screw up in obvious ways ("No tomato paste ? Let's use mayonaise !"). Me, I'm used to camping with light equipment so I'm used to adjusting recipes a lot: was even filmed cooking at Yosemite campground by a National Geographic team. If anyone knows if this scene made it off the cutting room floor of NatGen documentaries, I'd like to know.
      --
      Non-Linux Penguins ?
    4. Re:Chart Idea Awesome by Sirch · · Score: 1

      RTFR!

      Seriously, if you're not au fait with cookery, reading the whole recipe before you embark is a very good idea, as you can measure it against your limitations.

      Perhaps, if people have more of a graphical leaning, someone should come up with a set of symbols to put at the top of recipes - I know that I have one or two cookbooks with prep time and cooking time at the top, plus how many it serves, but maybe there should be symbols for techniques and tools required? Like, whether a griddle is required, or a blender...

  8. My favorite engineer recipe. by Daleks · · Score: 5, Funny

    1. Find a woman who can tolerate you.
    2. Enter the kitchen with her.
    3. Do whatever she says.

    Actually, if you leave out step 2 the other steps nearly always apply.

    1. Re:My favorite engineer recipe. by Thing+I+am · · Score: 1

      I picked #1 and she does all the cooking. I do the dishes like a good boy.

      --
      That sucking sound you hear is my bandwidth.
    2. Re:My favorite engineer recipe. by Anonymous Coward · · Score: 0

      4. Sell her ass out on the street!!!
      5. Profit!!!

    3. Re:My favorite engineer recipe. by kfg · · Score: 5, Interesting

      3. Do whatever she says.

      Mine always says, "Feed me."

      I'm a much better cook than she is. That's ok, she's a much better welder. These are modern times. I make the Pad Thai, she makes the locomotives. It works for us.

      I read recipies, but I don't "follow" them. I read them to get ideas, just as I use engineering manuals to get ideas, not find solutions. The books never have the questions I'm working on in them. When we ride on trains she'd be happier knowing I had designed it, I'd be happier knowing she'd built it. We don't ride trains much. We know too much.

      The trick is to learn your ingredients and processes, then whatever you happen to have in the house (and/or lawn. Dandelions, purslane, violets, clover, day lilies, chicory, all wonderful foodstuffs) becomes your "recipie."

      Recipies are great for the beginner or casual cook, but the idea really is to go beyond them, to use them as lab practicums to understand what you're doing and why.

      Recipies are rarely presented this way though. Read James Beard's Theory and Practice of Good Cooking. It's full of recipies, but they're all there to illustrate a point, much as a good engineering manual.

      KFG

    4. Re:My favorite engineer recipe. by Coupons · · Score: 3, Insightful

      Steps 2 and 3 look easy enough.
      I've been working on step 1 for 35 years without much success.
      Perhaps it could be factored into a. b. c. ...

      --
      If we knew what we were doing, it wouldn't be called research, would it? ~ Albert Einstein
    5. Re:My favorite engineer recipe. by Daleks · · Score: 1

      I've been working on step 1 for 35 years without much success.

      Are you sure you're not confusing step 3 with step 1?

    6. Re:My favorite engineer recipe. by cybersaga · · Score: 1

      My wife is better at, well, uh, working... damn...

      But I spent three years working as a cook in a restaurant, which brought me up to her level of cooking. I like to experiment though. The only thing that went bad (so far) was some fish I made that she didn't like at all and just couldn't eat.
      A cook is only as good as his ingredients.

    7. Re:My favorite engineer recipe. by kfg · · Score: 1

      My wife is better at, well, uh, working... damn...

      Don't sweat it. Lot of that going around.

      A cook is only as good as his ingredients.

      True, but a chef's ingredients are as good as he is. If all you have is spoiled fish you make a spoiled fish dish.

      KFG

    8. Re:My favorite engineer recipe. by Anonymous Coward · · Score: 0

      Not bad, but the welding mask gets annoying sometimes.

    9. Re:My favorite engineer recipe. by lakeland · · Score: 1

      My only problem with this is time...

      When I'm at work I cope fine with deadlines, but I love to cook and I just can't stand doing it to a deadline. So, if I get home at 6 and was just cooking for myself, chances are I wouldn't get dinner to the table until 9.

      Unfortunately that doesn't go down so well with my wife, who tends to get hungry very shortly after work (like an hour or two). So, I do my share of cooking but unless it is the weekend, I don't enjoy it much.

      *shrug*

    10. Re:My favorite engineer recipe. by Spoing · · Score: 1
      1. 3. Do whatever she says.
      Why? I'm a better cook than most of the women I've dated. In fact, most can barely cook anything too complex or if they don't follow strict and basic directions.

      Cooking is a set of suggestions with only a few rules -- and most of the rules are generic techniques.

      It took me a few years to convince one girlfriend to improvise. Early on, she'd be quite annoyed if I dropped items from the list of ingredients or added new ones...let alone not aollowing the exact measurements.

      --
      A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
    11. Re:My favorite engineer recipe. by kfg · · Score: 5, Insightful

      That's why God invented soups and stews. You make one huge pot of something that you can eat out of at will during the week. Keep "evolving" it for variety. What starts out on Sunday as a couple gallons of lentil soup ends up as a few bowls of lentil and potato curry by Thursday.

      The entire art of homemade "convienience" foods seems to have died out, in fact the two are often considered antithetical, but the microwave oven makes them an more valid than ever.

      Rice and bean dishes are also excellent for cooking in bulk.

      Then when she wants to eat at 6, but you want to cook until 9, you can prepare her (or she can help herself) a quicky mini-meal with a cup of hot chocolate (or wine if her taste turns in that direction), and you're free to cook until the contentment of that wears off.

      KFG

    12. Re:My favorite engineer recipe. by MickLinux · · Score: 1

      Does your wife really build locomotives? If so, what kind / scale ? I know that's kindof OT for this thread, but I find it quite interesting.

      --
      Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
    13. Re:My favorite engineer recipe. by Anonymous Coward · · Score: 0

      I like your style. That what I did. I think they called them appetizers back in the day...

    14. Re:My favorite engineer recipe. by Anonymous Coward · · Score: 0
      if I dropped items from the list of ingredients or added new ones...let alone not aollowing the exact measurements.

      To every rule an exception. In baking, (I don't mean casseroles) that doesn't apply. Bring in the chemists.
    15. Re:My favorite engineer recipe. by kfg · · Score: 1

      That would be 1/1 "scale."

      When I used to own an R/C racetrack people would automatically assume I meant model trains when I answered their question as to what my wife did because of the context in which they asked the question.

      I always found their expressions rather amusing when I corrected this misapprehension. All 5'4" (she'd be upset if I didn't mention "and a quarter")/163 cm (and nearly a quarter)of her didn't exactly fit their notion of what a welder should look like. Guess who always gets sent to do work inside fuel tanks?

      She's gotten to drive one of these, albeit only out of the final assembly shed into the yard. I'm still envious, but hey, she built it and I didn't:

      Acelae Express

      KFG

    16. Re:My favorite engineer recipe. by MickLinux · · Score: 1

      From your posted link, I take it she builds Amtraks. BTW, your link was broken, but perhaps you meant this --

      http://www.amtrak.com/servlet/ContentServer?page na me=Amtrak/am2Route/Vertical_Route_Page&cid=1080772 074490&c=am2Route&ssid=134

      Anyhow, you kindof answered my question, because I have an idea for a new train design / service plan that might be able to make Amtrak not only profitable, but popular.

      Essentially, it is a plan that will make every trip nonstop from point to point, at about 60+ mph.

      As with most of my ideas, I tend to like to public-domain them, so that they aren't patentable.

      http://slashdot.org/~MickLinux/journal/67543

      Aside from that, I'd note that to make it cheap, you can take a page out of Vanderbilts book, in what he did with serving meals aboard the trains. Since you have one engineer per car, but only 3-4 on active duty, the rest can assist customers in getting to their cars, serve meals, etc. Since meals will be a high-profit item, then the tickets can be cheap. With cheaper tickets, you get more customers, and more frequent trips. That makes the trains more convenient.

      --
      Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
  9. Tiramisu: "whisk to stiff peaks," by Anonymous Coward · · Score: 4, Funny
    "layer and spread twice." I don't know whether to be hungry or horny!

    ~~~

  10. Sorry, I don't see what's so special by winkydink · · Score: 2, Insightful

    In a standard recipe, ingredients are listed in the order in which you use them. I don't see what's so peculiar about that that makes it "womanly"

    If you look at the whole recipes on his site, there's still your normail, detailed instructions. I guess it's nice having a quick synopsis at-a-glance, but I'm going to carefully read the entire recipe if it's new to me before I even begin mis en place

    This is especially true with baking which is much more akin to chemistry than, say, tomato sauce.

    --

    "I'd rather be a lightning rod than a seismometer." -Ken Kesey

    1. Re:Sorry, I don't see what's so special by kfg · · Score: 3, Insightful

      To understand the modern recipie you have understand it's history and just what it is it's trying to tell you.

      The recipie as we know it comes to us from the French school of cooking. The French follow the practice of preparing all of the ingredients first and then applying process to them.

      So the list of ingredients isn't simply a list, it's a list of things to do.

      Chop some foo, put it in a bowl. Now take these spices, put them all in another bowl. Dice some bar, put it in a third bowl.

      Now apply process 1 to bowl 1, etc.

      It's perfectly concise and understandable once you understand the meta instructions.

      Frankly I find those diagrams nearly unreadable and representative of what's wrong with most engineering manuals, but then I was raised by women.

      KFG

    2. Re:Sorry, I don't see what's so special by pepsee · · Score: 2, Informative

      It's funny you mention both baking and tomato sauce.

      Baking usually requires two mixtures, one of "wet" ingredients and one of "dry" ingredients. Hierarchical instructions would be very useful in this case. Also, some people might not realize that sugar is a "wet" ingredients, so it's nice to have these borders clearly delineated.

      Tomato sauce is plenty chemistry. Try cooking some in an iron pot and see what happens.

    3. Re:Sorry, I don't see what's so special by kfg · · Score: 1

      Tomato sauce is plenty chemistry. Try cooking some in an iron pot and see what happens.

      It hasn't exactly done wonders for the anodizing of my Calphalon pots either, although this process is somewhat less dramatic.

      KFG

    4. Re:Sorry, I don't see what's so special by HarvDog · · Score: 1

      or aluminum :)

      --
      I don't care what the question is, but the answer is FileMaker. --HarvDog
    5. Re:Sorry, I don't see what's so special by TomV · · Score: 2, Funny

      The standard Recipe isn't even primarily meant to be a set of instructions at all. It's there so that the cook can explain to the employer (you *surely* aren't one of those common riff-raff who have no staff and have to cook their own food?) why they've bought 18 eggs this week, and what happened to the 2 lbs of butter you've paid for, and why on earth they spent your money on this 'coriander' stuff.

      After a while, this Itemised Invoice From the Kitchen evolved into a set of instructions, but at heart, it's just an Invoice.

    6. Re:Sorry, I don't see what's so special by kfg · · Score: 1

      I think you'll find that the most ancient roots of the modern recipe are nearly inseperable from the field of medical alchemy and have always been a list of ingredients and processes. The oldest surviving recorded recipes have been found in Egyptian tombs. Often the ingredients consist of items that can simply be found for free, e.g. dandelions, violets and purslane and cooks have maintained private recipe books since the first literate cook got ahold of a bit of papyrus and they function not only as a personal aid to memory, but also so that the cook can explain to his/her disciple what to do with the eggs.

      Recipes are lore and deep juju. Always have been.

      They also predate the time when anyone with the wherwithal to have a cook had to buy eggs or butter, or actually employ a cook for that matter. You got them from your chickens, cows, peasants and sharecropers. Your chickens and cows were your money, as was your cook.

      KFG

    7. Re:Sorry, I don't see what's so special by Toresica · · Score: 1

      Frankly I find those diagrams nearly unreadable and representative of what's wrong with most engineering manuals, but then I was raised by women.

      I am a woman, and the diagrams look fine to me.

      I don't see how this is "cooking for engineers", though. I mean, it looks like any old recipe to me.

    8. Re:Sorry, I don't see what's so special by winkydink · · Score: 1

      Vary the amounts randomly in a cake recipe. Do the same with a tomato sauce recipe. Which has a greater probability of being edible?

      --

      "I'd rather be a lightning rod than a seismometer." -Ken Kesey

    9. Re:Sorry, I don't see what's so special by kfg · · Score: 1

      I am a woman, and the diagrams look fine to me.

      No particular reason why they shouldn't. My reference to women was sardonic, prompted by the story blurb.

      I don't see how this is "cooking for engineers", though.

      Well that's perfectly understandable, since it isn't. Engineers are people who take problems and create solution sets for them. Stir fried random is cooking for engineers. Dumpster Diving for Chop Suey is cooking for engineers. What I Found in my Lawn Salad is cooking for engineers. In short, recipe creation is cooking for engineers.

      I almost wrote a long post about this using Lego as an example. A recipe follower who wants to build a Lego space ship goes out and buys a Lego Space Ship kit and follows the directions. An engineer inventories his block collection and devises a way to build a space ship from them.

      But I didn't, which is probably just as well.

      KFG

    10. Re:Sorry, I don't see what's so special by HeyLaughingBoy · · Score: 1
      but then I was raised by women.

      You know, I hadn't thought about this, but so was I.

      I've often wondered about some of the silly comments made here in respect to women (like the one introducing the submission) and if there was something about the "geek mindset" I just didn't get. But I haven't had to think for a long while about the fact that I'm a man who was raised in a mostly female extended-family household. Women have commented in the past that they feel it's influenced my thought process, but somehow I just never made that connection to my feeling that so many Slashdotters have no clue how normal and capable most (yeah, I've dated at least one psycho :-) women are.

      Thanks for the food for thought.
  11. It's a forgery by nutshell42 · · Score: 4, Insightful
    no self-respecting engineer would use Imperial instead of metric

    --
    Don't think of it as a flame---it's more like an argument that does 3d6 fire damage
    1. Re:It's a forgery by El · · Score: 4, Funny

      Yeah, but where do I find an oven that's calibrated in degrees Kelvin?

      --

      "Freedom means freedom for everybody" -- Dick Cheney

    2. Re:It's a forgery by irokitt · · Score: 2, Interesting

      Alright, I'll bite. I'm American, and I hate the Imperial system, and use metric whenever I can. But I got sick of all of my friends asking me to convert things to Imperial, so when talking to other people I just try to make the leap.

      If this guy had used metric, every US reader would have either left his site right away or e-mailed him to complain about it.

      To make matters worse, you wouldn't believe how hard it can sometimes be to find metric measuring cups in America!

      --
      If my answers frighten you, stop asking scary questions.
    3. Re:It's a forgery by base3 · · Score: 5, Funny

      It's just "Kelvin," not "degrees Kelvin," damn it :).</nerd>

      --
      One CPU cycle wasted on digital restrictions management is ONE TOO MANY.
    4. Re:It's a forgery by Anonymous Coward · · Score: 0

      solution:

      x degrees F (y degrees C) [z K]

    5. Re:It's a forgery by mark-t · · Score: 1
      But I got sick of all of my friends asking me to convert things to Imperial
      At this point you should have just politely told your friends that google contains a wonderful unit conversion facility that is sure to meet their needs.

      And either they will be quite contented of having to use a unit conversion utility, learn how to convert between imperial and metric in their head, start actually thinking in metric themselves for a change, or stop trying to talk to you altogether. No matter what the result, your problem is solved.

    6. Re:It's a forgery by frantzdb · · Score: 3, Funny

      Bah! Unlike scientists, engineers are bilingual. Just remember, there are about 0.1554slugs of flour in a five-pound bag.

    7. Re:It's a forgery by rokzy · · Score: 1

      real scientists don't use units. everything is put into dimensionless form.

      most don't bother with constants either. if you're a particle physicist or relativitic quantum mechanic you use the speed of light = 1 and Planck's constant = 1. everything else follows.

      SI units are for... well, we call them "norms" :-)

    8. Re:It's a forgery by Anonymous Coward · · Score: 0

      "you wouldn't believe how hard it can sometimes be to find metric measuring cups in America"

      R U serios?

      U cannot be serios?

      You mean that manufacturers in the US cannot be bothered to add the metric measurements onto the measuring jug? To include a metric scale on the weighing scales? Honestly?

      Also America doesn't use Imperial. It uses "English" which isn't English at all, because we use Imperial. An Imperial Gallon/Pint is certainly very different from a US Gallon/Pint.

    9. Re:It's a forgery by Moofie · · Score: 3, Insightful

      Any self-respecting engineer would be comfortable using either system.

      --
      Why yes, I AM a rocket scientist!
    10. Re:It's a forgery by Quo_R · · Score: 1

      In my kitchen..

    11. Re:It's a forgery by GrimReality · · Score: 4, Informative
      Yeah, but where do I find an oven that's calibrated in degrees Kelvin?

      If you are an engineer, you could probably get one, albeit, really expensive and probably not built to easily accommodate standard kitchen stuff. :-)

      By the way, there is no 'degrees Kelvin'. It is an absolute unit, and it is just 'kelvin'. Yeah, there is no 'Kelvin' only 'kelvin', unless you are saying 'Lord Kelvin' :-)

      So much pedantry for the day :-) LoL

    12. Re:It's a forgery by Anonymous Coward · · Score: 0

      ^nerd^pedant

    13. Re:It's a forgery by cjpez · · Score: 1
      Yeah, but where do I find an oven that's calibrated in degrees Kelvin?
      Well, you're not likely to find one in Kelvin per se, but it's probably not impossible to find one in Celsius (or is that Centigrade?) after which some simple addition can be employed to do all your cooking in kelvin. :)
    14. Re:It's a forgery by Anonymous Coward · · Score: 0

      Mine is, but it's only accurate at about 575 degrees.

    15. Re:It's a forgery by big+tex · · Score: 1

      And on a good day, both.

      Nothing throws the old guys for a loop like doing stress calculations is kips per square meter.

      --
      I think I need a new sig here.
    16. Re:It's a forgery by HarvDog · · Score: 1

      I asked about the imperial metric conversion thing in my first culinary class, and my instructor said that the metric versions of our recipes are not exact conversions. The way she explained it, "Nobody wants to measure out 237 milligrams of flour."

      Most metric recipes are adjusted so that the measurements make sense.

      --
      I don't care what the question is, but the answer is FileMaker. --HarvDog
    17. Re:It's a forgery by Anonymous Coward · · Score: 0
      Sure, if your definition of pedant is
      person who is correct, as seen from the eyes of the willfully ignorant
    18. Re:It's a forgery by Anonymous Coward · · Score: 0
      Just remember, there are about 0.1554slugs of flour in a five-pound bag.

      Mmmmmmm. Slugs...

    19. Re:It's a forgery by Jardine · · Score: 1

      You mean that manufacturers in the US cannot be bothered to add the metric measurements onto the measuring jug? To include a metric scale on the weighing scales? Honestly?

      Liquid measuring cups do have both scales on them. It's when you have dry measurings cups. You can get both types here but most recipes here use "3 cups of sugar" rather than "750mL of sugar". We have both sets in the kitchen but the non-metric set gets used much more often.

      Of course for Home Economics (a mandatory high school course here), everything is done in metric. This really confuses things.

      I'm in Canada so some things are probably different elsewhere.

    20. Re:It's a forgery by epsalon · · Score: 1

      "cups" have nothing to do with Imperial units. I'm in Israel and all recepies use cups all the time for measuring both liquids and dry stuff. I just take a (gasp!) cup and use it as many times as needed to measure the amount.

      Some recepies do convert cups to mL for convenience, but most don't.

    21. Re:It's a forgery by E-Rock · · Score: 5, Funny

      I think NASA tried using both and it didn't work out so well.

    22. Re:It's a forgery by Anonymous Coward · · Score: 0

      Re: your sig -
      What happened in 1999 to stop you coding?

    23. Re:It's a forgery by connorbd · · Score: 2, Informative

      The Brits are the best about it -- both Imperial and metric units, because they've used both for a few decades. Their cookbooks usually have both units, and if you're an American trying to use British gallons (for example) you can use the metric quantities for disambiguation.

    24. Re:It's a forgery by greay · · Score: 1

      I'm guessing it's "Proud to be (a Linux user who can't code) since 1999."

      Point being, there /are/ Linux users who can't code. ;)

    25. Re:It's a forgery by 808140 · · Score: 1

      And just to further confuse matters, while you write 'kelvin', the SI unit is K (capital), as lowercase k is the kilo prefix (kK anyone?)

    26. Re:It's a forgery by Engineer+Andy · · Score: 2, Interesting

      Correction. When a unit is named after a person, like the Newton (unit of force), the Kelvin, or the Gauss, the Volt, the Tesla, or the Farad.

      You are spot on re the 'degrees Kelvin' thing though.

      http://physics.nist.gov/cuu/Units/units.html

      --
      "And we have seen and do testify that the Father sent the Son to be the Savior of the World" 1 John 4:14
    27. Re:It's a forgery by Col+Bat+Guano · · Score: 1
      Yeah, but where do I find an oven that's calibrated in degrees Kelvin?

      I don't know, but my oven goes up to 11!

    28. Re:It's a forgery by Noksagt · · Score: 2, Interesting

      Depends on which style manual you are using. I've useually used lower case kelvin (but cap-cased Celsius and Farenheit).

      I've never really seen angstrom capitalized. Starting it with the "latin capital A with ring above" (Å), as you use for the abbreviation, is definitely wrong.

    29. Re:It's a forgery by sketerpot · · Score: 1

      Nobody wants to measure any amount of flour by weight. By volume, sure---if I could find metric measuring cups.

    30. Re:It's a forgery by Toresica · · Score: 1

      Relabel it. ;) Trace over the Celcius labels if you need to to get the proper places to put the labels.

      Actually, that sounds like a good idea. I'll go do that right now.

    31. Re:It's a forgery by stormhair · · Score: 1

      Yes that's fine, except for the fact that the measurements aren't always the same in each set of units. This means that you should either use all metric measurements or all imperial ones and not mix-and-match. I've buggered up a number of recipes by forgetting this.

      That being said, I can't remember the last recipe I've used that used gallons of anything ;-) - Probably a soup or something.

    32. Re:It's a forgery by egarland · · Score: 1
      Metric is such a great example of bad engineering and, while appropriate for space exploration, has NO PLACE in the kitchen. They took a system that had been designed, tested, tweaked, and honed over millenia with tons of neet features and benefts and replaced it with one that has one feature, the units are powers of 10 away from each other. All other important features like being multiples of 2 and divisible by 3 and easy to conceptualize and communicate were thrown out. The metric system is great for the very big and very small, but when dealing with every day things in the ranges we deal with in every day life, the imperial system is far superior.

      You can look at something and guess it's about a cup, or a pint, or a quart, or a gallon. How many mililiters? Well, it looks like about half way inbetween a pint and a quart so that's about 750 mililiters. It requires an extra step and 2 extra digits and it's bad science since the number has 3 significant digits and it's probably only valid to plus or minus 50%.

      To see how basic these units of measurement are, look at the names and how short they are. Cup, inch, pint.

      The "imperial" system of measuring volume is MUCH better for cooking.

      Also, the imperial system for measuring distance is damn good for things in our every day life. I have a little mental experiment I want to see done on a large scale:
      You need to fold something that's 1 foot long into thirds, how long will it be? Conceptualize that size in your mind and put your fingers about that far appart.

      Now do the same for something that's half a meter? How long will it be when folded in thirds (without going to imperial units). Put your fingers that far appart.
      A foot having 12 inches instead of 10 may seem silly on the surface but 12 is divisible by the the 3 most important numbers: 2, 3 and 4. Units based on mutiples of 10 are great for building 5 sided things like the pentagon but for the rest of us, being evenly divisible by 3 and 4 are important features that the metric system lacks.

      As with so many other times when people throw out time tested wisdom, converting every-day measuring to the metric system was a bad idea.
      --
      set softtabstop=4 shiftwidth=4 expandtab nocp worlddomination
    33. Re:It's a forgery by LetterJ · · Score: 1

      Because of how flour settles, you should actually NOT measure by volume as it will result in inconsistent amounts of flour in your recipe. By weight will result in consistent amounts.

    34. Re:It's a forgery by connorbd · · Score: 1

      Well, yeah. That's true too, especially when baking, maybe not so important for a simple entree, but something to keep in mind.

    35. Re:It's a forgery by big+tex · · Score: 1

      Seriously.

      I've definitely got to reword my sig; some AC makes the same stupid comment just about every time I post. Suggestions?

      --
      I think I need a new sig here.
    36. Re:It's a forgery by Anonymous Coward · · Score: 0

      Proud to be a linux user since 1999, and still can't code?

    37. Re:It's a forgery by Anonymous Coward · · Score: 0

      It's just "Kelvin," not "degrees Kelvin," damn it :)

      Actually it's just "kelven" not "Kelvin"

    38. Re:It's a forgery by sketerpot · · Score: 1

      But it's so much more inconvenient to measure by weight that flour measurements are mostly done by volume in home cooking. As usual, it's a design tradeoff.

    39. Re:It's a forgery by ttsalo · · Score: 1
      Metric ... has NO PLACE in the kitchen.

      There's absolutely NO PROBLEM using the metric system in the kitchen. 250 g of butter, 8 dl of flour and 1 l of milk... Easy to conceptualize, easy to communicate, and making multiples or fractions is really not a problem. A third of 250 g is 80 g to the degree of accuracy needed in cooking. And 1/3 of any recipe is so small amount that it's not usually reasonable to make - usually I'm multiplying the recipe.

      You need to fold something that's 1 foot long into thirds, how long will it be? Conceptualize that size in your mind and put your fingers about that far appart.

      Now do the same for something that's half a meter? How long will it be when folded in thirds (without going to imperial units). Put your fingers that far appart.

      What the hell is this supposed to demonstrate? I can easily guesstimate a third of anything with my fingers.

      being evenly divisible by 3 and 4 are important features that the metric system lacks.

      So? Why would I need to evenly divide anything into 3 or 4 equal parts? And how convenient is it really to divide that 2' 5 7/16" wide part into 3 or 4 equal parts? Oh, I didn't remember, everything always is some convenient integer multiple of a measurement in the imperial system, because otherwise that division argument would be pure bullshit! Silly me. Whenever I'm building something, the plans call for parts with certain dimensions, and I cut according to the given dimensions. If I only used the imperial system, even as I cut parts from them, my raw materials would magically continue to have integer multiple measurements to help me divide it into 3 or 4 equal parts! Never would I end up with some stupid fraction of an inch in the measurent.

      As with so many other times when people throw out time tested wisdom, converting every-day measuring to the metric system was a bad idea.

      It's stupidity that didn't stand the test of time, which is why pretty much everyone else threw it out a long time ago. But the NIH syndrome and hating the French runs so deep in a certain part of the world.

      --

      --
      If the road to hell is paved with good intentions, where does the road paved with evil intentions lead to?
    40. Re:It's a forgery by greay · · Score: 1

      Hmm... maybe a comma?

      "Proud to be a Linux user who can't code, since 1999"

    41. Re:It's a forgery by big+tex · · Score: 1

      Shit, it is that simple.

      Thanks.

      --
      I think I need a new sig here.
    42. Re:It's a forgery by Anonymous Coward · · Score: 0
      Sure, if your definition of pedant is person who is correct, as seen from the eyes of the willfully ignorant

      More like: One who pays undue attention to book learning and formal rules.

    43. Re:It's a forgery by nutshell42 · · Score: 1
      So? Why would I need to evenly divide anything into 3 or 4 equal parts? And how convenient is it really to divide that 2' 5 7/16" wide part into 3 or 4 equal parts? Oh, I didn't remember, everything always is some convenient integer multiple of a measurement in the imperial system, because otherwise that division argument would be pure bullshit!

      You're missing the ingenious part of the Imperial system. 2' 5 7/16" is probably half a dog's leap or something like that. Everything *is* some convenient integer multiple because there is a name for everything =)

      As with so many other times when people throw out time tested wisdom

      And I really liked burning witches.

      That said my original posting was a joke but I should have known that /. would see that differently =P

      --
      Don't think of it as a flame---it's more like an argument that does 3d6 fire damage
    44. Re:It's a forgery by Anonymous Coward · · Score: 0

      Where "undue attention" is more than that given to "book learning and formal rules" by the offended person, who is duly upset because he has been shown ignorant.

  12. Obviously he doesn't know the /. effect by nightznoe · · Score: 1

    Or else he could explain the sudden increase in web hits...maybe someone should tell him (or for that matter he's hosting company) before the servers melt...

  13. I thought this was cooking for engineers.... by stangbat · · Score: 5, Insightful

    At least it is in my home: How to Brew.

  14. YeeeEEEs! by Conspiracy_Of_Doves · · Score: 1

    THAT is how recipies need to be laid out, with those kinds of charts. SO much frickin' easier to understand.

  15. What is a cup? by hattig · · Score: 5, Funny

    Come on ... "cooking for engineers" ... use Metric for chrissakes.

    I once read a recipe : "1 cup banana" ... no kidding.

    Americans ...

    1. Re:What is a cup? by El+Puerco+Loco · · Score: 1

      Compatability with standard U.S. cooking equipment requires measurments to be in English units. Our measuring devices are all marked in gallons, quarts, pints, cups, ounces, tablespoons, teaspoons and such, and our stoves and ovens in degrees Fahrenheit. Competent engineers outside of the U.S. should have little trouble converting to metric units.

    2. Re:What is a cup? by hattig · · Score: 3, Interesting

      Apart from 'cup' which is not a measure of weight.

      I've never seen a cooking book in the UK that uses a measurement of volume for non-liquids in a recipe. I simply have no /concept/ of what a cup of beef chunks is. I understand what 1lb or 450g of beef chunks is though.

      I mean, I have tea cups, coffee mugs, my big double sized coffee mug, an expresso cup ... which one?

      What if I've cubed the beef wrong and am in fact putting too little or much in?

      And finally, since like forever cooking books in the UK have been dual Imperial/Metric. And finally+1, converting from US English into Imperial can go wrong horribly sometimes because you messed up and have slightly different weights/volumes with the same names. Not that anyone under 35 years old in this country will have ever been taught in Imperial, and even less know that US "English" is actually different.

      So my point is, why not give recipes in dual metric and US?

    3. Re:What is a cup? by Anonymous Coward · · Score: 1, Funny

      I simply have no /concept/ of what a cup of beef chunks is.
      Get a blender.

    4. Re:What is a cup? by oudzeeman · · Score: 1

      an expresso cup You mean an espresso cup? Why does everyone pronounce it "expresso" when the word doesn't even have an 'x' in it?

    5. Re:What is a cup? by Anonymous Coward · · Score: 0

      Someone probably copyrighted the name 'espresso' :p

    6. Re:What is a cup? by Man+of+E · · Score: 2, Funny
      ... use Metric for chrissakes... I once read a recipe : "1 cup banana" ... no kidding.

      Would you have preferred: 20cm of banana?

      --
      Ceci n'est pas une sig
    7. Re:What is a cup? by zyridium · · Score: 1

      Cup is a metric measure (250mL) :-)

    8. Re:What is a cup? by Chemical · · Score: 1

      Usually weight is used for meat and such in recipes, but volume is used for everything else. After all, it is much easier to fill a measuring cup up with one cup (240ml BTW) of flour or rice or butter than to use a scale to weigh out 500mg or whatever.

    9. Re:What is a cup? by Anonymous Coward · · Score: 0

      You missed the point. This is cooking for engineers. The french may know a bit about cooking, but this is about engineering, so real units are a more appropriate choice. None of them funny french toy units of measure.

    10. Re:What is a cup? by Jardine · · Score: 1

      I've never seen a cooking book in the UK that uses a measurement of volume for non-liquids in a recipe. I simply have no /concept/ of what a cup of beef chunks is. I understand what 1lb or 450g of beef chunks is though.

      Try a 250mL cup. Are you saying that cooking books in the UK measure flour by weight?

      So rather than saying 2 cups of flour or 500mL of flour it'll say 300 grams of flour? Doesn't that mean you have to keep an accurate scale for weighing every dry ingredient?

      If the recipe says 2 cups of flour or if it says 500mL of flour, I can take my dry measuring cup, fill it with flour, level it off at the top, and dump it in the mixing bowl. If it says 300g of flour, I'd have to dump some flour on a scale and add or subtract to make the scale say 300g. Which is easier? (someone who cooks all the time will of course know exactly how much based on the weight in their hand but they probably don't always follow the recipe anyway)

    11. Re:What is a cup? by lakeland · · Score: 2, Interesting

      Er, a cup is 250mL, of course. Using standard sizes is very common in professional recipies where you want results to be exactly reproducable.

      Odds are the person you got your banana recipe from is so used to professional recipes that it was more natural to say say 1C than to 1.5 medium bananas. Another possiblility is the recipe was particularly intolerant to variations; I've read recipes where the amount of emulsifier (egg yolk) is calculated to be just enough to bind and so adding even a tiny bit more of something will cause the whole thing to fail -- think about mayonnaise (though I can't imagine banana in such finely balanced recipe).

      As an example, say a recipe calls for six eggs. If you live somewhere with big eggs, you'll get a totally different cake to somebody with small eggs. But if you specify 420g of eggs then you'll get the same cake. Likewise, saying a cup of yolks would likewise enable much higher accuracy than saying *shrug* 18? egg yolks.

      Not only is it significantly more consistant, with decent electronic scales you'll likely find that it is faster to specify every single ingredient by mass than some by mass, some by volume and some by enumeration.

      Of course, if the recipe is tolerant of variations (i.e. just about anything except baking) then this is all a waste of time because anything will work and it is up to the cook to decide the proportions.

    12. Re:What is a cup? by deimtee · · Score: 1

      that's bloody hilarious !!

      --
      I'm guessing that wasn't on their radar screen...
    13. Re:What is a cup? by pnot · · Score: 2, Interesting

      Er, a cup is 250mL, of course.

      Unless you're in the US, of course, in which case it's 237ml (unless you're talking butter, in which case it's two sticks. I think. And a stick is a quarter of a pound, so a cup of butter would be 227g.) What a mess.

    14. Re:What is a cup? by hazem · · Score: 1

      That's interesting. I'm an American and I recently visited a friend in Germany. I brought chocolate chips with the goal of making chocolate chip cookies. I have the Tollhouse recipe memorized.

      But, I forgot to bring measuring cups and teaspoons. I asked her if she had metric ones, but she only did for liquids. For solids, like flour and sugar, she did, indeed, use a container sitting on top of a dietary scale. So, 100g flour in a German recipe really means 100g, and there is not a cup that measure that exactly.

      Considering that cooking is very chemistry based, it makes sense that quantities for solids (that can have different densities) should be measured by mass rather than volume.

    15. Re:What is a cup? by DunbarTheInept · · Score: 1

      Banannas have varying diameter. If what you need is a certain volume of bananna, then a length measurement by itself doesn't work. Mushing up the bananna into a measuring cup does.

      (Now, if the recipie wanted slices of bananna, and asked for them in cups, then yeah, that would be stupid.)

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    16. Re:What is a cup? by DunbarTheInept · · Score: 1


      Considering that cooking is very chemistry based

      Given the order in which the human race discovered them, I'd say that it's the other way around. Chemistry is very cooking-based.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    17. Re:What is a cup? by Anonymous Coward · · Score: 0
      And you can thank your former king for the differences in volumes. From http://www.mbc.qld.edu.au/oxford/puzzles.html:

      Under the system of measurement adopted during the reign of Queen Elizabeth I:
      1 mouthfull = 1 cubic inch
      1 handfull = 2 mouthfull
      1 jack = 2 handfull
      1 jill = 2 jacks
      1 cup = 2 jills
      1 pint = 2 cups
      1 quart = 2 pints
      If 1 cubic inch = 14.7 mL, how many cups to 1 litre?
      ANSWER: 1 L = 68 cubic inches = 68 mouthfull = 34 handfull = 17 jacks = 8.5 jills = 4.25 cups.
      Let me tell you a story about jacks and jills. Remember the nursery rhyme about:

      Jack and Jill went up the hill,
      to fetch a pail of water.
      Jack fell down and broke his crown,
      and Jill came tumbling after.

      In the mid-1600s, English king Charles I placed a tax on beer and spirits to raise money for his own pleasure. At that time drinks were sold by the jackpot which had the volume of one jack, and the jill. His subjects resented this new tax. They resented it even more when he reduced the size of the jack and jill to increase his revenue even further. Under his tough rule protests had to be disguised so the people made up the rhyme about jack and jill. The words about "jack and jill went up the hill" refers to the increase in price for a jack and jill of drink as the volume was decreased; "jack came down" is about the measure returning to its original size; "broke his crown" refers to Charles I being almost toppled from the throne as the people revolted; and "jill came tumbling after" means that the jill returned to the original size.
      Sometime later, the measurements were returned to their former size. But since this happened after the US gained independence, we got stuck with the smaller pints and cups.
    18. Re:What is a cup? by TOakes · · Score: 1

      Hows about getting a modern scale that just tells you the weight of whatever you put in it.

    19. Re:What is a cup? by CanadianCrackPot · · Score: 1
      No I prefer Litres and the units that go with it.
      • mL
      • cL
      • dL
      • etc..
      --
      Good programmers drink beer to relieve job stress.
      Great programmers drink hard liquor and work best hungover.
    20. Re:What is a cup? by SteveAstro · · Score: 1

      Well actually, thats exactly what we do, We have nice neat little weigh scales.

      How does one measure a cup of butter ? Is that packed ?

      How packed is your cup of flour. Or sugar.

      Steve

    21. Re:What is a cup? by hattig · · Score: 2, Interesting

      Yes, we weigh flour by weight.

      We get out our weighing scales that weren't built in 1835 and thus weigh without needing to use counterweights and dump the flour in until we have the correct weight - without having to worry about if the flour is packed tightly, or rather loose. What if you need 1.25 cups of flour? Do you keep a different sized 'cup' for every common part-cup?

      Measuring by volume just seems silly and horribly inaccurate or vague (not that it really matters when cooking although it can ruin bread). As my banana example showed. Also scales usually have a large bowl on top, so you can keep on measuring out different ingredients into it until it is full, or even better just stick your mixing bowl on top, press the tare button and never even have to transfer bowls and save on washing up!

      However we do still use tsp, tbsp, etc. Mainly because they are the best size for measuring small quantities of things like spices, etc.

    22. Re:What is a cup? by hattig · · Score: 1

      Of course weighing bananas makes even more sense as you aren't limiting to 'mushing' the banana into the cup. Of course this isn't as sensible as the "3 ripe bananas" simple option.

    23. Re:What is a cup? by Anonymous Coward · · Score: 1, Interesting

      Flour can vary greatly in density due to several factors. For baking (bread, muffins, etc.) weighing is definitely the preferred method.

    24. Re:What is a cup? by YouHaveSnail · · Score: 1

      I once read a recipe : "1 cup banana" ... no kidding.

      Depending on what the recipe was for, I'd probably interpret that as either banana slices or mashed banana. I can't think of any dishes that make use of a single whole banana. Heck, even a banana split requires a little preparation of the main ingredient.

      If the recipe said "1 banana," how would you know how much you actually needed? Bananas come in different sizes, from tiny finger bananas to quite large ones.

    25. Re:What is a cup? by hattig · · Score: 1

      Still better to weigh the banana-mass in my opinion that try and squoosh the bananamatter into a cupmeasure.

      And most people know what an average banana is shaped like and can compensate for buying those minibananas.

    26. Re:What is a cup? by mitchkeller · · Score: 1

      What if you need 1.25 cups of flour? Do you keep a different sized 'cup' for every common part-cup?

      Yes. In my kitchen, I have dry measuring cups in 1 cup, 1/2 cup, 1/4 cup, and 1/3 cup sizes. That should cover most of the combinations needed.

      --

      "You will only be remembered for two things: the problems you solve or the ones you create." Mike Murdock

    27. Re:What is a cup? by Nate+Eldredge · · Score: 1

      1 cup of butter is nominally 1/2 pound. It's actually easy to measure butter because it comes in individually wrapped 1/4 pound (1/2 cup) sticks, and they usually have marks on the wrapper so you know how much to cut off for smaller increments. But yes, it is to be packed, as are other semi-solids (shortening, for instance, isn't usually sold in sticks, and has to be measured.)

      For most dry ingredients, there are conventions about how it is to be measured, so it's not as ambiguous as it might seem.

      Flour is not to be packed when measuring. You scoop it out of the bag with a spoon and fluff it a bit to un-pack it. Still not terribly precise, true, but having a standard process for measuring does help considerably.

      White sugar is not especially packable, just pour it into your measuring cup.

      Brown sugar is to be firmly packed into the measuring cup (most recipes mention this).

      As for "chunky" ingredients, well, you just sort of dump them in the measuring cup without worrying too much. Typically these are intended mainly as a ballpark estimate of how much to put in, and for chunky ingredients it doesn't tend to matter exactly how much you get. For instance, does it matter if you are off by 10 or 20 percent on the amount of beef in a stew, or chocolate chips in a cookie?

      I can't really argue though, scales are certainly more accurate and repeatable. On the other hand, a set of measuring cups is a lot cheaper than a digital scale (which I assume you would need to be able to conveniently prepare a complicated recipe; tare it again after adding each ingredient.) Also, do you recalibrate your scale periodically?

    28. Re:What is a cup? by Nate+Eldredge · · Score: 1

      That's not so bad. Read 1 cup as 235 ml if you prefer (google it if you want). It's a standard unit of volume; an American kitchen will have a standard measuring cup with this volume.

      The context would help too. If it's for banana bread or something, then you would have to mash the banana first, at which point it is a sort of semi-liquid and easy to measure by volume (keep adding more until the cup is full). If you're slicing the banana for a fruit salad, then it doesn't really matter exactly how much you put in; 1 cup is just an order-of-magnitude description. (In that case, the recipe would probably just suggest how many bananas to use, anyway.)

    29. Re:What is a cup? by SteveAstro · · Score: 1

      Old fashioned spring scales work pretty well. Digital ones are cheap to buy here, and a digital scale costs LESS than a set of authentic, if quaint, cups.

      Re-calibration is rarely necessary, since within the recipe, the weights are ratiometric. So you might end up with a couple of percent more or less than when you last made something.

      Steve

    30. Re:What is a cup? by YouHaveSnail · · Score: 1

      Still better to weigh the banana-mass in my opinion that try and squoosh the bananamatter into a cupmeasure.

      Sure, I don't disagree. Sounds like the recipe in question was designed for a home cook, though, so measuring by volume makes sense. Not every home has an appropriate scale, but most everyone (in the US, anyway) has a measuring cup.

    31. Re:What is a cup? by hattig · · Score: 1

      So different to Europe though where everybody has a scale (hell, they are cheap as shit, why not have one? How do you weigh things?!) but nobody wants to spend their time squishing foodstuffs into various shaped volumetric measuring devices.

      What really got to me were the people in this thread saying that 1 cup IS ~240g ... hello, 1 cup of lead is a bit different to 1 cup of flour. Not that I use lead in my cookery. Not even when my mother-in-law is visiting.

    32. Re:What is a cup? by YouHaveSnail · · Score: 1

      How do you weigh things?!)

      I guess the point is that most home cooks in the US don't.

      but nobody wants to spend their time squishing foodstuffs into various shaped volumetric measuring devices.

      Uh, I think you're overstating the difficulty here. Bananas are an obvious exception, but most ingredients that are measured by volume can be moved in and out of a measuring cup with relative ease.

      What really got to me were the people in this thread saying that 1 cup IS ~240g ... hello, 1 cup of lead is a bit different to 1 cup of flour. Not that I use lead in my cookery. Not even when my mother-in-law is visiting.

      Right. 1 cup is ~240ml, obviously, and should weigh ~240g if you're measuring water or anything else with similar density.

    33. Re:What is a cup? by Anonymous Coward · · Score: 0

      Well, you learn something new every day. Until this topic I never realised those in the USA measured cooking by cups not weight. But the concept of a 1/2 cup size cup is just weird.

  16. Finally! by Raseri · · Score: 0

    Now we can eat something other than pizza!

    While this is a very geek-friendly format for recipes, most of us with any interest at all in cooking have already learned how to read and follow "normal" recipes, and those with no interest in cooking aren't likely to start just because of an interesting format.

    --
    Writhe your naked ass to the mindless groove.
  17. I agree! by jon_c · · Score: 4, Insightful

    As am amateur cook and professional engineer I was very impressed with the layout. I can not tell you how many times I have misread a recipe because I skimmed the English looking for the next step. Last week I skipped 3 hours of a second rise on a bread I already spent 18 hours on, if only I had not missed that step! This layout is simply brilliant, ingredients on the Y, steps/time on the X. It couldn't be more strait forward. Now we just need to get EVERYONE doing this!

    --
    this is my sig.
    1. Re:I agree! by vorpal22 · · Score: 1

      As an idle curiosity, what type of bread requires 18 hours of preparation? I've never encountered a bread that needed more than six.

    2. Re:I agree! by msaavedra · · Score: 1

      You should try Amish Friendship Bread, which takes 10 days to make (you're basically growing the yeast yourself from a small sample). Very tasty stuff.

      --
      "Any fool can make a rule, and any fool will mind it."
      --Henry David Thoreau
    3. Re:I agree! by HeyLaughingBoy · · Score: 1
      Last week I skipped 3 hours of a second rise on a bread I already spent 18 hours on

      Curious: what kind of bread were you making? A sourdough or something that uses airborne yeast? I can't think of any other bread ('cept maybe croissants) that has 18 hours of preparation time!
  18. Cooking v1.0 for nerds by GillBates0 · · Score: 5, Funny

    1. Goto store
    2. Insert 12, eggs, cart
    3. Insert 1lb, butter, cart
    4. Mov $5.00, wallet, store_clerk
    5. Goto home
    6. Mov pan, grill
    7. heating = 05
    8. Mov 1oz, butter, pan
    9. Mov 2, eggs, pan
    10. sleep (1000)
    11. Mov product, oral_cavity
    12. end

    --
    An Indian-American Hindu committed to non-violent thought/speech/action alarmed by the global explosion of radical Islam
    1. Re:Cooking v1.0 for nerds by Anonymous Coward · · Score: 1, Insightful
      If that's an Intel chip, it should be:

      11. MOV oral_cavity, product

      ~~~

    2. Re:Cooking v1.0 for nerds by TykeClone · · Score: 1

      Isn't it better practice to use subroutines instead of goto statements?

      --
      A fine is a tax you pay for doing wrong and a tax is a fine you pay for doing all right.
    3. Re:Cooking v1.0 for nerds by kfg · · Score: 1

      13. Goto bathroom
      14. Goto 1

      KFG

    4. Re:Cooking v1.0 for nerds by Bryan_W · · Score: 1

      Something tells me that by not using a buffer for product, you're going to get burned. And I'm not talking about buffer overflows. :)

    5. Re:Cooking v1.0 for nerds by andreyw · · Score: 2, Informative

      Thats if you are using Intel syntax, bud. If you use AT&T style.. well.. then. That and most processors don't have memory to memory mov ops.

    6. Re:Cooking v1.0 for nerds by Anonymous Coward · · Score: 0
      True. And I figured oral_cavity would be a register :).

      ~~~

    7. Re:Cooking v1.0 for nerds by Anonymous Coward · · Score: 0

      13. Coredump
      14. Profit! $$$ ;-)

    8. Re:Cooking v1.0 for nerds by TioHoltzman · · Score: 1

      And if it's a Pentium do we have to worry about rounding errors?

    9. Re:Cooking v1.0 for nerds by Anonymous Coward · · Score: 0

      That reminds me of when I was about 6 and thought I wanted to be a computer game programmer. I decided to write some game "programs" on a piece of paper that looked sorta like that. I had no idea what programming really was or looked like, so I just made it up. It looked kind of like this:

      1. Fly plane off ship
      2. Shoot at enemy planes
      3. Explode enemy planes if they get shot
      4. etc etc

    10. Re:Cooking v1.0 for nerds by Anonymous Coward · · Score: 1, Funny

      Doesn't work. The eggs are crunchy. After careful debugging, I found out what the problem was: step 8.5 is missing: Delete shell, egg

    11. Re:Cooking v1.0 for nerds by Iffy+Bonzoolie · · Score: 2, Funny

      Ahh, so you really wanted to be a Product Manager, you just got the job title wrong...

      -If

      --
      Run a pencil-and-paper RPG campaign with your far-off friends: Gametable!
    12. Re:Cooking v1.0 for nerds by jrumney · · Score: 2, Funny
      Thats some expensive eggs and butter! Wouldn't it be easier to:
      1. Goto Greasy Spoon (cheap cafe selling fried stuff for you Americans)
      2. Push order eggs
      3. Push type fried
      4. Call Waitress
      5. Sleep 1000
      6. Mov fried_eggs, oral_cavity
      7. Push order bill
      8. Call Waitress
      9. Mov $5.00, wallet, waitress
      10. Goto home
      11. Sleep off rest of hangover
      12. Goto pub
      13. ...
      14. Loop
    13. Re:Cooking v1.0 for nerds by dustman · · Score: 1

      Sounds like you were working on 1942 :)

      I loved that game...

    14. Re:Cooking v1.0 for nerds by Anonymous Coward · · Score: 0

      I liked 1942 a lot also. But I think I was actually working on a "Flying Shark" clone - a c64 title similar to 1942.

      By the way at the same time I also made nudie pictures using the special symbols on the c64 keyboard. LOL

  19. Coral P2P distributed Mirror by TheMysteriousFuture · · Score: 4, Informative

    Here's the Coral P2P Webcache of the Main page and a example recipe

    Note: Cache includes images (vs google link posted above).

    PS: somebody wrote a javascript bookmarklet that'll take you to the coral cache of the page you are on. There's also a offical Coralize plugin for Mozilla

    --
    .sig
  20. Coral Cache by Anonymous Coward · · Score: 5, Informative


    perhaps this might help him
    courtesy of the Coral Distribution Network

    http://www.cookingforengineers.com.nyud.net:8090/

    save his bandwidth and use that

    1. Re:Coral Cache by Anonymous Coward · · Score: 0

      Error 404 Not Found

      www.cookingforengineers.com: Too many open files

      Server CoralWebPrx/0.1 (See http://www.scs.cs.nyu.edu/coral/) at 194.29.178.6:8090

    2. Re:Coral Cache by novakyu · · Score: 1
      Links don't work, although all the pages seem to be there.

      Any way to change absolute links to relative links automatically? (I would imagine a versatile browser like Mozilla would have such a function or a plug-in that can do that....)

  21. poor guy... by Anonymous Coward · · Score: 0

    ...apparently isnt aware he is slashdotted....

  22. Perhaps a better approach by lakeland · · Score: 4, Interesting

    I found the layout of the recipe very nice, but it just doesn't scale if the steps are particularly complex -- look at how creme brulee was described if you don't believe me. However, something very similar that does scale is the latex style cooking by Axel Reichert (CTAN link: http://www.ctan.org/tex-archive/macros/latex/contr ib/cooking/)

    The essential difference is that instead of nesting columns, Axel's style uses only two columns which enables the second column to be very large if necessary. Though I've got to admit that for simple recipies, the cooking for engineer's site looks very good.

    PS: Cooking is a great way to unwind after spending all day coding, especially if you don't mind the meal taking a few hours (and glasses of wine) to prepare...

    1. Re:Perhaps a better approach by Eloquence · · Score: 2, Informative

      And for those who wonder what that looks like, here's a PDF generated from the above style.

    2. Re:Perhaps a better approach by CanadaDave · · Score: 2, Interesting

      I agree, I have a cookbook which I am slowly adding to, and it uses this cooking class by Axel Reichert. It is awesome. I'm still debating whether or not to form a copyleft cookbook on sourceforge and open up cvs to the geek-masses and start a cookbook from there. Recipes can be voted on and tested to ensure that only the best are there. Wanna be the first co-developer?

    3. Re:Perhaps a better approach by lakeland · · Score: 1

      Sounds an interesting idea -- I've got perhaps a dozen recipies in his format. Working with someone else would help a lot, and I would guess some photo software could be 'borrowed' to handle the ratings.

      Corrin

    4. Re:Perhaps a better approach by CanadaDave · · Score: 1

      Project has been submitted to savannah.gnu.org. Note that there is also the wikipedia, wikibooks cookbook project. I don't like most of the cookbooks on the web though, because there are usually too many recipes. I want one simple cookbook which has at least one recipe for every basic thing, plus some extra stuff and all the recipes are of an excellent quality. Also having it in Latex gives great publishing and formatting flexibility. I hope savannah accepts the project.

  23. I like it :) by shish · · Score: 1

    Apart from "very nice" I can't think of much to say, so I'll just make a convenient nyud link - The guy's used up his month's traffic in one weekend, so he'd probably appreciate some mirroring :)

    --
    I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
  24. More sites about cooking and geeks.... by MsGeek · · Score: 2, Informative
    http://www.kitchengeek.com/

    Very good site...very geeky guy...very kewl recipes.

    --
    Knowledge is power. Knowledge shared is power multiplied.
  25. How about Open Source Cookbook by anandpur · · Score: 2, Informative
  26. Here's Mine by superid · · Score: 4, Funny


    "Microwave Until Hot"

    yep, and I'm an engineer too

    1. Re:Here's Mine by Anonymous Coward · · Score: 0

      I've been in the same apartment for 8 years and have never once used the oven - not even the burners (appropriate name) on top. I use it as something to lean my bike on.

      My "cooking" methods are similar....

      if can_be_eaten_raw then eat(food)

      else eat(food.uWave(3min))

      I read in the paper about a guy that used his oven to store books until some friends decided to suprise him with a meal. The fire dept paid a visit that day.

  27. Phewww!! by ImTwoSlick · · Score: 5, Funny
    For a second there, I thought the title said:

    Cooking Foreigners

    Needs more salt.

    1. Re:Phewww!! by Anonymous Coward · · Score: 0

      You must have blown the dust off the cookbook cover.
      If you do it again it reads:

      "Cooking With Foreign Beers"

    2. Re:Phewww!! by Rick+Zeman · · Score: 1

      Cooking Foreigners

      "'To Serve Man'..It's a cookbook!!!

      That's what your line reminded me of. :-)

    3. Re:Phewww!! by Avumede · · Score: 4, Funny

      No thanks. I had Indian for lunch.

    4. Re:Phewww!! by DeadSea · · Score: 1

      Part of the title was covered. It was:

      Cooking for Foreigners


    5. Re:Phewww!! by Anonymous Coward · · Score: 0

      You mean:

      Cooking forty Foreigners


    6. Re:Phewww!! by Anonymous Coward · · Score: 0

      Actually:

      Cooking for forty Foreigners


  28. Recipies designed for women? by SetupWeasel · · Score: 1

    I didn't know men were illiterate.

    1. Re:Recipies designed for women? by Anonymous Coward · · Score: 0

      Ya... I was kind of surprised too. I'm a guy and I consider myself a great cook. I guess it runs in the family because my dad is a great cook and my mom isn't. Cooking is so simple, I don't see how hard it is to follow a simple recipe. I think it's mainly the (wrong) notion that women do all the cooking and men don't, which is far from the truth.

    2. Re:Recipies designed for women? by YouHaveSnail · · Score: 1

      I didn't know men were illiterate.

      Exactly.

      I think "their funny way of looking at the world" must mean "smart enough to read and follow directions."

  29. And people wonder... by rampant+mac · · Score: 2, Insightful
    "But go look at how he's presented it. Most recipes are designed for women, and their funny way of looking at the world."

    "Designed for women and their funny way of looking at the world." I, honestly, can not even think of something remotely humorous to respond to this post. People wonder why we can't get laid? This statement effectively sets us back to the Stone Ages. Cro-Magna Phi Epsilon, represent!

    It ain't so funny when you consider the thing you want the most, their uterus, falls under the "funny way of looking at the things" category.

    --
    I like big butts and I cannot lie.
    1. Re:And people wonder... by Compuser · · Score: 1

      You want their uterus? I can'r quite decide if you
      are hung like a horse (literally) or maybe you are
      a cannibal.

      FYI, uterus (aka the womb) is quite far away from
      the relevant parts.

    2. Re:And people wonder... by Anonymous Coward · · Score: 0
      the thing you want the most, their uterus

      Actually, just the entrance to the uterus, not the whole thing.

      Well, maybe...

    3. Re:And people wonder... by Moofie · · Score: 2, Interesting

      What you mean "we", white man? My ability to prepare cheesecake has gotten me laid more times than my ability to analyze a free body diagram.

      I totally agree that the article header is pretty offensive, though. I've been a cook longer than I've been an engineer, and I wouldn't trust an engineer that can't follow a simple recipe.

      --
      Why yes, I AM a rocket scientist!
    4. Re:And people wonder... by Ralconte · · Score: 1

      Here, here. When I meet another chemist who says, "I can't cook" I say "What do you mean? You follow instructions, apply gentle heat, observe, and halt the reaction when complete. What part of that don't you do every day? On second thought, don't answer that, just work on that bench over there."

    5. Re:And people wonder... by Anonymous Coward · · Score: 0

      Oh shut up Jessica and stop pretending you're a man!

    6. Re:And people wonder... by Moses+Lawn · · Score: 1

      Nah, it just means that what we really want is to get women pregnant and carry on our genetic material. All this sex stuff is just the way to make that happen. A messy, inefficient, random way. You wonder why we even bother.

      --

      What if life is just a side effect of some other process and God has no idea we exist?

    7. Re:And people wonder... by MacDork · · Score: 1
      Cro-Magna Phi Epsilon, represent!

      Uhhhhgg, don't be so PC. We are wired differently. Read the part about drawing bicycles. The same applies here. :-)

    8. Re:And people wonder... by Desert+Raven · · Score: 3, Insightful

      "Designed for women and their funny way of looking at the world."

      What a crock of shite.

      OK, first, nearly half of my cookbooks are written by *men*. Highly successful men in their field. I can't find any difference between their books and those written by their female counterparts. I have no trouble at all understanding these instructions, nor do I have any trouble with adjusting them to my own tastes.

      This isn't about male/female, it's about whether you ever learned to cook. It certainly isn't rocket-science, though I'll admit that some things require a LOT of skill and patience. Making puff-pastry requires a very skillfull hand, and 1-2 days. But this is no different than experience and learning being the difference between "hello world" and being able to code a polygon shading algorithm.

      There are a lot of things around that remind me that women have different viewpoints on things than men, but cookbooks aren't on that list.

    9. Re:And people wonder... by Anonymous Coward · · Score: 0
      Nah, it just means that what we really want is to get women pregnant and carry on our genetic material. All this sex stuff is just the way to make that happen. A messy, inefficient, random way. You wonder why we even bother.
      um, well most of us bother because it feels better than anything else this world has to offer.
    10. Re:And people wonder... by ottffssent · · Score: 1

      You, my friend, have a decidedly unsupportable view of anatomy. I suggest a trip to your local bookstore for a textbook on human A&P followed by a trip to your local college bar for the lab portion of the class.

    11. Re:And people wonder... by lpontiac · · Score: 1

      Well, I'm not a chemist. But

      apply gentle heat

      gives me problems. Why?

      On the stove there is a dial that you can use to ramp the flame up or down. What points along this scale are considered "gentle heat" or "medium heat"? I've no fucking clue.

    12. Re:And people wonder... by Anonymous Coward · · Score: 4, Funny

      "People wonder why we can't get laid?"

      1) Turn the box off.
      2) Open the blinds, curtains, shades, etc. and check to see if it is day or night.
      3) Clean up the old pizza boxes, dirty dishes, and other assorted junk around the box.
      4) Clean and bleach the kitchen and bathroom, and change the sheets on the bed.
      5) Shower, brush your teeth, slath on some deoderant, and dress in clean street clothes. (Put the the old plaid bathrobe you have been wearing for the past 3 months in a strong plastic bag. Or better yet burn it.)
      6) Walk out the door.

      This method isn't foolproof, but with the simple act of getting the hell out of the house you will increase your odds of getting laid by 100%.

      Oh yes......if you do find yourself in the company of an interesting female you may further increase your odds by asking for what you want. We can't read your minds.

      Just a thought from a female...

    13. Re:And people wonder... by connorbd · · Score: 1

      Fuzzy logic, dude.

      I think the real issue is not men vs. women, but fuzzy vs. discrete or instinctual vs. analytical. Except for baking, cooking tends not to be very scientific, just a pinch of this, a pinch of that. (If you want some real seat-of-the-pants technique, consider that cooks in Taillevent's time had almost no temperature control at all, and still managed to put out some pretty amazing results.)

      For me, it's the labels on the knob that I use to judge "medium", "medium-high", whatever. Now if I had that brick oven in the backyard that I wanted, I'd have to relearn all that, and that's where experience becomes the teacher. Sometimes there's no substitute for someone coming up to you and saying "That, my friend, is a gentle heat".

    14. Re:And people wonder... by DunbarTheInept · · Score: 1

      The statement was not that men think differently than women. It was that ENGINEERS think differently than women. That only makes sense if female engineers don't exist.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    15. Re:And people wonder... by jrumney · · Score: 1
      "Designed for women and their funny way of looking at the world."...People wonder why we can't get laid?

      Speak for yourself. You might have hangups that prevent you getting laid. OTOH, some of us prefer our girlfriends to have a sense of humour and be able to laugh at that type of comment.

    16. Re:And people wonder... by arose · · Score: 1
      This method isn't foolproof, but with the simple act of getting the hell out of the house you will increase your odds of getting laid by 100%.
      Nice math there...
      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    17. Re:And people wonder... by gbjbaanb · · Score: 1

      I read the article as humourous - after all its talking about 'engineers' - not a broad representative sample of the human male population, and its well-known (even if incorrect) that engineers think differently to the rest of the population (let alone women)

      BTW, Have you shown the recipes to any women? All the ones I shown them to said thing like 'whats that do', 'thats just strange', 'why would you do that' etc.

      Its not about cooking, its about mind-sets.

    18. Re:And people wonder... by aug24 · · Score: 1

      Bugger. I learnt to make good cheesecake after my SO moved in.

      Justin.

      --
      You're only jealous cos the little penguins are talking to me.
    19. Re:And people wonder... by sexygirl.jpg.vbs · · Score: 1

      it's a trick - get an axe.

    20. Re:And people wonder... by Anonymous Coward · · Score: 0

      If you really think that figuring out what a man wants from you is tantamount to mind-reading, you don't deserve chocolate from a good listener who puts the seat down.

  30. Hmm... by ral315 · · Score: 2, Funny

    What's a woman?

    1. Re:Hmm... by Kaimelar · · Score: 2, Insightful
      Why can't cooking be a combination of art and science?

      I agree. I love to cook -- it makes people happy to serve them good food, I get to play with knives, alcohol, and fire, and I find it a great way to relax after work. Work for me is software development, and I see a lot of parallels between my profession and cooking. The way I look at it, in both you are given a set of tools and basic rules to follow -- in software the "rules" may be syntax or design patterns, in cooking it may be "rosemary goes well with tomatos" or "olive oil allows spices to soak into the chicken in a marinade". These "rules" are there for a reason, because they work. You can get a lot done following them, be they an algorithm or a recipie. However, as one spends time in either dicipline, you can begin to be more creative -- you see the overall trends, you use shortcuts, hacks, and other tricks gained from experience.

      I find writing code and playing in my kitchen to be both codified and science-like, as well as being spontanious and creative.

    2. Re:Hmm... by Anonymous Coward · · Score: 0

      Them pixalated things we jurk off over.

    3. Re:Hmm... by Anonymous Coward · · Score: 0
      z

      £z

  31. what, no chutney? by Anonymous Coward · · Score: 0

    everybody knows the jobs got export to india, so how bout they export their food to me! yum!!!

  32. The secret to getting a story posted on /. by bunnyman · · Score: 5, Funny

    1) Point out that IE is not standards compliant.
    2) Submit story.
    3) Allow web server to bake until golden brown.
    4) Enjoy!

  33. Wikimeda Cookbook by mnemonic_ · · Score: 2, Interesting

    Also try Wikimedia Cookbook. Try the Lembas Bread recipe.

  34. Huh? by AdamHaun · · Score: 4, Insightful

    The linked site actually gives a pretty cool way of doing recipes. This comment, however:

    Most recipes are designed for women, and their funny way of looking at the world

    Is completely uncalled for. What part of

    Name of Food

    Ingredients

    Instructions

    is in any way some sort of "funny way of looking at the world"? It's not like there aren't plenty of male cooks, either. Way to be sexist, Slashdot.

    --
    Visit the
    1. Re:Huh? by Moofie · · Score: 1

      Agreed. I have both a penis, and a really impressive repertoire of culinary mojo.

      I wouldn't trust an engineer that can't come up with a decent batch of chocolate chip cookies that did not start life in a plastic tube.

      --
      Why yes, I AM a rocket scientist!
    2. Re:Huh? by sahrss · · Score: 2, Insightful

      Way to overreact. I read that as he was just poking fun :)

    3. Re:Huh? by GnomeAttic · · Score: 3, Insightful

      Don't forget female engineers! It really is a very ignorant post. Shame on the mods for including it.

    4. Re:Huh? by radishthegreat · · Score: 2, Insightful
      Mod parent up. The Slashdot Way is to cover ignorance with disdain...but I know more women who can't cook than I know men who can't (which sucks for me because I was hoping "excellent cook" would look great on my girlfriend resume *grin*).

      Cooking is truly a joy for geeks; it's a big science experiment everytime you try something new. Plus, cooking is very analogous to programming; there are certain conventions and vocabulary you have to learn, and from there out you get better the more you do it. Make something enough times, and you can spot ways to do it better/faster/more elegantly, and pretty soon you don't even need the book. Once you learn a certain style it's even easier to pick up new ones. And the GADGETS!

    5. Re:Huh? by RovingSlug · · Score: 1, Insightful
      Most recipes are designed for women, and their funny way of looking at the world.

      Is completely uncalled for. ... Way to be sexist, Slashdot.

      What makes it sexist? Did he say the recipes were bad? That women were bad? That the recipes were dumb? That women were dumb? Anything at all that implies anything bad? ... or are you just inferring something bad, which is more a reflection of you than the original comment?

      As an engineer, I'm proud of my funny way of looking at the world. Most engineers are. So, I don't see how it'd be an insult to describe someone else in the same manner.

    6. Re:Huh? by AdamHaun · · Score: 1

      It sounded like it was serious to me. Jokes usually have some sort of context or flow naturally from the previous sentence. That line had neither.

      If it was a joke, it wasn't a good one, but that's hardly uncommon on Slashdot. :)

      --
      Visit the
    7. Re:Huh? by Brandybuck · · Score: 1

      Hey Mom! I'm trying to make a quiche, and I have some questions. I was wondering what a "smidgen" is? Yeah? Is that my index or pinkie finger? Okay, I see. How do I "dash salt", do I use a mallet or something? Okay, I see.

      Several minutes later...

      Wait, you're telling me the teaspoon is the spoon that I set on the table, and the tablespoon is the spoon I sit my teabag on?

      --
      Don't blame me, I didn't vote for either of them!
    8. Re:Huh? by norweigiantroll · · Score: 1

      Yeah, seriously. And why does the poster assume women made the cookbooks these days? Look through the pages of history, almost all of the important inventions were created by men.

    9. Re:Huh? by AdamHaun · · Score: 4, Insightful

      sexism (skszm)
      n.

      1. Discrimination based on gender, especially discrimination against women.
      2. Attitudes, conditions, or behaviors that promote stereotyping of social roles based on gender.

      Note in particular definition 2. The original sentence was a blanket statement with nothing to back it up and no purpose other than to say "hey, look, women are *different* and *weird*". Sexism is about more than calling people bad. If you must find an insult in there before you're satisfied, compare "funny" with "for engineers"; the implication being that the latter is superior while the former is odd and ineffective.

      If there had been any context whatsoever for the statement, I wouldn't have bothered to say anything, but the fact that it was so out of place led me to speak up.

      --
      Visit the
    10. Re:Huh? by RovingSlug · · Score: 2, Insightful
      Well, I checked with my girldfriend. Apparently, I'm an insentive clod. :)

      You're still reaching when it comes to a direct insult. Half the people that call me "funny" don't mean it precisely as a compliment, and definitely don't imply superiority. And, I'm sure plenty of the women that are excellent cooks are perfectly proud of their abilities, so I don't see why it's presumed to be odd and ineffective to refer to them as "funny" in the same manner.

      The biggest generalization of the statement is the implied "women cook, men don't". That I'll agree is sexist and warrants issue.

    11. Re:Huh? by Blakey+Rat · · Score: 1

      Brilliant troll.

    12. Re:Huh? by starm_ · · Score: 3, Insightful

      yeah really I can't believe that none of the posts complaining about sexism didn't notice that the text implied women's arent (or maybe even shouldn't be) engineers.

    13. Re:Huh? by i+love+pineapples · · Score: 2, Interesting

      I wasn't insulted by the comment, because like you I didn't see anything direct. Honestly, though, it does get a bit tiring hearing the "all women like to cook," "chicks are crazy," "girls are illogical," etc, etc stuff all the time. I'm the only girl doing IT stuff in a military lab, so I try not to let the generalizations get to me.. but damnit, I can't cook, I don't like jewelry, and yes, I do want to play Doom 3 during lunch, not shop for shoes!! ;)

    14. Re:Huh? by Moses+Lawn · · Score: 2, Funny

      You know, you can replace references to 'cooking' and 'programming' with 'sex' in the second paragraph, and it still holds true.

      Not that you're not absolutely right about cooking, though.

      --

      What if life is just a side effect of some other process and God has no idea we exist?

    15. Re:Huh? by Daetrin · · Score: 1
      What makes it sexist?

      How about the part where he contrasts the entire female gender with engineers and other technical people?

      "These are very different and instantly understandable for tech geeks like us."

      Apparently there are no women tech geeks. I guess their "funny way of looking at the world" precludes it.

      --
      This Space Intentionally Left Blank
    16. Re:Huh? by MacDork · · Score: 2, Insightful
      Most recipes are designed for women, and their funny way of looking at the world

      What, exactly, is so offensive about that statement? Men and women have very different information processing abilities. Don't let yourself get so wrapped up in political correctness. As I've already said in an earlier post, read the part about drawing bicycles. Ignoring scientific fact in the name of political correctness is for politicians, not nerds :-)

    17. Re:Huh? by 808140 · · Score: 2, Insightful

      There are lots of people that claim that there is an inherent difference in processing capabilities between women and men; everytime some crackpot does, it's all over Newsweek and other "scientifically rigorous" sources, like Fox News or CNN. More often than not, the research is not published in peer-reviewed journals. When it has been, all of these claims have been completely debunked, everytime. People used to claim that Black people were more like monkeys than white people, too. There's lots of "scientific evidence" for this from even fairly well respected scientists in the late 19th and early 20th centuries. Saying that this is complete and utter bullshit is not being politically correct, it's just actually paying attention to science. There's just no basis for it.

      You say you're a nerd, but you throw around meaningless trite like "scientific fact" and link to ABC TV as a source of science?

      You know, when John Lennon said "woman is the nigger of the world" I thought he was exaggerating, but running into people prattling this sort of ridiculous nonsense just makes my blood boil. You should be ashamed of yourself, really. If you're going to try to convince some backwoods uneducated redneck that women are mentally inferior -- oh no, wait, they aren't inferior, it's just that they suck at math and science and are good at "social things", right? (sarcasm) -- then by all means, go ahead and give them your link.

      If you're going to come onto Slashdot and do it, have the decency to respect our intelligence and provide links to peer-reviewed journals with experiments that have been repeated by people that didn't come into the equation already agreeing with the experiment's outcome. Then -- and only then -- will I begin to take this "Women have different mental strengths than men" bullshit.

      You call it science, but it's just sexism. Plain and simple.

    18. Re:Huh? by rs79 · · Score: 1

      Brilliant troll.

      Nope. Most chefs are men.

      --
      Need Mercedes parts ?
    19. Re:Huh? by Anonymous Coward · · Score: 0
      You know, you can replace references to 'cooking' and 'programming' with 'sex' in the second paragraph, and it still holds true.
      Sex is truly a joy for geeks; it's a big science experiment everytime you try something new. Plus, sex is very analogous to sex;
      Science experiment? TMI there buddy. I guess the rest is technically true...
    20. Re:Huh? by JMax · · Score: 1

      Have to agree. The attribution of recipe style to women's "funny way of looking at the world" is the stupidest thing I've read on Slashdot in a long time, and that's saying something. Jeeezus... if you ever want to talk about learned helplessness, how about the stereotypical engineer in a kitchen!

    21. Re:Huh? by hikerhat · · Score: 1

      yeah. Slashdot is generally a pretty racist, sexist, homophobic, randian, social darwinist type of site. But I was pretty surprised to see it right there on the front page too.

    22. Re:Huh? by Sklivvz · · Score: 1
      discrimination n.
      1. The act of discriminating.
      2. The ability or power to see or make fine distinctions; discernment.
      3. Treatment or consideration based on class or category rather than individual merit; partiality or prejudice: racial discrimination; discrimination against foreigners.

      Well, the definition you posted uses the term with meaning 3., whereas I interpreted the comment as being discriminating with meaning 2. In other words, and in case you didn't notice, there are differences based on sex, and there are books or publications "made for men" and "made for women". Pointing this fact out is not sexist at all, it's just how things are.
    23. Re:Huh? by DunbarTheInept · · Score: 1

      What makes it sexist is that it contains the implication that thinking like a woman is something distinctly different from thinking like an engineer, and that would mean no women engineers.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    24. Re:Huh? by DunbarTheInept · · Score: 1

      Oxymoron. The very notion of trolling, of wanting to be percieved as an idiot on purpose, is hardly brilliant. If you want to troll (pretend to be a moron by saying things you know are false just to get a rise out of people), then save your effort, you already are a moron for even wanting that.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    25. Re:Huh? by DunbarTheInept · · Score: 1

      It wasn't comparing men versus women. It was comparing engineers versus women, as if being a woman and being an engineer are mutually exclusive conditions. Now see the problem?

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    26. Re:Huh? by Anonymous Coward · · Score: 0

      There's a world of difference between saying,

      Women/men are, in general, like ...
      and
      All women/men are ...

      People who really believe that there are no exceptions to the 'rule' (or worse, think that there shouldn't be) are extremely annoying:(

    27. Re:Huh? by DecoDragon · · Score: 1

      What makes it sexist? Did he say the recipes were bad? That women were bad?

      What makes it come off as sexist is the implication that women and engineers are exclusive groups. An idea the author reinforces when he says: for tech geeks like us.

      If there had been other attempts at humor in the post, some of us who found the comment sexist might have found it funny instead.

    28. Re:Huh? by riqnevala · · Score: 1

      1. Discrimination based on gender, especially discrimination against women.

      I find this sentence to be really sexist, as it discriminates men......... ;)

      --
      love slashdot. populate it. use it. abuse it. hate it. kill it. miss it. stop following links, they only kill servers.
    29. Re:Huh? by roman_mir · · Score: 2, Informative

      I am still buffled by the fact that in North America engineers are automatically considered to be men. What's up with that? BOTH of my GFs parents are engineers and her mother designed vehicles that carry rockets (the ICBMs mostly) towards a launch pad or are the launch pad (yes, they are Russians) Oh, yes, both of her parents were paid equally too.

      Wo what is going on here?

    30. Re:Huh? by b00tang · · Score: 1

      I just think its funny how all the girls in my classes (engineering physics major) are so busy trying to convince the guys "seriously, we are engineers!" while I'm trying to convince all the girls I see "no seriously, not an engineer, i won't use the words 'secondary electron emission' even once in your presence, we can talk about... you know... sports... right?" p.s. all of the girls in my classes are extremely intelligent and really don't need to convince me they are engineers, i already believe that.

    31. Re:Huh? by Vellmont · · Score: 1


      What, exactly, is so offensive about that statement?


      I don't find it offensive as much as wildly innacurate. I've read cookbooks, there's nothing gendered about them. Many of them assume you know how to cook already, but what's gender specific about that? I also looked at the website, and the only thing it seems to be is more verbose. It sounds more like cooking for dummies than cooking for engineers.

      The Joy of Cooking is far better since it's explicit and tells you how to do basic techniques and procedures like how to poach an egg.

      --
      AccountKiller
    32. Re:Huh? by mink · · Score: 1

      And this is where 8legged.com comes in. Cooking and the in depth explinations of the science behind the dish.

      I strongly suggest getting coca nibs for your chips, makes them crunchy and chocolicious.

      --
      Well I've wrestled with reality for thirty five years doctor, and I'm happy to say I finally won out over it.
    33. Re:Huh? by Korpo · · Score: 1

      Recently neurological studies revealed, that a kid's behaviour was strongly influenced by hormone levels in the mother's womb.

      Normally the baby's own hormone levels influence its (future) personality, and tend to bring boys closer to male stereotypes, and girls to female stereotypes.

      Sometimes strong anomalies of hormones in the mother's bloodstream (like through medication, sickness, or an inborn disease/anomaly) influence babies. This may be one of the reasons for autism.

      It may further be "responsible" for the percentage of males and females, that don't "fit" their gender stereotype. And this explains the strong variation in behaviour within one gender as well.

      Far from explaining away autism, transsexuality and un-stereotypical behaviour only with this, it is one of many influences in forming a person's behvaiour.

      The study, that measured those levels, and later on observed the children, noted that those children that were exposed to abnormal doses of hormones switched away from their gender stereotype (boys playing with dolls, girls playing with cars).

      While this may sound sexist, gender-stereotypical behaviour is even found in apes. Female apes like "girly" toys most, and male apes "manly" toys. So I hope this is taken as the sincerely objective comment I tried to make it.

  35. art not science by Anonymous Coward · · Score: 1, Insightful

    cooking is an art not a science.

  36. Weighing by Quill_28 · · Score: 3, Insightful

    Engineers should be weighing their ingredients.

    Not measuring by volume.

    Especialy with dry good(flour, etc)

    1. Re:Weighing by Moofie · · Score: 1

      Engineers should be doing it the easy way.

      It's a lot easier to scoop up half a cup of flour and knock it down with a spatula than to measure it out on a fucking triple beam balance.

      Anyhow, do YOU have a copy of Joy of Cooking where everything is measured by weight? I sure don't. (I do have a copy of Joy of Cooking, though. Annotated by my everlovin' ma.)

      --
      Why yes, I AM a rocket scientist!
    2. Re:Weighing by Compuser · · Score: 1

      Dunno about units of measurement but I certainly
      expected uncertainties to be included:
      add X plus/minus 0.01X [units] of [substance].
      And I wish someone did timing precisely.
      Instead of:
      cook until brown
      specify:
      cook for 137 second with 1 degree Kelvin per minute
      ramp up and down.

      This would be particularly useful if heat conductivity
      and surface area of pans were also specified.
      In short, I expected real engineering, I got
      a regular cooking site.

    3. Re:Weighing by bluGill · · Score: 1

      Unless you correct for the moisture content of your "dry" goods measuing by weight/mass has no particular advantage over volume. This is a factor, which is why when amount is critical (pie crusts) you add less than what is required, mix, and then slowly add more until the right amount is there.

      Though all this is irrelevant to a great cook. Great cooks just dump things in until it is right. Good cooks do almost as good by using the exact amounts called for. There is a large difference in flavor.

    4. Re:Weighing by dreamsylvania · · Score: 1

      In my experience, volume measurements are evident of American recipes. I own a British cookbook and a Taiwanese cookbook (from their respective countries), and the former uses volume for small amounts and weight (in metric and imperial) for larger amounts (same with various online sources, while the latter measures mainly by weight in metric only.

    5. Re:Weighing by Anonymous Coward · · Score: 0

      And programmers should go by trial-and-error, and when the dinner is to be done they just do the best to cover up the bugs and then hope noone will notice that it is burnt on the outside, raw on the inside with too much salt and re-used ingridients.

  37. chemistry for the cook by bigenchilada · · Score: 3, Informative

    Harold McGee's "On Food and Cooking: The Science and Lore of Cooking" is 704 pages of microbiology, chemistry, history and how-tos. http://www.amazon.com/exec/obidos/tg/detail/-/0684 843285/qid=1094868483/sr=1-1/ref=sr_1_1/103-447084 1-5835037?v=glance&s=books Great read, lots of science and if you cook, makes some mysteries of the kitchen less mysterious.

  38. You forgot... by cammoblammo · · Score: 0, Redundant

    4. ?????????
    5. Profit!

    --

    Cogito, ergo sig.

  39. Re:Great going! by mocular · · Score: 0, Flamebait
    How wise to post as AC. But, it does kinda make you a pussy.

    Are you afraid your mom will see what you wrote?

    Pussy.

  40. STOP RIGHT THERE!!! by cammoblammo · · Score: 1

    I can't go on any further.

    Unless you Americans have been doing something (else) strange to the English language, the word is spelt 'recipe,' not 'recipie.'

    Of course, it may be the non-Americans committing this travesty, so I'll stop before I get flamed back.

    --

    Cogito, ergo sig.

    1. Re:STOP RIGHT THERE!!! by kfg · · Score: 1

      I'm afraid the travesty is all my own responsibility, no doubt due to a spelt.

      KFG

    2. Re:STOP RIGHT THERE!!! by cammoblammo · · Score: 1

      Please, don't take it personally. You certainly weren't the only culprit, and I'm guilty of making mistooks too! By the time I got to your post, I'd had enough, and I simply hit the first 'reply' link I could see.

      All is now forgiven...

      --

      Cogito, ergo sig.

  41. CSS mindwarps by danharan · · Score: 3, Interesting
    OK, the guy is doing something quite nice with his recipes- a way to quickly see how ingredients are grouped is a very creative and useful way to organize things.

    My frustration is how he expresses the problem with CSS:
    My recipe summaries don't display properly in browsers other than Internet Explorer. This is mainly because Internet Explorer is not fully CSS standard compliant and I had to come up with creative ways to get IE to present the table the way I desired it to. Unfortunately, some of the other browsers are standards compliant and render the tables awkwardly.
    I find that interpretation frustrating.

    What is unfortunate is not that a standards compliant browser would properly display IE's mangled HTML/CSS- it's that we have to mangle it for IE in the first place.

    I wish more designers would design for the standards-compliant browsers first. Add a ie-kludge.css import every time you detect IE if necessary.

    Anyhow... I hope the guy does well. You can't be too upset at a guy's CSS if he has a nice recipe explanation for making Tiramisu on his front page.
    --
    Information: "I want to be anthropomorphized"
    1. Re: CSS mindwarps by roadrunnerro · · Score: 1

      RTFA mr. 'D'! The guy says that he can't make vertical text with anything else _but_ IE - maybe you should give him a hand

    2. Re:CSS mindwarps by NewStarRising · · Score: 1

      I agree with your point about CSS. Why write to a non-compliant browser, and then mangle it to becomne compliant?
      Surely one can write compliant code, and then (if needed) mangle it to work with IEs quirks?
      What if one was building a car? Build it to a design, and then have to weld extra bits/chop bits off/fit devices to make it road-legal?
      For an engineer, talking about logical processes, he seems to have this the wrong way round.

      --
      b3 4phr41d 0f my 4bov3-4v3r4g3 c0mpu73r kn0wI3dg3!
      MadDwarf
  42. Hmm... by conebrid · · Score: 2, Funny

    I always thought that cooking involved various types of physical/chemical reactions taking place within organic substances that, when combined properly, stimulated human tastebuds in a pleasurable manner (with some deviation among test subjects -- I don't like mustard, myself).

    Why can't cooking be a combination of art and science?

  43. After a hard day's coding... by cammoblammo · · Score: 1
    Cooking is a great way to unwind after spending all day coding

    And it sure beats debugging the pizza that should have been put in the fridge last night.

    --

    Cogito, ergo sig.

  44. This is great... by jmcmunn · · Score: 1


    I am going to print out some of these recipes. I think it will be funny watching my wife try to figure out what the heck it means. I give it 10 minutes until she rips it up and gets out the cook book.

    And that 10 minutes will be the funniest thing ever. And the following month I will be one very lonely husband...with some extra time to kill in the evenings if you know what I mean.

  45. kill -SIGBEER $$ by Jetson · · Score: 1

    About 20 years ago some of my friends put together a pseudo-code program that described how to enjoy beer. It included variables (who brought, who paid, who got to take the empties back), subroutines to fill the cooler when the queue hit the low-water mark, and even non-maskable interrupts (when nature calls).

  46. Ramen by comwiz56 · · Score: 0

    I'll stick with Ramen noodles.

  47. IE? by Anonymous Coward · · Score: 0

    When a website ONLY works in IE and when the author most change it for Firefox, why is Firefox blamed?

  48. Coming Soon: by n17ikh · · Score: 1

    Cooking For Engineers Volume 2: How To Use Your Smoking Slashdotted Server to Cook Delicious Meals in Three Easy Steps!

    --
    Hard work pays off tomorrow, but procrastination pays off NOW!
  49. It's a cookbook! by Junta · · Score: 1

    Cooking Engineers....
    Cooking *For* Engineers....
    Cooking *Forty* Engineers....
    Cooking *For* Forty Engineers....

    --
    XML is like violence. If it doesn't solve the problem, use more.
  50. Re:lame! by rcmiv · · Score: 1

    The site sucks. Honest opinion. Not a troll.

  51. Cooking HOWTO videos by Kaimelar · · Score: 4, Informative
    While we're on the subject of cooking, Epicurious has a pretty neat section of HOWTO videos (, covering everything from dicing an onion to carving a turkey to working dough properly. They can be seen at http://www.epicurious.com/cooking/how_to/video/. Lots of other great content on that site -- I've learned a lot from them.

    The videos are in Real format, just in case you were wondering.

  52. Easier? Hmmm.... by kinrowan · · Score: 1
    Maybe it's just the fact that I've some training as a cook, or just that I'm so used to reading standard recipes. Or maybe I'm just a girly-man. But I don't find these terribly more easy to read.

    However, the same basic concepts are there; gathering all the ingredients, an order of operations, and times/temperatures, and I think this alternative might make a lot mor epeople like to cook, and that's great!!

  53. Damn Right... by Anonymous Coward · · Score: 0

    Developers: [should be] Cooking for Engineers

  54. A victory for FireFox and open standards? by blackest_k · · Score: 1

    I like his reciepe's although with my weight last thing i need is to be cooking more. His layout makes sense to me very similar to N/S diagrams.

    It is refreshing to see a webpage developer that wants to serve his pages in a standards compliant way instead of an IE complient way.

    Stating the obvious it appears to be a microsoft policy to break open standards when ever possible so the only certain way to be sure of no annoying problems is to use the microsoft product.

    For once on this site, It's IE that is the exception and hopefully more webpage developers will start realising that content needs to be written to the open standards not microsoft standards.

    For Firefox and other standards complient browsers to succeed there needs to be an opensource standards compliant page editor.

    Too many sites are written using Frontpage which produces broken html and I still don't know of a free alternative that will produce compliant pages.

    I hope some one will reply with a +5 informative post recomending such a program. I think we are winning with firefox; now we need to make life easy for people to produce compliant pages.

    I want my freedom of choice back and I am sick of Microsoft doing all it can to make it difficult for me to choose anything other than Microsoft. Micosoft isn't the only company doing this, and I dislike these companies just as much.

    Open standards are for everyone to be able to use the best solution they can afford. I have far more respect for a company prepared to support an open standard than one which trys all it can to lock me into their solution because no matter how soft the handcuffs I will always want my freedom.

  55. Re:Poor guy... don't worry :-) by Anonymous Coward · · Score: 0

    Don't worry. Traffic will disappear as soon as
    the /. article that have caused it goes off the
    front page. :-)

  56. Logical sequential layout. by klevin · · Score: 2

    Oddly enough, I use a very similar approach to diagramming the steps when I copy a recipe down. Ingedients grouped by when they are combined with each other, with the groupings indicated by brackets that are labeled with how they're combined. I usually write down notes at the bottom expounding any necessary details.

    Started doing it that way when I was working on a recipe for vindaloo. The combination of spices is quite extensive, and not all of them are combined at the same time, so I ended up going with the above approach so I could easily figure things out the next time I made it.

  57. Re:VisalC++, good? by smithmc · · Score: 2, Interesting

    Those charts are genious.

    They look kinda like Nassi-Schneiderman charts...

    --
    Downmodding is the refuge of the weak. Don't downmod, make a better argument!
  58. Brilliant! by GoClick · · Score: 1

    However the units would be more helpful in decimal metric rather than imperial. He should develp a standard XML format for these things and the charts.

    1. Re:Brilliant! by connorbd · · Score: 1

      It's my belief that in the age of the internet two things are worth considering:

      a) there's no excuse for someone who doesn't have the ability to cook metric in the US -- the measuring tools are available; and
      b) there's no reason for non-USians to get their panties in a bunch over the issue, since conversion tables are readily available as well.

      A smart recipe writer, though, writing for an international audience, should put metric conversions on their recipes for internet distribution. (Granted I haven't been consistent about it on my own recipe pages, but I do try.)

  59. Try watching good eats w/ alton brown. by Anonymous Coward · · Score: 2, Interesting

    He is pretty interesting to watch. He gets into the science a bit, and he's nutty enough to keep you coming back for more. O

  60. I'm a Woman here by shockingbluerose · · Score: 3, Interesting

    And yes, I see your point where most recipes are designed for the average female and her strange viewpoints.... but I'm definently not your average female.I can totally see the logical set up here and I love it! This website is Awesome. If only all cook books would publish this format, maybe more men would cook :)

    --
    My name is a variety of floral rose, and no, it's not blue :)
  61. bit by the bites by loid_void · · Score: 2, Informative

    Try pair.com, they are very flexible with moving up and down the GB scale; competitive without sacrificing speed and reliability, plus, it will calm down to a more managable scale; I think...

    --
    Anyone seen my jagged little pill?
  62. Cool recipe format, but... by Moses+Lawn · · Score: 2

    Well, I don't get this nonsense about recipes being made for women and their "funny way of looking at the world". It sounds a lot like a comment from somebody who doesn't know much about recipes or women. I've been reading, and successfully following, recipes for much of my adult life. As long as you read all the instructions *before* starting to do anything else, most any well-written recipe is perfectly clear, as long as you have a little bit of domain knowledge (understanding of the basic symbols and terminology, mostly) and the requisite equipment. Pretty much like any other geek task.

    I will say that the table layout is a pretty neat idea. I don't personally care for it as much as the traditional format, but that's mainly because I'm used to the "normal" way. The table makes it really clear what steps depend on what other steps. However, there's something to be said for having a linear set of steps - mainly, that you don't get as easily lost in the subtasks and lose track of where you are in the process. I think that might just be me, though.

    So what is it about traditional recipes that confuses people?

    OT: The "IE-specific tables" look fine in Opera, by the way.

    --

    What if life is just a side effect of some other process and God has no idea we exist?

    1. Re:Cool recipe format, but... by i+love+pineapples · · Score: 1

      So what is it about traditional recipes that confuses people?

      The fact that they have to read the whole thing through before proceeding. Most people want to just jump in and get it done as quickly and painlessly as possible...and then they get to the second to last step and realize they need a special pan or to marinate for a day and a half.

    2. Re:Cool recipe format, but... by Moses+Lawn · · Score: 1


      The fact that they have to read the whole thing through before proceeding. Most people want to just jump in and get it done as quickly and painlessly as possible...and then they get to the second to last step and realize they need a special pan or to marinate for a day and a half.


      Well, you don't want to do that with your code, either, because it works just about as well. Not that I haven't been bit by doing exactly this both when coding *and* when cooking, mind you...

      --

      What if life is just a side effect of some other process and God has no idea we exist?

    3. Re:Cool recipe format, but... by i+love+pineapples · · Score: 1

      Well, you don't want to do that with your code, either, because it works just about as well.

      FWIW, at my workplace the coder who plans out and properly design his projects before starting is an AMAZING cook, while the guy who hacks togeather proof of concept code has trouble microwaving popcorn...

  63. Is it for cannibals? by DarkMantle · · Score: 3, Funny

    Sorry... but the first recipie I saw has the first ingredient of "about 20 lady's fingers" for those bi-atches that really pi$$ you off. :D

    --
    DarkMantle I been bored, so I started a blog.
  64. Sure thing! by Anonymous Coward · · Score: 0

    Isn't it better practice to use subroutines instead of goto statements?

    Of course! If you 'GOSUB HELL', you can eventually RETURN.

  65. Re:Great going! by Anonymous Coward · · Score: 0

    Yeah, as posting with a unvetted account is soo much better!

  66. I don't get it - it's like most recipes I see. by NotQuiteReal · · Score: 2, Interesting
    I start off with something I have, like, oh, say, some frozen scallops from Costco...

    Then I look up a recipe - hmmmm. don't have that. don't have that. don't have that... cook for 3 minutes, per side - or until done.

    Gee - I can do that (cook 3 minutes per side).

    Add my own butter, garlic, and other stuff I would add anyhow, since I have it

    Cook it up. Add some butter, grated cheese de jour, half-n-half... call it alfredo. Pour it over rice or pasta!

    viola! (that's french for "ta da") The wife loves it! Get laid.

    Oh, damn, I'm I rambling again?

    --
    This issue is a bit more complicated than you think.
  67. Real recipe engineering by Animats · · Score: 4, Informative
    There's such a thing as engineered recipes, but these aren't it. Engineered recipes are for volume production in food plants.

    Serious recipes have tolerances. What temperatures are needed, and how tightly do times and temperature have to be controlled? What's the effect of ambient humidity? Here's a oven for a commercial bakery.. 6 heat zones, digital temperature control, and a conveyor belt. The bakery with a unit like that has recipes that tell how to set it up for each product they make. There's no market for a few thousand slightly burnt rolls. Some jobs need a fancy oven like that. Others are less critical. Some jobs (especially pastries) need even finer control.

    There are safety issues. See this microorganism lethality calculator. That's a key part of an industrial recipe.

    Here are some engineered home recipes. These are intended for use in a programmable home bread-making machine. Note the comments:

    • Measure all ingredients exactly -- close is not "good enough".
    • Water temperature must be between 70 and 80 degrees Farenheit.
    • Use flour specifically designed for bread machines; it rises better than all-purpose flour.
    • Load ingredients in the pan in the order listed.
    • Keep yeast away from liquids.
    Now that's what real engineered recipes look like, tolerances, computer control, and all.
    1. Re:Real recipe engineering by vorpal22 · · Score: 1

      Measure all ingredients exactly -- close is not "good enough".

      That's bullshit, though. I've made hundreds of recipes with my home bread maker, and there's definitely an acceptable level of variance within each recipe with regards to ingredients, despite the fact that baking more closely resembles chemistry than cooking.

      For instance, shortening: you can substitute oil or butter for shortening, and double or halve the amount in any recipe without a significant reduction in the quality of the finished product.

      Water and flour: a 10% variance in either will make little difference, which makes sense. Who's to say that precisely 3.5 cups of flour will react optimally with exactly 1 cup of water? These measurements are initially rough since the measures are so large (in 125 mL increments) that small alterations are perfectly acceptable. I've never had an issue with not leveling off cups with a knife, or accurately determining the exact amount of requested water.

      Salt: This one should be handled more precisely, because salt does affect the growth of yeast and serves as a very mild flavour enhancer. Again, a 10% variance will make little or no difference.

      Sugar: Again, highly variable. You need enough sugar to serve as food for the yeast. However, more sugar probably won't harm the final product. I enjoy generous amounts of sugar in my white bread. It's already unhealthy... why not make it more deliciously so?

      Yeast: I like to increase my yeast by 25-50%. The worst effect I've seen from doing so is a loaf of bread that rises slightly higher than is optimal. Increasing yeast also allows for use of yeast that has been damaged by exposure to heat and light or is beyond its best before date.

      Cooking and baking should never be taken so seriously as to seem like a chore. Getting your hands dirty and experimenting is what being in the kitchen is all about. We're here to have fun, enjoy our successes, and laugh at our mistakes.

    2. Re:Real recipe engineering by connorbd · · Score: 1

      Baking and commercial production are each special cases, with concerns of their own. Baking has to be very scientific or it will fail, and commercial production has issues of product consistency that are simply unimportant to a home cook. Engineered recipes are a waste of time in many circumstances.

      In any case, look at Escoffier. If you pick up a copy of the Guide Culinaire you get page after page of recipe descriptions, but few actual worked-out recipes. Why? Because the engineering is in the techniques used, not the recipes themselves. It is of no use to the well-educated cook to have a full-on recipe for sole meuniere; better to know how to apply a la meuniere technique to any sort of fish than focus on one specific recipe.

    3. Re:Real recipe engineering by FlopEJoe · · Score: 1
      Noooo! It really says

      Cooking For

      -ty

      Engineers!!!

  68. Metric vs. SI by Anonymous Coward · · Score: 0

    Celsius is a metric unit. You'd only need to insist on Kelvin in strict SI.

  69. that's a TERRIBLE format for recipes by realmolo · · Score: 1

    It's like some half-ass GUI for recipes.

    Give me the command-line any day!

    Seriously, for a person who can READ, standard recipes are easier to follow. Much, much easier. It's not like recipes are so complicated that you need to use fucking flow-charts.

  70. The Cooking Chemistry Book by MourningBlade · · Score: 1

    A book that lays out a good chunk of the chemistry behind cooking (and is required reading at the Culinary Institute of America) is On Food and Cooking by Harold McGee.

    I highly recommend it (though who the hell am I?), especially for people who want to know about carmelization, eggs (huge subject there), and milk (another huge subject). And a lot of other stuff.

  71. Quite brilliant... by mgrassi99 · · Score: 1

    And very interesting...I looked at the recipe summary, and instantly understood what it was trying to convey. I had my wife look at it (more the artsy non-engineer type) and she got it, but it wasn't as intuitive to her. Good stuff.

  72. yhbt hand by Anonymous Coward · · Score: 0

    lol

    1. Re:yhbt hand by 808140 · · Score: 2, Interesting

      You know, I hope so. But a lot of people parrot this kind of stuff on here. I think the truth is -- and I'm being entirely serious here -- that with a lot of geeks, socializing doesn't come naturally, even with people of their own sex. And most geeks are very smart, capable people, and they're prideful, too, especially with regards to their intelligence. After all, when we were in HS, most of us weren't good at sports, weren't popular, but what we did have was intelligence. We turned the geek monicker around, reclaimed it for ourselves. It was meant to insult us but we wear the label with pride.

      Because we're so prideful, we spend a lot of time rationalizing away our shortcomings. We're not good at socializing with people, but we're smart -- it must be that our intellect intimidates them. Or, we belittle social mores as being cultural cruft, saying (in all earnestness) that all that small talk jibber jabber is useless, and that we're choosing not to do it because there's no point. We'd rather not admit that we have a very hard time doing it, and it makes us uncomfortable. We hide behind our intelligence.

      Back in HS, jocks taped our buns together and shoved us in lockers and generally tortured us, girls shunned us, and we were generally social outcasts. We are scarred, emotionally, by this treatment. It was cruel, there's no doubt about it. But when I was in college, I had a run in with a bully that tortured me in middle school -- he came up to me, having recognized me, and started making small talk. I didn't know what to do. But it turned out that he was a really nice guy, and it occured to me then that judging a person on actions taken at age 13 wasn't very fair of me; he'd grown a lot since then. He appologized for the way he'd acted. Turns out his home life hadn't been so great.

      Anyway, I'm getting off on a tangent here, but my point is, because girls and jocks and the like scare us, we pigeonhole them. We make them out to be 2 dimensional, steryotypical people. We don't bother getting to know them, now that we're out of school and everyone (believe it or not) is a lot more mature. We continue to hide behind our intelligence. We say things like, all those jocks are bagging groceries now, girls just can't think the way we do, etc, etc. And it's silly. It's trite. What it essentially is, is lack of self confidence.

      But learning to interact with people is like learning anything, including Linux, Math and Science -- it requires practice and you will be ridiculed for not knowing how to perform basic tasks, just like people on #debian will yell at you for not rtfming and making you feel like a dork for not knowing how to inline assembly into your shell scripts (ha ha), as if everyone can do it.

      Learning is tough. Girls, people, social stuff, well, it's scary, and I can appreciate that. But you have to face it, not hide behind silly generalizations and coy superiority. People may not be as smart as you are, when it comes to computers or math, but that's not all there is to intelligence. It's really an extremely worthwhile lesson. And sensitivity, which is hard for us too, and so we belittle it as something "unnecessary and stupid", will get you a long way.

      The "girl" thing is especially difficult because unlike with jocks, for the most part, we can't just ignore them -- homosexuals exempted, of course, but I'm sure they get just as nervous talking to a cute guy as we do a cute girl -- because there's the sexual attraction and the need for love and attention from the opposite sex. Anyway, you get where I'm going with this, I'll stop talking now.

    2. Re:yhbt hand by arose · · Score: 1
      But learning to interact with people is like learning anything, including Linux, Math and Science
      Only with "2 dimensional, steryotypical people".
      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    3. Re:yhbt hand by Anonymous Coward · · Score: 0
      But it turned out that he was a really nice guy, and it occured to me then that judging a person on actions taken at age 13 wasn't very fair of me; he'd grown a lot since then. He appologized for the way he'd acted.

      Listen, you smashed body of a wretched animal. I suspect it wasn't meant as a compliment.

      Furthermore, your grandstanding assertion that "sensitivity [is] an extremely worthwhile lesson" indicates to anyone with the barest grasp of Collaborative Discussion Theory that you've never uttered a word of substance. To anyone. I submit to you that any well-worded assertion predicated upon original and rational thought will raise howls of protest from the Mothers Against Drunk Driving (rehash of the failed and immoral "temperance movement" (i.e., the recurring meme that encourages the insulting and unbiblical (cf. Genesis 1:29: "God said, 'Behold, I have given you every herb yielding seed, which is on the surface of all the earth, and every tree, which bears fruit yielding seed. It will be your food. To every animal of the earth, and to every bird of the sky, and to everything that creeps on the earth, in which there is life, I have given every green herb for food;' and it was so.") suppression of the consumption of plants given to us by God for our sustenance and pleasure)), Million Mom March (attempt to subvert the respect for motherhood by associating the delusional wailings of those who cannot mentally separate a tool from its wielder with an unconstitutional effort to destroy our inalienable, individual ("A militia, when properly formed, are in fact the people themselves ... and include all men capable of bearing arms." --Richard Henry Lee, Senator, First Congress, Additional Letters from the Federal Farmer (1788)) right to defend ourselves against both foreign invaders and corrupt tyrants and usurpers (note that Diane Feinstein has a concealed carry permit but she doesn't want the hoi polloi, the proles, WE THE PEOPLE OF THESE UNITED STATES to be on an equal footing with her; why's she afraid of the well-regulated militia if she truly preserves and protects the Constitution?)), military-industrial-pharmaceutical-complex worshipping toadies.

      We're a generation of men raised by women. I'm wondering if another woman is really the answer we need.

      Note the blatant censorship by Skull & Bones, Bush & Kerry, Kang & Kodos, yin & yang, there is no hope, your vote is a joke, the republic is dead, of "Chapter 5: The Right to Bear Arms" (compare Chapter 4 and Chapter 6)!

      I weep for the future if you think a random blast of vulgarity is a "raving troll". Patriots question the "Patriot" act and Ashcroft says they aid terrorists, Maddox opens his mouth and censorship is attempted. We live in the age of feelies and soma and a lack of Quality (Pirsig) and you are amused by self-referential parody of the hopelessness of the age? You appendage of Cthulhu. Go back to your lair; we are not ready for you yet!

      Your inner thoughts as you posted your ill-advised diatribe:

      ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn
      ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn
      ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn
      ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn
      ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn
      ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn
      ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn
  73. Its all about timing by heysan · · Score: 1

    The boxed layout could be augmented with cooking/preperation times along the x-axis.

  74. Flowchart by Anonymous Coward · · Score: 0

    I did write some of my recipes in flowchart-like diagrams. The ingredients were alphabetized, and the blocks were color coded. But then I thought it was just too geeky.

    It's clearer than using table-like diagrams. Plus, the advantage is you can try to organize the process such that the timing is right during the (multi-tasking) processes.

  75. Re:New Windows Security Flaw by trewornan · · Score: 1

    Bugzilla notified: 2004-08-25 11:34 Patch provided: 2004-08-25 11:35 If we can bring down the lag a little more we might even be able to provide patches faster than Microsoft can. No mention of this being a root exploit however - just seems to crash the viewer, pretty shoddy that a corrupt file crashes the viewer but to quote from bugzilla - "Not a security issue . . . please use something written this century"

  76. Strange by davidgay · · Score: 2, Insightful

    I could've sworn I had several cookery books in the same style (list of ingredients, list of instructions). Strangely, they weren't marketed as "cooking for engineers", rather they tend to be basic cookery books. An example: ISBN: 0140460179. Original edition: 1952 (predates slashdot, and most (99.99%?) of the computer industry).

  77. hmm. by Lost+Dragon · · Score: 1

    Given that there are no replies to this topic, I must assume that engineers do not eat.

  78. So that means ... by I+don't+want+to+spen · · Score: 4, Funny

    ... It must be open sauce ...

    --
    Don't go to a brothel if you want to buy broth
  79. Outsourced to India by Anonymous Coward · · Score: 0

    Unfortunately, there is no need for engineers to cook anymore. It's been outsourced to India. From now on, we only eat Tandoori chicken.

  80. Mine's even simpler by melted · · Score: 1

    "Where's my dinner?"

    That's what you say when you're married to a woman who can cook.

  81. Maybe he should have talked about by Sycraft-fu · · Score: 1

    You hyper-PC people and YOUR funny way of looking at the world, specifically the way that nothing involving race, gender, religion, etc can possibly be funny.

    It's a joke, get off it. These sorts of things are amusing precisely because men think that women have a screwed up world view and women think the same thing about men. We often cannot understand eachother's rational given that it is often quite different.

    Believe it or not, I DON'T get all offended when a female makes a joke about the sterotypical stupid things men do. I usually find it funny. Just because they lack a penis doesn't mean they can't joke about those that have them and vice versa.

    So look, maybe the ultra-PC, over-sensitive routine gets you laid. That's great. Being a complete asshole and treating your women like shit also works really well (on a different kind of woman of course). Doesn't mean either of them is right. Me? Well I'll enjoy humour about the sexes, different races, etc, and I'll take a girl that can as well (they do exist).

    1. Re:Maybe he should have talked about by Hogwash+McFly · · Score: 1

      Not that it means anything, but welcome to my friends list ;)

      --
      Mother, do you think they'll like this sig?
    2. Re:Maybe he should have talked about by shalla · · Score: 1

      I wasn't offended by the "funny way women look at the world" bit. That was obvious humor. I use that sort all the time with my friends.

      On the other hand, the write-up says: Most recipes are designed for women, and their funny way of looking at the world. These are very different and instantly understandable for tech geeks like us.

      Er... tech geeks aren't women? Women aren't tech geeks? Am I not allowed on here or something?

      The obvious humor was fine. The suggestion, though, that women and engineers or women and tech geeks are two different classes is kind of insulting. Actually, I'd probably ignore it if I hadn't just come from a computer show where I asked a few technical questions and the rep looked at my husband and answered to him (including using the word "sir").

      Is it the end of the world? Nope. But I was certainly less than appreciative of the write-up. The site, however, is pretty cool. Now if I only could stand cooking...

  82. hahaha by tasinet · · Score: 1
    Until last weekend, the majority of my readers used some version of Internet Explorer to view my website. Something changed, and now I have a readership of which 75% are using a Mozilla based client. This is a problem for me because [...]


    I wonder what changed........ :)

    Oh but of course! You got slashdotted!
    Im [positivelly] surprised he's even online!
  83. Following your triple-negative. by DunbarTheInept · · Score: 1

    Trying to parse your sentence is like trying to read Lisp without a paren-matching editor.

    Your sentence is as confusing as Bilbo Baggins' parting speech at his birthday party.

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  84. Real engineers use standard units by shermozle · · Score: 5, Insightful

    If this was truly for engineers, it would use metric units and wouldn't mix volume and weight units unnecessarily. Using cups for recipes is ridiculous considering the possible variations in texture and grain size.

    1. Re:Real engineers use standard units by poot_rootbeer · · Score: 1

      Using cups for recipes is ridiculous considering the possible variations in texture and grain size.

      And yet, it's worked well enough for most cooks' purposes for the past thousand years...

  85. Correction for geeks only by MickLinux · · Score: 1

    You really ought to use a geek language, not a pseudo geek language. Aside from that, I have to admit that in true geek style you left the stove on and burned down the house.

    PLEASE IGNORE THE XYs at the beginning of the line; I had to get past the "too few characters" filter.

    XYXYXYXYXYXYXYXYXYXY ; GO TO STORE

    XYXYXYXYXYXYXYXYXYXY JMP STOR

    XYXYXYXYXYXYXYXY; PUT 12 EGGS in CART (must be a market, no egg carton here!)

    XYXYXYXYXYXYXYXYXYXY MOV CX,12
    XYXYXYXYXYXYXYXYXYXY MOV [CART],[EGG_SHELF]
    XYXYXYXYXYXYXYXYXYXY REPNE

    XYXYXYXYXYXYXYX; Put butter in cart, and then pay

    XYXYXYXYXYXYXYXYXYXY MOV CX,1
    XYXYXYXYXYXYXYXYXYXY MOV [CART],[BUTTER_SHELF]
    XYXYXYXYXYXYXYXYXYXY REPNE ; for portability
    XYXYXYXYXYXYXYXYXYXY MOV CX,5
    XYXYXYXYXYXYXYXYXYXY MOV [REG],[WALLET]
    XYXYXYXYXYXYXYXYXYXY REPNE

    XYXYXYXYXYXYXYXYXYXY JMP HOME

    XYXYXYXYXYXYXYX; put pan on grill, turn on burner

    XYXYXYXYXYXYXYXYXYXY MOV [GRILL],PAN_ADDR
    XYXYXYXYXYXYXYXYXYXY MOV BX,5
    XYXYXYXYXYXYXYXYXYXY OUT [BURNER_LEV],BX

    XYXYXYXYXYXYXYXYXY; put butter in pan

    XYXYXYXYXYXYXYXYXYXY MOV CX,1
    XYXYXYXYXYXYXYXYXYXY MOV [PAN_ADDR],BUTTER
    XYXYXYXYXYXYXYXYXYXY REPNE

    XYXYXYXYXYXYXYXYXY; put 2 eggs in pan

    XYXYXYXYXYXYXYXYXYXY MOV CX,2
    XYXYXYXYXYXYXYXYXYXY MOV [PAN_ADDR],EGG
    XYXYXYXYXYXYXYXYXYXY REPNE

    XYXYXYXYXYXYXYXYXY; Be sure to break eggs!

    XYXYXYXYXYXYXYXYXYXY BRK

    ; we need a speed-independent clock update routine. Code later.

    XYXYXYXYXYXYXYXYXYXY MOV CX,[CLOCK]
    XYXYXYXYXYXYXYXYXYXY ADD CX,300
    XYXYXYXXYXYXYXYXY LP: CMP CX,[CLOCK]
    XYXYXYXYXYXYXYXYXYXY JSR UPDATE_CLOCK
    XYXYXYXYXYXYXYXYXYXY JNE LP

    ; TURN OFF BURNER! (you can take shortcuts,
    ; but be sure it's off at the end of your meal)

    XYXYXYXYXYXYXYXYXYXY XOR BX,BX ; BX=0

    XYXYXYXYXYXYXYXYXYXY MOV [BURNER_LEV],BX

    ; Put contents of pan into mouth,

    XYXYXYXYXYXYXYXYXYXY MOV [MOUTH],[PAN]

    ; and now we can return to whatever we were doing.

    XYXYXYXYXYXYXYXYXYXY RET

    --
    Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
  86. Really great for geeks :/ by Gentlewhisper · · Score: 1

    Wow, this site is good.. I admit I'm a really lousy cook, but once I went there, I was hit by so much "duh.." (to good cooks) knowledge that I've decided to check back there every other day =)

    If only they have a special section for low fat meals, I think that would appeal greatly to technical people!

  87. Charts are great, but where's the parameters? by j.leidner · · Score: 1
    Michael Chu's charts look like parse trees, where ingredients are displayed as tree nodes ("words") and operations are displayed as edges ("constituents"), which is very cool indeed.

    However, what I miss are parametrized recipe algorithms for N persons rather than for a hard-wired N, which would make it much easier to cook for a flexible number of friends invited for dinner.

    --
    Try Nuggets , the mobile search en gine. We answer your questions via SMS, across the UK.

    1. Re:Charts are great, but where's the parameters? by Bob+Uhl · · Score: 1

      As I note in my blog entry on the subject, there's a site called Recipezaar which has the ability to scale its recipes. It doesn't really do the massive-scale stuff (e.g. it won't convert 1/2 cup of flour to pounds when scaling from 4 to 240 diners; it won't even convert to pecks or bushels, but leaves everything in cups), but it's still pretty clever.

  88. Ingredient substitution by jks · · Score: 1

    For many questions like that, http://www.foodsubs.com/ is an invaluable help.

  89. It was a joke, people! by Captain_Chaos · · Score: 1

    Come on people, lighten up. It was a joke, nothing more. You may not find it funny, you may even think it was in bad taste, but that still doesn't warrant all this griping.

  90. What?? No reply posts !! by hlygrail · · Score: 1

    How scary is that...? I guess Slashdot geeks must not cook. Heck, I'll bet I'm the first to even READ this thread at all!!

    Cooking is cool, but the trick is -- DON'T follow the recipe. It's like anything else: an ounce of creativity produces a ton of delight. And besides, why make the same thing the same way every time?

    Me? I open up the pantry/freezer/fridge/cupboard, take a quick inventory, pull out some stuff that looks like it might be interesting together, and go to work. Simple example:

    - frozen chicken breasts (heheh.. he said "breasts")
    - bacon
    - BBQ or hot sauce of your choice
    - and some sausage (summer, polish, whatever).

    Wrap the bacon around the chicken (thawed), slice the sausage into bite-size chunks, put all on a cookie sheet (use foil to cover -- less clean-up), pour over the sauce, cook until done. Yummy stuff, and I just made it up one day.

    Now, I'm not going to provide any nutritional commentary on the above, or the fat content, or the carbohydrate numbers for you Atkins nuts... but it's good stuff!

  91. the charts are interesting, but by wobblie · · Score: 2, Informative

    They really aren't necessary if you can read, right?

    When looking at recipes, I am more concerned with ingredients and talk about technique, not the presentation. Perhaps a bit of history.

    For example, his lasagna is very much the "American way", made with ricotta and tomato sauce - Italians don't use ricotta in lasagna - they use a bechamel sauce. The bolognese meat sauce frequently used in Italian lasagne is very unlike the kind you eat in American kitchens.

    In others words, I don't see the point in a cookbook made by someone who doesn't know what they're talking about :)

  92. Re:What is a cup bananna ? by Anonymous Coward · · Score: 0

    Given that a cup is a protective device used in certain sports, I'll leave the definition of a cup bananna to your imagination ....

  93. NOT an engineer by Anonymous Coward · · Score: 0

    Let me get this straight - he's writing to IE?

    If he's not writing to standards, he's NOT an engineer.

  94. hacker's diet by canavan · · Score: 1

    Well, now that you've got a cookbook, it's probably time to think about loosing weight - well for most of the slashdot readership anyway. The proper book to do so may be John Walkers The Hacker's Diet: How to lose weight and hair through stress and poor nutrition

  95. Cooking experience by harmonica · · Score: 1

    I've found many people to be somewhat afraid of cooking. Trying a recipe on their own, or helping me (how do I have to cut it? can I put it in now? how long should I stir it?...). I can only recommend to just do it. Maybe it won't be perfect, but as long as you have some endurance it'll work out in the long run. Note that some recipes out there just suck, so it might not be your lack of expertise all the time. If you can, find someone to cook with, preferably with more experience. Cooking is also good for socializing, in case you're interested in that kind of thing ;-).

  96. As an Engineer / Cook by nuggz · · Score: 1

    I have always cooked and baked.
    What is so confusing about a recipe, I'll admit I had an interest in cooking and food since about the time I got an interested in LEGO, so maybe I have a bit of experience.

    Here is a hint, read the recipe and the instructions, think how you will do it. Then do it, don't do thinking this time, just follow the directions.

    I don't think women see the world a different way, they just have a different focus then you might.

  97. www.cookingforeigners.com by james_marsh · · Score: 1

    Am I the only one that misread that URL? I was expecting a collection of Donald Rumsfeld's favourite recipes.

  98. Re: Cooking for Engineers by Shoikana · · Score: 1

    Some people are engineers AND women.. wonder how they read a recipe..

  99. Yeah, but .... by Tsu+Dho+Nimh · · Score: 1

    When will there be cleaningforengineers.com?

  100. Blind! Stop being PC long enough to read... by leonbrooks · · Score: 1

    ...actually read most recipes, and you'll see the difference. For best effect, do it from a magazine like Women's Weekly which is actively targeted at femmes, then compare with his recipes.

    --
    Got time? Spend some of it coding or testing
    1. Re:Blind! Stop being PC long enough to read... by AdamHaun · · Score: 2, Insightful

      Nobody said that this guy's recipes aren't different or that the idea isn't cool. What I dispute is the idea that a list of materials followed by a list of instructions is in any way tied to women, or that there was any justification for that comment. For comparison, go here and read any of the instructions on assembling desks. Surprise! They follow the same format! Maybe you should stop being anti-"PC" long enough to read what's actually being said.

      On a side note, the original site's recipe format would work very well for furniture, too.

      --
      Visit the
  101. That reminds me... by AmX · · Score: 2, Interesting

    That reminds me of the fabulous Chef programming language, where programs look like recipes.

    Here is the "Hello World Souffle" as an example:

    Hello World Souffle.

    This recipe prints the immortal words "Hello world!", in a basically brute force way. It also makes a lot of food for one person.

    Ingredients.
    72 g haricot beans
    101 eggs
    108 g lard
    111 cups oil
    32 zucchinis
    119 ml water
    114 g red salmon
    100 g dijon mustard
    33 potatoes

    Method.
    Put potatoes into the mixing bowl. Put dijon mustard into the mixing bowl. Put lard into the mixing bowl. Put red salmon into the mixing bowl. Put oil into the mixing bowl. Put water into the mixing bowl. Put zucchinis into the mixing bowl. Put oil into the mixing bowl. Put lard into the mixing bowl. Put lard into the mixing bowl. Put eggs into the mixing bowl. Put haricot beans into the mixing bowl. Liquefy contents of the mixing bowl. Pour contents of the mixing bowl into the baking dish.

    Serves 1.

  102. Space Dust by kevman42 · · Score: 1

    Wait a minute...there's some space dust on this post...aha! Cooking forty engineers!

  103. excerpt from the page :) by Bobas · · Score: 1

    Also thank you everyone who offered to host my site and also gave suggestions on how to reduce my bandwidth usage.

  104. I just remember the 3 food groups by Anonymous Coward · · Score: 0
    1. Junk
    2. Fast
    3. Microwave
  105. Good riddance by ExistentialFeline · · Score: 2, Insightful

    Thank you, slashdot, for posting those kinds of comments on the front page. As a female engineer I really don't need this first thing in the morning. I am rewriting my hosts file right now.

  106. Joy of Cooking by Peripherus · · Score: 1

    Irma S. Rombauer and Marion Rombauer Becker's "Joy Of Cooking" is as close to a technical manual for cooking as there is, and has been around for quite some time. It covers all the basics of foods and cooking techniques, and even gives some of their history. It's worth having even if you don't cook.

  107. Simpsons Reference... by weedenbc · · Score: 1

    "How to Cook for Forty Humans"

    --

    "Trying is only the first step towards failure." - Homer
  108. Hey wait a minute... by weedenbc · · Score: 1
    Oh yes......if you do find yourself in the company of an interesting female you may further increase your odds by asking for what you want. We can't read your minds.

    Isn't that supposed to be OUR line?

    --

    "Trying is only the first step towards failure." - Homer
  109. tech cooking by mabu · · Score: 3, Interesting

    I wouldn't consider this site to be more than a cooking-enthusiast's blog with an interesting recipe format. There doesn't seem to be any "engineer"-included aspects or approach to the content IMO.

    As a software designer that goofs off with cooking, I think I take a more tech approach. For example, I've started smoking various meats and making my own beef jerky, but I've also been trying dozens of different kinds of woods, some plain, some soaked in different types of liquids and alcohol and researching the ways in which the smoking process with different wood imparts flavor to the food. I've also been working on designing a way to interface an electric smoker to a dehydrator to automate the process of making beef jerky with a true smoky flavor.

    I have friends who have designed their own cooking grills and monitoring systems. Those things seem more like an engineers approach to cooking. This site, while interesting, isn't anything special.

    Then again, maybe this guy is using an overclocked Pentium as his heating element?

  110. This is better how? by HeyLaughingBoy · · Score: 1

    OK. I don't get it. And yes, I am an engineer. A recipe is simply a guide to cooking something (and I don't see how they're designed to be used by one sex or the other) and these charts don't bring any improvement to the party.

    If he really wanted to make recipes geek friendly, he could have emphasized that cooking is really just a pattern language: e.g., folding, stirring, beating are all different ways of combining ingredients, but with different results and for different reasons. Or shown that say, bread making and cake making generally follow a series of steps which are altered depending on the type of cake/bread you're making.

    People have been cooking for millenia: there's not a lot about it that's difficult. As I said above, recipes are guides: you're expected to be able to vary them depending on your individual circumstances -- you may have eggs much larger than those called out, have a late night whim for cake, but only have bread flour in the house and so on. That's the variability about cooking that makes it fun.

  111. OT -- bread by jon_c · · Score: 1

    It was Italian Bread. 3 hour sponge + 12 hours in the fridge. then 3 hour proof, which is the part I messed up, I only did one hour.

    recipe from Cook's Illustrated Baking book, which I can not recommend enough.

    --
    this is my sig.
  112. Mass has momentum by bill_mcgonigle · · Score: 1

    Engineers should be doing it the easy way.

    Most engineers prefer accurate to easy where outcomes are affected.

    It's a lot easier to scoop up half a cup of flour and knock it down with a spatula

    That cup of flour could easily vary +- 20% by mass depending on your technique, scooping instrument, leveling motion and weather.

    than to measure it out on a fucking triple beam balance.

    Why would you use a "fucking triple beam balance" when a nice digital Salter scale costs $40 and is push-button easy?

    Anyhow, do YOU have a copy of Joy of Cooking where everything is measured by weight? I sure don't. (I do have a copy of Joy of Cooking, though. Annotated by my everlovin' ma.)

    No doubt dual-mode skills will be in demand for the forseeable future, but already most European and Asian recipes are based on mass. I tried converting some of the recipes from my dim-sum cookbook before giving up and doing it the right way.

    Liquid measure is even easier in metric - instead of a 'scant 7/8 cup' or 'one cup plus 1 1/2 t' you'll be told to do 420ml or whatever the right number is.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    1. Re:Mass has momentum by Moofie · · Score: 1

      I'll put my results up against anybody, engineer or no.

      It's good enough for my mom's apple pie, it's good enough for me. I stand by my contention that easy beats accurate when easy is accurate enough.

      I can work in mass, sure. I know from experience that it's more difficult. I get better results with volumetric measurements. Perhaps that's because I'm more accustomed to it, but I certainly do not agree with your contention that measurement by mass is substantially better in the kitchen.

      --
      Why yes, I AM a rocket scientist!
    2. Re:Mass has momentum by bill_mcgonigle · · Score: 1

      I can work in mass, sure. I know from experience that it's more difficult. I get better results with volumetric measurements. Perhaps that's because I'm more accustomed to it, but I certainly do not agree with your contention that measurement by mass is substantially better in the kitchen.

      For some recipes I'm sure it makes no difference - think about the science of it though - if you're making a recipe that has carefully balanced ratios and you change one by 20% you're going to get different results. I am not a food scientist, but on such matters, "in Alton Brown we trust". :)

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    3. Re:Mass has momentum by Moofie · · Score: 1

      I'm telling you, I understand the science of it, and I also understand the practice of it.

      I have never ruined a recipe because I use measuring cups. You are making a mountain out of a mole hill.

      --
      Why yes, I AM a rocket scientist!
    4. Re:Mass has momentum by bill_mcgonigle · · Score: 1
      You are making a mountain out of a mole hill.

      Are you sure it's not the other way around? I'm no expert, so let me cite one:

      Um, we also need to weigh out five and three quarter ounces of flour. Why weigh? Because, unlike crystalline products like salt and sugar, flour particles can be compacted, ok, and that means you could end up scooping a cup of flour that weighs 3 ½ ounces or 6 ½ ounces and that makes kind of a big difference. -Alton Brown (source)
      I do know that using nearly double the amount of flour as required could ruin a recipe. If you're making cookies, who cares?, there are all kinds of cookies, but few people like a soggy or dry cake.
      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    5. Re:Mass has momentum by Moofie · · Score: 1

      One word:

      Sift.

      Thanks. Drive through.

      --
      Why yes, I AM a rocket scientist!
  113. Re:What?? No reply posts !! by Anonymous Coward · · Score: 0

    How scary is that...? I guess Slashdot geeks must not cook. Heck, I'll bet I'm the first to even READ this thread at all!!

    It's about time you upgraded to at least a 28.8 modem...

  114. Who the hell do you think you are? by Anonymous Coward · · Score: 0

    Do you think the things you say are cute?

    Do you think we care?

    Don't try to change me, woman. I'm my own man.

    I will not groom my beard. I will not comb my hair. If it does not smell funky, I will wear it. If it does smell funky, I will spray it down with frebreeze, and then I will wear it.

    I will not conform to your oppressive standards.

    Male or female, anyone who asks what you imply one ought to of another, is a jerk. That's right. Not a bitch. A jerk. As far as human beings go, and I'd like to believe that's what we all are here, you are a jerk.

    If I have to change my behavior, my goals, my pursuits, and my values to enjoy the companianship of any person, he or she is a person whose companianship I neither need nor desire.

    And yes, lass, that is why you are having a difficult time with the gentlemen.

    Just a thought from a human being...