Postcards from the Bleeding Edge
Saturday, December 23, 2006

  Digital Serfdom

It is entirely possible that the current generation of PC hardware will be the last I ever buy. The cost of Windows Vista's content protection, in freedom and the creative arts, is simply too high. With a specification that insane, I can't see how I could ever use a machine designed to run Vista to do what I do. Digital certificates and hard crypto so two pieces of hardware in the same machine can talk to each other? Come on, not even the Soviet Union at its height mandated licensing as crazy as that!

In so ensuring their monopoly, Micro$ is is ceding the content-creation market to the Macintosh and to Linux.

I wish more people in this battle had a better sense of the history of copyright, and really understood in their guts that all people have the right to secure, for limited times, a monopoly on their works. (This battle has been going on for 450 years, and is still not settled, so I'm not holding my breath).

I'm still burning over the SCMS debacle. SCMS (pronounced "Scummy"), was mandated by law in 1992, and killed off DAT. DAT died, and it was a decade before things like flash based recorders caught up to what a portable DAT unit could do in 1992. The Home Recording Rights Act of 1992 led directly to the mess we are in now, and it was all because organizations like Sony, the MPAA, and our own government, keep splitting people, (citizens!), into "professionals" and (and I can hardly spit out the word) "consumers".

Lords and serfs.

DVD-Audio never had a chance, and I'm mad about that, too. I'd like it if we could move to 48khz for more recordings, and have the complete works of a single artist stored on a single disk using 24 bit lossless encoding. 24 bits really does sound better to my ears.

Instead of coming out with a useful format, the dvd-audio working groups fiddled with various forms of copy protection (all cracked) - ways to keep the CD model alive (requiring surround sound so more bits would be used up) - and furthermore - required lossy encoding so that the quality would be degraded in most circumstances.

I can think of a few prior ages in history where whole groups were dedicated to the degradation of artistic works, but they were not "good times".

I note that, although I own a few powerful machines, none are less than 3 years old. Video cards, in several, are five and six years old. For most of what I do, all I really feel the need for nowadays is more memory. Whenever I run into a computationally intense problem, I simply parallelize it across my home cluster using tools like distcc and pdsh.

I can see that I would want to buy a dual processor, quad core machine before Vista gets entrenched, but I think I can wait a while. About the only saving grace of the Windows Content management specification?

It was written by lawyers, not engineers. It's going to take a long time, perhaps an infinite amount of time, to implement. And - I'd hope that a large percentage of engineers and companies just don't bother with it. We'll see what happens in the coming year.
 
Monday, December 18, 2006

  making 64 Studio on x86_64 and FC6 on x86 audiologically useful (Part 1)

Steps:

Install. There's plenty of howtos on how to do that, I'll skip that step here.

After installation, install updates and lots of additional libraries.

64 Studio, which is debian based, has an "apt-get" installer that points to it's own DVD for installs of "more stuff". This basic, simple, time-and-bandwidth-saving thing is not supported by Fedora Core - in FC6 all update attempts go back to the main repository located on the net somewhere.

On the other hand, given the frequency of updates to FC6, maybe it's pointless to install off the DVD after the initial install. A simple yum update this morning, a mere couple weeks after I started the x86 install, updated 206 packages.

64 Studio, by default, didn't point to the network based repositories for debian, and I quickly needed things that were in the debian extras and debian extras-nonfree repositories.

Figuring out how to do this for either distribution is both easy and non-intuitive, I'll get to that in a second.

I will argue that the repository and package update mechanisms in Linux are vastly superior to what exists for both Windows and Mac - On Windows, only drivers and code blessed by Microsoft can be legitimately updated via Windows Update, and on Mac, there is no equivalent at all - you have to browse through a sea of web pages to find all the libraries and code you need, and then, god help if you hare not running OSX 10.4 or later.

Just about any version of Linux, on the other hand, can be kept up to date with a little setup, and a single command every once in a while. You can keep a vast raft of add-on applications up to date with a little more setup.

64 Studio

64 Studio doesn't seem to be maintaining their own repository aside from the dvd, so I just added back into /etc/apt/sources.list the following

# deb cdrom:[64 Studio 1.0 (1)]/ 64studio main
deb ftp://mirrors.kernel.org/debian/ testing main
deb http://ftp.debian-unofficial.org/debian stable main contrib non-free restricted
deb-src ftp://mirrors.kernel.org/debian/ testing main
deb-src http://ftp.debian-unofficial.org/debian stable main contrib non-free restricted
I'm kind of afraid to do an apt-get update without having 64 studio's repository enabled however.

Still, this is way easier than what has to happen on FC6.

FC6

The first thing I do nowadays is login as root and install the yum fastestmirror plugin. Without it, a large percentage of time I seem to end up downloading updates from a very low bandwidth site somewhere overseas. With it installed, I can saturate my cable link.
yum install yum-fastestmirror
yum -y update


While that's going on I do ssh-keygen and get ssh keys installed everywhere. This is tedious, but the overhead of running NIS or (worse) Kerberos at home is more tedious. I'll install printers, fix firewall rules, get NFS exporting, and stuff like that... I use a linux firewall which also provides name service and dhcp, so I create a name for the machine and have dhcp fix an ip address for it's mac address (setting up dns the first time is hard but I'm not going into that now).

