Sarah Palin on Crony Capitalism

I was delighted to read Sarah Palin’s op-ed in the Wall Street Journal. This piece deals with the topic of Crony Capitalism, which she also addressed in her September 3 Iowa speech:

… They talk endlessly about cutting government spending, and yet they keep spending more. They talk about massive unsustainable debt, and yet they keep incurring more. …

No, they don’t feel the same urgency that we do. But why should they? For them business is good; business is very good. Seven of the ten wealthiest counties are suburbs of Washington, D.C. Polls there actually—and usually I say polls, eh, they’re for strippers and cross country skiers—but polls in those parts show that some people there believe that the economy has actually improved. See, there may not be a recession in Georgetown, but there is in the rest of America.

I’m glad. This is a drum that needs beating, almost as much as the crony capitalists need beating. By continuing to address the topic, she sheds light on the source of some of our nation’s greatest troubles, and ways we can fix them. More light, I would say, than two months of silly #OWS self-indulgence. Good for her.

Shatner’s “The Captains”

I watched William Shatner‘s documentary The Captains the other night. The concept is simple: Shatner, the actor who played the captain in the original Star Trek series, goes around interviewing the actors who played captains in the later series. Here’s the trailer:

There’s not a whole lot to the movie, but I thought two things were interesting. First, each of the captains agrees that the star of a television series is overworked. Well-compensated, yes, but also subject to 40 weeks of endless 14, 16, or 18-hour days. I did not know that. It was for each of them a source of great difficulty in their family relationships, and several said it was a major contributor to a divorce.

Second, I was interested to see Shatner asking the other captains about life after death. Of course, he is in his 80s now, and he knows he will eventually follow Scotty, Bones, and the Great Bird of the Galaxy to wherever it is people go when they aren’t here any more.

Still Waiting for the Kindle

Well, I won’t get my Kindle Touch until Monday, but at least now that the Fire reviews have all posted, people are beginning to talk about the Touch:

Awkward delays arise, and repainting of the e-Ink screen sometimes lags. But, overall, the experience is quite good and, in some situations, noticeably better than using the previous iteration’s buttons. This is especially true of picking items from lists or selecting text in specific areas of the screen—touch, even on a screen that isn’t especially responsive, is simply much faster than navigating via repeated button presses.

Also this: “But if your focus is on reading, I would actually recommend the bottom of the line model. It’s lighter and more comfortable to hold in one hand, and the touch screen doesn’t really make the page turning experience that much better.”

Where’s My Kindle?!?

So I got a new Kindle Touch for my birthday last month. Except I didn’t actually get it. I just got a promise it would eventually arrive someday Real Soon Now.

That’s okay. I can cope with delayed gratification. Except when suddenly everybody and their uncle is posting reviews of the Kindle Fire. Now I demand to know why the more exotic Kindles shipped before mine!

Photo Manipulation Tools

Here are some of my favorite tools for working with digital images.

Pixelmator. This is my go-to program for digital images, and someday they’ll ship 2.0 and it will be awesome.

Xee calls itself “a lightweight, fast and convenient image viewer and browser.” I agree. The best feature, for my money, is that it lets you losslessly rotate and crop JPEG images. You can do that with jpegtran too, but that’s a command-line tool. Those are great for batch jobs, but image cropping is almost always better done using an interactive GUI front-end.

Acorn is my second-favorite image editor. If Pixelmator wasn’t so darned good, this would be my favorite. Usually what brings me to Acorn is when I need to do something with filters and I can’t figure out how to do it in Pixelmator. The tech support is great, too.

Speaking of filters, I like to goof around with FX Photo Studio, too. MacPhun, the maker, also makes a cute one-trick-pony called Color Splash Studio which is worth the $2 I paid for it.

I also use a ton of different command line tools. I’ll write about those someday Real Soon Now.

Leaving iPhoto

Yesterday I did an “empty trash” command in iPhoto, to expunge 27 thousand photos I’d just deleted. Characteristically, the application hung. Well, it probably didn’t hang. After half an hour, I did a force quit, and on reopening the program and emptying the trash again, it told me there were about 5,000 photos to be deleted. Another 15 minutes wasn’t enough time for iPhoto to clean them up, so I force quit again, broke out a shell in Terminal and did:

