Sign In

    Enjoy FOSSwire's content? Have it delivered! Subscribe

    Sun accuse Microsoft of ‘patent terrorism’

    ZDNet Australia are reporting that a Sun executive James Eagleton has accused Microsoft of 'patent terrorism' over their recent deals with, among other companies, Linspire, Novell and Xandros.

    "What we're seeing though now can be loosely described as patent terrorism, where people are using their patent horde as a threat," said James Eagleton, systems product manager for Sun Microsystems. "It's almost like a cold war stand over tactic; where I have these patents and if you breach these patents, I'm going to come after you and sue you."

    "That's totally, from Sun's point of view, going against the spirit of innovation around software. No one, certainly in the OS development community, wants to have these doubts lingering over them, especially users," he says. "No one [wants a situation] where you have to think, if I go and use this open source software, who knows who's going to come after me for damages and claims."


    Sun are a strong proponent of the open source model and have contributed significant amounts of code to the community and have opened up a lot of their existing products as well.

    It's nice to see Sun feel able to make a stand on this issue and are putting their weight behind the general consensus of the community.


    KIO - the killer app for KDE

    I am a KDE user, if you haven't already guessed and today I thought I would share what really sells KDE for me and makes me use KDE as my desktop environment. First of all, I have no problem with GNOME, I think it is also an excellent desktop environment and has many good features, but with what I use my Linux box for, I think I would go mad without a similar feature to what I'm going to cover today.The killer feature that keeps me with KDE is a technology called KIO.

    But simply, KIO is the architecture for doing input and output in (almost) all KDE applications. If a KDE app wants to grab a file from your hard drive or a website, it will use KIO to get that information.

    KIO isn't just limited to getting local files either and this is where it really can start to get cool. There are individual programs called KIO slaves which plug into KIO and allow KIO, and subsequently all KDE applications, to use a particular way of getting information.

    For example, there is a slave for SFTP transfer, one for FTP, another for Windows file, sharing (SMB) and so on. What this means in a practical sense is that all KDE applications can access information from all these file systems transparently, as if it was a local file.

    A great example of this in practice is when I do web development in my favourite IDE, Quanta. I don't have to download files, change them and upload them again, I simply point the open file dialogue at my SFTP server and I can load the files directly off the server. When I've made a change to a file, I hit save. The middle man is cut out and instead of going to a local file for me to upload, it gets saved directly onto the server.

    I can then enjoy the benefits of running a local IDE with the convenience of working directly on a server.

    This KIO functionality works across almost every single KDE application out there and if you work with remote systems a lot, this feature can save you time, effort and sanity in downloading and uploading files.


    eyeOS - the open source web desktop

    eyeOS logo

    With more and more stuff moving over to running on the web these days, and with emerging 'web desktops', it's about time we strayed from our normal desktop Linux territory and took a look online.

    eyeOS is a project that bills itself as an open source web operating system. It includes a desktop and several applications that run inside your browser window and allows you to do various things from one central desktop within your browser.

    It's a downloadable web application written in PHP, so it will run anywhere where you have a web server where PHP is installed and configured properly.

    In this FOSSwire post, I'm going to install it on my Ubuntu LAMP installation (which you can get up and running yourself with my recent tutorial). I'll give a really brief installation overview below for those of you using the Ubuntu LAMP setup, then I'll get on with the review. Just for future reference, we're dealing with version 1.0 here.

    Installing

    Download the .tar.gz package from the eyeOS downloads page. Right-click the file once download and choose Extract Here (or the similar option). Copy the whole folder into /var/www. Couple of quick terminal commands now:

    $ cd /var/www
    $ chmod 777 eyeOS
    $ chmod 777 eyeOS/install.php
    $ chmod 777 eyeOS/eyeOS101.eyepackage

    Now browse to http://localhost/eyeOS/install.php.

    First impressions

    On downloading the package and popping it onto a suitable web server, you are asked to enter a root password (and rather curiously asked to repyte [sic] it). You are also asked to enter a hostname for your eyeOS installation.

    eyeOS Installation

    Installation is admittedly very simple - there is no need for any database setup, you just enter that information and hit Install. You are then presented with a login screen where you can login with your username as root and the password you set a moment ago.

    You are greeting with a nice blue abstract desktop background, various floating elements over the desktop and a couple of icons on the left of the screen.

    Default desktop with an application open

    Applications

    A handful of eyeOS applications are installed by default - they include a file manager, basic word processor, a calendar application, a contact manager, feed reader, web browser (rather strangely, a browser within a browser) and more.

    The basic set of applications are actually very functional and surprisingly responsive for something so JavaScript heavy (I was testing in Ubuntu Feisty's Firefox 2.0.0.4 build). I'd like to really emphasise this point. It probably helps that I was doing this on a local server, so network lag wasn't an issue, but still, eyeOS is very snappy for something so intensive on the client side. Dragging windows around the screen is quick and there are just nice small touches here and there which make it a very compelling experience in comparison to some web applications I've used (the Yahoo Mail beta somehow springs to mind for being extremely sluggish).

    For example, you can open up eyeDocs, the word processor, and use the included TinyMCE editor to write in rich text. You can then save your document to your web desktop storage space and it will be automatically saved onto the server. This does have utility as you can easily get to your documents and reach them from anywhere. Put up against a more developed and focused web office solution like Zoho Writer or Google Docs, however, and it clearly isn't as rich an experience.

    eyeDocs editing a document

    The other applications are also very usable, but again I find them to suffer because of the more developed web-based alternatives that are available. If you are passionate about using only free software or want to remain more in control of your data, however, using the tools included in eyeOS can have real advantages.

    Extensibility

    Part of the beauty of eyeOS however is its extensibility, or at least, the potential for it.

    To test out the themes system, I downloaded the nuoveXT theme from eyeLook (the community hub for themes and applications for eyeOS). At first I really couldn't work out the process required to actually get the theme installed. Looking over at a thread on the official forums, it seems that 0.9 themes are not yet compatible with the 1.0 release. A bit frustrating, and it would have been less so had this been made more clear.

    I imagine that in time, some of the themes over on the eyeLook site will be ported to the new release and this issue will be resolved.

    Architecture

    Architecturally speaking, eyeOS is very interesting. They have constructed a PHP API which the eyeOS applications are written in. By the looks of the documentation over at their wiki, building simple eyeOS applications does look surprisingly simple (see this Hello World example).

    There is definitely potential here, and I think extending free and open source software into the web desktop space can only be a good thing. At the moment, I don't think I'd seriously end up using it. I don't think it is necessarily eyeOS's fault, as the project is extremely innovative and well done for what it is.

    Conclusion

    Personally, I don't think we're 100% ready for a web-based desktop yet, certainly not in the way eyeOS is doing. Whether it's the limitations of what technology we have client side at the moment or something else, I'm not entirely sure.

    Still, eyeOS is an extremely interesting project to take a look at. You can download the code and run it yourself, or run on the demo servers on the eyeOS website.


    1. 1
    2. 2
    3. 3
    4. 4