Click here to Skip to main content
15,885,435 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: RIP - Sabine Schmitz Pin
Leo5625-Mar-21 21:49
Leo5625-Mar-21 21:49 
NewsNew DDR5 technology much faster than DDR4 or other DDR5 options Pin
Cp-Coder25-Mar-21 3:12
Cp-Coder25-Mar-21 3:12 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Mike Hankey25-Mar-21 3:32
mveMike Hankey25-Mar-21 3:32 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Daniel Pfeffer25-Mar-21 3:38
professionalDaniel Pfeffer25-Mar-21 3:38 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Mike Hankey25-Mar-21 3:41
mveMike Hankey25-Mar-21 3:41 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Kirk 1038982130-Mar-21 19:18
Kirk 1038982130-Mar-21 19:18 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Daniel Pfeffer30-Mar-21 21:02
professionalDaniel Pfeffer30-Mar-21 21:02 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Kirk 1038982131-Mar-21 8:12
Kirk 1038982131-Mar-21 8:12 
Experience Matters.

But I also blame managers. I had a manager in t he 1980s who taught me a lot.
But we were struggling to get the batch process that should finish over the weekend to finish my Monday Night/Tuesday Morning.

One OLD (and long gone) developer, wrote a faster version of the update programs. It was a 2 pass system, once would read a tape, and merge with the file, the other would loop over and rebuild all of the handmade index files for fast searching. One problem was that errors on the tape caused corruption, which caused us to restore the master file, which took the ONLY tape drive off line.

I had a different idea. One pass. Write an entire new set of files. Completely restartable without a restore, and the resulting "new" files were being created while tape access was relatively slow anyways. It simply required enough free space for one extra master file (which, we had).

On the back of the envelope, I calculated that this this reduces "reads" by at least 2.
The second week, the master file would be in the same order as the tape (which removed a need for an index file, I was forced to keep), and the sequential read of that file would be much faster.

The manager REALLY WANTED me to fix the OLD 2-pass version, so they did not have to claim the loss of investment???? (Sunk Cost Anyone???) I was a teenager still, and without his blessing, I stayed late, 1-2 hrs every night, and worked on weekends to write the first version of this...

It was MORE than 2 times faster. Especially with the new sort. We were finishing on Saturday nights, or Sunday Eve... No more Mondays (in the end)...

The reward, when I showed him the beta version/Proof of concept. they TOOK the project from me, and handed it to a less competent developer who crippled the speed, and I had to save it. Get it online, and PREVENTED them from taking it away, until they ACKNOWLEDGED the benefits!

My Reward, No bonus, and a tiny raise less than COLA... The excuse "you were not a good team player!
And we did not get ALL of the benefits you said" (using my absolute best case, not the base case).

So, SOMETIMES... It's Management.

In 2+ years, I learned a CAREERS worth!

GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Daniel Pfeffer31-Mar-21 9:19
professionalDaniel Pfeffer31-Mar-21 9:19 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Richard MacCutchan25-Mar-21 4:37
mveRichard MacCutchan25-Mar-21 4:37 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Mike Hankey25-Mar-21 4:39
mveMike Hankey25-Mar-21 4:39 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
matblue2526-Mar-21 7:07
professionalmatblue2526-Mar-21 7:07 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
dandy7225-Mar-21 10:49
dandy7225-Mar-21 10:49 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Mike Hankey25-Mar-21 10:53
mveMike Hankey25-Mar-21 10:53 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
James Lonero26-Mar-21 7:14
James Lonero26-Mar-21 7:14 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
James Lonero26-Mar-21 7:12
James Lonero26-Mar-21 7:12 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
harold aptroot25-Mar-21 3:36
harold aptroot25-Mar-21 3:36 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Dan Neely25-Mar-21 9:43
Dan Neely25-Mar-21 9:43 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
W Balboos, GHB25-Mar-21 3:56
W Balboos, GHB25-Mar-21 3:56 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
theoldfool25-Mar-21 7:02
professionaltheoldfool25-Mar-21 7:02 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Dan Neely25-Mar-21 10:02
Dan Neely25-Mar-21 10:02 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Tim Yen25-Mar-21 20:41
Tim Yen25-Mar-21 20:41 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
W Balboos, GHB26-Mar-21 1:01
W Balboos, GHB26-Mar-21 1:01 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
Stepan Hakobyan25-Mar-21 22:34
professionalStepan Hakobyan25-Mar-21 22:34 
GeneralRe: New DDR5 technology much faster than DDR4 or other DDR5 options Pin
honey the codewitch25-Mar-21 22:15
mvahoney the codewitch25-Mar-21 22:15 

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.