Some people get some stuff easily. Other people get other stuff easily. Look at my silly journal… my life is mostly defined by one thing… COMPUTERS. Isn’t that so SAD? I only get computers. I am not human. No… definitely not. There is a set of rules in my head that tell me what society…
Month: January 2004
httptunnel
I’m finally able to ssh to my machine at home from work! We have a proxy that doesn’t let me ssh to anything outside the corporate network. So I found out about this thing called httptunnel that let’s you forward connections from your local machine, to the proxy, and from the proxy to a specific…
Crazy Semester
My last semester and SO much to do. It looks like I will be writing code 24-7… not too bad. I need to get a job… a REAL one… citizenship… a house… AAARRGHH SOO MUCH TO DO! And then there’s CSE521 – I am sooo tempted to drop it…
School Starts Tomorrow
A new semester… new possibilities. Also the last one I’ll ever have. This is my last semester at ASU. It’s been quite a ride. I’ll miss it for sure.
Beautiful Day
What a BEAUTIFUL DAY! I love it! Wooohooo!
Upgraded System
I just upgraded my WinXP machine. She’s a 2.4Ghz HyperThread Enabled Pentium IV with 1 Gb RAM. I have about 230 Gb that spans across two disks (one 160 Gb and one 75 Gb). I had to get a RAID controller. All of the other hardware is the same. It took me about three freaking…
Cat
There is a cat in our armory. It’s fluffy and orange and very friendly. I’m calling it “Howitzer”.
Productive
Today was pretty productive. I helped Greg set up the webserver at IPO. Migrated the old website over to the new machine without any problems. I rule… woohoo…
Solutions
I hate not being able to come to a solution. Does life have an equation?! Of course not. If it does, it is unsolvable. Or how about a chaotic system? Frequently I find myself rewinding to some point in the past and going “What if I had done that?”. Regret? Sometimes. It depends on my…
Mandelbrot Sets
I’ve generated a couple of Mandelbrot sets. f(z) = f(z – 1)2 + c; f(0) = c and c is complex number (x + iy). They’re pretty sweet looking! I used Perl and GD to generate PNG images. The images are rather huge so please be patient. If you have a dialup connection, be prepared…