
Starting today LinuxCrazy is going to Ogg only Podcasts.
Because the format is free, and its reference implementation is non-copylefted, Ogg's various codecs have been incorporated into a number of different free and proprietary media players, both commercial and non-commercial, as well as portable media players and GPS receivers from different manufacturers.
When I started the Podcast in 2007 the Ogg's format was not as easy to play as it is today so I included an mp3 but was not real comfortable with doing it. Today I made my mind up to go to an Ogg only Podcast.
I hope you enjoy the Podcasts, I am going to continue :)

HomeBox
In this Podcast general Gentoo talk and GNOME3. Stop by linuxcrazy.com for more info or say hi on irc server freenode channel #linuxcrazy
Download
In this Podcast general Gentoo talk, FOSDEM Gentoo talks and EAPI4 stuff. Stop by linuxcrazy.com for more info or say hi on irc server freenode channel #linuxcrazy
LINKS:
FOSDEM 11 Gentoo Talks
http://www.youtube.com/watch?v=jYS7Nb7miaw
http://www.youtube.com/watch?v=UQ3vkUBQkyg
http://www.youtube.com/watch?v=2EhpO9lk2gA
EAPI4
http://article.gmane.org/gmane.linux.gentoo.devel/53504
http://www.gentoo-wiki.info/EAPI
http://devmanual.gentoo.org/ebuild-writing/eapi/index.html
http://dev.gentoo.org/~zmedico/portage/doc/ch05s03s05.html
Download
In this Podcast an ozmart tip, dvtm, fun with openbox, and xorg 1.9 without hal.
LINKS:
Screenshots
http://nooone.info/openbox/openbox.png
http://nooone.info/openbox/openbox1.png
http://nooone.info/openbox/openbox2.png
Openbox Config Files
http://nooone.info/openbox/
DVTM
http://www.brain-dump.org/projects/dvtm/
Openbox Tips
http://openbox.org/wiki/Configuration
http://www.gentoo.org/doc/en/openbox.xml
http://en.gentoo-wiki.com/wiki/Openbox
https://wiki.archlinux.org/index.php/Openbox
http://openbox.org/wiki/Help:Actions#Introduction
Openbox Bindings
http://openbox.org/wiki/Help:DefaultConfiguration
http://openbox.org/wiki/Help:Bindings#Key_bindings
Openbox Themes Tips
http://openbox.org/wiki/Help:Themes
Tint2 Configuration Tips
http://code.google.com/p/tint2/wiki/Configure
Xorg 1.9
http://who-t.blogspot.com/2010/01/new-configuration-world-order.html
http://en.gentoo-wiki.com/wiki/X.Org
http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.8-upgrade-guid...
http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.9-upgrade-guid...
http://docs.funtoo.org/wiki/Xorg-server_1.7_to_1.9_upgrade_guide
https://wiki.archlinux.org/index.php/Xorg
http://www.gossamer-threads.com/lists/gentoo/user/223364
Download
One thing I ran across that I forgot to mention, for the title of your urxvt to keep updated with stuff like the emerge status add this to your .bashrc.
# urxvt title
case $TERM in
rxvt-256color)
trap 'echo -ne "\e]0;$USER@$HOSTNAME: $BASH_COMMAND\007"' DEBUG
;;
esac