San Francisco Bound Mon, 21 Apr 2008 23:42:19 -0400

So today I began to compile a list of conferences that hopefully (if approved) I may be going to. First on the list is the very soon to be Google I/O conference that will be held in San Francisco May 28 and 29th. Although short it, it hopefully will prove to be an excellent learning processes and hopefully I don't be jet lagged so much that I will be able to suck up information like the sponge I am

Looking forward to this trip of course conjurers thoughts of how lucky and truly blessed I am. Really I am, I have a beautiful wife and make enough money to be comfortable. Sure I don't have a BMW or a house for that matter, I at least am better off than 99% of the human population and there is something to be said for that I am sure.

So these little perks are great for me, I haven't had anyone before be so interested in my thoughts and expertise as to send me somewhere like Google to learn. I suppose it's an accomplishment? That's possibly debatable Along with this sort of thing I also get to work on cool projects like DNZoom and a few other things I can't mention. However when they launch I will be blasting what happens. Also on my list of things to play with in the iPhone SDK (for some reason Obj-C with Posix support on a mobile platform just really thrills me) and a few other C projects. Remember gang, I'm really a C developer who fell into PHPland ;)

So here I go, I need to work on some articles for CNet before someone decides to put a hit on me!

  • Keywords:
0 comments. More...
Too awesome for words Tue, 1 Apr 2008 14:54:56 -0400

If anyone is reading this blog, then you should know that I am quite obviously a PHP developer. As such I wanted to show off this nice piece of internet history made way back years ago. Enjoy

Click to enlarge

  • Keywords:
1 comments. More...
libevent TCP and UDP server example code Mon, 17 Mar 2008 17:38:12 -0400

I wrote this TCP / UDP server example implemenation just playing around. The TCP portion still doesn't work, not sure why. Anyway this is just a post, for my own notes.

libevent-test.c
1 comments. More...
Simple CLI one-liner for line counts Fri, 29 Feb 2008 22:11:59 -0500

Here is a little tip about how to perform a quick line count recursively through your code.

c=0; for i in `find . -type f -name "*.php"`; do c=$(( $c + `wc -l $i | cut -d ' ' -f 1`)); echo $c; done; echo $c

THis example is specifically for searching out PHP scripts, however you can modify this however you like to fine what files you want.

  • Keywords:
0 comments. More...
Not quite sure how to take this Tue, 25 Dec 2007 18:43:32 -0500
72%LUSH
  • Keywords:
0 comments. More...
  • Disclaimer
  • The ideas and opinions expressed here are mine.
  • I'm a Linux and BSD user, and lean heavily toward the use of OSS vs certain other commercial solutions.

View the Ninja's profile on LinkedIn

:= RSS =: