On 6 February 2010 c. 17:53:09 Otto Moerbeek wrote:
<mark.kettenis@xs4all.nl> wrote:
I have a cool idea about super-duper-mega-knob.
Let's choose and use globally a new environment variable, say,
LIVEFASTDIEYOUNG. If it's not defined, or empty, then current, sane
defaults will be used in programs; otherwise, programs should go
searching the shortest way to strike yourself in the foot.
Then each program you want can be modified to depend on it:
const char *lfdy = getenv("LIVEFASTDIEYOUNG");
if (lfdy != NULL && *lfdy != '\0') {
// Do some crazy things
} else {
// Sane as usual
}
Or this could be an sysctl, so even kernel flow can be modified. Yes,
it'll produce more bloat, but who cares? ;)
--
Best wishes,
Vadim Zhukov
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
P.S.: Didn't want to hurt anyone. Really.