“We don’t believe in coming to market like Apple — high margin, high quality, high price. We believe in high volume and low price.” — Steve Ballmer
Ballmer: Windows 7 will give ‘heck of a Christmas’ | News | TechRadar UK.
“We don’t believe in coming to market like Apple — high margin, high quality, high price. We believe in high volume and low price.” — Steve Ballmer
Ballmer: Windows 7 will give ‘heck of a Christmas’ | News | TechRadar UK.
Very cool synchronizing filestore.
Clients work on Windows, Mac OS X and Linux… and of course it’s also available via the web.
Supposedly, an iPhone app client is on the way. In the meantime, the mobile site is quite good: http://m.getdropbox.com/
Amusing… but it makes you think.
If I had to pick the critical technology for the 20th century, the bit of social lubricant without which the wheels would’ve come off the whole enterprise, I’d say it was the sitcom.
via Here Comes Everybody.
IPC::System::Simple – Run commands simply, with detailed diagnostics
use IPC::System::Simple qw(system systemx capture capturex);
system("some_command"); # Command succeeds or dies!
system("some_command",@args); # Succeeds or dies, avoids shell if @args
systemx("some_command",@args); # Succeeds or dies, NEVER uses the shell
# Capture the output of a command (just like backticks). Dies on error.
my $output = capture("some_command");
# Just like backticks in list context. Dies on error.
my @output = capture("some_command");
# As above, but avoids the shell if @args is non-empty
my $output = capture("some_command", @args);
# As above, but NEVER invokes the shell.
my $output = capturex("some_command", @args);
my @output = capturex("some_command", @args);
Awesome! I’ve been doing things similar to capturex() for years, but this is just so much better.
There are times when I hate you PJF!
Neural Core Dump » Blog Archive » set_bugs = 0;.
Now if only that would work on my code…
Me to Jake: Are you Daddy’s boy?
Jake: No.
Me: (unsurprised) Are you Mummy’s boy?
Jake: No.
Me: (huh?) Whose boy are you?
Jake: Jake’s boy (nods emphatically)