Only a few data points as an outside observer, but... 1 - The people I've seen doing it are learning A LOT - more than another online program I've seen. 2 - They're also working A LOT - it intrudes on all aspects of their personal life. It's as much or more work than doing an in person CS degree. 3 - The folks I know don't have CS undergrads, which also makes it more difficult. Net - it can be worth it if you missed…
Ask HN: Is Georgia Tech's Online Master in CS Worth It?
81–90 of 220 posts
Re: Ask HN: Is Georgia Tech's Online Master in CS Worth It?
#82Earlier quoted context omitted.
No, they admit people without a BS in CS but I think they want to make sure you'll be able to succeed in the program. So it helps to have professional software engineering experience or some other coursework.
From: http://www.omscs.gatech.edu/program-info/admission-criteria > however, work experience will not take the place of an undergraduate degree.
Re: Ask HN: Is Georgia Tech's Online Master in CS Worth It?
#83Re: Ask HN: Is Georgia Tech's Online Master in CS Worth It?
#84Logging in as a throwaway. The program only costs $5k but it was one of the most expensive things I've done in my life. Got a job at Google directly because of this program (a few classes like CCA helped a lot with interviews). I'm aware of at least a couple dozen of us from OMS here. The program cost me dearly. It cost me my relationship with the SO and it cost me my health (staying up late nights, lots of coffee).…
Is there a way to stretch this to 3-4 years so that things aren't as compressed?
Re: Ask HN: Is Georgia Tech's Online Master in CS Worth It?
#85Logging in as a throwaway. The program only costs $5k but it was one of the most expensive things I've done in my life. Got a job at Google directly because of this program (a few classes like CCA helped a lot with interviews). I'm aware of at least a couple dozen of us from OMS here. The program cost me dearly. It cost me my relationship with the SO and it cost me my health (staying up late nights, lots of coffee).…
Re: Ask HN: Is Georgia Tech's Online Master in CS Worth It?
#86I don't know how it would be looked at in Brazil or what the economic cost/benefit are in terms of your own income. I did know a few folks from the University of Sao Paulo that did grad and postdoc work while I was at GT though, so clearly some people are aware of GT in Brazil. That might be another avenue to get opinions from. I would be interested to hear how the costs compare to an institution that was local to you.
Re: Ask HN: Is Georgia Tech's Online Master in CS Worth It?
#87Here are my thoughts on what people need to succeed as an OMCS student:
* Be able to program in C, C++, Python and Java at an intermediate level. And, know one of these very well.
* Be able to use a debugger (GDB) and valgrind.
* Be able to administer and configure Linux systems.
* Understand data structures and examples (std::set in C++ is RB Tree backed, std::unordered_set is hash table backed)
* Understand basic networking concepts and key technologies (TCP, UDP, IP, switching, routing, etc.).
* Understand the x86 computer in general.
Finally, I think some of the classes are meant to weed students out. People may think that 'Intro to Graduate Operating Systems' would be an easy first course for CS beginners. It's not (unless they've changed it). It was primarily about writing multi-threaded clients, servers, caches and proxies in C, using shared memory (IPC, POSIX Shared Memory) and various other C/thread projects until you become a half-way decent C programmer. They deduct points for working code that has any errors (memory leaks, etc.) too. So don't be surprised if a seemingly easy OMCS course turns into... I had no idea. I'm going to have to drop this course. I saw that happen to several students.I've done well so far, but I have the programming/logic background to do the work. If you don't, brush up on the skills listed above before enrolling.
Edit: The class projects are a lot of work. Be prepared to give-up your weekends and evenings. Even if you know the material and the language, it's a job to get through some of the projects.
Re: Ask HN: Is Georgia Tech's Online Master in CS Worth It?
#88If you haven't been working as a software developer long and you don't have a background in CS, it's going to be difficult. I'm about halfway through and many of the classes assume that you have the equivalent of an undergrad CS degree. It's not intended to replace an undergrad degree. That doesn't mean you can't do it, but your going to spend a lot of time catching up. From what I've seen, the students without a CS…
Plus, I have a very good job already and it's not like an MSCS would help me get to the next step at all. Most of why I want one is to prove to myself I could get one. Probably the wrong reasons.
Re: Ask HN: Is Georgia Tech's Online Master in CS Worth It?
#89Logging in as a throwaway. The program only costs $5k but it was one of the most expensive things I've done in my life. Got a job at Google directly because of this program (a few classes like CCA helped a lot with interviews). I'm aware of at least a couple dozen of us from OMS here. The program cost me dearly. It cost me my relationship with the SO and it cost me my health (staying up late nights, lots of coffee).…
> * $5k cheap, it's nothing, the real way you pay for it is via your time. Is there a way to stretch this to 3-4 years so that things aren't as compressed?
Re: Ask HN: Is Georgia Tech's Online Master in CS Worth It?
#90Are there any equivalent online PhD programs that are any good?