<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>cryptosystem.org</title>
<link rel="alternate" type="text/html" href="http://www.cryptosystem.org/" />
<modified>2005-04-30T11:32:51Z</modified>
<tagline></tagline>
<id>tag:www.cryptosystem.org,2006://1</id>
<generator url="http://www.movabletype.org/" version="3.15">Movable Type</generator>
<copyright>Copyright (c) 2005, ryanfb</copyright>
<entry>
<title>Easy Fixes for Stupid Problems</title>
<link rel="alternate" type="text/html" href="http://www.cryptosystem.org/archives/2005/04/easy_fixes_for.html" />
<modified>2005-04-30T11:32:51Z</modified>
<issued>2005-04-30T09:29:59Z</issued>
<id>tag:www.cryptosystem.org,2005://1.13</id>
<created>2005-04-30T09:29:59Z</created>
<summary type="text/plain">So there&apos;s this really annoying bug that a lot of GNOME users have been experiencing, including myself. The first issue is that the default GNOME layout binds the &quot;Windows&quot; key to Super_L/Super_R, which prevents you from using it as a...</summary>
<author>
<name>ryanfb</name>
<url>http://www.cryptosystem.org/</url>

</author>
<dc:subject>Coding</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.cryptosystem.org/">
<![CDATA[<p>So <a href="http://bugzilla.gnome.org/show_bug.cgi?id=165343">there's</a> <a href="https://bugzilla.ubuntu.com/show_bug.cgi?id=5764">this</a> <a href="http://ubuntuforums.org/archive/index.php/t-7737.html">really</a> <a href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=75400">annoying</a> <a href="https://bugzilla.redhat.com/beta/show_bug.cgi?id=139167">bug</a> <a href="https://bugzilla.redhat.com/beta/show_bug.cgi?id=138967">that</a> <a href="https://bugzilla.ubuntu.com/show_bug.cgi?id=1390">a</a> <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271259">lot</a> of GNOME users have been experiencing, including myself. The first issue is that the default GNOME layout binds the "Windows" key to Super_L/Super_R, which prevents you from using it as a modifier key. This is a relatively easy fix; run <code>gnome-keyboard-properties</code> and change "Layout Options->Alt\Win Behavior" to "Meta is mapped to the Win-keys" (or just about anything other than "Default", apparently). Now, you can open up <code>gnome-keybinding-properties</code> and use away. But wait! It mysteriously only works for some of the actions. This is because essentially two keybinding backends are used, gnome-settings-daemon and metacity. Turns out, gnome-settings-daemon ignores Mod4 (which is what the Windows key gets mapped to as a Meta). Thankfully, it's an easy fix! Grab my <a href="http://cryptosystem.org/projects/mod4/gnome-settings-daemon.patch">patch</a> or if you're running Ubuntu/Debian, you can install <a href="http://cryptosystem.org/projects/mod4/customdebs/">these deb's</a> which already have the patch applied and restart GNOME (these have only been tested on Ubuntu Hoary). Now, rejoice that you can finally have Windows+L mapped to "lock screen"!</p>
]]>


</content>
</entry>
<entry>
<title>Fun with chrome caching in Firefox</title>
<link rel="alternate" type="text/html" href="http://www.cryptosystem.org/archives/2005/04/fun_with_chrome.html" />
<modified>2005-04-21T23:08:29Z</modified>
<issued>2005-04-21T22:59:38Z</issued>
<id>tag:www.cryptosystem.org,2005://1.12</id>
<created>2005-04-21T22:59:38Z</created>
<summary type="text/plain">After struggling with this lovely error (&quot;XML Parsing Error: not well-formed&quot; while pointing to a nonexistant location in my code) for a while hacking around on Wereboy, I became a little frustrated. So I created a clean profile and added...</summary>
<author>
<name>ryanfb</name>
<url>http://www.cryptosystem.org/</url>

</author>
<dc:subject>Coding</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.cryptosystem.org/">
<![CDATA[<p>After struggling with <a href="http://cryptosystem.org/projects/wereboy/xulerror.png">this lovely error</a> ("XML Parsing Error: not well-formed" while pointing to a nonexistant location in my code) for a while hacking around on <a href="http://cryptosystem.org/projects/wereboy/">Wereboy</a>, I became a little frustrated. So I created a clean profile and added the extension, where it worked fine. Turns out that profiledir/XUL.mfasl will apparently keep around uninstalled plugin chrome then later confuse itself, resulting in this sort of breakage. You have to delete/move it then relaunch Firefox to force a rebuild.</p>
]]>


