Earlier quoted context omitted.
> being able to solve real problems, soft skills and breaking problems into parts. As well as the ability to self learn and research You are implying, that most people can do that. I think only about 15% of adults can do what you listed.
And only about 50% of people employed as programmers.
Teach Yourself Computer Science
261–270 of 273 posts
Re: Teach Yourself Computer Science
#262One thing I'm always amazed by when casually talking to people about what I do is how they don't think they can do it. Many people think that software engineering and programming are some inscrutable thing. Sometimes I try to tell them that it is nothing special, it doesn't take a mega genius or math expert to do it. That the most important skill is just being able to solve real problems, soft skills and breaking pro…
Agree. This is a skill that can be acquired. No great computers scientists or programmers are born, they are made. Unfortunately, a vibrant interest and curiosity in core skills of mathematics, logic, and even writing (communications) is pounded out of lot of people early in life, and it makes computing seem inscrutable, unattainable and probably even boring.
Re: Teach Yourself Computer Science
#263Earlier quoted context omitted.
I wonder if there's any TeachYourself Medicine resources?
That would be very dangerous, albeit useful. Making a diagnosis and giving a therapy have different consequences than programming SW and executing code
Re: Teach Yourself Computer Science
#264Earlier quoted context omitted.
> Many people think that software engineering and programming are some inscrutable thing It's not inscrutable, but it's not something everyone can do. And among those who can , not all of them necessarily enjoy it. It takes a high enough IQ (whatever reservations you might have about IQ tests, there's no doubt they match with programming ability) as well as an appropriate disposition. I mean you wouldn't expect every…
> whatever reservations you might have about IQ tests, there's no doubt they match with programming ability If you happen to have some article or research in mind it'd be interesting to read (Or maybe you read sth long ago and didn't save any links / references)
Re: Teach Yourself Computer Science
#265Earlier quoted context omitted.
> whatever reservations you might have about IQ tests, there's no doubt they match with programming ability If you happen to have some article or research in mind it'd be interesting to read (Or maybe you read sth long ago and didn't save any links / references)
Have you taken or even just looked at an IQ test? The kind of things they make you do just look like the type of tasks a programmer has to handle day in and out.
I would expect good results to be strongly correlated with an ability to learn and be good at software -- and therefore I was curious about if you had read something related to that.
> just look like the type of tasks a programmer...
Hmm, I think RPM looks very different from writing code. Maybe you had other tests in mind? (Then I'm curious about which?)
Re: Teach Yourself Computer Science
#266Re: Teach Yourself Computer Science
#267One thing I'm always amazed by when casually talking to people about what I do is how they don't think they can do it. Many people think that software engineering and programming are some inscrutable thing. Sometimes I try to tell them that it is nothing special, it doesn't take a mega genius or math expert to do it. That the most important skill is just being able to solve real problems, soft skills and breaking pro…
> the most important skill is just being able to solve real problems, soft skills and breaking problems into parts. As well as the ability to self learn and research. Seeing a very non-technical friend of mine being completely immersed in games like "Factorio" and "Satisfactory" where the entire game is essentially just putting constantly more complex and valuable resources together in automated ways is fascinating t…
This could also explain why many would rather just play games than solve real-world problems when they come home from work. It requires a bit of discipline, desire and resolve I would say. But one should also realize that the rewards of actually going out to solve real-world problems and interact with real people are so much sweeter than the virtual rewards you earn in simplified and idealized games, in many aspects. I would also say that while many don't do it at home, there are still many people that do, and do an amazing job at it.
Re: Teach Yourself Computer Science
#268Earlier quoted context omitted.
I strongly recommend OSSU! Both books and MOOCs have their place, and sometimes a MOOC is easier to stay motivated, provided a schedule, and exercises of appropriate number and difficulty. I really like reading books too, but sometimes the completion-ist part of me is too strong and I shouldn't really do all the exercises.
In comparison with teachyourselfcs OSSU looks lame, serious. Structured badly, tons of links & strange YouTube channels. TYCS has chapters and 2-3 best resources about, ideal for this case. For beginners I highly recommend Harvard CS50, the best of the best course available for free and paid too.
Dan Grossman from the University of Washington has an excellent course Programming Languages on Coursera: https://www.coursera.org/learn/programming-languages/, which I think would be far more relevant to modern programmers than studying compilers specifically. And I'm glad to see this course listed under the "Core Programming" section of OSSU.
Re: Teach Yourself Computer Science
#269Whenever i have someone ask me where to get started on CS - i give them a few options tiered to try and ensure some stickiness/higher utility for them specifically. ~Some Existing Touch Point With CS Teachyourselfcs.com is definitely in the conversation - in general I recommend it to friends who have a pre-existing "gateway" to the field (software engineer or otherwise). The page talks about progressing from "type 2"…
Re: Teach Yourself Computer Science
#270Has anyone here learned a subject by going through one of these "teach yourself" lists? I've learned most of what I know about computers on my own, but it wasn't from following a list of textbooks. And when I've tried to follow a course like this for other subjects, despite my initial interest, I've found myself unable to make it through more than a couple chapters of the first textbook before running out of steam. B…