Click here to Skip to main content
15,906,766 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: HLOTD (History lesson of the day) Pin
Richard MacCutchan25-Mar-15 8:00
mveRichard MacCutchan25-Mar-15 8:00 
GeneralRe: HLOTD (History lesson of the day) Pin
Member 1070767725-Mar-15 20:36
Member 1070767725-Mar-15 20:36 
GeneralRe: HLOTD (History lesson of the day) Pin
Richard MacCutchan25-Mar-15 22:36
mveRichard MacCutchan25-Mar-15 22:36 
GeneralRe: HLOTD (History lesson of the day) Pin
Member 1070767725-Mar-15 23:54
Member 1070767725-Mar-15 23:54 
GeneralRe: HLOTD (History lesson of the day) Pin
Amarnath S25-Mar-15 6:27
professionalAmarnath S25-Mar-15 6:27 
GeneralMessage Closed Pin
25-Mar-15 6:40
professionalCornelius Henning25-Mar-15 6:40 
GeneralRe: HLOTD (History lesson of the day) Pin
Amarnath S25-Mar-15 6:50
professionalAmarnath S25-Mar-15 6:50 
GeneralRe: HLOTD (History lesson of the day) Pin
Kirk 1038982126-Mar-15 6:10
Kirk 1038982126-Mar-15 6:10 
I worked on a PDP-11/34a with 2 RK06 7meg word diskdrives (and a tape drive).
I wrote a directory sort program that directly modified the directory pointers,
(Skipping the slow step of loading into an indirect array, and then applying the
changes). it was SO much faster. With one issue. Apparently I had a bug, and I
cross linked 5 files in an infinite loop (directory enteries were a Singly Linked List).

So, when I went to do the directory, the last 5 files kept repeating. But the segment
of code was being run by the OS, and would not break. The drive head was going back
and fourth over 2 points, and the drive slowly started ROCKING... More and More.

A Mad dash to the front of the CPU to HALT the system. Forced an Odd Address Trap,
to avoid the reboot, and then I had to remove my account, losing my files.. Because,
like an idiot, I was working on the live system, without a backup. Pretty soon, I
learned how to do backups.

High School... We were lucky to survive some of our mistakes!
GeneralRe: HLOTD (History lesson of the day) Pin
Amarnath S26-Mar-15 13:56
professionalAmarnath S26-Mar-15 13:56 
GeneralRe: HLOTD (History lesson of the day) Pin
Kirk 1038982126-Mar-15 16:10
Kirk 1038982126-Mar-15 16:10 
GeneralRe: HLOTD (History lesson of the day) Pin
Amarnath S26-Mar-15 21:10
professionalAmarnath S26-Mar-15 21:10 
GeneralRe: HLOTD (History lesson of the day) Pin
zephaneas25-Mar-15 6:39
zephaneas25-Mar-15 6:39 
GeneralRe: HLOTD (History lesson of the day) Pin
Gaurav Aroraa25-Mar-15 6:48
professionalGaurav Aroraa25-Mar-15 6:48 
GeneralRe: HLOTD (History lesson of the day) Pin
Pualee25-Mar-15 7:19
Pualee25-Mar-15 7:19 
GeneralRe: HLOTD (History lesson of the day) Pin
iProgramIt25-Mar-15 19:19
professionaliProgramIt25-Mar-15 19:19 
GeneralRe: HLOTD (History lesson of the day) Pin
hevisko26-Mar-15 0:48
hevisko26-Mar-15 0:48 
GeneralRe: HLOTD (History lesson of the day) Pin
Member 983530726-Mar-15 1:34
Member 983530726-Mar-15 1:34 
GeneralRe: HLOTD (History lesson of the day) Pin
Member 1145844026-Mar-15 1:41
Member 1145844026-Mar-15 1:41 
GeneralRe: HLOTD (History lesson of the day) Pin
double bubba26-Mar-15 4:13
double bubba26-Mar-15 4:13 
JokeRe: HLOTD (History lesson of the day) Pin
Kirk 1038982126-Mar-15 6:00
Kirk 1038982126-Mar-15 6:00 
GeneralRe: HLOTD (History lesson of the day) Pin
DaveAuld26-Mar-15 6:20
professionalDaveAuld26-Mar-15 6:20 
GeneralRe: HLOTD (History lesson of the day) Pin
Member 376360826-Mar-15 6:57
Member 376360826-Mar-15 6:57 
GeneralRe: HLOTD (History lesson of the day) Pin
Gary Huck26-Mar-15 9:07
Gary Huck26-Mar-15 9:07 
GeneralRe: HLOTD (History lesson of the day) Pin
obermd26-Mar-15 15:37
obermd26-Mar-15 15:37 
GeneralRe: HLOTD (History lesson of the day) Pin
Robin Bassett27-Mar-15 14:36
Robin Bassett27-Mar-15 14:36 

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.