Computer Science can be taught without a student ever having used a computer; it's a branch of mathematics. Would you expect a mathematician to know what a .tar file is? Reminds me of a quote from one of the most famous Computer Scientists, who was really a mathematician: "Computer Science is no more about computers than astronomy is about telescopes." - E. W. Dijkstra (1930 - 2002)
Should a senior in Comp Sci know what a .tar file is?
41–50 of 53 posts
Re: Should a senior in Comp Sci know what a .tar file is?
#42Re: Should a senior in Comp Sci know what a .tar file is?
#43Earlier quoted context omitted.
What's important is whether this person has any important skills that you care about. Also, it's quite possible to get by under Windows without knowing anything about tar files.
"Getting by under windows" doesn't really scream 'great coder' to me.
Re: Should a senior in Comp Sci know what a .tar file is?
#44To be honest, I still don't completely see the point of tar - isn't it redundant, since zip puts things into an archive anyway? Coming from windows, I never used tar, I just zipped everything. Any now that I am on Linux, I never had the need to tar anything. Untaring thankfully is provided by the Gnome File Explorer. Using Notepad for programming, however, is really odd...
Re: Should a senior in Comp Sci know what a .tar file is?
#45Re: Should a senior in Comp Sci know what a .tar file is?
#46To be honest, I still don't completely see the point of tar - isn't it redundant, since zip puts things into an archive anyway? Coming from windows, I never used tar, I just zipped everything. Any now that I am on Linux, I never had the need to tar anything. Untaring thankfully is provided by the Gnome File Explorer. Using Notepad for programming, however, is really odd...
Other than that, I've just used tar directly in some edge-cases to fit within some constraints.
Re: Should a senior in Comp Sci know what a .tar file is?
#47Re: Should a senior in Comp Sci know what a .tar file is?
#48Re: Should a senior in Comp Sci know what a .tar file is?
#49Earlier quoted context omitted.
OT: I'm in a similar situation: I've 11 years' experience and want to take some CS classes now that I live near Berkeley. Any tips?
I can't speak for Berkeley, but my favorite classes in CS were always the ones on Algorithms and novel languages. Avoid classes that teach syntax, unless the syntax is used to highlight a language feature you have never encountered before, like continuations or currying.
Re: Should a senior in Comp Sci know what a .tar file is?
#50To be honest, I still don't completely see the point of tar - isn't it redundant, since zip puts things into an archive anyway? Coming from windows, I never used tar, I just zipped everything. Any now that I am on Linux, I never had the need to tar anything. Untaring thankfully is provided by the Gnome File Explorer. Using Notepad for programming, however, is really odd...