<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>&#62; Failed Checksum &#187; Technology</title>
	<atom:link href="http://james.thevasaks.net/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.thevasaks.net</link>
	<description>we have a communication issue</description>
	<lastBuildDate>Fri, 19 Aug 2011 03:39:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dead Man E-mailing</title>
		<link>http://james.thevasaks.net/2011/08/dead-man-e-mailing/</link>
		<comments>http://james.thevasaks.net/2011/08/dead-man-e-mailing/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 03:39:05 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://james.thevasaks.net/?p=344</guid>
		<description><![CDATA[Well, here&#8217;s a morbidly interesting link that Hacker News pointed me to this morning: Dead Man&#8217;s Switch.  Set up an account to e-mail your loved ones, lawyers, enemies, etc. if tragedy were to befall you.  By default, if you don&#8217;t check in (e.g., respond to e-mail messages) within 60 days, the service assumes you&#8217;ve passed [...]]]></description>
			<content:encoded><![CDATA[<p>Well, here&#8217;s a morbidly interesting link that <a title="Hacker News" href="http://news.ycombinator.com/">Hacker News</a> pointed me to this morning: <a title="Dean Man's Switch" href="http://beta.deadmansswitch.net/">Dead Man&#8217;s Switch</a>.  Set up an account to e-mail your loved ones, lawyers, enemies, etc. if tragedy were to befall you.  By default, if you don&#8217;t check in (e.g., respond to e-mail messages) within 60 days, the service assumes you&#8217;ve passed away and e-mails out your stored message(s).</p>
<p>The cynical side of me says that this is an awesome way to avoid the problem of people signing up for your service, then not staying actively engaged.  Sure, you don&#8217;t have to check in too often, but you do need to check in&#8230;  Also, what will the fallout be if a server hiccups, clocks go wacky, junk filters hide the reminder messages, or whatever and e-mails that should only be sent when you&#8217;re dead go out while you&#8217;re still around?  It might be amusing to find out.</p>
<p>Those things being said, it&#8217;s made me ponder where I could use a technological dead man&#8217;s switch in my personal or professional life. Maybe I could rig something to auto-login and delete accounts on various websites/web services if I don&#8217;t use them within some period of time.  I&#8217;d probably lose my Facebook account, but it appears like that wouldn&#8217;t e too much of a loss.  Any other ideas?</p>
]]></content:encoded>
			<wfw:commentRss>http://james.thevasaks.net/2011/08/dead-man-e-mailing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long Weekend</title>
		<link>http://james.thevasaks.net/2010/07/long-weekend/</link>
		<comments>http://james.thevasaks.net/2010/07/long-weekend/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 02:37:06 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Brief Thoughts]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[haskell]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[xmonad]]></category>

		<guid isPermaLink="false">http://james.thevasaks.net/?p=309</guid>
		<description><![CDATA[I&#8217;m really looking forward to this long weekend.  I should have a few minutes to work on two side projects: this blog design and learning a new (programming) language. Blog Design Hard to say what I&#8217;ll get done.  I really need to put some ideas for what I want down on paper, so I can start [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m really looking forward to this long weekend.  I should have a few minutes to work on two side projects: this blog design and learning a new (programming) language.</p>
<p><strong>Blog Design</strong></p>
<p>Hard to say what I&#8217;ll get done.  I really need to put some ideas for what I want down on paper, so I can start knocking them off one by one.  As it is, the simplistic look isn&#8217;t really bothering me (I kind of like a simple clean look), so I&#8217;m not as motivated as I really should be.  Simply ending the weekend with a punch list will be a nice result.</p>
<p><strong>Haskell</strong></p>
<p>I started learning a new programming language earlier this week: <a href="http://www.haskell.org/" target="_blank">Haskell</a>.  This began a month or so ago, when I started using <a href="http://xmonad.org" target="_blank">XMonad</a> as the window manager on both my work machine with dual 1920&#215;1200 displays and my 1024&#215;600 netbook.  It&#8217;s a fantastic tiling WM that works great in both situations, but the program&#8211;and its configuration file&#8211;are written in Haskell.  I managed to hack together a decent configuration from plenty of examples and sample code, but it bothered (and still bothers) me that I didn&#8217;t understand the syntax.</p>
<p>Making Haskell more interesting (and difficult) to learn is the fact that it&#8217;s a <a href="http://en.wikipedia.org/wiki/Functional_programming" target="_blank">functional language</a>, rather than an <a href="http://en.wikipedia.org/wiki/Imperative_programming" target="_blank">imperative language</a> as I&#8217;m used to from C/C++, Java, Python, and others.  While this should work well with my math background, it&#8217;s still a different way of thinking from what I&#8217;ve been used to for the past 10 years of programming&#8230;  I&#8217;ve been working through some material <a href="http://learnyouahaskell.com/chapters" target="_blank">here</a> and <a href="http://book.realworldhaskell.org/read/" target="_blank">here</a> and I&#8217;m looking forward to gaining some more understanding over the next few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://james.thevasaks.net/2010/07/long-weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

