<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.9.2 (http://www.squarespace.com/) on Wed, 10 Mar 2010 15:44:29 GMT--><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"><title>Journal</title><subtitle>Journal</subtitle><id>http://deftly.net/journal/</id><link rel="alternate" type="application/xhtml+xml" href="http://deftly.net/journal/"/><link rel="self" type="application/atom+xml" href="http://deftly.net/journal/atom.xml"/><updated>2009-11-05T01:13:05Z</updated><generator uri="http://www.squarespace.com/" version="Squarespace Site Server v5.9.2 (http://www.squarespace.com/)">Squarespace</generator><entry><title>What a week!!!</title><category term="random"/><id>http://deftly.net/journal/2009/11/5/what-a-week.html</id><link rel="alternate" type="text/html" href="http://deftly.net/journal/2009/11/5/what-a-week.html"/><author><name>Aaron Bieber</name></author><published>2009-11-05T01:12:42Z</published><updated>2009-11-05T01:12:42Z</updated><content type="html" xml:lang="en-US"><![CDATA[<p><img class='iphone-image' src='http://deftly.net/resource/iphone-20091104181242-1.jpg?fileId=4660527'/></p><p>SquareSpace app for the iPhone & new Ratchet & Clank game!! Win!</p><p></p>]]></content></entry><entry><title>SynergyKM for 10.5</title><id>http://deftly.net/journal/2009/2/12/synergykm-for-105.html</id><link rel="alternate" type="text/html" href="http://deftly.net/journal/2009/2/12/synergykm-for-105.html"/><author><name>Aaron Bieber</name></author><published>2009-02-12T15:43:47Z</published><updated>2009-02-12T15:43:47Z</updated><summary type="html" xml:lang="en-US"><![CDATA[ 

<a href="http://s3.media.squarespace.com/production/360936/4548392/wp-content/uploads/2009/02/synergybackground.png"><img class="alignnone size-full wp-image-106" title="synergybackground" src="http://s3.media.squarespace.com/production/360936/4548392/wp-content/uploads/2009/02/synergybackground.png" alt="synergybackground" width="450" height="255" /></a>

Got enough comments to inspire me to make a new version!  Now uses 1.3.1 and is available <a href="http://www.deftly.net/wp-content/uploads/2009/02/synergykm_11.zip">here</a>!!

Have good moshpitting!

<del datetime="2009-02-12T16:18:01+00:00">UPDATE: <a href="http://stevehorbachuk.com/?p=45">Check this out !</a></del>

 

<del datetime="2009-02-12T16:19:06+00:00">I have rebuilt the SynergyKM package created by Lorenz Schori - Upgraded it for 10.5 xcode compatibility and modified the installer.  Next I will attempt to bring it to synergy 1.3.1  Here is the link : <a title="SynergyKM 1.0" href="http://www.deftly.net/wp-content/uploads/2008/03/synergykm.zip">SynergyKM 1.0</a></del>

Cheers!]]></summary></entry><entry><title>Using VIM to make erlang pretty</title><id>http://deftly.net/journal/2009/2/6/using-vim-to-make-erlang-pretty.html</id><link rel="alternate" type="text/html" href="http://deftly.net/journal/2009/2/6/using-vim-to-make-erlang-pretty.html"/><author><name>Aaron Bieber</name></author><published>2009-02-06T20:06:03Z</published><updated>2009-02-06T20:06:03Z</updated><summary type="html" xml:lang="en-US"><![CDATA[I recently read an <a href="http://blog.tornkvist.orgblog.yaws/?id=1233867602690448" target="_blank">article</a> talking about purtifying erlang.  This inspired me to create a quick function in vim to do this for me!  

Here it is:
<code>

function! ErlPretty()
 silent !erl -noshell -eval 'erl_tidy:file("%",[verbose]).' -s erlang halt
endfunction

cmap ep<CR> :execute ErlPretty()<CR>
</code>

Hopefully someone finds it handy!]]></summary></entry><entry><title>SVN actions for Automator</title><id>http://deftly.net/journal/2008/12/8/svn-actions-for-automator.html</id><link rel="alternate" type="text/html" href="http://deftly.net/journal/2008/12/8/svn-actions-for-automator.html"/><author><name>Aaron Bieber</name></author><published>2008-12-08T17:39:23Z</published><updated>2008-12-08T17:39:23Z</updated><summary type="html" xml:lang="en-US"><![CDATA[<a href="http://s3.media.squarespace.com/production/360936/4548392/wp-content/uploads/2008/12/automator.png"><img class="alignnone size-medium wp-image-73" title="Automator" src="http://s3.media.squarespace.com/production/360936/4548392/wp-content/uploads/2008/12/automator.png" alt="" width="256" height="256" /></a>

