<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:media="http://search.yahoo.com/mrss/"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:georss="http://www.georss.org/georss">

  <channel>
    <title>
      <![CDATA[  Sophie Huiberts  ]]>
    </title>
    <link> https://sophie.huiberts.me </link>
    <description>
      <![CDATA[  Theoretical computer scientist at CNRS  ]]>
    </description>
    <atom:link
      href="https://sophie.huiberts.me/feed.xml"
      rel="self"
      type="application/rss+xml" />


<item>
  <title>
    <![CDATA[  Solving LP by Hand  ]]>
  </title>
  <link> https://sophie.huiberts.me/blog/2026/hand-computation/index.html </link>
  <guid> https://sophie.huiberts.me/blog/2026/hand-computation/index.html </guid>
  <description>
    <![CDATA[  Historical anecdotes.  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1 id="solving_lp_by_hand">Solving LP by Hand</h1>
<p>As narrated by Dantzig in many retrospective articles, he invented linear programming in the summer of 1947 with helpful suggestions of Leonid Hurwicz and Tjalling Koopmans. The first computational experiment with the simplex method finished April 10th,<sup id="fnref:NBS">[1]</sup> 1948. This was the famous diet problem computation, described from Dantzig&#39;s point of view in <em>Linear Programming and Extensions</em> and described from the computer&#39;s point of view in <em>When Computers Were Human</em> &#40;David Alan Grier&#41;. Notably, this computation was performed by hand: 5 people worked on this for 21 days.<sup id="fnref:letters">[2]</sup></p>
<p><img src="https://sophie.huiberts.me/blog/2026/computers-mathtables.jpg" alt="Black and white photograph. Twelve humans sit, quite packed, in rows at small desks. Each person has a large calculator in front of them. In terms of size and button shape they look like Comptometers, but they also seem to have rounded corners and cables leading from the back. Ten of the humans I would describe as white women, one I think is a white man, and the last one is a black man. The desks have enough space for the calculator, plus maybe two pieces of paper side by side without overlap." /></p>
<p><em>Human computers of the Mathematical Tables Project, where the 1948 diet LP computation was performed.</em></p>
<p>Even after this demonstration, a number of real applications of LP were performed by hand. Lets look a bit of a timeline for electronic computers first. The first specialized simplex method for transportation problems<sup id="fnref:transportation">[3]</sup> was coded in 1950 for the SEAC. In 1952, Orchard-Hays got the first simplex code working on the IBM Card Programmed Calculator, and later on the more recognizeable IBM 701 machines. These early hardwares and softwares were very error-prone and needed a lot of highly-skilled babysitting, but Orchard-Hays&#39; later codes were commercially useful.</p>
<p>Charnes, Cooper and Mellon famously presented the first work on LP in fossil fuel blending in 1951. They do not directly specify, but we can be fairly sure that their computation was done by hand. Although the LP had no workable structure that aided computation, it was fairly small problem: maybe 9 inputs, 6 outputs.</p>
<p>Dantzig writes in 1954<sup id="fnref:largescale">[4]</sup> that often, when studying a particular structure of LP, human hands with a specialized algorithm were faster than an electronic computer with a general LP code. For example, a transportation problem<sup id="fnref:transportation">[3]</sup> with a hundred combined rows &#40;sources&#41; and columns &#40;sinks&#41; can be &#39;handled nicely by clerks&#39;. Dantzig writes that already in 1953, Heinz<sup id="fnref:advances">[5]</sup> used LP to ship ketchup from 6 plants to 70 warehouses. We can be fairly sure that a small transportation problem like this was solved by hand. And this is presumably without the 1956 Ford-Fulkerson algorithm.</p>
<p>One other application of a transportation problem solved by hand is described in 1955<sup id="fnref:advances">[5]</sup>. The RAND Corperation employed a large number of computers,<sup id="fnref:facilities">[6]</sup> as well as many researchers who had computations they wanted to see performed. In order to form a schedule that takes both priority and urgency into account, a transportation problem was formulated. Every week has a number of computer-hours available, every tasks needs a certain hours before it is completed. Dantzig gives an example where one has 18 projects and 10 weeks, resulting in a problem with 28 equations in 180 unknowns. He adds upper bounds of 40 hours on the individual edges to indicate that only one <em>person</em> can work on a project at a time.</p>
<p>This is perhaps the ultimate showcase that human computers remained important well into the mid-1950s: humans were solving an LPs, by hand, to decide in what order the different computing tasks should be solved &#40;also by humans&#41;.</p>
<p><table class="fndef" id="fndef:NBS">
    <tr>
        <td class="fndef-backref">[1]</td>
        <td class="fndef-content">Date is from the <a href="https://nvlpubs.nist.gov/nistpubs/Legacy/RPT/nbsreportApr-Jun1948.pdf">NBS report</a>. Note the involvement of famous matrix theorist Olga Taussky-Todd. I am not aware of any other document crediting her involvement with LP or computation. I asked David Alan Grier about this, he speculated that perhaps Taussky-Todd did not want to be credited: computation was seen as low-skilled &#40;women&#39;s&#41; work, and Taussky-Todd may not have felt comfortable being associated with that.</td>
    </tr>
</table>
 <table class="fndef" id="fndef:letters">
    <tr>
        <td class="fndef-backref">[2]</td>
        <td class="fndef-content"><a href="https://sophie.huiberts.me/files/dantzig-von-neumann-1948.pdf">Correspondence from Dantzig to Von Neumann</a>. The 5 computers were supervised for 4 hours per day by Jack Laderman. Note that only Laderman is credited by name, not the computers and not Taussky-Todd.</td>
    </tr>
</table>
 <table class="fndef" id="fndef:transportation">
    <tr>
        <td class="fndef-backref">[3]</td>
        <td class="fndef-content">Given a bipartite graph, with supplies of a commodity available on the one side and demands on the other side, how to route the goods at minimal cost?</td>
    </tr>
</table>
 <table class="fndef" id="fndef:advances">
    <tr>
        <td class="fndef-backref">[5]</td>
        <td class="fndef-content"><a href="https://www.rand.org/pubs/research_memoranda/RM1475.html">Recent Advances in Linear Programming</a>, Dantzig, April 12th, 1955.</td>
    </tr>
</table>
 <table class="fndef" id="fndef:facilities">
    <tr>
        <td class="fndef-backref">[6]</td>
        <td class="fndef-content">Dantzig writes &quot;The RAND Corporation has extensive computing facilities that are in constant use by the research personnel.&quot; Despite how he phrases it, he is talking about human being here.</td>
    </tr>
</table>
 <table class="fndef" id="fndef:largescale">
    <tr>
        <td class="fndef-backref">[4]</td>
        <td class="fndef-content"><a href="https://apps.dtic.mil/sti/tr/pdf/ADA596199.pdf">Status of Solution of Large-Scale Linear Programming Problems</a>, Dantzig, November 30th, 1954.</td>
    </tr>
</table>
</p>
 ]]>
  </content:encoded>
    
  <pubDate>Sat, 04 Jul 2026 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Sophie Huiberts</atom:name>
  </atom:author>
        
</item>

<item>
  <title>
    <![CDATA[  Website revamp  ]]>
  </title>
  <link> https://sophie.huiberts.me/blog/2026/website/index.html </link>
  <guid> https://sophie.huiberts.me/blog/2026/website/index.html </guid>
  <description>
    <![CDATA[  I am thinking of starting a blog. Hence the website redesign  ]]>
  </description>  
  
  <content:encoded>
    <![CDATA[  
<h1 id="website_revamp">Website revamp</h1>
<p>As an academic, having an online presence gives you a big leg up. Some of the key functions are:</p>
<ol>
<li><p>collect your papers together for easy perusal</p>
</li>
<li><p>show who your advisor and advisees are &#40;this helps editors know if you have a conflict of interest as a potential reviewer&#41;</p>
</li>
<li><p>picture &#40;people want to recognize you at events&#41;</p>
</li>
<li><p>email address &#40;so that your colleagues can reach you&#41;</p>
</li>
</ol>
<p>If you are a PhD student, and you have at least one paper online, then you should make your own website <em>right now.</em></p>
<p>My first website was made using <a href="https://academicpages.github.io/">Academic Pages</a>. It worked well enough, until one day in 2023 Jekyll started screaming and stopped compiling. Since then I have been writing html by hand. Starting today, I want to try something new. I rebuilt my website using <a href="https://franklinjl.org/">Frankin</a>. Its another static website generator, with easy support for LaTeX and code highlighting. I host my website through <a href="https://docs.github.com/en/pages">GitHub Pages</a>, linked to my own domain name.</p>
<p>With the new Franklin tech, I want to start blogging. They say its good to practice your writing frequently. The first few posts will be information that I have tweeted before. Putting that into more a more archive-friendly and longer form format will be my first step towards making it into something useful.</p>
<p>At least, I think I will. Depends on how well this Github Pages deployment with the new tech will go lmaosob</p>
 ]]>
  </content:encoded>
    
  <pubDate>Sat, 04 Jul 2026 00:00:00 +0000</pubDate>  
  
  
  <atom:author>
    <atom:name>Sophie Huiberts</atom:name>
  </atom:author>
        
</item>
</channel></rss>