Click here to Skip to main content
15,885,366 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Throwing exception Pin
Super Lloyd21-Jul-18 0:44
Super Lloyd21-Jul-18 0:44 
GeneralRe: Throwing exception Pin
Sander Rossel22-Jul-18 3:22
professionalSander Rossel22-Jul-18 3:22 
GeneralRe: Throwing exception Pin
Super Lloyd23-Jul-18 0:07
Super Lloyd23-Jul-18 0:07 
GeneralRe: Throwing exception Pin
Philippe Mori21-Jul-18 15:30
Philippe Mori21-Jul-18 15:30 
GeneralRe: Throwing exception Pin
Mohibur Rashid22-Jul-18 12:41
professionalMohibur Rashid22-Jul-18 12:41 
GeneralRe: Throwing exception Pin
Nathan Minier23-Jul-18 1:49
professionalNathan Minier23-Jul-18 1:49 
GeneralRe: Throwing exception Pin
raddevus24-Jul-18 3:06
mvaraddevus24-Jul-18 3:06 
GeneralBurn Baby, Burn! PinPopular
Randor 18-Jul-18 14:43
professional Randor 18-Jul-18 14:43 
This evening I've been looking at the "MASTER IGNITION ROUTINE" written by Peter Adler and Don Eyles at NASA circa 1968-1969. BURN_BABY_BURN--MASTER_IGNITION_ROUTINE.agc Apollo-11[^]. It's absolutely amazing what they were able to accomplish with that hardware. They were obviously proud of their work and left two notable comments in the source code:

"Shame on anyone who thinks evil of it" at Line 66: "Honi soit qui mal y pense" also the motto of the Order of the Garter[^].

"Touch me not" at Line 72: Noli me tangere[^]

They were working with the 16 bit Apollo Guidance Computer[^] with no floating point instructions and that was all they needed to get to the moon.
  • 3840 bytes of RAM
  • 69120 byte ROM
  • 85,000 CPU instructions executed per second.
I'm writing this post from my development workstation:
  • 34,359,738,368 bytes of RAM
  • Quad-core Xeon capable of performing over 3 billion operations per second.
The hardware has become so much better... but I somehow feel that something is wrong with the way we write software today.

Best Wishes,
-David Delaune
GeneralRe: Burn Baby, Burn! PinPopular
Abbas A. Ali19-Jul-18 21:52
professionalAbbas A. Ali19-Jul-18 21:52 
GeneralRe: Burn Baby, Burn! Pin
Bruce Patin20-Jul-18 3:32
Bruce Patin20-Jul-18 3:32 
GeneralRe: Burn Baby, Burn! Pin
SeattleC++20-Jul-18 8:01
SeattleC++20-Jul-18 8:01 
GeneralRe: Burn Baby, Burn! Pin
Steve Naidamast20-Jul-18 4:51
professionalSteve Naidamast20-Jul-18 4:51 
GeneralRe: Burn Baby, Burn! Pin
Abbas A. Ali20-Jul-18 6:02
professionalAbbas A. Ali20-Jul-18 6:02 
GeneralRe: Burn Baby, Burn! Pin
Slow Eddie20-Jul-18 14:34
professionalSlow Eddie20-Jul-18 14:34 
GeneralRe: Burn Baby, Burn! Pin
David A. Gray6-Oct-18 10:27
David A. Gray6-Oct-18 10:27 
GeneralRe: Burn Baby, Burn! Pin
MSBassSinger20-Jul-18 5:36
professionalMSBassSinger20-Jul-18 5:36 
GeneralRe: Burn Baby, Burn! Pin
Richard Deeming20-Jul-18 5:38
mveRichard Deeming20-Jul-18 5:38 
GeneralRe: Burn Baby, Burn! Pin
MSBassSinger20-Jul-18 6:28
professionalMSBassSinger20-Jul-18 6:28 
GeneralRe: Burn Baby, Burn! Pin
Richard Deeming20-Jul-18 6:52
mveRichard Deeming20-Jul-18 6:52 
GeneralRe: Burn Baby, Burn! Pin
MSBassSinger20-Jul-18 7:01
professionalMSBassSinger20-Jul-18 7:01 
GeneralRe: Burn Baby, Burn! Pin
Robert/Not The Pirate20-Jul-18 8:41
professionalRobert/Not The Pirate20-Jul-18 8:41 
GeneralRe: Burn Baby, Burn! Pin
Slow Eddie20-Jul-18 14:31
professionalSlow Eddie20-Jul-18 14:31 
GeneralRe: Burn Baby, Burn! Pin
David A. Gray6-Oct-18 10:56
David A. Gray6-Oct-18 10:56 
GeneralRe: Burn Baby, Burn! Pin
André Pereira20-Jul-18 0:24
André Pereira20-Jul-18 0:24 
PraiseRe: Burn Baby, Burn! Pin
Gary Wheeler20-Jul-18 1:44
Gary Wheeler20-Jul-18 1:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.