Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. What's a degree anyway?

What's a degree anyway?

Scheduled Pinned Locked Moved The Lounge
databasequestion
35 Posts 18 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Kyle Sponable

    Not much else to do while wasting your time in an airport.

    N Offline
    N Offline
    Nagy Vilmos
    wrote on last edited by
    #11

    I think you'll find it's while getting wasted :-D


    Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

    K 1 Reply Last reply
    0
    • D David1987

      Thinking back about what I learned at university, it was neither language specific things (a little Java in the first year to get you started if you had never programmed) nor in-depth actual Computer Science. What was it then? I don't know. But I do know that at least 90% of what I know about computer science is stuff I learned in my own time.

      G Offline
      G Offline
      gavindon
      wrote on last edited by
      #12

      David1987 wrote:

      90% of what I know about computer science is stuff I learned in my own time.

      Same here for sure. I took multiple classes in Java, C++, python, VB and very few to none in things like structures, logarithms.algorithms etc.. So I learned what a freakin variable was in 5 damn languages. lots of use that was when I need to do something in depth that I had never heard of.. I have spent way more time and learned far more outside of classes. At this point the joke of a degree is only worth the paper it was printed on, I took it upon myself to make it worth more. a lot of my classmates did not, and they are working at walmart and the apple store(yes I had to go there the other day and seen one.. lol) while I am programming and about to become the IT Director at a company I have been at for 3 months. (and only 7 months out of school at that, with an associates)

      Programming is a race between programmers trying to build bigger and better idiot proof programs, and the universe trying to build bigger and better idiots, so far... the universe is winning. Be careful which toes you step on today, they might be connected to the foot that kicks your butt tomorrow. You can't scare me, I have children.

      modified on Thursday, August 18, 2011 2:27 PM

      D 1 Reply Last reply
      0
      • W wizardzz

        http://ocw.mit.edu/index.htm[^] MIT offers all class materials online, for free. You just don't get a degree. I say awesome. [Probably a repost]

        "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson My comedy.

        J Offline
        J Offline
        Jim Crafton
        wrote on last edited by
        #13

        Interesting. Have you watched any of it? If so what did you think of it?

        ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow

        W 1 Reply Last reply
        0
        • G gavindon

          I went to a well known but highly maligned school. They deserve the reputation in a lot of ways but what I found interesting in comparison was this. Looking through the course list MIT has posted there, I see relatively few actual language specific programming classes compared to what I did in my school. However I do see MANY more programming classes in regards to structure, algorithms etc.. the core of programming that you must use in any language.. Huge difference. And I think I would have liked it better doing it MIT's way. hell you can learn a language easily enough if you actually know how to program. Looks like I'm "going back to school" for the next few months. I've already picked out a handful of those courses I'm going to work through for my own benefit.

          Programming is a race between programmers trying to build bigger and better idiot proof programs, and the universe trying to build bigger and better idiots, so far... the universe is winning. Be careful which toes you step on today, they might be connected to the foot that kicks your butt tomorrow. You can't scare me, I have children.

          L Offline
          L Offline
          lewax00
          wrote on last edited by
          #14

          My school's CS curriculum focuses much more on concepts. There's Intro to Programming (in C++ or Java, your choice...and Fortran and Matlab if you're not CS) but beyond that there's very few language specific classes (only one I can think of is an "advanced Java" course), although most classes require assignments in a specific language (so far mostly Java X| ). Everything else is concepts, like the fundamentals of processors, programming languages in general and compilers, algorithms, the software development process, etc.

          1 Reply Last reply
          0
          • G gavindon

            David1987 wrote:

            90% of what I know about computer science is stuff I learned in my own time.

            Same here for sure. I took multiple classes in Java, C++, python, VB and very few to none in things like structures, logarithms.algorithms etc.. So I learned what a freakin variable was in 5 damn languages. lots of use that was when I need to do something in depth that I had never heard of.. I have spent way more time and learned far more outside of classes. At this point the joke of a degree is only worth the paper it was printed on, I took it upon myself to make it worth more. a lot of my classmates did not, and they are working at walmart and the apple store(yes I had to go there the other day and seen one.. lol) while I am programming and about to become the IT Director at a company I have been at for 3 months. (and only 7 months out of school at that, with an associates)

            Programming is a race between programmers trying to build bigger and better idiot proof programs, and the universe trying to build bigger and better idiots, so far... the universe is winning. Be careful which toes you step on today, they might be connected to the foot that kicks your butt tomorrow. You can't scare me, I have children.

            modified on Thursday, August 18, 2011 2:27 PM

            D Offline
            D Offline
            David1987
            wrote on last edited by
            #15

            Logarithms? :)

            G 1 Reply Last reply
            0
            • G gavindon

              I went to a well known but highly maligned school. They deserve the reputation in a lot of ways but what I found interesting in comparison was this. Looking through the course list MIT has posted there, I see relatively few actual language specific programming classes compared to what I did in my school. However I do see MANY more programming classes in regards to structure, algorithms etc.. the core of programming that you must use in any language.. Huge difference. And I think I would have liked it better doing it MIT's way. hell you can learn a language easily enough if you actually know how to program. Looks like I'm "going back to school" for the next few months. I've already picked out a handful of those courses I'm going to work through for my own benefit.

              Programming is a race between programmers trying to build bigger and better idiot proof programs, and the universe trying to build bigger and better idiots, so far... the universe is winning. Be careful which toes you step on today, they might be connected to the foot that kicks your butt tomorrow. You can't scare me, I have children.

              M Offline
              M Offline
              Maximilien
              wrote on last edited by
              #16

              At Université de Montreal (not the engineering school) , the CS bachelor is mostly oriented towards theory and not proper language teaching; so much that a lot of students who got in expecting to do a lot of programming ended up quitting after 1 year; and rest of us who survived did not really know any real languages (other than specialised languages like prolog, simula, miranda, VHDL, ... )when we graduated.

              Watched code never compiles.

              1 Reply Last reply
              0
              • W wizardzz

                http://ocw.mit.edu/index.htm[^] MIT offers all class materials online, for free. You just don't get a degree. I say awesome. [Probably a repost]

                "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson My comedy.

                Mike HankeyM Offline
                Mike HankeyM Offline
                Mike Hankey
                wrote on last edited by
                #17

                Outstanding thanks.

                A girl phoned me and said, 'Come on over. There's nobody home.' I went over. Nobody was home! Rodney Dangerfield

                1 Reply Last reply
                0
                • W wizardzz

                  http://ocw.mit.edu/index.htm[^] MIT offers all class materials online, for free. You just don't get a degree. I say awesome. [Probably a repost]

                  "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson My comedy.

                  R Offline
                  R Offline
                  rnbergren
                  wrote on last edited by
                  #18

                  Not sure I Want to watch the programming theory stuff but some of that other stuff looks amazing. Of course I do the programming theory stuff all day long.

                  To err is human to really mess up you need a computer

                  OriginalGriffO 1 Reply Last reply
                  0
                  • D David1987

                    Logarithms? :)

                    G Offline
                    G Offline
                    gavindon
                    wrote on last edited by
                    #19

                    sigh... algorithms.. I also did not take typing classes... :laugh:

                    Programming is a race between programmers trying to build bigger and better idiot proof programs, and the universe trying to build bigger and better idiots, so far... the universe is winning. Be careful which toes you step on today, they might be connected to the foot that kicks your butt tomorrow. You can't scare me, I have children.

                    K 1 Reply Last reply
                    0
                    • W wizardzz

                      http://ocw.mit.edu/index.htm[^] MIT offers all class materials online, for free. You just don't get a degree. I say awesome. [Probably a repost]

                      "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson My comedy.

                      R Offline
                      R Offline
                      Reiss
                      wrote on last edited by
                      #20

                      My tripos was in natural science rather than computing, which is difficult to learn outside of a university setting. A degree doesn't make you intelligent (I believe that intelligence is a matter of nature), but it does give you an opportunity to gain knowledge in a structured way - people learn in different ways, but here in the UK so many people now go to university, that without a degree you will struggle to get a good job without nepotism. :sigh:

                      W 1 Reply Last reply
                      0
                      • R Reiss

                        My tripos was in natural science rather than computing, which is difficult to learn outside of a university setting. A degree doesn't make you intelligent (I believe that intelligence is a matter of nature), but it does give you an opportunity to gain knowledge in a structured way - people learn in different ways, but here in the UK so many people now go to university, that without a degree you will struggle to get a good job without nepotism. :sigh:

                        W Offline
                        W Offline
                        wizardzz
                        wrote on last edited by
                        #21

                        Even more sad, in the U.S. I find this to be the case:

                        Reiss wrote:

                        but here in the UK so many people now go to university, that without a Masters degree you will struggle to get a good job without nepotism

                        "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson My comedy.

                        1 Reply Last reply
                        0
                        • W wizardzz

                          http://ocw.mit.edu/index.htm[^] MIT offers all class materials online, for free. You just don't get a degree. I say awesome. [Probably a repost]

                          "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson My comedy.

                          J Offline
                          J Offline
                          Jason Hooper
                          wrote on last edited by
                          #22

                          I can't wait to do the AI course offered here[^]. Also, I highly recommend taking a look through this site: http://www.khanacademy.org/[^]

                          Jason

                          L 1 Reply Last reply
                          0
                          • N Nagy Vilmos

                            I think you'll find it's while getting wasted :-D


                            Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

                            K Offline
                            K Offline
                            Kyle Sponable
                            wrote on last edited by
                            #23

                            I flew drunk once and never again that was the worst headache The turbulence was not very well appreciated either.

                            OriginalGriffO N 2 Replies Last reply
                            0
                            • G gavindon

                              sigh... algorithms.. I also did not take typing classes... :laugh:

                              Programming is a race between programmers trying to build bigger and better idiot proof programs, and the universe trying to build bigger and better idiots, so far... the universe is winning. Be careful which toes you step on today, they might be connected to the foot that kicks your butt tomorrow. You can't scare me, I have children.

                              K Offline
                              K Offline
                              Kyle Sponable
                              wrote on last edited by
                              #24

                              I agree oh well I guess paper does not automatically mean a degree is worth anything. Market Saturation for the fail

                              1 Reply Last reply
                              0
                              • J Jason Hooper

                                I can't wait to do the AI course offered here[^]. Also, I highly recommend taking a look through this site: http://www.khanacademy.org/[^]

                                Jason

                                L Offline
                                L Offline
                                lewax00
                                wrote on last edited by
                                #25

                                I'm taking AI starting next week. (Not the online one you linked to, although our textbook is the one mentioned in the article) AI is the primary reason I'm enrolling in the combined BS+MS program here, all the cool AI courses are graduate level (the AI course itself being the only exception, although it can also be taken for grad level credit).

                                1 Reply Last reply
                                0
                                • K Kyle Sponable

                                  I flew drunk once and never again that was the worst headache The turbulence was not very well appreciated either.

                                  OriginalGriffO Offline
                                  OriginalGriffO Offline
                                  OriginalGriff
                                  wrote on last edited by
                                  #26

                                  The problems I always had with flying drunk was that when you arrived, you either had to deal with Customs and Immigration with a hangover, or while still drunk. Neither works very well... :laugh:

                                  Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."

                                  "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                                  "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                                  S 1 Reply Last reply
                                  0
                                  • R rnbergren

                                    Not sure I Want to watch the programming theory stuff but some of that other stuff looks amazing. Of course I do the programming theory stuff all day long.

                                    To err is human to really mess up you need a computer

                                    OriginalGriffO Offline
                                    OriginalGriffO Offline
                                    OriginalGriff
                                    wrote on last edited by
                                    #27

                                    Doesn't mean it isn't worth a quick scan - it is surprisingly easy to forget something interesting / important if you just don't use it...

                                    Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."

                                    "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                                    "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                                    1 Reply Last reply
                                    0
                                    • K Kyle Sponable

                                      I flew drunk once and never again that was the worst headache The turbulence was not very well appreciated either.

                                      N Offline
                                      N Offline
                                      Nagy Vilmos
                                      wrote on last edited by
                                      #28

                                      I flew sober once...


                                      Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett

                                      K 1 Reply Last reply
                                      0
                                      • J Jim Crafton

                                        Interesting. Have you watched any of it? If so what did you think of it?

                                        ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow

                                        W Offline
                                        W Offline
                                        wizardzz
                                        wrote on last edited by
                                        #29

                                        No, just had it sent my way while at work. I'll have to look at it more over the weekend.

                                        "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson My comedy.

                                        1 Reply Last reply
                                        0
                                        • D David1987

                                          A license to get a job.

                                          W Offline
                                          W Offline
                                          wizardzz
                                          wrote on last edited by
                                          #30

                                          Shouldn't be though: http://www.insidehighered.com/news/2011/01/18/study_finds_large_numbers_of_college_students_don_t_learn_much[^]

                                          "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson My comedy.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups