Friday, December 21, 2007

A couple of weeks ago we had a Wii game session at a friend, and I went from being a bit skeptical to really having a great time. The graphics wasn't better, the game ideas wasn't new (tennis, boxing, etc), but the experience was truly great! The idea of the players actually moving around, has been a dream since I was playing with the first virtual reality systems ages ago - what happened to all those cool tools? Why don't we see more of that in everyday applications? I WANT VIRTUAL REALITY NOW!!! Just hoping someone was listening.

Anyway, when I got home that night, I decided that I should take a closer look. The thing that interested me most was the Wii remote control, or Wiimote as the insiders call it. It's really a cool piece of technology with motion sensors and, more interestingly, a high-res infrared camera. The fact that it speaks Bluetooth doesn't make it worse, and enables it to be connected to most PCs and other devices. That quickly led me to think that it shouldn't be to hard to actually code an app for this device, and of course I was right. I soon found a managed library (again, .NET) that started out as an article by Brian Peek, and after browsing some more I discovered that there were people, like Johnny Chung Lee, doing really cool stuff with this. Just check out this video...

...and except the actual control (yes, not even the console is needed) and a Bluetooth-enabled PC, you don't need more than the software. The fact that it's written in C# makes it even better. I agree with Johnny; when do we see the first games featuring this possibility. So my question is when we can do this with XBox 360 and XNA?

posted on Friday, December 21, 2007 5:45:12 PM (E. South America Standard Time, UTC-03:00)  by Chris  #    Comments [0]
 Friday, December 07, 2007

Another weekend of hard work is approaching, and it feels great! I have some cool technology to look forward to, like a brand new ASP.NET 3.5 architecture design and Windows Mobile Web Services along with some plain old WinForms and Reporting Services. The blog title comes from an informal event (read; socialize with beer) every late Friday afternoon that I heard of today. The term refers to "After Ski" which is a similar event after a great day of skiing. There are several reason why I think that it's a great term.

First of all, the idea of relaxing after doing something funny all day, like coding, is a nice concept. That is really how I see it! I take both pride and joy in my work as a developer because I create all day long; how many people do that every day? The creation makes us artists, and that is where most of the pride comes from. Another aspect I like is the focus on code, and the "code" of our business is exactly that - code! We are the modern "workers" that create the products that other people use. We are mostly still craftsmen like most professions a few hundred years ago (shoemakers, tailors, etc), even if parts of our "industry" is moving towards an approach focusing more on customization (building with standard products and components). We are the brain-brawn, and I take pride in that too. In Wikipedia's definition of code you find "...code is a rule for converting a piece of information...into another form or representation...", and that is how I see my role as a developer. I convert business information, according to rules, to another (better) form - applications!

Although I will probably not have much "After Code" this weekend, I think it's a great concept ;-)...

posted on Friday, December 07, 2007 6:05:01 PM (E. South America Standard Time, UTC-03:00)  by Chris  #    Comments [0]
 Saturday, November 24, 2007

I had an idea back in the 80's of a portable book that would have a great screen, that would be connected, that had access to all the books. I thought that the biggest obstacle was to get the authors (or rather the publishers) to believe in electronic books, and that the copyrights was my biggest challenge. Hey, I even started the drawings for the patent (ok, give me some slack, I was young then), but I never actually made any serious attempt. Then, I bought my first handheld, a Casio Cassiopeia E10, I thought that the screen wasn't great and it wasn't connected but still, I was amazed. I showed it to my friend Andy, and he was amazed, and that was almost 10 years ago.

Now, when I look at the Kindle, I see that Jeff Bezos has another idea that is far from new, but he has some points. He aimed for a great screen and he aimed for connectivity. I still think that he missed out on the first one (even if a bunch of authors say it's great, I'll wait for the color display ;-)), but he really got it on the second. I agree with Rob Tiffany on all points, but as a WM developer, it's the connectivity that gets me. I'm tired of reading all the connectivity small print ("...Connectivity and synchronization may require separately purchased equipment and/or wireless products...") on many WM pages. On an event back in 2000 I asked if Microsoft would enter the operator business because I believed (and still do) that the operators don't understand what an open wireless Internet can bring to everyone (it doesn't have to be free, but free us from abuse). I still ask the same question when I see they offer great devices without specifying the operating system. What is that? If I could reformat any phone (Nokia, etc) and install WM, they did have to inform me, but now I'm almost always stuck with what the manufacturer and/or the operator put in there. How could the mobile phone industry go so wrong?

Please Microsoft, the operators is not doing their job, let us free, get our users an open Internet...

posted on Saturday, November 24, 2007 1:01:20 AM (E. South America Standard Time, UTC-03:00)  by Chris  #    Comments [0]
 Wednesday, October 31, 2007

Today, seven years ago, I got my hands on the first beta of .NET Framework 1.0, and I was really excited. When I attended a partner conference about .NET in late 2000, I was blown away!

I had been working with Microsoft technology for year already, but I felt that the long awaited framework of reusable code for enterprise applications was being created. I mean that even if both the core Windows API and libraries like MFC all brought productivity, the new frameworks new capabilities in terms of data access, XML, communication, etc, was something new and necessary. We could let go of most of the code that we previously had to design, create, test, and deploy with our own proprietary frameworks. Even if we did that somewhat unwillingly, it was a good thing. The next amazing thing was the new language, C#, and I remember that thought; "-Bye, bye, sweet Visual Basic" who had been my friend for several years. The fact that I had been programming Turbo Pascal, C, and C++ before probably helped, but I thought that the creation by Anders Hejlsberg (who also created Turbo Pascal) was exactly what I had been looking for (combining the best of all languages, including Java). The things that remained the same, and that was already good, were the operating system (Windows) and the development environment (Visual Studio). So, the four pillars of a developer's world were there...

  1. Operating System
  2. Framework
  3. Language
  4. Tools

