Thursday, May 01, 2008

EEE PC running LAMP

I finally got LAMP (Linux, Apache, MySQL, and Python/PHP) all running on the little laptop.
I'm able to SSH in using Putty from my Windows XP desktop machine and open up application windows using Xming so I don't have to get confused with 2 mice and 2 keyboards right next to each other.

Tomorrow will be the moment of truth when I try to get this tutorial on creating a web chat running on it.

Friday, January 18, 2008

update

I got an EEE PC recently. It's what I've been looking for for a while now; a very portable and affordable computer with a keyboard. PDAs are too small to do any actual work on, regular laptops are too large and heavy to carry around and the ultraportable laptops have all been too expensive. It's nice because I can carry it on the subway and watch movies and read webpages. It's small and light enough that it's not too bad to hold it while standing up if I'm unable to get a seat.

This morning I was even able to get the Flex SDK running on it. The computer comes with Linux rather than Windows which is part of the reason it's pretty cheap, but it also ended up being kind of a pain to get Flex working. So I'm pretty happy now that I can do some development while I'm on the train.

Wednesday, June 20, 2007

getting things done

If I never finish anything I mention in this blog, at least I will have a documentation of things I wanted to accomplish, but never finished. =P

I haven't worked on a Tetris clone since I last mentioned it. I haven't scanned any of my sketches in since I last mentioned it. What I have been working on is exploring how to work with different binary file formats in Flash in Actionscript 2 with the mdm Zinc Flash wrapper. I've been looking at exporting PDFs, TIFFs, and BMP files for a project at work. Since it's for work it's not a matter of if it will be done, but when it will be done. The BMP file format is looking pretty promising.

In the process of creating an exporter it's helpful to be able to look at example files and look at what you're exporting to see if you're doing something wrong or not. I tried to find a decent hex editor for working with BMP files. What would be ideal is something that would allow me to view the hex in a way the file format is structured. Unfortunately almost everything I've found either only shows the hex in one continuous chunk or does something like what I'm looking for, but is plagued by an overcomplicated and inelegant interface.

Since there's nothing out there that does what I'm looking for the way that I want it to, I'm thinking that might be a good next project to tackle. It would be a binary file viewer that allows you to break it up into meaningful segments for viewing in a fairly easy manner. I also found out that Adobe just released the beta for their Abobe Integrated Runtime (AIR) for running rich internet applications on the desktop. So I could kill a whole bunch of birds with one stone by building a hex viewer using the Flex Builder 3 beta that would run in AIR.

Saturday, April 07, 2007

Sketches

I haven't forgotten about the Tetris clone I'm supposed to be working on. I have a problem of trying to do too many things at once.

Since I posted about working on that game, I've finished two books, The Confessions of Max Tivoli by Andrew Sean Greer and The Brief and Frightening Reign of Phil by George Saunders. Both books were excellent in their own way.

I'm currently in the process of scanning my sketchbooks in chronological order for posting on this site so that I actually have some content here rather than only providing links to social sites that I'm a part of. There are at least 10 sketchbooks worth of half finished work that I'll be putting up in the next month or so. I'm done scanning my first one and will upload after I clean up the scans and figure how I want my work displayed.

Thursday, March 29, 2007

The most disturbing use of my name

I found this site called, (NSFW) String-Emil via Presstube. It's some German guy, I'm guessing who's name is Emil. The site contains pictures of him in various locales, many of them outdoors wearing string bikini briefs with horrible MIDI music playing in the background. I can't really tell what it's about since it's all in German. He even has a fan club forum which I also can't understand since it too is all in German.

Wednesday, February 21, 2007

Making Games

I've been meaning to make a game for the longest time, but never get around to it for one reason or other. It's daunting when you say you just want to make a game. There are so many games out there and most of what people encounter has such a high level of polish that the moment you say you want to make a game there's a preconceived notion of what you'll be getting into.

I came across this article dealing with starting out making games. I figured it had as good a starting point as any, so I'm in the process of building my own Tetris clone in Flash. So far I have a basic outline of functionality, a few Actionscript 2 classes set up, and a rough interface for testing out some of the functionality like scoring and generating new pieces.

Friday, December 01, 2006

My first YouTube video