Skip to content

{ Author Archives }

Issue tracker project

I started a little issue tracking project this week called bugz or bgz, I haven’t decided, and pushed it to http://github.com/mtvee/bgz. Why? Well, basically I have people I am working with that insist on keeping track of code issues using spreadsheets and email. I can’t do anything to convince them otherwise so I need to [...]

Tagged , ,

QT4 is LGPL!

See what sinking in the muck that is the web development world and php does to me? Somewhere along the line, I missed the fact that Qt was scooped up by Nokia and they promptly made it LGPL. Unbelievable! I am so happy I could free some pointers! Though KDE lost me around version 2 [...]

Tagged

git notes

Couple of annoying things I had to go lookup again so I figured I would put them here for next time. $> git push warning: you did not specify a refspec… blah blah blah fix with $> git config push.default matching and this gem… $> git pull You asked me to pull without telling me [...]

Tagged

I gotta stop smokin’ PHP!

Wow, those PHP folks just won’t stop making spaghetti! I just discovered the namespace… namespace my\name; // see “Defining Namespaces” section Why, in the name of all that is good and decent in the world would they choose a freaking backslash as a namespace separator? Well, word is, they considered the ‘::’ notation but they [...]

Tagged

Heavy metal

I have been checking out Mercurial and Bazaar the last while. Since Launchpad is a Bazaar crew (:^) and google code added Mercurial support I figured I better expand my world from SVN and git. My basic use case is to keep a central repo on my mini and then I can push/pull to the [...]

Tagged ,

When in doubt, ubuntu!

Since I picked up the wee netbook a couple of days ago I have been having a lot of fun discovering how far the linux desktop has come in the past few years. I have been running OS/X exclusively for the past, oh, 4 years or so and haven’t really spent a lot of time [...]

Tagged

Netbooks !macbooks

I got a bit of an education on netbooks today. It was bound to happen, sooner or later. Apple has really been getting to me lately, getting me down. So I first want to be able to go away without dragging that brick of a MacBook around with me, and even though it’s the latest [...]

Tagged

Hello world!

So I guess this is first post for the new domain. Actually, the domain wasn’t that new. I had it over at MediaTemple for a bit but what I didn’t realize when I signed up was they use Plesk for management. Dreamhost has totally spoiled me with their admin console. Plesk was like going back [...]

newLisp

I finally have been able to spend some time with newLisp. It’s a lot of fun and I have a feeling I’ll be keeping it in the arsenal. Besides messing around with the obvious web/cgi stuff with it, I wrote a scraper and ported an implementation of the ARC4 encryption scheme. (define (crypt data key) [...]

Tagged