<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dw="https://www.dreamwidth.org">
  <id>tag:dreamwidth.org,2009-05-01:155008</id>
  <title>Some experimental notes</title>
  <subtitle>yljatlhQo'! QIch lo'laltbebej!</subtitle>
  <author>
    <name>adric</name>
  </author>
  <link rel="alternate" type="text/html" href="https://adric.dreamwidth.org/"/>
  <link rel="self" type="text/xml" href="https://adric.dreamwidth.org/data/atom"/>
  <updated>2009-06-13T20:42:34Z</updated>
  <dw:journal username="adric" type="personal"/>
  <entry>
    <id>tag:dreamwidth.org,2009-05-01:155008:3395</id>
    <link rel="alternate" type="text/html" href="https://adric.dreamwidth.org/3395.html"/>
    <link rel="self" type="text/xml" href="https://adric.dreamwidth.org/data/atom/?itemid=3395"/>
    <title>So far today:</title>
    <published>2009-06-13T20:42:34Z</published>
    <updated>2009-06-13T20:42:34Z</updated>
    <category term="algebra"/>
    <category term="htdp"/>
    <dw:mood>awake</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">&lt;ul&gt;&lt;li&gt;Conceived some trivial Scheme functions as part of working through HtDP through 3.0&lt;/li&gt;
&lt;li&gt;Made coffee poorly.&lt;/li&gt;
&lt;li&gt;Wrestled HP 3210 all-in-one (eg &lt;a href="http://www.amazon.com/gp/product/B000B63RJE?ie=UTF8&amp;amp;tag=adrnet-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B000B63RJE"&gt;this&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=adrnet-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B000B63RJE" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;) into functionality (printed, scanned) (This bout was a rematch.)&lt;/li&gt;
&lt;li&gt;Discovered though HtDP 3.1 that I can no longer do simple algebra, as indeed I had previously suspected. That stings a bit.&lt;/li&gt;
&lt;li&gt;Failed to ignore many bad things coming out from the telly.&lt;/li&gt;
&lt;li&gt;Looked over last week's &lt;em&gt;Time&lt;/em&gt; including interesting pieces on Twitter and Abrahamic monotheism.&lt;/li&gt;
&lt;li&gt;Noticed that my trusty Ruby OSA &lt;a href="http://svn.adric.net/adricnet/trunk/hacks/rubyosa/"&gt;scripts&lt;/a&gt; are giving Bus Errors. &lt;/li&gt;
&lt;li&gt;Hunted up and pasted in &lt;a href="http://www.cdjapan.co.jp/detailview.html?KEY=GNCA-73"&gt;images&lt;/a&gt; for the ef soundtrack mp3s I have assembled.&lt;/li&gt;
&lt;li&gt;Determined that the era of crossposting to LJ has come and gone for me.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So, lazyweb, anyone want to explain to me how to find a function that calculates:&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;At a price of $5.00 per ticket, 120 people attend a performance. Decreasing the price by a dime ($0.10) increases attendance by 15.&lt;/tt&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;I tried two equations in two unknowns, substitute one into the other to solve for one variable and promptly got myself lost. Much scribbling and calculations later I confirmed that I was way off. Help? &lt;/p&gt;

&lt;p&gt;&lt;sup&gt;1&lt;/sup&gt; is excerpted from HtDP &lt;a href="http://www.htdp.org/2003-09-26/Book/curriculum-Z-H-1.html#node_toc_node_sec_3.1"&gt;3.1&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=adric&amp;ditemid=3395" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2009-05-01:155008:3201</id>
    <link rel="alternate" type="text/html" href="https://adric.dreamwidth.org/3201.html"/>
    <link rel="self" type="text/xml" href="https://adric.dreamwidth.org/data/atom/?itemid=3201"/>
    <title>Set DrScheme's directory ? (HtDP)</title>
    <published>2009-06-13T16:23:01Z</published>
    <updated>2009-06-13T16:23:01Z</updated>
    <category term="htdp"/>
    <category term="bug"/>
    <dw:music>ef - a tale of memories</dw:music>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">Finally found this trick:&lt;ol&gt;&lt;br /&gt;&lt;li&gt;Start in a big language, like "Pretty Big".&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Execute e.g.: &lt;tt&gt;(current-directory "c:/program files/plt/")&lt;/tt&gt; in the bottom pane.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Then you switch to your lesson language (HtDP Beginnig Student for me) and reload (Run).&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;Found here: &lt;a href="http://www.cs.utexas.edu/users/novak/drscheme.html"&gt;http://www.cs.utexas.edu/users/novak/drscheme.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This allowed me to create &lt;tt&gt;in.dat&lt;/tt&gt; so DrScheme could read it, allowing me to finish Exercise &lt;a href="http://www.htdp.org/2003-09-26/Book/curriculum-Z-H-5.html"&gt;2.2.1&lt;/a&gt; in How to Design Programs (HtDP). &lt;em&gt;Still no idea where it was looking for the file before I set that to my Desktop, lame.&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=adric&amp;ditemid=3201" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
</feed>
