Comment Re:Gas tank (Score 1) 88
Comment Re:Gas tank (Score 1) 88
Comment Gas tank (Score 1) 88
Comment Re:Why is zsh better? (Score 1) 462
Actually, that example doesn't work.* (You idiot! Who posted that?) This ugly work-around is more functional in bash:
shopt -s lastpipe; set +m; echo hello|read foo; set -m; echo $foo
* The eval is evaluated in the subshell, and my $foo$bar was set from previous experiments.
Comment Re:Why is zsh better? (Score 1) 462
Still doesn't seem to set "$foo" in the current shell as with ksh.
Certainly true. If you like hoop jumping, you can do it.
echo "there hello" | eval `(read t h; echo foo=$h bar=$t)`; echo $foo $bar
hello there
**ducks for cover**
Comment Re:Think about eternity (Score 1) 107
Comment Re:Why is zsh better? (Score 1) 462
% echo hello | (read foo; echo "foo: $foo ($SHELL)")
foo: hello (/bin/bash)
Comment Re:Bad measurement? (Score 2) 191
Comment Re:I'm safe (Score 1) 90
Comment Re:assert()'s for every assumption (Score 1) 189
[Angry customer]: The software I was using crashed with an assert code!
[St. Peter]: Yes, we'll have to talk to the car manufacturer about that.
Most of the software I work on can emit smoke, mangle parts, or lose data if it were to abort. There's a place for assert(), but it's not always an option.
Comment Re:Math it out? (Score 2) 154
Comment Alternate headline: US dollar soars against crypto (Score 2, Interesting) 178
It's equally valid to say that cash has increased in value by 400% against cryptocurrency. You should buy dollars now! Disclaimer: some cryptocurrency people are saying that the current value of cash is just a bubble.
In other news, cash held fairly steady against other easily tradable commodities, with no major movement.
Comment Re:Wait, are you saying everything changes? (Score 1) 138
Cars last about 15 years. They can last 50, or 5. When you replace them depends on the economics of keeping them running. When you can't get service techs, and parts shoot up in price, you figure out how to migrate to and finance a less expensive car.
If your local police department was running a fleet of 30 year old Ford LTD Crown Vics you would rightfully question the economics. And (possibly) rightfully decide to keep them running.
Lotus Notes is nearly 30 years old, though its architecture dates to the early 70s.