vi. pico all the way! I could never figure out how to quit EmacsSo you saw Brokeback Mountain as a metaphor, too?
bash: emacs: command not found
Apple doesn't need Patch Tuesdays, for the most part.Lol. OSX had more security vulnerabilities in 2007. In 2008 there was a live trojan in the wild that exploited an unpached vulnerability. And last month they released a patch to fix 58 known flaws.
You won't find CIOs using or stooping to talk about Macs because there is no job security in doing so.This is just delusional, even if Macs "crashed less" (which hasn't even really been relevant since windows 2000) it would take far more time and effort to run a network of Macs, because they don't have the same kind of infrastructure for managing large deployments.
I'm actually really curious how a UX engineer at Red Hat ends up being a hipster.Being a UX anything makes you a hipster. The I just wasn't cool anymore. It sold out.
Guilt by association. It's the kind of lazy thinking that makes Microsoft boosterism so widespread.No one in this thread is "boosting" Microsoft. They're just bashing apple, because it sucks. It's not liked the Republicans and Democrats, you know. It's actually possible to dislike Apple without loving MS.
I think highly of Jakob Neilsen's opinions on usability, so I was really surprised to find that he likes using the "ribbon" interface on Office 2007. Personally, I hated it as soon as I saw it, and I'm very very glad the IT department at work uses Office 2003 insteadFirst of all I'll never forget Neilson for saying everyone should break web pages up into sub pages because "users didn't know how to scroll". I just loved waiting several seconds for pages to load up on my 33.6k modem in the middle of reading something. Thanks dude!
You're so over the top delmoi that I read your words in the voice of Homer Simpson. Look, jealousy ain't pretty. Do a write-up of your setup. I'm sure it's fascinating.Well, I'm glad you've seemed to form an impression of me. It's not mutual.
Hollywood, yes. Any other region with highly successful people, not so much. See Porsche is an image car, in Hollywood it doesn't matter if you are actually successful, you have to appear successful. On Capitol Hill you have to appear to have a different kind of success, so you see all sorts of black, conservative luxury cars. The truth is though, if you go to say, the Eastern Shore of Maryland where the truly successful people in DC live, you don't see either Porches or E-class, you see grandpa land yachts, the same as you'd see in Boca or Palm Springs.Of course, in the Huston are you can see people driving Bugatti Veyrons. Either that or climbing out of the window of one after driving it into a marsh.
_ /| \'o.O' =(___)= U ack!I have a shell script named fcg that looks for program files and greps them, very similar to what ack does.
PATTERN="$1"; shift
PATH="$@"
if [ -z "$PATH" ]; then PATH=.; fi
/usr/bin/find $PATH \
\( \
-name '*.[chSF]' -o \
-name '*.cpp' \
-name '[Mm]ake*' \
\) \
-print0 \
| /usr/bin/xargs -0 /usr/bin/grep "$PATTERN"
« Older Beer Calculus... | Portraits of Power... Newer »
This thread has been archived and is closed to new comments
posted by chunking express at 12:40 PM on December 4, 2009