Tuesday, November 28, 2006

School

I've been going to school on and off since high school and in recent years kept going to finish a degree. Just recently the last class I needed to finish was only available during the day, which I could not take due to my work. After checking again I found that there is a web class as well which I could take to complete my degree. I was pretty excited and glad that I was down to the last class.

Rob

Monday, November 27, 2006

Does money equal skill?

This weekend while taking some photos in SF my friend and I discussed this question. Does better equipment equal better photographs? There are some people who say it’s all of the photographer’s skill, I tend to think it’s a mixture of the equipment and the ability of the photographer.

Let’s take this scenario for example. Two photographers, same skill level, both take pictures of a flower garden. Photographer A is using an entry level digital SLR with the kit lens and a 1gb memory card. Photographer B is using a pro level digital SLR with a wide variety of lenses, also has many gb’s of memory cards. With the two photographers taking the pictures of the same objects, who will have the better result? I would say Photographer B would have clearer images and with the greater amount of images taken, better chance to find a nice image of the bunch.

It seems like photography is one area that skill can be made up with better equipment more so that other skills. For example if a low skilled guitar player would have played a $2,500 Les Paul or a $99 Squire, I doubt there would be much if any difference in his/her skill since there is no way to “fake” play. But if poor photographer used pro level equipment and had the ability to take thousands of photos they would have much better chance to get a good shot but just taking as many pictures as possible.

I wonder if other hobbies also follow this pattern as well?

Rob

Monday, November 20, 2006

MySpace

I'm not a big MySpace fan, I have a profile but it's checked rarely and don't keep in touch with friend's profiles either. Recently I was browsing on MySpace for high school class mates, and by chance started searching for other people. I found some interesting profiles.

The Gorillaz music group

World of Warcraft video game

Dr. Octagon, hip hop artist

Relevant Christian music magazine

DJ Q-Bert

The Simpsons

Family Guy

These are just a few I found, and I'm sure there are thousands more. It's pretty funny to see the profiles for cartoon characters as well.

Obsession

I just found this link for a movie called Obsession. It's about radical Islam's war aganist the West. Not sure what to expect but does sound interesting to see.

MMORPG

I've been playing on and off World of Warcraft for the past year. The game is a MMORPG, where you play on-line with other people in a virtual gaming world. It's fun but after playing to level 34 (with 60 being the highest) it's becoming less fun. The game is still fun but seems like I'm doing the same thing but with higher level people to fight.

Just recently based upon a suggestion from a co-worker I downloaded a trial version of Everquest2, called Trial of the Isle. It's a free version of the game that allows you to explore and get an idea of the game before buying a copy. So far I've only played a hour but it seems fun and different from Warcraft. Not sure if I'll keep playing after the trial period but it does look good.

Here's what the game looks like.




Logic in programming


From my last posting I've been working on learning C# programming. This isn't my first time learning how to program but wanted to take this further than simple text book application and make something I could use for work. While the actual coding is hard, what is most challenging is using logic with programming. Since the computer is really not smart and only does what is told, your program must be carefully designed to work without any issues.

I found this also applies to other applications as well. In Flash I was making a small interactive music game for kids as part of my class work. I came across a problem in my design where I wanted something to stop then start when the user clicked a button. At first I was worried that I would have to redesign the whole project but then I thought about working around this problem.

Using an example from my text book, I added a script function and fixed the issue using a short command to stop the movie, then start to play only one loop when clicked. It sounds easy but took me a while to figure it out. :)

Rob