</content>
</entry>
<entry>
<title>XML-RPC Blogging Plugin for Tomboy</title>
<link rel="alternate" type="text/html" href="http://www.cryptosystem.org/archives/2005/04/xmlrpc_blogging_1.html" />
<modified>2005-04-21T13:44:26Z</modified>
<issued>2005-04-20T02:33:20Z</issued>
<id>tag:www.cryptosystem.org,2005://1.11</id>
<created>2005-04-20T02:33:20Z</created>
<summary type="text/plain">This plugin lets you post Tomboy notes to a weblog through the magic of XML-RPC. Attached is the source (goes in tomboy-[ver]/Tomboy/Plugins/) and a diff/patch against the cvs tomboy-[ver]/Tomboy/Plugins/Makefile.am. Notes: needs XmlRpcCS. Mono 1.1.x users, check my guide for installing...</summary>
<author>
<name>ryanfb</name>
<url>http://www.cryptosystem.org/</url>

</author>
<dc:subject>Coding</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.cryptosystem.org/">
<![CDATA[<p>This plugin lets you post Tomboy notes to a weblog through the magic of XML-RPC. Attached is the <a href="http://www.cryptosystem.org/projects/xmlrpc/Blog.cs">source</a> (goes in <code>tomboy-[ver]/Tomboy/Plugins/</code>) and a <a href="http://www.cryptosystem.org/projects/xmlrpc/blog.diff">diff/patch</a> against the cvs <code>tomboy-[ver]/Tomboy/Plugins/Makefile.am</code>.</p>

<p>Notes:</p>

<ul>
<li>needs <a href="http://xmlrpccs.sourceforge.net/">XmlRpcCS</a>. Mono 1.1.x users, check my <a href="http://www.cryptosystem.org/archives/2005/04/xmlrpccs_with_m.html">guide</a> for installing it.</li>
<li>there's no pref's dialog, you need gnome-blog, it currently reads your gnome-blog settings from GConf</li>
<li>currently only supports the MetaWeblog API (MovableType, etc.)</li>
<li>does not support post editing</li>
<li>currently just uploads whatever the text value of the note is. If your blog supports setting a default formatting style (like Markdown), just use that in your note and it should show up properly.</li>
</ul>

<p>Some ideas for enhancement:</p>

<ul>
<li>keep track of postID's in an extra XML field (like width and height are now). This would allow you to upload a post, then edit/update it within Tomboy.</li>
<li>move pref's to Tomboy's preferences dialog and GConf settings?</li>
<li>let you sync your notes with your weblog. This would update your blog with local Tomboy changes, as well as pull down other posts not made from Tomboy into Tomboy.</li>
<li>maybe a different icon?</li>
</ul>

<p>Enjoy, feel free to enhance/update/improve/etc.</p>

<p>And yes, this post was made with it. ;)</p>
]]>


</content>
</entry>
<entry>
<title>XmlRpcCS with Mono &gt;1.1.x</title>
<link rel="alternate" type="text/html" href="http://www.cryptosystem.org/archives/2005/04/xmlrpccs_with_m.html" />
<modified>2005-04-19T23:31:43Z</modified>
<issued>2005-04-19T22:49:06Z</issued>
<id>tag:www.cryptosystem.org,2005://1.9</id>
<created>2005-04-19T22:49:06Z</created>
<summary type="text/plain">I was trying to work on some XML-RPC craziness under Mono, and came across XmlRpcCS and a nice tutorial. Problem is, since I&apos;m running Mono 1.1.4, I could reference the built XmlRpcCS.dll assembly at compile-time with no problems, but the...</summary>
<author>
<name>ryanfb</name>
<url>http://www.cryptosystem.org/</url>

