Live data from Hacker News

Poll: Do you have a CS degree?

news.ycombinator.com

131–140 of 176 posts

Re: Poll: Do you have a CS degree?

#131

I have a non-cs degree (film making) and I am a CS undergrad... Here in Brazil it is very hard to get a job without a diploma, no matter your resumé and past works.

I'm from Brazil (SP), I'm a computer engineering dropout studying / developing by myself for 1.5y and I'm having pretty great offers... Please contact me.

I'm also cool and lazy. Please contact me.

Re: Poll: Do you have a CS degree?

#134
post #119

I have a traditional, theoretical-focused CS degree, which I followed up with a more practical CS master's and half a PhD in natural language processing. I dropped out of the PhD to do a startup. I do not currently program for my job - I'm a product manager - so this is a counterpoint to the "no CS degree but I rock at programming" responses. I'm actually a mediocre programmer, but an excellent improviser and duct-ta…

I feel like computer science is like music - if you complete your PhD without getting recruited by industry, it shows that something is wrong.

Re: Poll: Do you have a CS degree?

#135

Was in a Computer Engineering program but wound up dropping out due to a bout with clinical depression. The school was a big state school and poor fit for me anyway. I don't do well in 3000-student lecture classes with no personal connection to the teacher. My mom still wants me to finish a degree someday, but at almost 32 years old my work experience is worth a lot more, and I'm pretty sure any company that wouldn't…

I too am currently having the same problem. I am attending a very large state school (over 40,000 students) and I am struggling to connect with people. I also have severe depression and OCD which prevents me from getting things done. I feel very disappointed in myself and in my life because I was having high expectations about how awesome college would be after a crappy high school experience.

> I am attending a very large state school (over 40,000 students) and I am struggling to connect with people.

Though the crowd might make you uncomfortable, you can take solace in the fact that you need not connect with all of them. Friends, or close friends, are mostly in single digit for most people.

> I also have severe depression and OCD which prevents me from getting things done.

Letting the mind wander isn't a bad thing, provided you get some stuff done as well. Plan for small tasks which you can get done. Are you familiar with lexers and parser? Implement an infix(a+b) to postfix(ab+) converter, where `a+b` can be an arbitrarily complex expression. Learning Python? Build a web app which takes a movie name as an input(use any web framework), searches twitter for mentions(use urlliib2 or equivalent), classifies tweets as negative/positivie(simple bayes classifier or use a library) and assigns a rating to the movie.

These are just examples. Getting things done makes you feel good and can help you counter the "disappointment" you mention.

Re: Poll: Do you have a CS degree?

#136
Finishing a degree with majors in systems engineering and physics. I'm not a computer scientist, but I know math damn well and can program well enough that I can pick up any languages I need, so I feel competitive for CS jobs. Plus, through classes in OR, physics, etc. I have a background in applied programming. It's not the same as a computer science degree, but if you ask a CS major to reverse-engineer the Google Maps algorithm, there is a lot of nuanced mathematics, optimization, heuristics, etc. that exceed the core curriculum.

Re: Poll: Do you have a CS degree?

#137

My degree is in fine art, with a concentration in design (and a minor in art history). I started out as "designer who can do a bit of development" and over the years, that's changed to "developer who can design." I didn't plan it that way, it's just where the work has taken me, and I do enjoy programming slightly more, I think (maybe - I love both). I've engaged in a ton of self-directed learning and have been fortun…

I'm also a fine arts grad gone tech. I feel like a total outsider in this world but can't help being fascinated by it. I hope that those with an education that emphasises communication and aesthetics can bring something new to the tech world.

Re: Poll: Do you have a CS degree?

#138

what is the US definition of "degree"? Bachelors or Master? I'm a B.Sc. in CS, Master is on the way.

a degree in the US pretty much only means a bachelors unless there's an adjective in front of it. if you mean a masters degree, then you refer to it as a masters or a master's degree or a graduate degree. if you mean a ph.d you call it a phd or a doctorate or maybe a graduate degree, if there's no need to differentiate between masters and doctorates.

every now and then a degree will refer to a high school degree, but usually people say diploma or high school diploma, not degree.

in the US a bachelor's is at least 4 years of work (some degrees like architecture require 5) and from what my european friends (sample size master's degrees usually take about 2 years to complete. some require a thesis like a doctorate, but many just require taking classes. if you are combining a masters with a bachelors degree within the same program at the same school, then usually a masters only takes 1 year instead of two.

Re: Poll: Do you have a CS degree?

#139
post #67

Degree in Computer Engineering. 5 year program covering how a computer works inside, culminating in designing ad building your own computer from scratch (I mean literally from scratch, just wires and basic AND/OR/NOT gates) to make a Von Numen like architecture with a basic (also from scratch) OS. I definitely learned more practical stuff from that to help me in every day software design than I would with a CS degree…

Most university engineering departments were torn between creating a new discipline (Computer Engineering) versus keeping the original Electrical Engineering designation and allowing students to take elective CS courses. It seems like such a trivial issue since most universities (I believe) now offer the distinction, but 20 years ago you would probably have been joining the 'young' Computer Engineering discipline. As…

berkeley does the same thing: eecs.berkeley.edu

Re: Poll: Do you have a CS degree?

#140
post #61

Out of high school I went to pursue a Computer Science degree because I wanted to be a programmer. First year was a lot of math, calculus and the like. First year computer science courses were kinda cool and fun, they used Scheme, a functional programming language to teach concepts. I kept telling myself though, that upper year would be more programming/cs and less math. Boy, was I wrong. Upper year "computer" scienc…

did you go to berkeley, by any chance?
Post reply on HN