"The World's Worst Software Developer"
-
Based on some feedback, I will be mixing in other games with 185. Or do you guys want it in addition to daily 185? Either way, here's a new one. It's called "World's Worst." It's a one liner game, so really try to keep them as one liners. And DO NOT copy and paste a joke, or retell a joke, it won't be funny and on stage, you'd get called out. I'll reply with a couple to get started. Keep in mind, references to others tend to gets high points. If anyone is still struggling to grasp it, here's a version from the World's Worst TV show: [^] "The World's Worst Software Developer"
-
Based on some feedback, I will be mixing in other games with 185. Or do you guys want it in addition to daily 185? Either way, here's a new one. It's called "World's Worst." It's a one liner game, so really try to keep them as one liners. And DO NOT copy and paste a joke, or retell a joke, it won't be funny and on stage, you'd get called out. I'll reply with a couple to get started. Keep in mind, references to others tend to gets high points. If anyone is still struggling to grasp it, here's a version from the World's Worst TV show: [^] "The World's Worst Software Developer"
-
Based on some feedback, I will be mixing in other games with 185. Or do you guys want it in addition to daily 185? Either way, here's a new one. It's called "World's Worst." It's a one liner game, so really try to keep them as one liners. And DO NOT copy and paste a joke, or retell a joke, it won't be funny and on stage, you'd get called out. I'll reply with a couple to get started. Keep in mind, references to others tend to gets high points. If anyone is still struggling to grasp it, here's a version from the World's Worst TV show: [^] "The World's Worst Software Developer"
-
Based on some feedback, I will be mixing in other games with 185. Or do you guys want it in addition to daily 185? Either way, here's a new one. It's called "World's Worst." It's a one liner game, so really try to keep them as one liners. And DO NOT copy and paste a joke, or retell a joke, it won't be funny and on stage, you'd get called out. I'll reply with a couple to get started. Keep in mind, references to others tend to gets high points. If anyone is still struggling to grasp it, here's a version from the World's Worst TV show: [^] "The World's Worst Software Developer"
All, my code is now checked in but is not compiling. See you when I get back from my week long vaco!
Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.
-
Based on some feedback, I will be mixing in other games with 185. Or do you guys want it in addition to daily 185? Either way, here's a new one. It's called "World's Worst." It's a one liner game, so really try to keep them as one liners. And DO NOT copy and paste a joke, or retell a joke, it won't be funny and on stage, you'd get called out. I'll reply with a couple to get started. Keep in mind, references to others tend to gets high points. If anyone is still struggling to grasp it, here's a version from the World's Worst TV show: [^] "The World's Worst Software Developer"
"I can program my DVR, how much harder is a computer?"
-
Could you repeat that?
-
"I write in VB exclusively." J/K! :-) Couldn't help it.
-
"I can program my DVR, how much harder is a computer?"
-
Based on some feedback, I will be mixing in other games with 185. Or do you guys want it in addition to daily 185? Either way, here's a new one. It's called "World's Worst." It's a one liner game, so really try to keep them as one liners. And DO NOT copy and paste a joke, or retell a joke, it won't be funny and on stage, you'd get called out. I'll reply with a couple to get started. Keep in mind, references to others tend to gets high points. If anyone is still struggling to grasp it, here's a version from the World's Worst TV show: [^] "The World's Worst Software Developer"
What debugger?
"Real men drive manual transmission" - Rajesh.
-
Based on some feedback, I will be mixing in other games with 185. Or do you guys want it in addition to daily 185? Either way, here's a new one. It's called "World's Worst." It's a one liner game, so really try to keep them as one liners. And DO NOT copy and paste a joke, or retell a joke, it won't be funny and on stage, you'd get called out. I'll reply with a couple to get started. Keep in mind, references to others tend to gets high points. If anyone is still struggling to grasp it, here's a version from the World's Worst TV show: [^] "The World's Worst Software Developer"
My head asplode!!! BTW: why are we writing your material for you???
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
-
5 from a Fukuiraptor! :)
"Real men drive manual transmission" - Rajesh.
-
Based on some feedback, I will be mixing in other games with 185. Or do you guys want it in addition to daily 185? Either way, here's a new one. It's called "World's Worst." It's a one liner game, so really try to keep them as one liners. And DO NOT copy and paste a joke, or retell a joke, it won't be funny and on stage, you'd get called out. I'll reply with a couple to get started. Keep in mind, references to others tend to gets high points. If anyone is still struggling to grasp it, here's a version from the World's Worst TV show: [^] "The World's Worst Software Developer"
How do you tell if a number is negative? - I've been asked this by a co-worker in real life.
Curvature of the Mind now with 3D
-
How do you tell if a number is negative? - I've been asked this by a co-worker in real life.
Curvature of the Mind now with 3D
I'm sure you told them of the complexities of dropping down to assembly language to check the sign bit, which can vary depending on the byte ordering and the bit ordering, what number system is used (floating point, two's complement, ones' complement, etc.), the size of numbers on different architectures (e.g., 32-bit, 64-bit) and compilers (e.g., Intel C++, Microsoft C++), and the assembly instruction set supported (e.g., x86, MIPS). It's a very difficult task, you see.
-
I'm sure you told them of the complexities of dropping down to assembly language to check the sign bit, which can vary depending on the byte ordering and the bit ordering, what number system is used (floating point, two's complement, ones' complement, etc.), the size of numbers on different architectures (e.g., 32-bit, 64-bit) and compilers (e.g., Intel C++, Microsoft C++), and the assembly instruction set supported (e.g., x86, MIPS). It's a very difficult task, you see.
You should for good measure discuss Heisenberg's uncertainty principle too. Once you're measured the value to see if it is negative, you have modified it.
-
You should for good measure discuss Heisenberg's uncertainty principle too. Once you're measured the value to see if it is negative, you have modified it.
Oh dear me, how could I forget Heisenberg's uncertainty principle! While I'm at it, I also forgot about multi-threading volatility, and the susceptibility of non-ECC RAM to errors (which is even less severe than errors caused by paged virtual memory)! Certainly, there should be some locking and some replicated values to account for such common occurrences. Oh, and if the system does not include hardware-level prevention of buffer overflows, there may need to be some work done to prevent the sign bit from being overwritten by external programs, of course.
-
Mike Mullikin wrote:
Nah... we don't need to worry about patents
I believe what you meant was, "Patents!? We don't need no stinkin' patents!"
The United States invariably does the right thing, after having exhausted every other alternative. -Winston Churchill America is the only country that went from barbarism to decadence without civilization in between. -Oscar Wilde Wow, even the French showed a little more spine than that before they got their sh*t pushed in.[^] -Colin Mullikin
-
I'm sure you told them of the complexities of dropping down to assembly language to check the sign bit, which can vary depending on the byte ordering and the bit ordering, what number system is used (floating point, two's complement, ones' complement, etc.), the size of numbers on different architectures (e.g., 32-bit, 64-bit) and compilers (e.g., Intel C++, Microsoft C++), and the assembly instruction set supported (e.g., x86, MIPS). It's a very difficult task, you see.
AspDotNetDev wrote:
MIPS
This brings back some bad college memories... :mad:
The United States invariably does the right thing, after having exhausted every other alternative. -Winston Churchill America is the only country that went from barbarism to decadence without civilization in between. -Oscar Wilde Wow, even the French showed a little more spine than that before they got their sh*t pushed in.[^] -Colin Mullikin
-
AspDotNetDev wrote:
MIPS
This brings back some bad college memories... :mad:
The United States invariably does the right thing, after having exhausted every other alternative. -Winston Churchill America is the only country that went from barbarism to decadence without civilization in between. -Oscar Wilde Wow, even the French showed a little more spine than that before they got their sh*t pushed in.[^] -Colin Mullikin
College is the only reason I am familiar with MIPS. :)
-
Based on some feedback, I will be mixing in other games with 185. Or do you guys want it in addition to daily 185? Either way, here's a new one. It's called "World's Worst." It's a one liner game, so really try to keep them as one liners. And DO NOT copy and paste a joke, or retell a joke, it won't be funny and on stage, you'd get called out. I'll reply with a couple to get started. Keep in mind, references to others tend to gets high points. If anyone is still struggling to grasp it, here's a version from the World's Worst TV show: [^] "The World's Worst Software Developer"