</author>
<dc:subject>Coding</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.cryptosystem.org/">
<![CDATA[<p>I was trying to work on some <a href="http://www.xmlrpc.com/">XML-RPC</a> craziness under <a href="http://www.mono-project.com/">Mono</a>, and came across <a href="http://xmlrpccs.sourceforge.net/">XmlRpcCS</a> and a nice <a href="http://www.linuxjournal.com/article/7430">tutorial</a>. Problem is, since I'm running Mono 1.1.4, I could reference the built XmlRpcCS.dll assembly at compile-time with no problems, but the resulting program would die with:</p>

<pre><code>WARNING **: Could not find assembly XmlRpcCS, references from
  ~/source/monoblog/monoblog.exe (assemblyref_index=3)
</code></pre>

<p>This is because with Mono 1.1.x, it seems you must register <em>signed</em> assemblies with gacutil. In order to do this with XmlRpcCS, you need to do the following:</p>

<ol>
<li>Download the XmlRpcCS source file and unzip it.</li>
<li><code>cd</code> to the <code>XmlRpcCS</code> directory and run "<code>sn -k XmlRpcCS.snk</code>" to generate your keyfile.</li>
<li>Edit the <code>makefile</code> and change the <code>CSFLAGS</code> line to "<code>CSFLAGS=-define:__MONO__ -delaysign-</code>"</li>
<li><p>Edit <code>src/nwc/xmlrpc/AssemblyInfo.cs</code> and add the following lines:</p>

<p><code>[assembly: AssemblyDelaySign(false)]</code></p>

<p><code>[assembly: AssemblyKeyFile("XmlRpcCS.snk")]</code></p></li>
<li><p>Run <code>make</code></p></li>
<li>Run "<code>sudo gacutil -i XmlRpcCS.dll -package XmlRpcCS</code>"</li>
</ol>

<p>Now when you need to compile against XmlRpcCS, just add "<code>-r /usr/lib/mono/XmlRpcCS/XmlRpcCS.dll</code>", and it should work fine.</p>
]]>


</content>
</entry>
<entry>
<title>Ubuntu-tastic</title>
<link rel="alternate" type="text/html" href="http://www.cryptosystem.org/archives/2005/04/ubuntutastic.html" />
<modified>2005-04-15T13:10:44Z</modified>
<issued>2005-04-15T09:17:56Z</issued>
<id>tag:www.cryptosystem.org,2005://1.8</id>
<created>2005-04-15T09:17:56Z</created>
<summary type="text/plain">After having read somewhere that installing gnome-volume-manager on Debian was all kinds of cool, I gave it a shot. Somehow, it wound up breaking udev so it no longer saw my DVD/CD-RW drive, which is pretty much the opposite of...</summary>
<author>
<name>ryanfb</name>
<url>http://www.cryptosystem.org/</url>

</author>
<dc:subject>Linux</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.cryptosystem.org/">
<![CDATA[<p>After having read somewhere that installing gnome-volume-manager on Debian was all kinds of cool, I gave it a shot. Somehow, it wound up breaking udev so it no longer saw my DVD/CD-RW drive, which is pretty much the opposite of the intended effect. This probably has something to do with the fact that I'd been kludging this Debian install along for quite a while, from all sorts of fun migrating between 2.4.x and 2.6.x, to random USB hackery, to writing my own scripts to start up wireless properly, and so on. Deciding I'd hit the breaking point, I went ahead and installed Ubuntu Hoary. So far, it's very nice. I had the foresight to put /home on a seperate partition back when I installed Debian, so everything I'd personalized for my login pretty much still works properly. I've already got <a href="http://beaglewiki.org/index.php/UbuntuInstall">Beagle</a> and <a href="http://www.beatniksoftware.com/tomboy/">Tomboy</a> (complete with C# DBus bindings out of the box) working, with no real hassle at all.</p>

<p>Update: Switched back to Beagle 0.0.8 so it would work with inotify, and it's working much better now. And with the Firefox plugin provided by the Beagle project, it looks like it pretty much already does what I was looking for. Also got other things like mplayer, acroread 7, etc. up and running. Also got suspend/resume working again, however, my consoles are still messed up after running video-post. Suspend-to-disk appears to lock up completely as well.</p>
]]>


