08 June 2009
By Brandon
In Uncategorized
1. Finally, the iPhone has all of the features that my Android running friends got a while back.
2. AT&T – WTF is wrong with you, you should have done what you needed to do to support every last feature on release. Apple should drop that exclusivity agreement like a bad habit.
3. AT&T – again WTF are you thinking, no MMS, no tethering from jump? I as a customer am very disappointed in you. You can do better than that. I hope you are bitten in the ass by the internet bulldog and scarred for quite some time.
This slashdot post sums it up.

Continue reading
01 June 2009
By Brandon
In Home, wtf?
31 May 2009
By Brandon
In Home

As per my previous post, I found a nice amount of space for a reasonable price in Brooklyn. I posted some initial images in the gallery.
Continue reading
Brooklyn Loft Home
03 May 2009
By Brandon
In Uncategorized
That was quick. I set up the twitter for wordpress plugin.
Continue reading
03 May 2009
By Brandon
In Projects
I remembered that I had a twitter account when I got some more follow requests the other day. I set up tweetie on my devices, and sent off some tweets to make sure all was well. You can follow me here folks. Next steps include setting up some kind of integration between wordpress and twitter that will allow tweets to show up here, or even have a tweet sent out automatically when a post is made. I am sure google can get me there.
Continue reading
30 April 2009
By Brandon
In Uncategorized
09 March 2009
By Brandon
In OS X
*WARNING* THIS WILL REMOVE ALL OF YOUR CALENDARS *WARNING*
1. delete everything in ~/Library/Calendars, and in ~/Library/Application Support/iCal/
2. Profit.
Continue reading
04 February 2009
By Brandon
In Linux
pgrep, pkill – look up or signal processes based on name and other attributes
Continue reading
04 February 2009
By Brandon
In freeswitch, Linux
These instructions detail compiling and installing freeswitch under centos 5.x. It should be noted that this was done successfully under a xen vm hosted at linode.
yum -y install subversion autoconf automake libtool gcc-c++ ncurses-devel make
mkdir /usr/src/freeswitch
cd /usr/src/freeswitch
svn co http://svn.freeswitch.org/svn/freeswitch/tags/1.0.2/
cd 1.0.2
./bootstrap.sh
./configure --prefix=/usr/local/freeswitch
make
make install
make sounds-install
make moh-install
cd build
cp freeswitch.init.redhat /etc/init.d/freeswitch
chmod 755 /etc/init.d/freeswitch
useradd -c 'Freeswitch User' -s /sbin/nologin fsuser
vim /etc/init.d/freeswitch
FS_USER=fsuser
Continue reading
freeswitch centos voip