Wow! My Video Camera I brought almost 2 years ago has finally been used. Well, sort of. More like I'm feeling incredibly bored at the moment. Not used to time off work! (I go back to work on January 4th... so still a little while!) Anyhow - the video camera has been used a few times, but now finally for its intended purpose! I've started going through the requests for the last 6 months via YouTube and E-Mail. Beginning with a new top-down version of Proto-Man on Keyboard. There'll be a few more blog posts in the coming days (sorry tech blogs picking up the RSS feed, you're about to be spammed!).
Anyway - here's the first of about 5; re-recorded.
Cheers,Craig Mattson.
[0 Comment(s)]
Ok... so I'm behind the times a little this week. Turns out DivX 7 includes MKV support for consoles. Having just installed and tested it, I can report that the Xbox 360 as a Media Centre Extender now works correctly for all my MKV content. Basically that means my 720p and 1080p content now runs at awesome quality on my TV.
Off to watch some TV... Ciao!
So, what do you get when you collect coins over a 12 month period? Well - apart from spending some of that the last couple of weeks on food (read: Subway - $4.95 6-foot subs), Train Tickets (Z1+2 Daily - $10.60 and Parking ($5 if I drive to work), I now have $212.75 left in change to get through! That almost suggests at one stage there was more than $300.00 in loose change floating around my house, car etc... I'm kind of amused.
If you haven't heard yet - Microsoft yet again has lost an appeal in regards to a "lowly used algorithm" present in Microsoft Word. As a result, Microsoft now have to withdraw all current versions of Microsoft Word and Office available for sale, and compensate the patent holder - l4i - $200,000,000USD for loss and damages. Quite a bit of damage there - worth a read.
I doubt I will be blogging before the new year (maybe on New Years Eve), so to all readers, have a Merry Christmas and a prosperous new year.
Turns out I haven't posted about this one - unless you've been stuck under a rock for the last 12 months in the development industry, you've probably already heard of Microsoft's new introduction to the .NET Framework - F# (pronounced F-Sharp) - which is a multi-paradigm programming language (that is; a language built on incorporating flexibility in programming styles and code constructs). Ideally, those familiar with Object Oriented Programming and Functional Programming concepts are said to be able to adapt easily to F# to write logic the way they see fit to perform a function quicker than in, say, VB or C#.
The idea of incorporating multiple languages into one framework is supposed to mean that if we were to take a complex project such as a corporate website with heavy business logic, the classes could be written in one language, data access layers in another language (or a combination) and finally - the webpage could be written in one or more languages. Introducing F# is supposedly a way to allow more people write code to achieve a task. The fundamental idea is that you could effecitvely have a VB.Net developer write some source code, and a C#.Net developer could interface the object(s) writing equivalent C# code.Example of a VB Class.
Public Class Person Public Name as String Public Address as String Public DateOfBirth as DateTime Public Function GetAge() ' Calculate Age as age GetAge = (DateTime.Days / 365.24) End SubEnd Class
public class PersonDriver{ static void main(String[] args) { Person person = new Person(); person.Name = "Craig"; Console.WriteLine(person.GetAge()); }}
Hi All,
Just a quick post today - I've just noticed today that in the Getting Started box of Visual Studio 2008, we have a couple of interesting tasks.
Apart from the fact that the first link doesn't go anywhere (it returns a Microsoft Cross-Link error), I'm kind of amused that Microsoft would consider a scenario where a user would randomly stumble across a product worth thousands of dollars, load it up and install it without first learning OR creating their first application. Apparently you can even learn C# in the click of a button.
Could this explain why so many terrible developers exist these days?
EDIT: I did successfully move out - no longer a Neerim South resident :)
[Print View]