My thoughts on the new iPhone 3GS

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.

att sucks this much right now

Continue reading

my 1st WTF? of the week

Is he deaf?

Continue reading

We are moving to a loft in Brooklyn.

the view

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


Alli goes on youtube

Alli goes on youtube

My sister looks like an idiot.

Continue reading

twitter <--> wordpress integration part #2

That was quick. I set up the twitter for wordpress plugin.

Continue reading

twitter <--> wordpress

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

“If the pig sneezes, he’s f–king dead!”

Found on digg:

pooh.jpg

source

Continue reading

How do reset all iCal data

*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

I discovered pgrep and pkill

pgrep, pkill – look up or signal processes based on name and other attributes

Continue reading

Installing and configuring freeswitch: part 1

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


prev posts prev posts