• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

Programmer humor....

Pikachu

Regular Member
Jan 6, 2005
287
23
Texas
✟23,039.00
Faith
Atheist
Politics
US-Democrat
Micrs$oft could easily rewrite WinD'ohs to cut the size of the code dramatically, and get to the end result much faster:

PHP:
$bsod = "BlueScreenOfDeath";

if($UserInputKeyboard == TRUE)
     {
     echo ( $bsod ) or die ( $bsod );
     }
elseif($UserInputMouse == TRUE)
     {
     echo ( $bsod ) or die ( $bsod );
     }
elseif($PcPoweredOn == TRUE)
     {
     echo ( $bsod ) or die ( $bsod );
     }
else
     {
     echo ( $bsod ) or die ( $bsod );
     }
 

JAS4Yeshua

Servant of the Lord
Site Supporter
Jan 26, 2007
14,535
1,054
52
Marina, California
Visit site
✟87,464.00
Faith
Calvary Chapel
Marital Status
Married
Politics
US-Republican
The infamous "Hello World." I heard someone joke once that it was a "contractural obligation" in programming instruction. lol

Blue screen was a big problem in the 9X series of Windows. It did happen on rare occasions on W2K, but I think I've had it only a handful of times on XP.
 
Upvote 0