paulmhernandez posted a photo:
Dennis Ritchie improved on the B programming language and called it 'New B'. B was created by Ken Thompson as a revision of the Bon programming language (named after his wife Bonnie). He later called it C.
paulmhernandez posted a photo:
Dennis Ritchie improved on the B programming language and called it 'New B'. B was created by Ken Thompson as a revision of the Bon programming language (named after his wife Bonnie). He later called it C.
paulmhernandez posted a photo:
Steve Woznaik(sitting) and Steve Jobs of APPLE Computers. He was three months late in filing a name for the business because he didn't get any better name for his new company. So one day he told to the staff: "If I'll not get better name by 5 o'clcok today, our company's name will be anything he likes..." so at 5 o'clcok nobody comeup with better name, and he was eating APPLE that time... so he keep the name of the company 'Apple Computers'
Trust in management is by far the biggest component to consider. Say you get a new boss and your trust in management goes up a bit at your job (say, up one point on a 10-point scale). That's like getting a 36 percent pay raise, Helliwell and Huang calculate.
So, apparently, if you have to work, you might as well do something you like because the money alone won't make you that happy.
Technorati Tags: Health and wellness
![]() |
#!/bin/bash
#
# execute a command via SSH on a cluster of servers.
#
# Setting the CLUSTER environment variable
#
# In bash, you would execute the following at the command line, as an
# example...
#
# CLUSTER="server1 server2 otheruser@server3 root@server4"
#
# And then;
#
# export CLUSTER
#
# Otherwise it will use the default file listed below..
CLUSTER_FILE=~/scripts/cluster_exec.data
##set up other variables;
if [ -x /usr/bin/sshas ]; then
SSH=/usr/bin/ssh;
else
SSH=`which ssh`;
fi
##Check for an argument.
if [ ! "$1" ]; then
echo "usage $0 \"\"";
echo "see script comments for CLUSTER variable description.";
exit 1;
fi
##If there is no CLUSTER env variable, define some data.
if [ ! $CLUSTER ]; then
CLUSTER=`cat $CLUSTER_FILE`;
fi
##Let's do it!!
for EXECUTE_ON in $CLUSTER
do
echo "EXECUTING ON $EXECUTE_ON: \"$1\"";
$SSH $EXECUTE_ON $1;
done
![]() |
So already, there's a problem. Technically everything that goes into "Stuff!" is a Someday/Maybe item, if I process each item the same way. The reason this is actually working for me, though, is that if I process each item by the type of file it is, I can concentrate more fully on figuring out what to do with it. Since I'm dealing with items of the same type, I'll be using the same applications to process them, or I'll at least have a block of time dedicated to that activity (for example, video watching, or reading PDFs I've picked up).
At least that's the theory, and that's why I think it's been working for me thus far.
If it's something that's actionable, as you can see, it will get it's own @Project or @Something folder, and then I add an item to my OmniOutliner list with the same name. Those become my support files for that project.
So how's this really working so far? Not bad, but it could use improvement. It's too complex, and it lends itself to unintentional archival of data.
I have 293 URLs in one folder, and some of them are already dead! If I opened them 10 at a time in Firefox tabs, I'd have to open up 29+ Firefox windows to deal with them all.
280MB of images I've plucked off the web, or that I've taken and I don't know what to do with yet.
Some of the folders are more organized though. The video folders I tend to clear out regularly (since I like watching videos) for example.
Some of this stuff I'm never going to get to, so it is becoming clutter that I have to think about, and that's the part that's a larger problem. All that being said, it's more organized than I was in the past, so it's a step up.
To be continued as I re-org my systems this month. I'll update what changes I have made and how they're working.
Technorati Tags: gtd
Jawnee79 posted a photo:
held 1.7MB per square inch, a record at the time. Companies shared these systems, leasing time and space when required. The going rate was $7.81 a megabyte, 38 percent more than the price of oil at the time.
![]() |
Q1. How many ways are there to obtain a full Microsoft® Windows® Desktop license?
Answer:: 2
Q2: Volume License Agreements cover Windows Desktop operating system upgrades only.
Answer: True
Q3: OEM operating system licenses are non-transferable.
Answer: True
Q4: The most cost-effective way to acquire an initial, full underlying Windows Desktop license is preinstalled.
Answer: True
![]() |
(CBS) The star at last week's Philadelphia Auto Show wasn't a sports car or an economy car. It was a sports-economy car — one that combines performance and practicality under one hood.
A car that can go from zero to 60 in four seconds and get more than 50 miles to the gallon would be enough to pique any driver's interest. So who do we have to thank for it. Ford? GM? Toyota? No — just Victor, David, Cheeseborough, Bruce, and Kosi, five kids from the auto shop program at West Philadelphia High School
The five kids, along with a handful of schoolmates, built the soybean-fueled car as an after-school project. It took them more than a year — rummaging for parts, configuring wires and learning as they went. As teacher Simon Hauger notes, these kids weren't exactly the cream of the academic crop.