Monthly Archives: October 2007

Gnome’s Online Desktop – Fedora 8

One of the coolest new things coming out for Fedora 8, the Gnome Online Desktop! Its an amazing device, provides a simple interface for working with the new web world in which we live.

It reminds me a bit of spotlight for Mac, but this thing has much more. With all of the web integration it has, including google docs, calendar, last.fm, digg and more, you can’t pass up the opportunity to try out this amazing desktop.

I’ve attached an ogg/vorbis screencast of some of my interaction with it in Fedora 8 Test 3. Although it claims to be just a demo, it sure looks good!

onlinedesktop-screencast – 23MB (could take a while)

Cheers,

Herlo

Fedora 8 Test 3 Released

I’m loving this, 4 distros released within one month. Of course fedora is one of them! Fedora 8 Test 3 came out last Thursday, and I’ve been playing with it a little.

It has a nice new look and feel, some cool new features including CodecBuddy, OnlineDesktop and improvements in Bluetooth, NetworkManager and PulseAudio (improved sound quality).

I’m really excited to see all of the talk about these cool new features and looking forward to helping you all install this great wonderful distro (along with Ubuntu, OpenSUSE and OpenBSD) on November 10 at the Multi-Distro Release Party at the OSTC.

I’ve also included a few screenshots for the curious onlooker:

Fedora 8 Installation - Beginning Fedora 8 Installation - Formatting

Cheers,

Herlo

SCTP – a new replacement for TCP (or UDP)

Recently, I’ve been quite overwhelmed with keeping up with my latest ambition, the Utah Open Source Foundation, which has made it a bit difficult to keep up on my blog here. I’ll be doing some updates to this blog soon and you should start seeing regular updates from me here in the very near future.

In the meantime, I’ve got a post that may knock your sock off! If you’ve not yet heard about it, there’s a new transport protocol on the way, and its called Stream Control Transmission Protocol (SCTP). Its an amazing new way of looking at the network, providing multi-stream transmissions through one port.

Have you ever thought it would be nice to take three network connections, one ethernet, one fiber and one wireless and bond them?  What about using those three connections to stream video?  Or to manage data on one and have a control connection on another?  TCP/UDP can’t really do this for you without some external elements, but SCTP might just be the thing you’re looking for, and its already here.  Currently in testing, SCTP looks to be a great replacement (augmentation) to the already popular TCP and UDP prototols.

Linux Journal is doing a 3 part series on this protocol which started in last months article: Introduction to Stream Control Transmission Protocol.  This article is a quick look into how this protocol works.  The follow-up, in this month’s issue (not yet available for non-subscribers) talks about how the protocol is implemented in the Linux kernel and even gives some good code references.

I suggest you take a look at SCTP if you’ve not yet heard of it.  I am very excited to see where this protocol could take us in the future.