$ cd ~/Pictures/
$ rm -rf iPhoto*
$ cd ~/Library/Caches
$ rm -rf com.apple.iPhoto

…which fixed things very nicely.

So ended a 27-month experiment with Apple’s end-user image management software. They also have a “pro” or “prosumer” product called Aperture, and if iPhoto is any indicator, I wouldn’t have it, even gift wrapped.

Between 2001 and 2009, I’d used my own set of tools to manage and manipulate my digital images, but when I got the MacBook, I decided to try iPhoto. That was two versions ago, and the things I disliked with ’09 weren’t fixed in ’10, and there wasn’t any sign they’ve been fixed in ’11 either.

What are those? Primarily two things:

  1. Speed. Or rather, its lack. The software just wasn’t very responsive. Dragging the elevator on a scroll bar felt sluggish, and if that’s not easy, what good is a photo management app?
  2. Noise. Running iPhoto was like playing Flash videos on YouTube: both cause my computer to heat up to where the fan runs. It doesn’t matter what I was doing in iPhoto; I could go away and drink a cup of coffee and it would just start overheating all by itself.

Now, I had some other complaints as well. I don’t need face recognition, and I would like text search, but Apple evidently has the opposite set of priorities. I would love to have uploads to social media sites, but the iPhoto way didn’t win me over at first blush, so I used other tools.

Sometime this summer, I gave up on iPhoto. Since then, I’ve spent my free time copying files out of the iPhoto library and renaming them and filing them elsewhere. I’d like to have tags, but what I’ve learned in 30 years with a Unix shell is that find(1) is pretty good at finding things:

$ find . -name '*whatever*'

for some really tricky things, I break out grep:

$ find . -name '*whatever*' \
	| egrep -i 'one thing|another' \
	| egrep -v 'but not this'

Yesterday, I finished the conversion and (after making lots of backups in lots of places on multiple drives), I emptied the trash in iPhoto. My fan hasn’t run since then.

I also noticed that while those 27K photos took 41 GB of space in iPhoto, they only occupy 38 GB in the filesytem. What was iPhoto doing with the other 3 GB?

Recovering eight or ten percent of a dataset isn’t chopped liver, but the space saving may prove eventually to be even more significant. iPhoto is monolithic. (By default, at least.) You put your files in there, and it’s a huge black box and you don’t need to worry your pretty head about what’s going on inside. But the filesystem gives me all kinds of options about how to manage my image files. For example, I can put different subsets of the data on different media, with symlinks connecting one part with another.

For now, I’ve stored everything in a single master folder. Within that, files are stored by year (2001, 2002, etc.). Within a year’s folder, I typically store files by the month (01-jan, 02-feb, …). Since I take the most photographs when I’m on vacation, I sometimes put vacation photos in their own folder (04-vac, etc.). Finally, I have a separate folder for video files called ‘movies‘. Those files are typically 10x or 20x as big as a photo, but I only have a handful, so I manage them as a collection.

The files themselves are typically given descriptive names (accident-minivan-01.jpg, home-oleanders-07.jpg) etc. Because I do so much work from the command line, I don’t put spaces in the names. In lieu of a space, I prefer a hyphen (-) to an underscore (_) because it doesn’t require a shift key.

In my next post, I’ll run through the tools I use to manipulate images.

The Best Cheeseburger Ever

There’s a story about the world-famous green chili cheeseburgers served by the Owl Bar, and I’m here to tell you, they’re not kidding. The best cheeseburgers evah.

(Frankly, if you’re in New Mexico, Blake’s Lotaburger is pretty good, and here in California you can’t get a better cheeseburger without green chilis than the ones they make at In’n’Out. But the Owl Bar is in a class by itself. And as the story reveals, a lot of professor-types have taken that class too. The reviews on Yelp are wonderful in their cluelessness. Not just police have unit patches, kid.)