Showing posts with label songbird. Show all posts
Showing posts with label songbird. Show all posts

Sunday, September 27, 2009

OpenSolaris distro - AuroraUX makes Frontpage of Reddit !

Reddit Article.

I know I have not updated my blog in a year or so now, Simply not had the time due to working on AuroraUX^[1] and LLVM/Clang and Compiler-RT (Our toolchain) upstream as well so that everyone will benefit.

I think there maybe is a bit of misconception that we are trying to reinvent the wheel totally.

This of course is not practical to make a *usable* OS today.

We simply just would like to bring together some partially good technologies such as LLVM and rewrite some things in Unix that have long needed a revisit for usage on the desktop in 2009 and onwards.

A good quality window manager that is not over convoluted, stable and no memory leaks however still easy to use and very *fast*/desktop interactiveness is key.

We would like to revisit Xorg, However we need more developer traction and needs to be talked about in a lot of depth. However a rewrite of the Unix windowing system is far more needed then yet another kernel. Something portable that everyone can benefit from, not just AuroraUX.

Please do drop around #auroraux on irc.freenode.net and say good day.

Cheers,
Edward.

[1] - http://en.wikipedia.org/wiki/AuroraUX

Monday, April 14, 2008

SXCE A decent media play experience..

Songbird, is a media player built on top of Firefox.
Now you maybe wondering why build a media player out of a web browser. Well here is the short answer:

Music is social and so is the internet. It can also be noted that the internet is very big but we have a excellent modern day tool, you guest it, a web browser to navigate this landscape.
However, your media library is not far off the kind of landscape that this internet is, in one word, cluttered. In other words you end up not knowing what you got and what you don't have..
To add to this, much of your media content is now becoming more and more part of your online experience such as internet radio and music/artist blogs. So why not fuse all this together with the web browser ?

Welcome to the Songbird media player (main site) :
http://www.songbirdnest.com/
(Solaris port) :
http://opensolaris.org/os/project/nightingale/

Install Howto for "Songbird 0.5 release for Solaris x86" :

$/usr/sfw/bin/wget http://releases.mozilla.com/sun/Songbird-Solaris/Songbird_0.5_solaris-i386.tar.bz2
$bunzip2 -cd Songbird_0.5_solaris-i386.tar.bz2 | tar xvf -
$su
_root-password_
#mv Songbird_0.5 /opt/
#exit
$/opt/Songbird_0.5/songbird &

And that's all.. :~)

Regards,
Edward.