...and since that day, I haven't looked back once!

The great thing now is to see how Microsoft is taking the framework further. As I have been developing for Windows Mobile devices for some years, I have used the compact version of the framework. It's quite amazing how much of the full framework that is there considering the footprint. The framework was not on handheld devices and mobile phones. The things that are missing in .NET Compact Framework can almost always be handled in some way (by adding some third-party code, etc). Recently, I have come in contact with the .NET Micro Framework which is even smaller (yes, small IS beautiful, but still the managed code, the language, and the development tools that we have grown to adore. Just check out how he created a basic version of my all-time-favorite game space invaders. The framework is now in sensors, monitors, aux displays, remote controls, and even in robots. The next great example is Silverlight, which is actually a C++ implementation of a subset of the full framework. As the other smaller frameworks, it is focused on having a small footprint, but the new thing here is that it is now also portable. It works in the most common browsers and on both Windows and Mac (OS X). Still, the four pillars are the same!

My conclusion is that after watching the .NET Framework grow, move, and port for seven years is that we will live with this framework for years to come. It will still change in many ways, but this is the way to build the software of the future. Bill Gates was right, again, and I feel secure that my investments in the framework are very safe. I know that the code I write based on .NET Framework in C# is something that I can use for many years.

Again, keep up the great work, Microsoft!

posted on Wednesday, October 31, 2007 12:19:54 PM (E. South America Standard Time, UTC-03:00)  by Chris  #    Comments [0]
 Friday, October 19, 2007

I've always liked the software from Microsoft, and especially Windows. Ever since I started my first Windows program back in 85, I knew they were on the right track. A few years I was frustrated because I had to code in character-based tools while my users had a better UX with the mouse, and when I could use Windows to do my work, I was delighted – and I still am! I don't know why many in our business are so afraid of being Microsoft "fan boys". Why not? It's a very successful company, and that success mostly comes from creating great software. I'm not ashamed; I'm a Microsoft fan boy!

Just take a look at my desktop on the right. Every morning when I turn on my computer I smile. I just love what I do (and of course my amazing woman on the photos from Greece this summer), and there are very few days that I don't want to write some code to create something amazing. My dear friend, Andy, always tell the story of his school paper about programming he named "Happiness", and I know exactly what he means. I'm happy! What I like most with the stuff from Microsoft is that I can use the same tools to program everything from a fat server to a tiny mobile phone (I'll never buy a phone where I can't install my apps).

Even if some of my friends and colleges complain about Vista (they say that they will go back to XP, that Microsoft is offering free "downgrades", maybe buy a Mac, etc), I haven't regretted installing it one second. I know it's not as fast as it should be, that all the drivers aren't there yet, and I say: -What's new? I have been installing new versions of Windows (and other OSs) for 20 years, and it's always the same thing. The hardware manufacturers need to catch up, that's all. I use Vista mostly for development, and I think almost everything works great. If I need to try something odd, I fire up a VPC image, and if it crashes with a blue screen, I only smile again, and restart it.

All in all, I haven't had any major problems, I have been able to sync my mobile devices with Windows Media Center since the installation (I guess I'm lucky). But I'm also very careful (I always unpack installation to see what they do before I run them) and I follow a golden rule: don't install too much of the other's stuff. I was forced to install QuickTime by the Expression Media setup, and after that my IE couldn't even show .png files, so QuickTime had to go. I haven't even thought about unnecessary things like Firefox (I have a great browser in IE) or RealPlayer (I have a great media player), and I'm more surprised when some actually work, like Skype, Nero, etc. I'm actually amazed that my favorite imaging tool, Image Composer (now 10 years since its last version), actually runs very well on my 64-bit Vista! I even like the name "Vista" as it means "View" in most of the Latin languages, and that's the feeling I get every morning as I turn on my laptop!

Keep up the great work, Microsoft!

posted on Friday, October 19, 2007 4:34:47 PM (E. South America Standard Time, UTC-03:00)  by Chris  #    Comments [0]
 Tuesday, October 09, 2007

So, after installing, configuring, and tuning the dasBlob software, my blog is finally LIVE!

I even created my own skin to get the clean look-and-feel that I (and I hope you) like. As you can see, I like the default fonts in Office 2007! I will be using Word 2007 to post to this blog, and after the configuration was set up correctly, it actually works very well. Even the images get uploaded through the Web Service interface (MetaWeblog API) as the latest dasBlob implementation (I'm running version 2 on ASP.NET 2.0) now even handles a small bug in Word 2007.

I will dedicate this blog to my favorite technologies: Compact Framework and Silverlight. As you see on the links they are aimed at developers, which is also the main focus for this blog. I'm a person that learns by doing, and trying new stuff with the technologies I like is what makes life exciting for me. To complement the CF posts, I will probably also post on Windows Mobile-related stuff.

Finally, there will be some general posts on things that happen in my life, and I'll start off that category with a nice picture of my favorite place in the world...

posted on Tuesday, October 09, 2007 6:02:37 PM (E. South America Standard Time, UTC-03:00)  by Chris  #    Comments [0]