<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SecurityRatty] tag: recipebook]]></title>
    <link>http://www.securityratty.com/tag/recipebook</link>
    <description></description>
    <pubDate>Tue, 29 Jan 2008 06:17:00 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Geeks sharing recipes]]></title>
      <link>http://www.securityratty.com/article/afdca6f2ec855d84d6864b8cbd873651</link>
      <guid>http://www.securityratty.com/article/afdca6f2ec855d84d6864b8cbd873651</guid>
      <description><![CDATA[So I'm a divorced father who cares for his three sons 50% of the time. It's a challenging but tremendously fun task. Since the separation, I've been spending much more time with my kids than I ever...]]></description>
      <content:encoded><![CDATA[<p>So I'm a divorced father who cares for his three sons 50% of the time. It's a challenging but tremendously fun task. Since the separation, I've been spending much more time with my kids than I ever did before, and I'm loving it. But I'm still a geek at heart, and I hate doing clerk-like work to figure out what to buy at the grocery store. I'd rather automate much of this menial work so that I have more time to spend with my kids or with my work.</p> <p>My first step in my quest for automation was to find a program that helped me create shopping lists. I bought a copy of <a href="http://www.aislebyaisle.com/" target="_blank">SimplyShopping</a>, which has worked pretty well for what it does. What I like about this program is that it helps you print aisle-by-aisle shopping lists, which really speed grocery shopping up tremendously. What I dislike about it is that there's no end-to-end workflow where I can simply list the recipes I want to make for the week and have it print out a shopping list.</p> <p>I thought of taking the concepts that I like in SimplyShopping and writing a new app that does everything I want it to do. I think I'll eventually do this. But the first thing I need to do is figure out a good data model for a recipe. And once I enter the recipe into my app, I'd like to be able to share it with other people. And what better way to do that then to start with a community-accepted XML format for recipes?</p> <p>I searched for XML Schema Recipe and happened upon <a href="http://www.formatdata.com/recipeml/index.html" target="_blank">RecipeML</a>, which, based on its copyright, appears to have been around since 1999. They have a DTD but no schema, and the last time the DTD was updated was Nov 2000. Their gallery of applications links to a single app, whose web page no longer exists.</p> <p>Another search for Recipe Sharing XML lead me to the <a href="http://www.recipemanager.org/rsp/rsp10draft.html" target="_blank">Recipe Sharing Protocol Specification</a>, which talks a lot about exchanging data, but very little about how to model a recipe in XML. They refer to something called RSPML, but I can't find that documented anywhere.</p> <p>Then there's <a href="http://www.happy-monkey.net/recipebook/" target="_blank">RecipeBook XML</a>, which has a DTD and several sample recipes. This format uses mixed content, which makes me wonder how easy it'd be to program against.</p> <p>Beyond finding an acceptable data model for sharing recipes, the next problem would be to agree on a vocabulary for units of measure. I don't think it'll be possible to come up with a list of ingredient names that everyone would agree upon, so the software processing the recipes would have to deal with that.</p> <p>What do you think? Is this an intractable problem? If not, does anyone want to work on this with me? I think it'd be a fun project.</p><div style="clear:both;"></div><img src="http://pluralsight.com/community/aggbug.aspx?PostID=50077" width="1" height="1">]]></content:encoded>
      <pubDate>Tue, 29 Jan 2008 13:17:00 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/acceptable data model">acceptable data model</category>
      <category domain="http://www.securityratty.com/tag/xml">xml</category>
      <category domain="http://www.securityratty.com/tag/data model">data model</category>
      <category domain="http://www.securityratty.com/tag/recipebook xml">recipebook xml</category>
      <category domain="http://www.securityratty.com/tag/xml schema recipe">xml schema recipe</category>
      <category domain="http://www.securityratty.com/tag/recipes">recipes</category>
      <category domain="http://www.securityratty.com/tag/data">data</category>
      <category domain="http://www.securityratty.com/tag/recipe">recipe</category>
      <category domain="http://www.securityratty.com/tag/xml format">xml format</category>
      <source url="http://pluralsight.com/community/blogs/keith/archive/2008/01/29/50077.aspx">Geeks sharing recipes</source>
    </item>
    <item>
      <title><![CDATA[Geeks sharing recipes]]></title>
      <link>http://www.securityratty.com/article/af406eaba2c27683fee16050bd086a0b</link>
      <guid>http://www.securityratty.com/article/af406eaba2c27683fee16050bd086a0b</guid>
      <description><![CDATA[So I'm a divorced father who cares for his three sons 50% of the time. It's a challenging but tremendously fun task. Since the separation, I've been spending much more time with my kids than I ever...]]></description>
      <content:encoded><![CDATA[<p>So I'm a divorced father who cares for his three sons 50% of the time. It's a challenging but tremendously fun task. Since the separation, I've been spending much more time with my kids than I ever did before, and I'm loving it. But I'm still a geek at heart, and I hate doing clerk-like work to figure out what to buy at the grocery store. I'd rather automate much of this menial work so that I have more time to spend with my kids or with my work.</p> <p>My first step in my quest for automation was to find a program that helped me create shopping lists. I bought a copy of <a href="http://www.aislebyaisle.com/" target="_blank">SimplyShopping</a>, which has worked pretty well for what it does. What I like about this program is that it helps you print aisle-by-aisle shopping lists, which really speed grocery shopping up tremendously. What I dislike about it is that there's no end-to-end workflow where I can simply list the recipes I want to make for the week and have it print out a shopping list.</p> <p>I thought of taking the concepts that I like in SimplyShopping and writing a new app that does everything I want it to do. I think I'll eventually do this. But the first thing I need to do is figure out a good data model for a recipe. And once I enter the recipe into my app, I'd like to be able to share it with other people. And what better way to do that then to start with a community-accepted XML format for recipes?</p> <p>I searched for XML Schema Recipe and happened upon <a href="http://www.formatdata.com/recipeml/index.html" target="_blank">RecipeML</a>, which, based on its copyright, appears to have been around since 1999. They have a DTD but no schema, and the last time the DTD was updated was Nov 2000. Their gallery of applications links to a single app, whose web page no longer exists.</p> <p>Another search for Recipe Sharing XML lead me to the <a href="http://www.recipemanager.org/rsp/rsp10draft.html" target="_blank">Recipe Sharing Protocol Specification</a>, which talks a lot about exchanging data, but very little about how to model a recipe in XML. They refer to something called RSPML, but I can't find that documented anywhere.</p> <p>Then there's <a href="http://www.happy-monkey.net/recipebook/" target="_blank">RecipeBook XML</a>, which has a DTD and several sample recipes. This format uses mixed content, which makes me wonder how easy it'd be to program against.</p> <p>Beyond finding an acceptable data model for sharing recipes, the next problem would be to agree on a vocabulary for units of measure. I don't think it'll be possible to come up with a list of ingredient names that everyone would agree upon, so the software processing the recipes would have to deal with that.</p> <p>What do you think? Is this an intractable problem? If not, does anyone want to work on this with me? I think it'd be a fun project.</p><div style="clear:both;"></div><img src="http://www.pluralsight.com/community/aggbug.aspx?PostID=50077" width="1" height="1">]]></content:encoded>
      <pubDate>Tue, 29 Jan 2008 13:17:00 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/acceptable data model">acceptable data model</category>
      <category domain="http://www.securityratty.com/tag/xml">xml</category>
      <category domain="http://www.securityratty.com/tag/data model">data model</category>
      <category domain="http://www.securityratty.com/tag/recipebook xml">recipebook xml</category>
      <category domain="http://www.securityratty.com/tag/xml schema recipe">xml schema recipe</category>
      <category domain="http://www.securityratty.com/tag/recipes">recipes</category>
      <category domain="http://www.securityratty.com/tag/data">data</category>
      <category domain="http://www.securityratty.com/tag/recipe">recipe</category>
      <category domain="http://www.securityratty.com/tag/xml format">xml format</category>
      <source url="http://www.pluralsight.com/community/blogs/keith/archive/2008/01/29/50077.aspx">Geeks sharing recipes</source>
    </item>
    <item>
      <title><![CDATA[Geeks sharing recipes]]></title>
      <link>http://www.securityratty.com/article/030ce331f0317204f89e4ee95f7de4a7</link>
      <guid>http://www.securityratty.com/article/030ce331f0317204f89e4ee95f7de4a7</guid>
      <description><![CDATA[So I'm a divorced father who cares for his three sons 50% of the time. It's a challenging but tremendously fun task. Since the separation, I've been spending much more time with my kids than I ever...]]></description>
      <content:encoded><![CDATA[<p>So I'm a divorced father who cares for his three sons 50% of the time. It's a challenging but tremendously fun task. Since the separation, I've been spending much more time with my kids than I ever did before, and I'm loving it. But I'm still a geek at heart, and I hate doing clerk-like work to figure out what to buy at the grocery store. I'd rather automate much of this menial work so that I have more time to spend with my kids or with my work.</p> <p>My first step in my quest for automation was to find a program that helped me create shopping lists. I bought a copy of <a href="http://www.aislebyaisle.com/" target="_blank">SimplyShopping</a>, which has worked pretty well for what it does. What I like about this program is that it helps you print aisle-by-aisle shopping lists, which really speed grocery shopping up tremendously. What I dislike about it is that there's no end-to-end workflow where I can simply list the recipes I want to make for the week and have it print out a shopping list.</p> <p>I thought of taking the concepts that I like in SimplyShopping and writing a new app that does everything I want it to do. I think I'll eventually do this. But the first thing I need to do is figure out a good data model for a recipe. And once I enter the recipe into my app, I'd like to be able to share it with other people. And what better way to do that then to start with a community-accepted XML format for recipes?</p> <p>I searched for XML Schema Recipe and happened upon <a href="http://www.formatdata.com/recipeml/index.html" target="_blank">RecipeML</a>, which, based on its copyright, appears to have been around since 1999. They have a DTD but no schema, and the last time the DTD was updated was Nov 2000. Their gallery of applications links to a single app, whose web page no longer exists.</p> <p>Another search for Recipe Sharing XML lead me to the <a href="http://www.recipemanager.org/rsp/rsp10draft.html" target="_blank">Recipe Sharing Protocol Specification</a>, which talks a lot about exchanging data, but very little about how to model a recipe in XML. They refer to something called RSPML, but I can't find that documented anywhere.</p> <p>Then there's <a href="http://www.happy-monkey.net/recipebook/" target="_blank">RecipeBook XML</a>, which has a DTD and several sample recipes. This format uses mixed content, which makes me wonder how easy it'd be to program against.</p> <p>Beyond finding an acceptable data model for sharing recipes, the next problem would be to agree on a vocabulary for units of measure. I don't think it'll be possible to come up with a list of ingredient names that everyone would agree upon, so the software processing the recipes would have to deal with that.</p> <p>What do you think? Is this an intractable problem? If not, does anyone want to work on this with me? I think it'd be a fun project.</p><img src ="http://pluralsight.com/blogs/keith/aggbug/50077.aspx" width = "1" height = "1" />]]></content:encoded>
      <pubDate>Tue, 29 Jan 2008 06:17:00 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/acceptable data model">acceptable data model</category>
      <category domain="http://www.securityratty.com/tag/xml">xml</category>
      <category domain="http://www.securityratty.com/tag/data model">data model</category>
      <category domain="http://www.securityratty.com/tag/recipebook xml">recipebook xml</category>
      <category domain="http://www.securityratty.com/tag/xml schema recipe">xml schema recipe</category>
      <category domain="http://www.securityratty.com/tag/recipes">recipes</category>
      <category domain="http://www.securityratty.com/tag/data">data</category>
      <category domain="http://www.securityratty.com/tag/recipe">recipe</category>
      <category domain="http://www.securityratty.com/tag/xml format">xml format</category>
      <source url="http://pluralsight.com/blogs/keith/archive/2008/01/29/50077.aspx">Geeks sharing recipes</source>
    </item>
  </channel>
</rss>