</content>
</entry>
<entry>
<title>Browser History Searching</title>
<link rel="alternate" type="text/html" href="http://www.cryptosystem.org/archives/2005/04/browser_history.html" />
<modified>2005-04-15T09:16:09Z</modified>
<issued>2005-04-05T18:50:16Z</issued>
<id>tag:www.cryptosystem.org,2005://1.7</id>
<created>2005-04-05T18:50:16Z</created>
<summary type="text/plain">Britt ran into me today while I was hacking around on a toy program of mine. Basically, I&apos;d gotten fed up with having 5000 Firefox tabs open at once, with no proper way to search through my history or bookmarks,...</summary>
<author>
<name>ryanfb</name>
<url>http://www.cryptosystem.org/</url>

</author>
<dc:subject>Coding</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.cryptosystem.org/">
<![CDATA[<p><a href="http://life.lukewarmtapioca.com/">Britt</a> ran into me today while I was hacking around on a toy program of mine. Basically, I'd gotten fed up with having 5000 Firefox tabs open at once, with no proper way to search through my history or bookmarks, so I decided there needed to be a better way. I started playing with Gecko# and got a bit caught up in getting something half-usable out. Since the last thing the world needs is <em>another</em> web browser, I'll probably just polish it off some more and put up the source to help out (or possibly confuse!) anyone else who wants to do some Gecko# hacking beyond <a href="http://mysterion.org/~danw/blog/2005/03/stetic">a 5 minute browser</a>. I did finally discover the old Mac app I was doubtlessly inspired by, <a href="http://www.acm.uiuc.edu/macwarriors/projects/trailblazer/">TrailBlazer</a>.</p>

<p>Anyway, onto the main reason for abandoning it, my conversation with Britt made me realize that even beyond the silliness of trying to create another browser, I was also reinventing the wheel in numerous other ways. It would probably be much easier to hack the functionality I'm looking for onto <a href="http://www.gnome.org/projects/beagle/">Beagle</a>. Guess I'll need to set up an inotify-enabled kernel. </p>

<p>Speaking of which, I need to do quite a bit of kernel hacking in less than a month anyway, with 3-4 large kernel modification projects ahead of me. Thankfully, due to my inability to read a syllabus, I finished all my projects for another course two weeks ahead of time, so I won't have that looming over my head.</p>
]]>


</content>
</entry>
<entry>
<title>Colorization Using Optimization</title>
<link rel="alternate" type="text/html" href="http://www.cryptosystem.org/archives/2005/03/colorization_us.html" />
<modified>2005-03-19T13:24:34Z</modified>
<issued>2005-03-19T10:11:31Z</issued>
<id>tag:www.cryptosystem.org,2005://1.6</id>
<created>2005-03-19T10:11:31Z</created>
<summary type="text/plain">With everyone talking about the Colorization Using Optimization technology, I thought people without access to MATLAB might enjoy a usable program that employs it. The MATLAB MCR (installs the shared libraries you need to run compiled MATLAB programs) for Windows...</summary>
<author>
<name>ryanfb</name>
<url>http://www.cryptosystem.org/</url>

</author>
<dc:subject>Coding</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.cryptosystem.org/">
<![CDATA[<p>With <a href="http://primates.ximian.com/~miguel/archive/2005/Mar-10.html">everyone</a> <a href="http://linuxart.com/log/archives/2005/03/09/scribbling-to-color/">talking</a> about the <a href="http://www.cs.huji.ac.il/~yweiss/Colorization/">Colorization Using Optimization</a> technology, I thought people without access to MATLAB might enjoy a usable program that employs it.</p>

<p>The MATLAB MCR (installs the shared libraries you need to run compiled MATLAB programs) for Windows is huge, so I made it into a torrent:</p>

<p><a href="http://cryptosystem.org/projects/colorize/MCRInstall.torrent">Download torrent</a> [83.26MB]<br />
<a href="href="http://alluvion.org/stats.php?info_hash=23379ea30b490f80904a0dfbadf7eba71108f4ae">View torrent stats</a><br />
<img src="http://alluvion.org/qstats.php/23379ea30b490f80904a0dfbadf7eba71108f4ae" alt="Torrent Statistics" title="Torrent Statistics" /></p>

<p>Windows build:</p>

<p>Download the compiled build here: 
<a href="http://cryptosystem.org/projects/colorize/colorize-win32.zip">colorize-win32.zip</a> [1.55MB]</p>

<p>Then:</p>

<ol>
<li>Download and run the MATLAB R7SP1 MCR Installer from the torrent.</li>
<li>Open up a command window, navigate to where you've extracted the executable and
CTF file, and run "colorize.exe infile.bmp infile_marked.bmp outfile.bmp"</li>
<li>Wait a while, because this build uses the "exact" solver, it's rather slow.</li>
</ol>

<p>If Windows complains that CTF is not a registered file type and it can't find the proper program, you may need to reboot. You can use the example bitmaps from the source zip linked on the original website if you want to see what input should look like.</p>

<p>Linux build:</p>

<p>Download the compiled build here: <a href="http://cryptosystem.org/projects/colorize/colorize-linux.tar.bz2">colorize-linux.tar.bz2</a> [3.6MB]</p>

<p>You don't need the MCR for this build, all the required libraries should be included.</p>

<ol>
<li>Put /path/to/colorize-linux/sharedobj on your LD_LIBRARY_PATH with export or setenv. (example:
<code>export LD_LIBRARY_PATH=/home/blah/colorize-linux/sharedobj:$LD_LIBRARY_PATH)</code></li>
<li>Run "./colorize infile.bmp infile_marked.bmp outfile.bmp"</li>
</ol>
]]>


