Skip to main content

Posts

Installing SopCast Live-TV Streaming (P2PTV) on Ubuntu 10.04

Many channels provide near-instant downloads of their content, but it isn't quite the same as having a fully-functioning live version of the programming. Enter P2PTV. While somewhat shady in legal terms (try at your own risk), it might prove useful for some wishing to experiment in this area. Here are the steps for installing SopCast (one of the more popular versions) on Ubuntu 10.04: echo "deb http://ppa.launchpad.net/jason-scheunemann/ppa/ubuntu `lsb_release -cs` main" | sudo tee -a /etc/apt/sources.list && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CD30EE56 Now install SopCast with sudo apt-get update && sudo apt-get install sopcast-player sp-auth Run with Alt+F2 -> sopcast-player or get it at Applications -> Sound & Video -> SopCast Player. For more US based channels, try Justin.TV instead. It even has the option of pausing a show and coming back to it later. Credit

First Impressions: Gnome-Shell

While still in active development with many features not yet ready for everyday use, Gnome-Shell is showing a lot of potential. I recently installed the current version available through the Ubuntu 10.04 repositories to give it a test drive. It's not ready for primetime, that's for sure, but it does have some features that I find compelling. Overview Mode I use Compiz' multiple desktops using the rotating desktop on all my machines that support 3D acceleration. I typically mentally map where all my apps are in relation to each other so that I can quickly switch to the workspace I need to perform a task. However, I sometimes find myself wondering where I left Firefox open, for instance. Having the option to blow up the whole cube on the desktop is nice, but I found the Overview display of Gnome-Shell to be even better. Simpler Navigation For me, anything that reduces clicks is a good thing. The overall interaction with Gnome-Shell as compared to Gnome is just that; simp...

The Ultimate Python IDE: Eclipse + pyDev

I posted awhile ago about my recommendation for an IDE (Wingware's IDE). I'd like to retract that recommendation in favor of one I've been experimenting with lately: Eclipse + pyDev. First off, the IDE is open source and is one of the most popular IDEs on the market today. I wasn't aware of how Aptana had fully integrated Python as a plugin until yesterday. I can only say that I am extremely pleased with the result. They did it right, no doubt about it. Check it out on your favorite OS today. For Ubuntu 10.04 users, simply add Eclipse to your system through the Software Center and then follow the instructions on pydev.org to add it as a plugin. Make sure you follow the instructions for adding it as a plugin.