

Two shots outside my office window near the end of the year.
Life in front of the computer, under a big air vent.
I hereby present my list of Geek Force Multipliers.... with URLs now:
Effort Reducers
Outboard Brains
System Utilities
By the way, a couple of these are on sale this month only through MacSanta.
Yep, it's (finally) the end of the line for Carbon GUI applications in Mac OS X. Oh, sure, they'll be around for years and years to come, but the lack of 64-bit support is a long-term death sentence.
I can only dream about what Photoshop or Illustrator would be like if they were rewritten in Cocoa...
and it's at least a little bit AppleScriptable. I'm sure Jesse will be working on making that more robust... would be nice to have a QuickSilver-like method of text entry.
#! usr/bin/perl
# a formula used to calculate size of "signal word" for Cdn cautionary copy.
# Find diameter of a circle with an area equal to 3% of the PDP.
# That's how big any required symbol needs to be.
# The signal word then has to be 1/4 that size.
use Math::Complex;
use constant PI => 4 * atan2(1, 1);
print "enter the X dimension of your PDP in centimeters\n";
my $xDim = (<\STDIN\>);
print "enter the y dimension of your PDP in centimeters\n";
my $yDim = (<\STDIN\>);
my $PDPArea = $xDim * $yDim;
my $SignalWordHeight = (sqrt(($PDPArea * .03)/PI))/2;
printf "the area of the principal display panel is %.3f cm square, and the signal word should be at least %.3f cm high.\n", $PDPArea, $SignalWordHeight;
In which I start out talking about decision trees, and end up talking about shelf sets.
Matt Neuburg has an interesting writeup at Tidbits of a decision making tool called Flying Logic. The program creates "intelligent" decision trees that provide visual feedback as to how to navigate the complex web of dependencies required in order to get to a goal.
Yes, you can do this with a whiteboard (or Omnigraffle), but those don't let you offload logic out of your head.
This is a tool that's probably only worth checking out for major initiatives, but more broadly, the power of visualization in aiding group decision-making can't be overstated. Without visual reference, planning meetings are essentially Socratic dialogs, which is unnecessarily hard work.
Even in the world of brand design, I am often sitting in a meeting talking about "the chosen design" and what needs to happen to it... without any visual reference. Looking around the table, you can see everyone's eyes focussing off in the middle distance as we recall what that design looked like. More unnecessarily hard work.
Think ahead about what needs to be in your library of visual reference material, and keep it at hand in your team's public discussion areas. For CPG design, this means comprehensive shelf sets, and reference for visual equity elements and physical materials. Don't have your meetings in conference rooms, you'll just have to bring your stuff there, and that's too much work, so you won't.
Simulacra in the high culture bazaar.... (via BoingBoing)
There was an interesting article by James Surowiecki in the New Yorker this week about fashion design knockoffs, and the unacknowledged link in the chain of commerce which they play:
The paradox stems from the basic dilemma that underpins the economics of fashion: for the industry to keep growing, customers must like this year’s designs, but they must also become dissatisfied with them, so that they’ll buy next year’s.
It seems the real depends upon the simulacra in order to exist, or at least to have value.
There have been many other articles about the phenomenon of the simulacra over the past few years in the New Yorker. Here's a few off the top of my head:
Each of these articles takes as their subject a culturally freighted pleasure which forms one of the cornerstones of their target demographic's highbrow, luxury lifestyle: gourmet food, wine auctions, classical music, haute couture. In each case, received wisdom about the hierarchy of the Good is tested: blindfolded, could you tell white wine from red? How can critics praise the same recordings when attributed to Joyce Hatto which they dismissed when presented under their true performer's name? If a blind stranger came to dinner and you served him dog food, how much trouble would you be in when he turned out to be Wotan?
I guess part of what this supports is the idea that with the New Yorker you get the unvarnished truth, including cultural metacriticism.
So what is clearly needed to complete these categories of counterfeitings is a story about a literary fiction. It's surprising the Raymond Carver - Gordon Lish authorship dispute never made it to their pages.
But yes: in this aisle of culture, the New Yorker is a producer, not a critic.
defaults write com.flyingmeat.Acorn saveACopyMenuItem 1Thanks, Gus, and I'll be sure to let everyone know this is unsupported ;)
find . -name '*mp3'
run on the contents of the server's transfer folder. It came back with about 500 entries... the new Public Enemy, some weird Swedish ultra-pop music, and a whole lot of David Gray... The idea now developing is to create a program that automatically notifies you when new MP3s are dropped into this folder. I'm thinking about hooking into Growl to provide the notifications.It'd be kind of interesting to use this raw data to chart the company's musical taste over time. What seasons saw the most megabytes of Mogwai, et cetera (I'm predicting January).
For you system admins, I'll point out that this would be a great tool for automatically deleting these files as well...
zipinfo-- these are pretty useful for folks who make a living pushing image files around (especially to and from remote servers).
sips
curl
findinstead. I feel like it's faster, maybe partly because of that insane find-as-you-type behavior in Spotlight. Also, if I'm trying to page through a couple of gigs of stuff on the server, it's nice not to bog down the Finder while the search goes on. Of course, I don't actually live in the Finder much; jumping into the shell wouldn't be nearly as convenient if I weren't using Path Finder instead. The drop down Terminal pane is killer.
Seen on a WW2 sub at a submarine museum at Pearl Harbor. The diving officer would stand at his station and call back (through some kind of pipe) to each post to verify verbally that each hatch was closed, etc. This metal indicator panel was just a physical checklist for the officer to go through before issuing the order to dive.
Don't you hate it when you get ready to dive and there's just one thing you forgot to check? Kind of like thinking, hmm, did I turn off the iron?
I would improve the survivability of the device by making it so that you couldn't see the words "Rigged for diving" and"Rigged for surface" simultaneously. You'd only see the phrase which was true, like a big if-then statement.
Checked in to the hotel at around 10 PM and found that it was in a fairly anonymous outlying suburb, near the client but far from any restaurant. The bartender advised me not to go outside, for though the night looked cold and empty, gangs of North Africans roamed the neighborhood looking to mug anyone who didn't speak French or Flemish. Must be some kind of rougher version of the Académie française. So all I had for dinner was two Leffes from the bar and a bag of peanuts from the hotel room fridge.
I called Henry from this park and he surfed over to maps.google.com to try to identify what these things are: art, or some kind of Morlockian forced-air cooling system. Ideas?
Found this abandoned temple of the Eloi in a park in Stuttgart. Becoming a fan of the Tilt-Shift effect. They really added a lot of digital photography tools in Photoshop CS 2. I guess that's kind of obvious.