</content>
</entry>
<entry>
<title>Kernel development with qemu</title>
<link rel="alternate" type="text/html" href="http://www.cryptosystem.org/archives/2005/03/kernel_developm.html" />
<modified>2005-03-10T07:57:41Z</modified>
<issued>2005-03-10T07:16:24Z</issued>
<id>tag:www.cryptosystem.org,2005://1.5</id>
<created>2005-03-10T07:16:24Z</created>
<summary type="text/plain">I was doing some kernel development, and I was getting a little tired of rebooting my laptop into the new kernel after each build. Having heard about qemu, I decided to give it a go. I found a sample script...</summary>
<author>
<name>ryanfb</name>
<url>http://www.cryptosystem.org/</url>

</author>
<dc:subject>Linux</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.cryptosystem.org/">
<![CDATA[<p>I was doing some kernel development, and I was getting a little tired of rebooting my laptop into the new kernel after each build. Having heard about <a href="http://fabrice.bellard.free.fr/qemu/">qemu</a>, I decided to give it a go. I found <a href="http://lists.gnu.org/archive/html/qemu-devel/2003-07/msg00043.html">a sample script</a> for building a disk image to boot qemu off of, but it didn't seem to work. For example, the uuencoded information in that script produces output that makes gunzip complain that it's invalid. So I decided to roll my own disk image with the following commands:</p>

<pre><code>dd if=/dev/zero of=diskimage.img bs=1M count=512
losetup /dev/loop0 diskimage.img
mke2fs /dev/loop0
mkdir mounted
mount /dev/loop0 mounted
debootstrap sid mounted/ http://ftp.us.debian.org/debian/
</code></pre>

<p>You should now have a nice base Debian install to diskimage.img. Clean up your mounts with:</p>

<pre><code>umount mounted
losetup -d /dev/loop0
</code></pre>

<p>Then you can launch qemu with a command like:</p>

<pre><code>qemu -hda diskimage.img -kernel /path/to/bzImage -append 
  "root=/dev/hda sb=0x220,5,1,5 
  ide1=noprobe ide2=noprobe ide3=noprobe ide4=noprobe ide5=noprobe"
</code></pre>

<p>Ta-da! Once you're done, make sure you shutdown with "<code>shutdown -h now</code>" before closing out qemu, or you'll probably have to mount the image to loopback again and e2fsck it manually. You can also mount the image any time you'd like with "<code>mount -o loop diskimage.img mounted</code>" and muck about in the filesystem, or even act like you're on it locally by using the <code>chroot</code> command after you've mounted it. If you get an error like:</p>

<pre><code>Kernel panic: VFS: Unable to mount root fs on unknown-block(0,0)
</code></pre>

<p>when you try to boot, make sure you have ext2 support built in to your kernel, also set <code>CONFIG_IDE</code>, <code>CONFIG_BLK_DEV_IDE</code>, and <code>CONFIG_BLK_DEV_IDEDISK</code> to be built in as well.</p>
]]>


