<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Csa on Harlan D. Harris</title><link>https://harlanh.tech/tags/csa/</link><description>Recent content in Csa on Harlan D. Harris</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>harlan@harris.name (Harlan Harris)</managingEditor><webMaster>harlan@harris.name (Harlan Harris)</webMaster><lastBuildDate>Mon, 09 May 2011 01:01:01 +0000</lastBuildDate><atom:link href="https://harlanh.tech/tags/csa/index.xml" rel="self" type="application/rss+xml"/><item><title>making meat shares more efficient with R and Symphony</title><link>https://harlanh.tech/2011/05/making-meat-shares-more-efficient-with-r-and-symphony/</link><pubDate>Mon, 09 May 2011 01:01:01 +0000</pubDate><author>harlan@harris.name (Harlan Harris)</author><guid>https://harlanh.tech/2011/05/making-meat-shares-more-efficient-with-r-and-symphony/</guid><description>
&lt;p&gt;In my &lt;a href="https://harlanh.tech/2011/05/optimizing-meat-shares" target="_blank" rel="noopener"&gt;previous post&lt;/a&gt;, I motivated a web application that would allow small-scale sustainable meat producers to sell directly to consumers using a meat share approach, using constrained optimization techniques to maximize utility for everyone involved. In this post, I’ll walk through some R code that I wrote to demonstrate the technique on a small scale.&lt;/p&gt;
&lt;p&gt;Although the problem is set up in R, the actual mathematical optimization is done by &lt;a href="http://www.coin-or.org/SYMPHONY/" target="_blank" rel="noopener"&gt;Symphony&lt;/a&gt;, an open-source mixed-integer solver that’s part of the &lt;a href="http://www.coin-or.org/" target="_blank" rel="noopener"&gt;COIN-OR project&lt;/a&gt;. (The problem of optimizing assignments, in this case of cuts of meat to people, is an integer planning problem, because the solution involves assigning either 0 or 1 of each cut to each person. More generally, linear programming and related optimization frameworks allow solving for real-numbered variables.) The RSymphony package allows problems set up in R to be solved by the C/C++ Symphony code with little hassle.&lt;/p&gt;</description></item><item><title>making meat shares more efficient</title><link>https://harlanh.tech/2011/05/making-meat-shares-more-efficient/</link><pubDate>Mon, 09 May 2011 00:00:00 +0000</pubDate><author>harlan@harris.name (Harlan Harris)</author><guid>https://harlanh.tech/2011/05/making-meat-shares-more-efficient/</guid><description>
&lt;p&gt;A personal interest I have is the ethical and sustainable production of food. I’ve been a &lt;a title="Prairieland CSA" href="http://www.prairielandcsa.org/" target="_blank" rel="noopener"&gt;member of&lt;/a&gt; and &lt;a title="Hellgate CSA" href="http://hellgatecsa.net/" target="_blank" rel="noopener"&gt;helped run&lt;/a&gt; &lt;a title="Just Food on CSAs" href="http://www.justfood.org/csa" target="_blank" rel="noopener"&gt;Community Supported Agriculture&lt;/a&gt; groups, and my wife and I currently purchase the majority of our meat from a &lt;a title="Lewis Waite Farm CSA" href="http://www.csalewiswaitefarm.com/" target="_blank" rel="noopener"&gt;group of upstate NY pastured-livestock producers&lt;/a&gt; who sell their products through CSAs. It’s an ala-carte business model, where I place an order on a website, and the next week I pick up the frozen products cut and packaged as if for retail.&lt;/p&gt;</description></item><item><title>Savory and sweet, pears and beets</title><link>https://harlanh.tech/2009/10/savory-and-sweet-pears-and-beets/</link><pubDate>Fri, 23 Oct 2009 00:00:00 +0000</pubDate><author>harlan@harris.name (Harlan Harris)</author><guid>https://harlanh.tech/2009/10/savory-and-sweet-pears-and-beets/</guid><description>
&lt;p&gt;Hah, it rhymes! The fall haul (hah!) from the &lt;a href="http://www.justfood.org/csa"&gt;CSA&lt;/a&gt; inevitably means two things, root vegetables and ungodly numbers of pears. I love root vegetables, but tend to find pears to be pale imitations of apples. But when poached in red wine, or cooked with butter and sugar, pears can have some redeeming value. Recently, for the cooking club, I teamed up to make a dessert with the theme “Fall Harvest.” We were inspired by a recent recipe from the late, lamented Gourmet magazine, &lt;a href="http://www.epicurious.com/recipes/food/views/Beet-and-Pear-Napoleons-with-Ginger-Juice-Vinaigrette-355550"&gt;Beet and Pear Napoleons with Ginger Juice Vinaigrette&lt;/a&gt;. Roasted beets layered with pears, with flavors of ginger, citrus, tarragon, and poppy. In fact, we were so inspired by the dish, that we made it too, and started the dinner with an amuse of the original recipe:&lt;/p&gt;</description></item></channel></rss>