![]() |
|
|||
|
|
|
||||
|
Yeah, I read that. It just proves the GPL is so complicated that adhering by it (even with the best of intentions) is difficult at best.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. |
|
|||
|
Quote:
When I read news like that, I don't know if I have to laugh or cry for the turn they/we've taken... |
|
||||
|
As I understood it (from h-online), Stallman already stepped down as EMacs maintainer when the GPL violation took place.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. |
|
|||
|
Not a ginger yet it seems.
|
|
||||
|
Haha
Yay, I knew there had to be at least one more Dr Who fanatic here ![]() So here's something I found at http://www.bto.eu/ Now, this page is a complete mess, unreadable, and butt-ugly, but this one really tops it: Code:
PriceInclVAT = PriceExclVAT * (1+(19/100)) bbPrijsOptie = (aa_array[1] * 1) * (1-(20/100)) They also sell notebooks with a Socket 1377 i7 CPU's, for those not up to snuff on the latest CPU's, they are 130W desktop CPU's.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. |
|
|||
|
UNIX' Russian Roulette:
sudo [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” |
|
||||
|
I think the echo might execute regardless, as it is a built-in shell command.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Wouldn't that be a piss poor game of russian roulette? you always win, both rm and echo are executed as a normal user.. not as root.
|
|
||||
|
You're right, BSDfan!
I'm wrong, though, echo is indeed /bin/echo, not built-in.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Quote:
Code:
$ type echo echo is a shell builtin $ which echo /bin/echo |
|
|||
|
You know what's really funny? POSIX echo doesn't specify any options at all, so both are technically non-compliant..
Ironically pdksh's posix option makes the built-in echo identical to /bin/echo and accepts only [-n].. which as I mentioned isn't defined by POSIX. |
|
||||
|
Isn't the syntax
$[ ... ]for arithmetic expansion a no longer documented bash-ism? I think it's more readable than $(( ... ))but maybe it should be avoided if it's deprecated? |
|
||||
|
$[...] certainly doesn't work in /bin/sh, and what is $RANDOM? Some special bash variable (?) Again, /bin/sh doesn't set this.
So I guess it's not a UNIX roulette, but a bash/Linux roulette.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Check this out (funny contest). | fbsduser | Off-Topic | 6 | 4th March 2009 09:48 PM |
| Funny network behaviour :) | PatrickBaer | General software and network | 5 | 9th October 2008 09:47 AM |
| Funny things in /usr/share/misc | ivanatora | FreeBSD General | 4 | 10th August 2008 02:13 PM |