Verity asks an interesting question. [modified]
-
Which programming language to use on your tombstone?[^]. At the moment I am thinking Forth but am still trying to work out some suitable code. [Edit] I think :Goodbye 42 Emit 8 Emit CR ; .Goodbye [/Edit] What would be your choice?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
modified on Monday, August 22, 2011 9:55 AM
-
Which programming language to use on your tombstone?[^]. At the moment I am thinking Forth but am still trying to work out some suitable code. [Edit] I think :Goodbye 42 Emit 8 Emit CR ; .Goodbye [/Edit] What would be your choice?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
modified on Monday, August 22, 2011 9:55 AM
C would make a nice epitaph, and a bit of humor as well:
cout << 'Goodbye, world!'
-
C would make a nice epitaph, and a bit of humor as well:
cout << 'Goodbye, world!'
-
Which programming language to use on your tombstone?[^]. At the moment I am thinking Forth but am still trying to work out some suitable code. [Edit] I think :Goodbye 42 Emit 8 Emit CR ; .Goodbye [/Edit] What would be your choice?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
modified on Monday, August 22, 2011 9:55 AM
A nice bit of classics:
If Not breathing Then
GoTo Hell
EndIf
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
Which programming language to use on your tombstone?[^]. At the moment I am thinking Forth but am still trying to work out some suitable code. [Edit] I think :Goodbye 42 Emit 8 Emit CR ; .Goodbye [/Edit] What would be your choice?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
modified on Monday, August 22, 2011 9:55 AM
-
Which programming language to use on your tombstone?[^]. At the moment I am thinking Forth but am still trying to work out some suitable code. [Edit] I think :Goodbye 42 Emit 8 Emit CR ; .Goodbye [/Edit] What would be your choice?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
modified on Monday, August 22, 2011 9:55 AM
I guess I will take a suitable ordinary text and convert it to a hex dump. Then, after I'm dead, my heirs must go to a certain website on the day I died and use its entire content as a key to encode my text (simple XOR). And the resulting encoded hex dump has to be put on the stone. Too bad I will never see how future archeologists try to make any sense of the inscription :)
"Dark the dark side is. Very dark..." - Yoda ---
"Shut up, Yoda, and just make yourself another toast." - Obi Wan Kenobi -
C would make a nice epitaph, and a bit of humor as well:
cout << 'Goodbye, world!'
-
C would make a nice epitaph, and a bit of humor as well:
cout << 'Goodbye, world!'
Three things wrong with that statement. 0. Its not C (as has been pointed out) 1. Its not terminated properly which is ironic on a tombstone 2. Its ought to be "Goodbye, cruel world!"
If the post was helpful, please vote, eh! Current activities: Playing Star Craft II. Don't bother me, eh? Now and forever, defiant to the end. What is Multiple Sclerosis[^]? Food[]
-
Which programming language to use on your tombstone?[^]. At the moment I am thinking Forth but am still trying to work out some suitable code. [Edit] I think :Goodbye 42 Emit 8 Emit CR ; .Goodbye [/Edit] What would be your choice?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
modified on Monday, August 22, 2011 9:55 AM
-
Which programming language to use on your tombstone?[^]. At the moment I am thinking Forth but am still trying to work out some suitable code. [Edit] I think :Goodbye 42 Emit 8 Emit CR ; .Goodbye [/Edit] What would be your choice?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
modified on Monday, August 22, 2011 9:55 AM
Sub Life()
Dim Breaths = 100,000,000
Dim Live As Bool.True
Do Until Live = False
Breaths = Breaths - 1
If Breaths <1 then Live = False
Loop
End Sub------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]
-
Ah, but in which language? I mean, that looks very much like a C++ ; to me.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
-
Sub Life()
Dim Breaths = 100,000,000
Dim Live As Bool.True
Do Until Live = False
Breaths = Breaths - 1
If Breaths <1 then Live = False
Loop
End Sub------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]
Wow! Short life. Using 15 bpm, that is.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
-
Wow! Short life. Using 15 bpm, that is.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
-
Sub Life()
Dim Breaths = 100,000,000
Dim Live As Bool.True
Do Until Live = False
Breaths = Breaths - 1
If Breaths <1 then Live = False
Loop
End Sub------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]
-
I hear ya!
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
-
You should add try and catch to handle a LifeThreadAbort exception, just in case you do not quite make it to 100000000 breaths.
"Dark the dark side is. Very dark..." - Yoda ---
"Shut up, Yoda, and just make yourself another toast." - Obi Wan Kenobi -
-
Which programming language to use on your tombstone?[^]. At the moment I am thinking Forth but am still trying to work out some suitable code. [Edit] I think :Goodbye 42 Emit 8 Emit CR ; .Goodbye [/Edit] What would be your choice?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
modified on Monday, August 22, 2011 9:55 AM
c++ must be the most poignant:
~Keith();
It even looks bleak somehow. Though this might be good (c#):
for (var what in death.sleep)
{
what = "dreams";
}Sort of a cross between Lawrence of Arabia and Dilbert.[^]
-Or-
A Dead ringer for Kate Winslett[^] -
Which programming language to use on your tombstone?[^]. At the moment I am thinking Forth but am still trying to work out some suitable code. [Edit] I think :Goodbye 42 Emit 8 Emit CR ; .Goodbye [/Edit] What would be your choice?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
modified on Monday, August 22, 2011 9:55 AM
rm -rf killall -9
"... having only that moment finished a vigorous game of Wiff-Waff and eaten a tartiflet." - Henry Minute
-
Which programming language to use on your tombstone?[^]. At the moment I am thinking Forth but am still trying to work out some suitable code. [Edit] I think :Goodbye 42 Emit 8 Emit CR ; .Goodbye [/Edit] What would be your choice?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
modified on Monday, August 22, 2011 9:55 AM
ldi r2,1
eatSleepAndExpendBodilyFluids:
add r1,r2
cp r1,r0 ;Where r0 is undefined
brne eatSleepAndExpendBodilyFluids
breakA girl phoned me and said, 'Come on over. There's nobody home.' I went over. Nobody was home! Rodney Dangerfield