</content>
</entry>
<entry>
<title>MonoDevelop on Debian</title>
<link rel="alternate" type="text/html" href="http://www.cryptosystem.org/archives/2005/02/monodevelop_on.html" />
<modified>2005-03-01T14:48:24Z</modified>
<issued>2005-02-24T18:49:37Z</issued>
<id>tag:www.cryptosystem.org,2005://1.3</id>
<created>2005-02-24T18:49:37Z</created>
<summary type="text/plain">I upgraded mono to the latest Debian package (1.0.5-2), and it went and broke MonoDevelop. $ /usr/bin/cli --debug /usr/share/dotnet/monodevelop/bin/MonoDevelop.exe Creating DefaultWorkbench (MonoDevelop:9543): Gtk-WARNING **: Error loading icon: Failed to open file &apos;/home/data/resources/icons/Icons.SharpDevelopIcon&apos;: No such file or directory I tried using...</summary>
<author>
<name>ryanfb</name>
<url>http://www.cryptosystem.org/</url>

</author>
<dc:subject>Linux</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.cryptosystem.org/">
<![CDATA[<p>I upgraded mono to the latest Debian package (1.0.5-2), and it went and broke MonoDevelop.</p>

<pre><code>$ /usr/bin/cli --debug /usr/share/dotnet/monodevelop/bin/MonoDevelop.exe
Creating DefaultWorkbench

(MonoDevelop:9543): Gtk-WARNING **: Error loading icon: Failed to open file 
'/home/data/resources/icons/Icons.SharpDevelopIcon': No such file or 
directory
</code></pre>

<p>I tried using the Ubuntu package (monodevelop_0.5.1-3_i386, one revision higher than the monodevelop_0.5.1-2_i386 provided by Debian), but it does the exact same thing (except the executable is placed in a different structure under <code>/usr/lib/monodevelop</code>, and the <code>/usr/bin/monodevelop</code> script uses <code>mono</code> instead of <code>cli</code>). Doing something silly like copying the <code>/usr/share/dotnet/monodevelop/data</code> directory to <code>/home</code> makes the icon error go away, but MonoDevelop still does not start. I even tried rebuilding the monodevelop package with the new mono install, but it does the same thing. I suspect it's related to <a href="http://bugzilla.ximian.com/show_bug.cgi?id=67910">this bug</a>.</p>

<p><em>Update</em>: It has randomly decided to start working again.</p>
]]>


</content>
</entry>
<entry>
<title>Woohoo</title>
<link rel="alternate" type="text/html" href="http://www.cryptosystem.org/archives/2005/02/woohoo_1.html" />
<modified>2005-02-24T17:14:37Z</modified>
<issued>2005-02-19T05:24:36Z</issued>
<id>tag:www.cryptosystem.org,2005://1.2</id>
<created>2005-02-19T05:24:36Z</created>
<summary type="text/plain">$ uptime Uptime: 00:24:36 up 400 days, 5 min, 9 users, load average: 0.02, 0.05, 0.00 I&apos;m amazed at how much abuse that system takes....</summary>
<author>
<name>ryanfb</name>
<url>http://www.cryptosystem.org/</url>

</author>
<dc:subject>Linux</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.cryptosystem.org/">
<![CDATA[<pre><code>$ uptime
Uptime:  00:24:36 up 400 days, 5 min,  9 users,  load average: 0.02, 0.05, 0.00
</code></pre>

<p>I'm amazed at how much abuse that system takes.</p>
]]>


</content>
</entry>
<entry>
<title>Welcome to cryptosystem.org</title>
<link rel="alternate" type="text/html" href="http://www.cryptosystem.org/archives/2005/02/welcome_to_cryp.html" />
<modified>2005-02-15T07:19:57Z</modified>
<issued>2005-02-15T07:14:28Z</issued>
<id>tag:www.cryptosystem.org,2005://1.1</id>
<created>2005-02-15T07:14:28Z</created>
<summary type="text/plain">This site will be my blog, as well as more permanent hosting for personal projects. Thanks for visiting, and look for some more interesting developments soon....</summary>
<author>
<name>ryanfb</name>
<url>http://www.cryptosystem.org/</url>

</author>
<dc:subject>Life</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.cryptosystem.org/">
<![CDATA[<p>This site will be my blog, as well as more permanent hosting for personal projects. Thanks for visiting, and look for some more interesting developments soon.</p>]]>

</content>
</entry>

</feed>