Here's an example of how expensive obscure albums can be. I suppose if you had the ability to guess right, you could outperform any stock market index by purchasing selected indie rock albums. The supply tends to be relatively low, so if the thing goes out of print, a little demand can go a long way. I heard a track tonight off my latest pickup (thanks to the U.S. Postal Service for another musical delivery), a 1999 Matador Records comp (Everything Is Nice), by a low-fi punk rock band from Japan called Guitar Wolf, liked it, went to Amazon to check the price and some reviews, and found that I can have a used copy for a mere $152.80. Hmmm. I think I'll wait for a re-release -- which raises the point, of course: what happens to the value of the out-of-print original when and if the re-release comes out? Amazon link for reference: http://www.amazon.com/Planet-Wolves-Guitar-Wolf/dp/B0000036XO/ref=sr_1_1?ie=UTF8&qid=1294362983&sr=8-1
In Barack Obama's essay, " Renewing American Leadership ," published in the July/August 2007 edition of Foreign Affairs, he lays out in detail his goals for US foreign policy. He believes (and so do I) that the world needs strong, enlightened American leadership. These are words written by a highly educated, intelligent, rational and forward-looking man, and reading them will likely make you thankful that America had the good sense to elect him as our next president.
If you want access to Java tools like jar and javac, install the development version of the JDK. # yum install java-1.7.0-openjdk-devel Add the bin directory to your PATH so you can run the Java programs from anywhere. # PATH=$PATH:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/bin View the classes in a jar file. # jar tvf dt.jar 0 Mon Jul 01 09:51:04 EDT 2013 META-INF/ 71 Mon Jul 01 09:51:04 EDT 2013 META-INF/MANIFEST.MF 0 Mon Jul 01 09:51:00 EDT 2013 javax/ 0 Mon Jul 01 09:51:04 EDT 2013 javax/swing/ 4486 Mon Jul 01 09:51:04 EDT 2013 javax/swing/JSliderBeanInfo.class 3342 Mon Jul 01 09:51:04 EDT 2013 javax/swing/JFormattedTextFieldBeanInfo.class 3025 Mon Jul 01 09:51:04 EDT 2013 javax/swing/JMenuBarBeanInfo.class
Comments