Click here to Skip to main content
15,891,372 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.

 
AnswerRe: Why do TAR files always need to be decompressed twice? Pin
lopatir16-Jun-18 18:09
lopatir16-Jun-18 18:09 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
PIEBALDconsult16-Jun-18 18:39
mvePIEBALDconsult16-Jun-18 18:39 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
lopatir16-Jun-18 20:36
lopatir16-Jun-18 20:36 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
Peter Adam18-Jun-18 1:50
professionalPeter Adam18-Jun-18 1:50 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
OriginalGriff16-Jun-18 19:36
mveOriginalGriff16-Jun-18 19:36 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
lopatir16-Jun-18 20:45
lopatir16-Jun-18 20:45 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
Bob100018-Jun-18 1:16
professionalBob100018-Jun-18 1:16 
GeneralRe: Why do TAR files always need to be decompressed twice? PinPopular
kalberts18-Jun-18 3:40
kalberts18-Jun-18 3:40 
Don't make fun of us oldies!

Sure, it was back in the summer of 1978, before I started my studies, I got a summer job in a company where you had to flip switches, deposit, flip switches, deposit... I believe that mini bootstrap was 12 or 14 instructions long, enough to read in the short paper tape with the real bootstrap, so that we could mount the large reel of paper tape with, say, the compiler. For the system software, like the boot, it really wasn't paper, it was either mylar (I never met one who could tear off one of those mylar tapes with his bare hands), or plastic covered aluminum with so sharp edges that it could cut your throat if it got out of control. Some operators used leather gloves as a protection. But they never wore out, even if read a dozen times every day.

On the other hand: If you were lucky enough to need the same program the next morning that you used last the previous day, you didn't have to reload it: The machines had real core memory that retained its contents even if you turned off the power. (One of the guys scoffed semiconductor RAM, insisting that it was a fad: Computer industry will never accept memory that requires power to be constantly on to retain its contents!)

I even flipped switches at the University, but that was in a more specialized context: In one lab exercize we used a 2901 development kit. 2901 was a widely used 4 bit bit slice processor, that you could line up in twos for an 8 bit CPU, four for a 16 bit CPU, eight for a 32 bit CPU. It contained the hard logic, which was controlled by an external microcode RAM. For our lab, we had a 16 bit by 64 words RAM, and we wrote the microcode to read two 4 bit input values and place the sum on the output.

Really knowing what's going on, all the way down to the signal paths, is impossible with the systems of today. Even understanding the operating system thorougly, software only, is out of reach. I must admid that I sometimes long back to those days when everything could be understood, you had a feeling of mastering it all, you never left anything to automagic mechanisms you would simply have to trust in blind faith. The nearest you'll get today is in embedded programming, coding plain C on, say, an ARM M0. I did that for a few years, and it felt as if nostalgia had turned real Smile | :)
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
bleahy4818-Jun-18 4:16
bleahy4818-Jun-18 4:16 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
hevisko18-Jun-18 0:26
hevisko18-Jun-18 0:26 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
kalberts18-Jun-18 3:52
kalberts18-Jun-18 3:52 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
Super Lloyd16-Jun-18 19:58
Super Lloyd16-Jun-18 19:58 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
Paul Sanders (the other one)17-Jun-18 20:29
Paul Sanders (the other one)17-Jun-18 20:29 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
megaadam17-Jun-18 0:31
professionalmegaadam17-Jun-18 0:31 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
Maximilien17-Jun-18 1:11
Maximilien17-Jun-18 1:11 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
Keith Barrow17-Jun-18 23:28
professionalKeith Barrow17-Jun-18 23:28 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
svella18-Jun-18 2:43
svella18-Jun-18 2:43 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
vtokar18-Jun-18 4:37
vtokar18-Jun-18 4:37 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
Bard17-Jun-18 3:25
Bard17-Jun-18 3:25 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
enhzflep17-Jun-18 10:18
enhzflep17-Jun-18 10:18 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
kalberts17-Jun-18 22:12
kalberts17-Jun-18 22:12 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
hpcoder217-Jun-18 20:08
hpcoder217-Jun-18 20:08 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
pmauriks17-Jun-18 20:54
pmauriks17-Jun-18 20:54 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
PhM3317-Jun-18 21:19
professionalPhM3317-Jun-18 21:19 
GeneralRe: Why do TAR files always need to be decompressed twice? Pin
Joop Eggen18-Jun-18 4:16
Joop Eggen18-Jun-18 4:16 

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.