Live data from Hacker News

Should a senior in Comp Sci know what a .tar file is?

news.ycombinator.com

1–10 of 53 posts

Should a senior in Comp Sci know what a .tar file is?

#1
Today at work I met an intern who happened to be a senior in computer science at a well-known area college. While helping them to get started on an assignment, it struck me as odd when they were working in Notepad, double-clicking what were obviously command-line programs, and didn't know what a .tar file was.

Who is to blame here? Clearly the student doesn't have a passion for what they are studying. On the other hand, how does a computer science department let students go nearly 4 years without exposure to things like UNIX-like operating systems?

Re: Should a senior in Comp Sci know what a .tar file is?

#3
eh

I don't really feel that a professor should go through and explain common filetypes, that really isn't computer science.

However, if a 21 year old is passionate about programming, they will have come into contact with a command line and tar files on their own obviously.

Re: Should a senior in Comp Sci know what a .tar file is?

#7
post #5
post #2

This isn't a big deal.

Why isn't it?

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.

Re: Should a senior in Comp Sci know what a .tar file is?

#8
post #3

eh I don't really feel that a professor should go through and explain common filetypes, that really isn't computer science. However, if a 21 year old is passionate about programming, they will have come into contact with a command line and tar files on their own obviously.

Agreed. It's not the school's responsibility to teach a student what a .tar is, but if the kid is doing any programming out of personal interest he should have come across it.

In my experience, CS students who know what they are doing are usually using Mac or Linux by the time they graduate.

Post reply on HN