<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>jormungand.net</title>
      <link>http://jormungand.net/mt/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2007</copyright>
      <lastBuildDate>Mon, 17 Sep 2007 01:40:03 -0500</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>baklava attempt #1</title>
         <description><![CDATA[<a href="http://jormungand.net/mt/baklava.jpg"><img alt="baklava.jpg" src="http://jormungand.net/mt/baklava-thumb.jpg" width="300" height="200" /></a><br>
this batch suffered from saturation of the lower pastry layer with sugar syrup.  it is clear that the syrup has to go evenly into the nut layers but less clear how to make that happen.]]></description>
         <link>http://jormungand.net/mt/2007/09/baklava_attempt_1.html</link>
         <guid>http://jormungand.net/mt/2007/09/baklava_attempt_1.html</guid>
        
        
         <pubDate>Mon, 17 Sep 2007 01:40:03 -0500</pubDate>
      </item>
            <item>
         <title>resonance</title>
         <description><![CDATA[<a href="http://jormungand.net/mt/oscillator.jpg"><img alt="oscillator.jpg" src="http://jormungand.net/mt/oscillator-thumb.jpg" width="300" height="200" /></a><br>
it is sort of surprising how they can do a whole mythbusters episode about destructive resonance and not mention any q-factor or time constant.  in any case i was feeling bored and decided to play with an adxl202 i had lying around.
]]></description>
         <link>http://jormungand.net/mt/2007/09/_it_is_sort_of.html</link>
         <guid>http://jormungand.net/mt/2007/09/_it_is_sort_of.html</guid>
        
        
         <pubDate>Mon, 17 Sep 2007 01:34:18 -0500</pubDate>
      </item>
            <item>
         <title>my garden project</title>
         <description><![CDATA[<a href="http://jormungand.net/mt/garden.jpg"><img alt="garden.jpg" src="http://jormungand.net/mt/garden-thumb.jpg" width="300" height="448" /></a><br>so far this consists of a two-gallon bucket of water and plant food with an electronic timer controlled fountain pump to circulate it.  so far i only have four flowerpots but if they work well it could fit about twenty.
]]></description>
         <link>http://jormungand.net/mt/2007/09/my_garden_project_1.html</link>
         <guid>http://jormungand.net/mt/2007/09/my_garden_project_1.html</guid>
        
        
         <pubDate>Mon, 17 Sep 2007 01:27:12 -0500</pubDate>
      </item>
            <item>
         <title>an exercise in overengineering</title>
         <description><![CDATA[<img alt="ir_txr.jpg" src="http://jormungand.net/mt/ir_txr.jpg" width="400" height="268" /><br>
When I moved to nyc, my linux mythtv dvr stopped working.  In the name of progress -- or more likely, encouraging you to buy their own dvr -- time warner does not provide analog cable.  This means your dvr has to actually change the channels on your cable box.  So naturally I did what any bitter engineer would do: watched commercials for a year, then hand soldered an infrared widget.  It has a 20mhz avr in it and I'd been planning on programming it to be a fully general transceiver, but strangely enough, my motivation disappeared after it became capable of changing channels reliably.]]></description>
         <link>http://jormungand.net/mt/2007/06/an_exercise_in_overengineering.html</link>
         <guid>http://jormungand.net/mt/2007/06/an_exercise_in_overengineering.html</guid>
        
        
         <pubDate>Mon, 25 Jun 2007 21:35:53 -0500</pubDate>
      </item>
            <item>
         <title>linux interoperability: verizon broadband access with sierra ac595</title>
         <description><![CDATA[This was much less of an ordeal than I was expecting it to be.  With the sierra kernel module loaded, the card shows up as three usb serial ports, and you can connect via ppp through the first one with a pretty simple set of scripts.  The only trick is activating the card, which can only be done in windows with the included cdrom.  It can also be done with a vmware instance of windows inside linux, which is helpful for a computer with neither windows nor a cdrom drive.

Performance is better than I had expected.  SSH sessions are relatively responsive (think dialup-ish) and my highly anecdotal bandwidth test (from brooklyn bridge park, dumbo) is 131 kilobits/sec upstream and 537 kilobits/sec downstream.  Verizon has a rather mystifying terms-of-service which implies -- but does not make explicit -- that they intercept and analyze all your packets.  Since I have a pretty fast DSL anyway, I vpn proxy pretty much everything through that.

<tt>
based on:
<a href="http://www.pbandjelly.org/2006/12/sierra-wireless-aircard-595-configuration-sprintpcs/">
http://www.pbandjelly.org/2006/12/sierra-wireless-aircard-595-configuration-sprintpcs/
</a>

/etc/ppp/peers/verizon:
<blockquote>
# You usually need this if there is no PAP authentication
noauth
# The chat script
connect "/usr/sbin/chat -v -f /etc/ppp/peers/verizon_chat"
# Set up routing to go through this PPP link
defaultroute
# Use remote DNS
usepeerdns
# Default modem
/dev/ttyUSB0
# Connect at high speed
230400
local
novj
lcp-echo-failure 4
lcp-echo-interval 65535</blockquote>

/etc/ppp/peers/verizon_chat:
<blockquote>
TIMEOUT 5
ABORT '\nBUSY\r'
ABORT '\nERROR\r'
ABORT '\nNO ANSWER\r'
ABORT '\nNO CARRIER\r'
ABORT '\nNO DIALTONE\r'
ABORT '\nRINGING\r\n\r\nRINGING\r'
'' \rAT
TIMEOUT 12
OK ATD#777
TIMEOUT 60
CONNECT ""</blockquote>
</tt>]]></description>
         <link>http://jormungand.net/mt/2007/06/linux_interoperability_verizon.html</link>
         <guid>http://jormungand.net/mt/2007/06/linux_interoperability_verizon.html</guid>
        
        
         <pubDate>Sun, 24 Jun 2007 19:07:54 -0500</pubDate>
      </item>
            <item>
         <title>regexp brain teaser</title>
         <description>Given two sets of strings, examples[] and counterexamples[], return the shortest regular expression which is a full match for every example but not a full match for any counterexample.</description>
         <link>http://jormungand.net/mt/2007/04/regexp_brain_teaser.html</link>
         <guid>http://jormungand.net/mt/2007/04/regexp_brain_teaser.html</guid>
        
                  <category domain="http://www.sixapart.com/ns/types#tag">cs</category>
        
         <pubDate>Fri, 27 Apr 2007 17:20:26 -0500</pubDate>
      </item>
      
   </channel>
</rss>
