Coding a web server with C# – part 2

Posted in Programming on February 5th, 2011 by kev – Be the first to comment

Hey all,

We left off at the end of my last article being able to grab and print a GET request from a web page. There were a few issues with the way we did things however. Firstly, we were reading in a buffer the size of the maximum possible buffer size, so when we were printing out our request it was followed by a ton of whitespace. In order to fix this I tried to trim the string for whitespace, this did not work.
read more »

Coding a web server with C# – part 1

Posted in Programming on February 1st, 2011 by kev – Be the first to comment

Howdy folks,

It has been quite a while since I programmed something productive on my own time. I have been really busy lately at work as we are finishing up our major project from the last 6 months. Hopefully at some point I will write a blog post regarding that project as it is really interesting. I have also been reading up on some languages I have toyed around with (Javascript, Objective-C, C#, Clojure). I also haven’t updated this blog in months. Because of these facts I have decided that it is time to stop reading and start doing, so I have come up with a fun little project for myself.
read more »

Unsure whether or not I am caving

Posted in Stuff on April 16th, 2010 by kev – Be the first to comment

I have waited a long time for the new MacBook Pros to be released, and finally that wait is over. The other day Apple released their refreshed MacBook pro line with shiny new core i5 and i5 processors. However, they also released their new terms of service for iPad/iPhone development. If you are a developer and have not heard about this yet, you must be living under a rock (or not care about Apple in the slightest).

read more »

Update: Wezzle, JavaEE 6 and beyond

Posted in Stuff on March 1st, 2010 by kev – Be the first to comment

Greetings Earthlings.

It has come to my attention that I have not updated this blog in quite a while. This is an error that I wish to remedy immediately. Since my last post a lot of fun and exciting things have happened and I have learned a ton of new stuff that I will hopefully write about in the near future.
read more »

Comment from today’s code.

Posted in Programming, Wezzle on September 24th, 2009 by kev – Be the first to comment

// WARNING: the ctrl mask randomly subtracts 96 from the ascii
// of any character returned from getEventCharacter(). This is because
// LWJGL is fucked. We had a 30 min convo about this and decided
// to fuck the ctrl key. Alt is better.

Wezzle Test 7 is out!

Posted in Uncategorized on June 17th, 2009 by kev – Be the first to comment

Well, It has been a little while since we have posted anything new about Wezzle. Both Cam and myself have been pretty busy with other endeavors and progress on Wezzle slowed quite a bit. But now we are back to working on it and even though I got hit with a bout of the swine flu, we managed to release Wezzle test 7!

read more »

Learning Scala

Posted in Programming Languages on April 14th, 2009 by kev – Be the first to comment

My copy of Programming in Scala finally arrived yesterday, and I have had a chance to read the first chapter. It looks to be a very interesting language. I have had a desire to learn functional programming for a long time, and I have a giant fascination with programming languages in general. Scala seems to be getting a lot of hype right now, and the ability to program both Imperatively and Functionally is too hard to pass up.
read more »

Willing to sell out

Posted in Wezzle on April 7th, 2009 by kev – Be the first to comment

Cam and I were talking about our mutual love for the IM tool Digsby which we both use to track e-mails, social networks and Instant messaging. If you like the popular Mac tool Adium, you will love Digsby. Even if you have never heard of Adium, Digsby is worth checking out.

read more »

I’ve joined the dark side

Posted in twitter on March 21st, 2009 by kev – Be the first to comment

I have joined Twitter. I generally hate flavour of the month technology fads and Twitter is no exception. I am already really annoyed with the media coverage of Twitter. It seems like every time I turn on the radio I hear about it. That being said, you can follow me here.

read more »

Wezzle Collision Generator

Posted in Programming, Wezzle on March 13th, 2009 by kev – Be the first to comment

I have a fascination with programming languages. I have been reading up on many different ones trying to get a feel for them all. I enjoy learning about the different syntaxes and what the advantages are of the different paradigms. I find most of the languages offer really interesting concepts and benefits.
read more »