I have been playing with Automator for a few days now, and it's totally fun!  Anyway, I needed to do svn checkouts / updates ( more to come later ). <a href="http://www.deftly.net/wp-content/uploads/2008/12/automator_svn.zip">Here</a> are the two actions I have so far.  I would use checkout with "Ask for Finder Items" and "Ask for Servers".  The update action would be best used with "Get Specified Finder Items"]]></summary></entry><entry><title>FunPidgin patch for Debian's Pidgin Package</title><id>http://deftly.net/journal/2008/4/30/funpidgin-patch-for-debians-pidgin-package.html</id><link rel="alternate" type="text/html" href="http://deftly.net/journal/2008/4/30/funpidgin-patch-for-debians-pidgin-package.html"/><author><name>Aaron Bieber</name></author><published>2008-04-30T21:36:14Z</published><updated>2008-04-30T21:36:14Z</updated><summary type="html" xml:lang="en-US"><![CDATA[This is a quick patch I whipped up to bring funpidgin to debian's pidgin.  Applying is pretty simple:

<code>apt-get build-dep pidgin &amp;&amp; apt-get source pidgin</code>

<code>cd pidgin-2.4.1</code>

<code>wget http://www.deftly.net/25_fun_pidgin.patch -O debian/patches/25_fun_pidgin.patch</code>

<code>./debian/rules binary</code>

<code>dpkg -i ../*.deb</code>

Just make sure you remove the previous version of pidgin prior to installing the patched version - just for good measure]]></summary></entry><entry><title>:(</title><id>http://deftly.net/journal/2008/2/7/488741273786.html</id><link rel="alternate" type="text/html" href="http://deftly.net/journal/2008/2/7/488741273786.html"/><author><name>Aaron Bieber</name></author><published>2008-02-07T14:12:10Z</published><updated>2008-02-07T14:12:10Z</updated><summary type="html" xml:lang="en-US"><![CDATA[
<pre>             ,:/+/-
             /M/              .,-=;//;-
        .:/= ;MH/,    ,=/+%$XH@MM#@:
       -$##@+$###@H@MMM#######H:.    -/H#
  .,H@H@ X######@ -H#####@+-     -+H###@X
   .,@##H;      +XM##M/,     =%@###@X;-
 X%-  :M##########$.    .:%M###@%:
 M##H,   +H@@@$/-.  ,;$M###@%,          -
 M####M=,,---,.-%%H####M$:          ,+@##
 @##################@/.         :%H##@$-
 M###############H,         ;HM##M$=
 #################.    .=$M##M$=
 ################H..;XM##M$=          .:+
 M###################@%=           =+@MH%
 @################M/.          =+H#X%=
 =+M##############M,       -/X#X+;.
   .;XM##########H=    ,/X#H+:,
      .=+HM######M+/+HM@+=.
          ,:/%XM####H/.
               ,.:=-.</pre>]]></summary></entry><entry><title>Linux Home Automation</title><id>http://deftly.net/journal/2007/10/5/linux-home-automation.html</id><link rel="alternate" type="text/html" href="http://deftly.net/journal/2007/10/5/linux-home-automation.html"/><author><name>Aaron Bieber</name></author><published>2007-10-05T02:26:03Z</published><updated>2007-10-05T02:26:03Z</updated><summary type="html" xml:lang="en-US"><![CDATA[Using a simple $30 kit from x10.com, a bluetooth dongle and a bluetooth capable cell phone, one can easily setup some slick home automation.

A small application called <a href="http://packages.debian.org/stable/net/bluemon" target="_blank">bluemon</a> allows for your linux machine to watch for bluetooth devices and run commands upon a quality of single you specify. The X10 kit I purchased came with a serial transmitter. This allows me to use bluemon to call <a href="http://packages.debian.org/etch/bottlerocket">bottlerocket,</a> kicking on my lights when I enter a room.

Here is my config file for bluemon ( only changes shown ):
<blockquote>BLUEMON_ENABLE='yes'
BLUETOOTHID='aa:bb:cc:dd:ee:ff'
DISCONNECTHACK=-d</blockquote>
Once you have bluemon running, simply run the "bluemon-client" command.  I use something like this:
<blockquote>bluemon-client -b aa:bb:cc:dd:ee:ff -u on -d off</blockquote>
off / on are simply shell scripts ( in $PATH ) that look kinda like this:
<blockquote>br -x /dev/ttyS0 -N
br -x /dev/ttyS0 -F</blockquote>
Good Times.]]></summary></entry></feed>