I haven't found a use for selinux on anything but a web exposed server, so I edit /etc/selinux/config and disable the darn thing entirely.

After the initial update completes, I add a two repositories. Livna is good for all the proprietary kernel modules and a few of the patented codecs, so I add that in:

rpm -ivh http://rpm.livna.org/livna-release-6.rpm


As I'm doing music apps which require hard realtime privleges, and I live on the bleeding edge, I also install Ingo Molnar's RT repository for the kernel. The RT kernel provides incredibly low latency (it's far faster than either Windows or Mac). This makes playing music a real joy as your separation from your instrument is basically only fingertips away. But:
RT kernels are great, but risky. About the only advice I can offer is wait until Ingo hits at least the 5th release of the rt patch for a given kernel before installing.

cd /etc/yum/repos.d
wget http://people.redhat.com/mingo/realtime-preempt/rt.repo
yum -y update # should go faster now



64 Studio comes with a stable, well tested RT kernel. At one level, that's an advantage. I flat out like it. I love that I can't easily screw it up, and thus my production music machine is running 64 Studio.

On another, RT is maturing rapidly and I've been increasingly happy with it since 2.6.17-rt7, and don't mind being a tester all that much, so I track Ingo's kernel on FC6.

There are multiple other additional Linux repositories that can be added.

One useful-for-music-and-video repository was PlanetCCRMA - but they don't support FC6 or X86_64 yet.

When I started writing this I still hadn't figured out how to make either distribution install kernel sources by default. This bugged me. Despite many attempts by distributors to keep the end user from compiling things, there always seems to be something that needs kernel headers. In my case, I really want the Linux line6 PodXT driver to work.

Great. All the repos are installed. Time to install an rt kernel.

yum -y install kernel-rt kernel-rt-devel

Now, before you sink any more time into building a box like this, you might as well cross your fingers and reboot. I named this machine "monk" - and all the stuff I did with dns and dhcp earlier worked, it came up on the right ip address running kernel 2.6.19-rt15!

Now, in the fedora extras and livna repository are tons of audio libs that aren't installed by default. I prefer thunderbird to evolution, so I get rid of evolution. Beagle is a good idea but it's I/O intensive at the worst possible times, so that goes. Then I install a slew of apps. I have such a large list - and do development as well - that I have a file containing every app and library I could possibly use. Fetch this, and edit to suit (for a music box, you rather don't need spamassassin, etc)

yum erase beagle evolution
yum -y install `cat audio_yumlist.txt`


Get yerself some coffee. When this steps completes you should have some serious audio apps available, but we're not even close to being done yet.
 
Sunday, December 17, 2006

  Happy Audio Crashes

I have got two application level crashes, one severe, that are holding up my project.

And you know what? I'm Happy. Why? They are repeatable. Repeatable problems can be solved.

A couple weeks back I was plagued by a bug that seemed to occur randomly, under extreme memory pressure, and I finally gave up on finding the source and moved to a faster machine. That move has had good side effects, I now have two X86_64 boxes, one for production music, the other that I can build and run debuggable code on.

I still need to get an x86 box running, because I think the severe crash is probably a 64 bit issue, and only building an x86 box will disprove that theory.

But first I filed bug reports on rosegarden and ardour2. The code for these programs is fiendishly complex and better minds than mine are already working on them.

Still, more brain cells can't hurt.

I just finished rebuilding ardour2 for debugging, am now building rosegarden svn for debugging, and am installing the libraries required to finally get the x86 box (called monk) working too... which gives me another out for production. I'm really tired of x86_64 issues wherever I go, and this particular box has enough ram for the job, barely. (I might be able to cannibalize my other x86 box to get me up to 1GB)

And maybe I'll get a chance to fool with a few VST plugins.

And I think I'll re-re compile ardour2, logging it's output, for all I know the compiler's been issuing a warning on the problem since day one.

With three boxes doing builds madly, I guess I'll go work on some christmas cards.

UPDATE: Ardour2 on the x86 doesn't crash when I hit record on rosegarden (as it does on x86_64). It looks like I was right - it IS a 64 bit issue stopping me dead. Now that I have an x86 box running I can move off of x86_64 and continue on the project - or hack on the two bugs - which of those paths I take depends on which side of my brain wakes up first monday morning.
 
David Täht writes about politics, space, copyright, the internet, audio software, operating systems and surfing.


Resume,Songs,
My new blog, NeX-6, My facebook page
Orgs I like
The EFF - keeping free speech in the world
Musical stuff I like
Jeff, Rick, Ardour, Jack
Prior Rants - Sharing your home network better in a time of covi... Designing for the disconnect Email lists going down the memory hole Instituting saner, professional source code manage... Wireless and Wifi in 2015 - not what I dreamed of Saving wifi! Fixing Bufferbloat! Fighting the vend... Virgin Media - Fixing the epidemic of bufferbloat ... 49... and trying to find my navel Wheels down on mars! Tracking the landing of Curiosity, from Seattle
Best of the blog:
Uncle Bill's Helicopter - A speech I gave to ITT Tech - Chicken soup for engineers
Beating the Brand - A pathological exploration of how branding makes it hard to think straight
Inside the Internet Mind - trying to map the weather within the global supercomputer that consists of humans and google
Sex In Politics - If politicians spent more time pounding the flesh rather than pressing it, it would be a better world
Getting resources from space - An alternative to blowing money on mars using NEAs.
On the Columbia - Why I care about space
Authors I like:
Doc Searls
Where's Cherie?
UrbanAgora
Jerry Pournelle
The Cubic Dog
Evan Hunt
The Bay Area is talking
Brizzled
Zimnoiac Emanations
Eric Raymond
Unlocking The Air
Bob Mage
BroadBand & Me
SpaceCraft
Selenian Boondocks
My Pencil
Transterrestial Musings
Bear Waller Hollar
Callahans
Pajamas Media BlogRoll Member

If you really want to, you can poke through the below links as well.

ARCHIVES
06/09/2002 - 06/16/2002 / 07/28/2002 - 08/04/2002 / 08/11/2002 - 08/18/2002 / 08/18/2002 - 08/25/2002 / 08/25/2002 - 09/01/2002 / 09/22/2002 - 09/29/2002 / 11/10/2002 - 11/17/2002 / 12/15/2002 - 12/22/2002 / 12/22/2002 - 12/29/2002 / 12/29/2002 - 01/05/2003 / 01/05/2003 - 01/12/2003 / 01/19/2003 - 01/26/2003 / 01/26/2003 - 02/02/2003 / 02/09/2003 - 02/16/2003 / 02/16/2003 - 02/23/2003 / 03/02/2003 - 03/09/2003 / 03/16/2003 - 03/23/2003 / 04/06/2003 - 04/13/2003 / 04/13/2003 - 04/20/2003 / 04/20/2003 - 04/27/2003 / 05/04/2003 - 05/11/2003 / 05/18/2003 - 05/25/2003 / 05/25/2003 - 06/01/2003 / 06/01/2003 - 06/08/2003 / 06/08/2003 - 06/15/2003 / 06/15/2003 - 06/22/2003 / 06/22/2003 - 06/29/2003 / 06/29/2003 - 07/06/2003 / 07/20/2003 - 07/27/2003 / 07/27/2003 - 08/03/2003 / 08/03/2003 - 08/10/2003 / 08/10/2003 - 08/17/2003 / 08/17/2003 - 08/24/2003 / 08/24/2003 - 08/31/2003 / 08/31/2003 - 09/07/2003 / 09/07/2003 - 09/14/2003 / 09/14/2003 - 09/21/2003 / 09/21/2003 - 09/28/2003 / 09/28/2003 - 10/05/2003 / 10/05/2003 - 10/12/2003 / 10/12/2003 - 10/19/2003 / 10/19/2003 - 10/26/2003 / 10/26/2003 - 11/02/2003 / 11/02/2003 - 11/09/2003 / 11/09/2003 - 11/16/2003 / 11/30/2003 - 12/07/2003 / 12/07/2003 - 12/14/2003 / 12/14/2003 - 12/21/2003 / 12/28/2003 - 01/04/2004 / 01/11/2004 - 01/18/2004 / 01/18/2004 - 01/25/2004 / 01/25/2004 - 02/01/2004 / 02/01/2004 - 02/08/2004 / 02/08/2004 - 02/15/2004 / 02/15/2004 - 02/22/2004 / 02/22/2004 - 02/29/2004 / 02/29/2004 - 03/07/2004 / 03/14/2004 - 03/21/2004 / 03/21/2004 - 03/28/2004 / 03/28/2004 - 04/04/2004 / 04/04/2004 - 04/11/2004 / 04/11/2004 - 04/18/2004 / 04/18/2004 - 04/25/2004 / 04/25/2004 - 05/02/2004 / 05/02/2004 - 05/09/2004 / 05/09/2004 - 05/16/2004 / 05/16/2004 - 05/23/2004 / 05/30/2004 - 06/06/2004 / 06/06/2004 - 06/13/2004 / 06/13/2004 - 06/20/2004 / 06/20/2004 - 06/27/2004 / 06/27/2004 - 07/04/2004 / 07/04/2004 - 07/11/2004 / 07/11/2004 - 07/18/2004 / 07/18/2004 - 07/25/2004 / 08/08/2004 - 08/15/2004 / 08/22/2004 - 08/29/2004 / 08/29/2004 - 09/05/2004 / 09/05/2004 - 09/12/2004 / 09/19/2004 - 09/26/2004 / 09/26/2004 - 10/03/2004 / 10/03/2004 - 10/10/2004 / 10/10/2004 - 10/17/2004 / 10/17/2004 - 10/24/2004 / 10/24/2004 - 10/31/2004 / 10/31/2004 - 11/07/2004 / 11/07/2004 - 11/14/2004 / 11/14/2004 - 11/21/2004 / 11/21/2004 - 11/28/2004 / 11/28/2004 - 12/05/2004 / 12/05/2004 - 12/12/2004 / 12/12/2004 - 12/19/2004 / 12/19/2004 - 12/26/2004 / 12/26/2004 - 01/02/2005 / 01/02/2005 - 01/09/2005 / 01/16/2005 - 01/23/2005 / 01/23/2005 - 01/30/2005 / 01/30/2005 - 02/06/2005 / 02/06/2005 - 02/13/2005 / 02/13/2005 - 02/20/2005 / 02/20/2005 - 02/27/2005 / 02/27/2005 - 03/06/2005 / 03/06/2005 - 03/13/2005 / 03/27/2005 - 04/03/2005 / 04/03/2005 - 04/10/2005 / 04/10/2005 - 04/17/2005 / 05/29/2005 - 06/05/2005 / 06/05/2005 - 06/12/2005 / 06/12/2005 - 06/19/2005 / 06/19/2005 - 06/26/2005 / 06/26/2005 - 07/03/2005 / 07/03/2005 - 07/10/2005 / 07/10/2005 - 07/17/2005 / 07/24/2005 - 07/31/2005 / 07/31/2005 - 08/07/2005 / 08/07/2005 - 08/14/2005 / 08/14/2005 - 08/21/2005 / 08/21/2005 - 08/28/2005 / 08/28/2005 - 09/04/2005 / 09/04/2005 - 09/11/2005 / 09/11/2005 - 09/18/2005 / 09/18/2005 - 09/25/2005 / 09/25/2005 - 10/02/2005 / 10/02/2005 - 10/09/2005 / 10/09/2005 - 10/16/2005 / 10/16/2005 - 10/23/2005 / 10/23/2005 - 10/30/2005 / 10/30/2005 - 11/06/2005 / 11/06/2005 - 11/13/2005 / 11/13/2005 - 11/20/2005 / 11/20/2005 - 11/27/2005 / 11/27/2005 - 12/04/2005 / 12/04/2005 - 12/11/2005 / 12/11/2005 - 12/18/2005 / 12/18/2005 - 12/25/2005 / 01/01/2006 - 01/08/2006 / 01/08/2006 - 01/15/2006 / 01/15/2006 - 01/22/2006 / 01/22/2006 - 01/29/2006 / 01/29/2006 - 02/05/2006 / 02/19/2006 - 02/26/2006 / 03/05/2006 - 03/12/2006 / 03/19/2006 - 03/26/2006 / 03/26/2006 - 04/02/2006 / 04/02/2006 - 04/09/2006 / 04/09/2006 - 04/16/2006 / 04/23/2006 - 04/30/2006 / 05/07/2006 - 05/14/2006 / 05/14/2006 - 05/21/2006 / 05/21/2006 - 05/28/2006 / 06/04/2006 - 06/11/2006 / 06/11/2006 - 06/18/2006 / 06/18/2006 - 06/25/2006 / 06/25/2006 - 07/02/2006 / 07/02/2006 - 07/09/2006 / 07/09/2006 - 07/16/2006 / 07/23/2006 - 07/30/2006 / 08/06/2006 - 08/13/2006 / 08/13/2006 - 08/20/2006 / 09/03/2006 - 09/10/2006 / 09/17/2006 - 09/24/2006 / 09/24/2006 - 10/01/2006 / 10/01/2006 - 10/08/2006 / 10/22/2006 - 10/29/2006 / 11/19/2006 - 11/26/2006 / 11/26/2006 - 12/03/2006 / 12/03/2006 - 12/10/2006 / 12/10/2006 - 12/17/2006 / 12/17/2006 - 12/24/2006 / 12/24/2006 - 12/31/2006 / 01/07/2007 - 01/14/2007 / 01/14/2007 - 01/21/2007 / 01/28/2007 - 02/04/2007 / 02/11/2007 - 02/18/2007 / 02/18/2007 - 02/25/2007 / 02/25/2007 - 03/04/2007 / 03/04/2007 - 03/11/2007 / 03/18/2007 - 03/25/2007 / 04/01/2007 - 04/08/2007 / 04/08/2007 - 04/15/2007 / 04/15/2007 - 04/22/2007 / 04/22/2007 - 04/29/2007 / 04/29/2007 - 05/06/2007 / 05/06/2007 - 05/13/2007 / 05/20/2007 - 05/27/2007 / 05/27/2007 - 06/03/2007 / 06/03/2007 - 06/10/2007 / 06/10/2007 - 06/17/2007 / 06/17/2007 - 06/24/2007 / 07/01/2007 - 07/08/2007 / 07/08/2007 - 07/15/2007 / 07/22/2007 - 07/29/2007 / 07/29/2007 - 08/05/2007 / 08/05/2007 - 08/12/2007 / 08/26/2007 - 09/02/2007 / 09/09/2007 - 09/16/2007 / 09/23/2007 - 09/30/2007 / 09/30/2007 - 10/07/2007 / 10/07/2007 - 10/14/2007 / 10/14/2007 - 10/21/2007 / 10/21/2007 - 10/28/2007 / 10/28/2007 - 11/04/2007 / 11/04/2007 - 11/11/2007 / 11/11/2007 - 11/18/2007 / 11/18/2007 - 11/25/2007 / 11/25/2007 - 12/02/2007 / 12/02/2007 - 12/09/2007 / 12/09/2007 - 12/16/2007 / 12/16/2007 - 12/23/2007 / 12/23/2007 - 12/30/2007 / 01/06/2008 - 01/13/2008 / 02/03/2008 - 02/10/2008 / 02/17/2008 - 02/24/2008 / 02/24/2008 - 03/02/2008 / 03/02/2008 - 03/09/2008 / 03/09/2008 - 03/16/2008 / 03/16/2008 - 03/23/2008 / 03/23/2008 - 03/30/2008 / 03/30/2008 - 04/06/2008 / 04/20/2008 - 04/27/2008 / 04/27/2008 - 05/04/2008 / 05/04/2008 - 05/11/2008 / 05/11/2008 - 05/18/2008 / 05/18/2008 - 05/25/2008 / 05/25/2008 - 06/01/2008 / 06/01/2008 - 06/08/2008 / 06/08/2008 - 06/15/2008 / 06/15/2008 - 06/22/2008 / 06/22/2008 - 06/29/2008 / 07/06/2008 - 07/13/2008 / 07/13/2008 - 07/20/2008 / 07/20/2008 - 07/27/2008 / 07/27/2008 - 08/03/2008 / 08/03/2008 - 08/10/2008 / 08/10/2008 - 08/17/2008 / 08/17/2008 - 08/24/2008 / 08/31/2008 - 09/07/2008 / 09/07/2008 - 09/14/2008 / 09/14/2008 - 09/21/2008 / 09/21/2008 - 09/28/2008 / 09/28/2008 - 10/05/2008 / 10/05/2008 - 10/12/2008 / 10/12/2008 - 10/19/2008 / 10/19/2008 - 10/26/2008 / 10/26/2008 - 11/02/2008 / 11/02/2008 - 11/09/2008 / 11/09/2008 - 11/16/2008 / 11/16/2008 - 11/23/2008 / 12/07/2008 - 12/14/2008 / 12/21/2008 - 12/28/2008 / 12/28/2008 - 01/04/2009 / 01/18/2009 - 01/25/2009 / 01/25/2009 - 02/01/2009 / 03/22/2009 - 03/29/2009 / 05/10/2009 - 05/17/2009 / 05/17/2009 - 05/24/2009 / 05/31/2009 - 06/07/2009 / 06/14/2009 - 06/21/2009 / 06/21/2009 - 06/28/2009 / 06/28/2009 - 07/05/2009 / 07/05/2009 - 07/12/2009 / 07/12/2009 - 07/19/2009 / 07/26/2009 - 08/02/2009 / 08/09/2009 - 08/16/2009 / 08/23/2009 - 08/30/2009 / 09/06/2009 - 09/13/2009 / 09/20/2009 - 09/27/2009 / 09/27/2009 - 10/04/2009 / 10/04/2009 - 10/11/2009 / 10/11/2009 - 10/18/2009 / 10/18/2009 - 10/25/2009 / 10/25/2009 - 11/01/2009 / 11/29/2009 - 12/06/2009 / 12/27/2009 - 01/03/2010 / 01/31/2010 - 02/07/2010 / 02/07/2010 - 02/14/2010 / 02/28/2010 - 03/07/2010 / 03/07/2010 - 03/14/2010 / 03/28/2010 - 04/04/2010 / 04/18/2010 - 04/25/2010 / 05/16/2010 - 05/23/2010 / 05/30/2010 - 06/06/2010 / 06/13/2010 - 06/20/2010 / 06/20/2010 - 06/27/2010 / 07/04/2010 - 07/11/2010 / 07/11/2010 - 07/18/2010 / 07/18/2010 - 07/25/2010 / 08/08/2010 - 08/15/2010 / 08/29/2010 - 09/05/2010 / 09/05/2010 - 09/12/2010 / 09/19/2010 - 09/26/2010 / 09/26/2010 - 10/03/2010 / 10/10/2010 - 10/17/2010 / 10/17/2010 - 10/24/2010 / 10/31/2010 - 11/07/2010 / 11/28/2010 - 12/05/2010 / 12/05/2010 - 12/12/2010 / 12/12/2010 - 12/19/2010 / 12/26/2010 - 01/02/2011 / 03/06/2011 - 03/13/2011 / 03/13/2011 - 03/20/2011 / 05/22/2011 - 05/29/2011 / 08/07/2011 - 08/14/2011 / 08/14/2011 - 08/21/2011 / 09/18/2011 - 09/25/2011 / 10/02/2011 - 10/09/2011 / 10/09/2011 - 10/16/2011 / 11/06/2011 - 11/13/2011 / 01/15/2012 - 01/22/2012 / 04/22/2012 - 04/29/2012 / 06/24/2012 - 07/01/2012 / 08/05/2012 - 08/12/2012 / 08/11/2013 - 08/18/2013 / 03/01/2015 - 03/08/2015 / 10/04/2015 - 10/11/2015 / 11/08/2015 - 11/15/2015 / 12/22/2019 - 12/29/2019 / 04/05/2020 - 04/12/2020 /


Powered by Blogger