While reading this article, I find it hard to believe that "Roache says when she began researching this topic, she was thinking a lot about Daniel Pelka". Not to insult the inspiration, but it seems like a lot of other sci-fi related shows have already covered this. The one that is on the top of my mind is "Star Trek: Deep Space 9" ("Hard Time", Season 2, Episode 25) where Miles O'Brien's mind has been altered to create memories of being incarcerated for 20 years on an alien world on charges of espionage and sedition.
Isn't this basically the same thing (except, you know, for actual criminals)?
I have to agree. I am a self taught php programmer for almost 10 years. When I went in for a programming job interview, the employer (who was a programmer turned middle-management) asked me about OOP structures and algorithyms. I really didnt know what to say because I wanted to show off my experiance, but I was a little embarrassed about my lack-of-textbook-knowledge.
Self taught programmers all have unique skills and experiences, but I think the thing that all of them lack (including me) is formal and enterprise-level programming structures (for example, programming for others instead of programming for yourself). The self taught programmers may not have the prettiest code, but "gosh darn it, it works" (most of the time).
I am all for learning code practices and structures through a classroom environment, but only IF the teachers are teaching CURRENT languages and practices in a way that the novice programmers can "invent" their own methods, then learn to apply what they already know to a solidified structure. Its just like learning a new language (like Japanese). If you're not emersed in it, or just study the book examples, you're not really learning. Its only when you can discover what you're doing and learn where and how to apply it instead of just following the examples that you can truly understand and apply what you know to future situations.
amen to that. when finding a "perfect length" cable for certain jobs seems impossible (and after spending so much on shorter lengths and cable extenders), it's much more cheaper to buy your own spools and crimp them yourselves. I've made my own cables for years and I've only had 1 fail in 6 years (which I quickly fixed with the same process I used to make it - it's not that easy to fix a professional cable unless you buy a new one).
I agree. You can look at a webpage and you can look at the source. Only if you know how to "decode" the HTML/CSS/whatever code and get to the content, it shouldn't matter. it's the exact same thing as looking at the page. That's like recording a show on a DVR, then writing down what the News program says. As long as you give credit, it shouldn't matter!
As a web developer, I know that some people can "disguise" the code by loading from remote JS files. However, you can just look on a page and copy the info. Ctrl+A + Ctrl+C, open up Notepad, Ctrl+V. Done. Are you going to sue me for that?
I agree on the fact that a "programming degree" and a "CS Degree" are two different things, but don't forget: most professors who teach the CS/CIS/any programming stuff learned it about 20 years ago and teach the exact same thing. If you really want to know how to program your own stuff, just take a look on the web. Krugle and KodeSearch are two good sources for finding documented code, then just get yourself a compiler (of any sort) and just do a trial-and-error method. I was interested in HTML back in high school, but no other courses (like VB and C++) sparked my interest around coding, so (for web programming) I just browsed the web, and learned from examples, tried out some new methods (like learning the "if" function) and after years of expereince, you just build on it. I would advise, though, that you have a stable source of income to satisify your rent becuase the majority of this stuff is freelanceing.
While reading this article, I find it hard to believe that "Roache says when she began researching this topic, she was thinking a lot about Daniel Pelka". Not to insult the inspiration, but it seems like a lot of other sci-fi related shows have already covered this. The one that is on the top of my mind is "Star Trek: Deep Space 9" ("Hard Time", Season 2, Episode 25) where Miles O'Brien's mind has been altered to create memories of being incarcerated for 20 years on an alien world on charges of espionage and sedition.
Isn't this basically the same thing (except, you know, for actual criminals)?
Reference: http://en.wikipedia.org/wiki/H...
I have to agree. I am a self taught php programmer for almost 10 years. When I went in for a programming job interview, the employer (who was a programmer turned middle-management) asked me about OOP structures and algorithyms. I really didnt know what to say because I wanted to show off my experiance, but I was a little embarrassed about my lack-of-textbook-knowledge. Self taught programmers all have unique skills and experiences, but I think the thing that all of them lack (including me) is formal and enterprise-level programming structures (for example, programming for others instead of programming for yourself). The self taught programmers may not have the prettiest code, but "gosh darn it, it works" (most of the time). I am all for learning code practices and structures through a classroom environment, but only IF the teachers are teaching CURRENT languages and practices in a way that the novice programmers can "invent" their own methods, then learn to apply what they already know to a solidified structure. Its just like learning a new language (like Japanese). If you're not emersed in it, or just study the book examples, you're not really learning. Its only when you can discover what you're doing and learn where and how to apply it instead of just following the examples that you can truly understand and apply what you know to future situations.
This really isn't targeted towards geeks, but it may help you (and her) in the planning. Think of it as "The Knot" for Guys. Trust me: it's working looking in to. My wedding is planned for 2012, and this has gotten me way ahead of the game. http://theplunge.com/ Here's a sample article talking about the reception venue: http://theplunge.com/weddingplanning/how-to-pick-a-venue-for-the-wedding-reception
amen to that. when finding a "perfect length" cable for certain jobs seems impossible (and after spending so much on shorter lengths and cable extenders), it's much more cheaper to buy your own spools and crimp them yourselves. I've made my own cables for years and I've only had 1 fail in 6 years (which I quickly fixed with the same process I used to make it - it's not that easy to fix a professional cable unless you buy a new one).
I agree. You can look at a webpage and you can look at the source. Only if you know how to "decode" the HTML/CSS/whatever code and get to the content, it shouldn't matter. it's the exact same thing as looking at the page. That's like recording a show on a DVR, then writing down what the News program says. As long as you give credit, it shouldn't matter! As a web developer, I know that some people can "disguise" the code by loading from remote JS files. However, you can just look on a page and copy the info. Ctrl+A + Ctrl+C, open up Notepad, Ctrl+V. Done. Are you going to sue me for that?
I agree on the fact that a "programming degree" and a "CS Degree" are two different things, but don't forget: most professors who teach the CS/CIS/any programming stuff learned it about 20 years ago and teach the exact same thing. If you really want to know how to program your own stuff, just take a look on the web. Krugle and KodeSearch are two good sources for finding documented code, then just get yourself a compiler (of any sort) and just do a trial-and-error method. I was interested in HTML back in high school, but no other courses (like VB and C++) sparked my interest around coding, so (for web programming) I just browsed the web, and learned from examples, tried out some new methods (like learning the "if" function) and after years of expereince, you just build on it. I would advise, though, that you have a stable source of income to satisify your rent becuase the majority of this stuff is freelanceing.