Mr. Belvedere

Posted by Matt on October 29, 2007

Mr.Belvedere’s JamThis is the greatest thing ever.

Airport Not-So-Extreme

Posted by Matt on September 18, 2007

Ugh. I don't know why my luck with Wireless N routers is so bad, but man, it is. My latest let down is Apple's Airport Extreme (Gigabit version). The setup was clean and slick as one would expect from Apple, but after many hours of configuring, reconfiguring, resetting, rebooting, and googling, I was getting pissed. It seems as though the AEBS cannot and will not forward UDP packets (most notably of which, DNS (Port 53 UDP) packets). While this is not a problem for 99.8% of the world, those of us that run our own internal DNS server are fucked. I've been a professional IT / Network / Programmer guy for a number of years and no matter what I tried, this thing was not budging. Most home networks use their ISP's DNS servers, but I have an internal DNS server that I need to use in order to use my home-hosted domains. So if you need to port forward any UDP ports from your router to a local computer, the Airport Extreme is not the router for you.

That being said, I finally gave up and am now using the AEBS in bridge mode along with my old WRT54G serving as the front-line router, handling port forwarding. I'll post more in the days to come to illustrate the outcome.

Childlike Behavior.

Posted by Matt on September 13, 2007

I had the extreme pleasure of sitting behind the person who delivered the opening keynote at php|works during another talk during the opening day. He has a pretty impressive list of accomplishments and projects, but the dude sat there with his buddy and made fun of the speaker during the entire talk. At one point they started talking out of turn, personally making fun of the speaker. I'm the proverbial class clown, but these guys were being dumb, and shitting on the their own bread and butter.

Blah, kind of disappointing.

Odd.

Posted by Matt on September 12, 2007

So half of the selections of 'Adult Entertainment' at the Sheraton Gateway Atlanta are of the young men / older women variety. I wonder who programs these channels? Kind of funny.

What an odd feeling.

Posted by Matt on September 07, 2007

I have a beautiful wife, a nice new house, a job that pays very nicely that allows me to work from home with 100% reign over my work and gives me a free Treo 700wx, and I’m on track to earn my Master’s degree in three months.

What’s the odd feeling?

The feeling that life is passing me by, with a side dish of wasting my days. I have the achievements, but not the memories. My personality has always been to go nuts and focus on one thing at a time, and to focus on that thing until it is seen through, or learned absolutely. I think I need to now focus on life, instead of accomplishments—at least for a while.

Damn, I need a night out!

Capstone Class 2

Posted by Matt on September 06, 2007

So the MSCS Capstone at Franklin underwent a change in the last term, from a traditional research project curriculum to more of a normal class. We are focusing on discussions on ethics and analyzing a research paper of our choosing. The final outcome is a few assignments and a short paper outlining our thoughts and criticism of the research paper we chose. 

 

A good number of students were upset that the capstone was changed. I’ve had mixed feelings personally. On one hand, it’s a hell of a lot easier than doing a traditional project, and part of the switch was that the capstone class’ length was halved. So, I get to graduate a full four months earlier than I initially expected. On the other hand, a capstone should be project based. It should be tough. You should have to jump though the hoops of finding and appeasing an advisor.

 

On the surface, I should be very happy that the class now has a much lighter workload. One nagging thing is in the back of my head is that if I go for my Doctorate, that process will be that more difficult. It almost feels like when I graduated from DeVry with my Bachelor’s degree. That curriculum was extremely light on mathematics; that was wonderful at the time, but set me up for a much more difficult time at Franklin. 

 

Ah hell, I’m not sure I’ll be going for my Doctorate at this point anyway. I’m sure in a few years I’ll be bored and figure why not, but at the moment, I’ll get along just fine being away from academia.

Ugh.

Posted by Matt on August 29, 2007

For the upcoming term I need to use a web app called the 'Dropbox' at my University. Essentially it is a very easy app that accepts a file for upload, then associates it with an assingment number, and whether or not you'd like to have it graded. It doesn't even allow downloading of any uploaded files.

What am I complaining about? I can't get the fucking thing to work. I used it last term when it was in 'beta' just fine. So I contact the help desk and they tell me to use Windows, as Apple products are not supported. I wish I could ignore 15% of my target audience off the bat. It's bullshit. The web exists on standards. When those standards are not followed, people are left in the dark. Normally, I laugh at their shitty code, but this time it's I out in the dark and I cannot submit assignments to my fucking CAPSTONE CLASS. Of note, I did try Windows Vista and IE7. With even the lowest security settings, I couldn't get the damned page to load, but did end up with seven browser windows.
A simple upload app doesn't care what browser/OS you're using at all. It's all standards based stuff. It's five lines of code and a database table. Twenty minutes from conception to production. I write stuff like this everyday, I would only assume that my University would check this stuff before putting it into production.
Frustration.

svn report request failed ‘no such revision’

Posted by Matt on August 21, 2007

What a night! For some reason Subversion decided to take a total shit on me. Well, one thing I did awhile back may have come back to bite me in the ass, but I’m not sure why now. Basically when I ported my existing web application at work over to CakePHP, I was kind of liberal with the case of some filenames. After realizing my error, I ‘svn mv’ those files, but that isn’t the prefered method I reckon. Thank God I didn’t lose anything life-threatening (just 85 revisions), so I just created a new repository and initial imported my existing code base into that.

God Damnit.

Posted by Matt on August 20, 2007

Seems as though TextMate eats your blog posts if you attempt to re-publish a post. It seems to take the posting id of the previous post; each time publishing taking the id of the previous post to the current one.