Turn On -> Nyan Cat. LMAO! Edit: I should have included the URL for context: http://nukaco.la/maniac.html
My GF learned to code in 3 months. This is what she came up with.
51–60 of 113 posts
Re: My GF learned to code in 3 months. This is what she came up with.
#52I really like the skills section http://nukaco.la/skills.html I wish this was standard practice for resumes, even though it's subjective assessment it's really easy to compare relative strengths and weaknesses, for example it's very easy to see "dabbled in haskell, very proficient in garage band" just by glancing
I disagree, because of the subjectivity. For some things, it's fine, but for others, I don't think it's an accurate reflection. For example, what actually quantifies 1/5 of Ruby? And does a 5/5 rating mean you know absolutely everything about it? Is 1/5 of Ruby the same as 1/5 of Python, or soldering, or speaking Icelandic? There's also no improvement from 5/5, but even a master of their craft will know there is alwa…
If I were hiring this person it would take less then 10 questions about one language to figure out where her competency is according to my scale and now (assuming she didn't fudge too much) about her competencies with others (some of which I may not know).
Re: My GF learned to code in 3 months. This is what she came up with.
#53Re: My GF learned to code in 3 months. This is what she came up with.
#54Re: My GF learned to code in 3 months. This is what she came up with.
#55Earlier quoted context omitted.
http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
I didn't sense any Dunning Kruger in her self assessment. Indicators for that state of mind are actually fairly easy to spot, e.g. when you see someone quoting it without any further justification.
Re: My GF learned to code in 3 months. This is what she came up with.
#56Earlier quoted context omitted.
Becoming "fluent" in a programming language is vastly different from becoming "fluent" in a natural language. I hate when people make that comparison. How often does one ask for the etymology of the "if" statement and to what extent is such an understanding required for programming language mastery?
Actually, I think knowing the history and theory behind a language (as appropriate) is very helpful. Particularly, if you're using a language like Haskell or Ocaml, it helps to have at least a vague idea of what a functor actually is and where the idea comes from. (I actually only realized that functors were actually similar ideas in both languages a couple days back.) On the other hand, if you're using a language li…
I could not agree more! Understanding the significance of particular keywords is quite important when failing to do so will affect your ability to successfully use the language. I distinguish that from my argument, which I premised on such knowledge not affecting one's ability to successfully use the language.
Re: My GF learned to code in 3 months. This is what she came up with.
#57Re: My GF learned to code in 3 months. This is what she came up with.
#58Earlier quoted context omitted.
I like it, but in 3 months she got 2/5 in rails, 2/5 in javascript and 2/5 in git? I doubt thats even possible... I've been working with each of those for ~6 years and I'd still only put myself at a 4 and if I was being generous. It's funny the longer you work with something the more you realize how little you understand it. I probably would have put myself at a 2/5 in those categories 5 years ago, but looking back,…
I had an interview that asked me to rate various skills on a 1-5 scale. I think I gave myself a 1 in t-SQL and a 2 in C# even though I had been programming professionally in C# since the .NET beta SDK. I was worried they would pull out some crazy trivia questions and and try to trip me up if I rated myself too high. After I rated myself so low they almost didn't want to continue the interview. I think most places are…
After they answer I ask what they learned last to raise their knowledge along their scale, what they're learning now to try to grow further (if anything, sometimes you're just executing not learning,) and if the candidate is applying for Senior Software Engineer or higher what "gotchas" they typically look for in a junior coworker/employee that would be rated lower on their scale (during a code review, for example.)
I usually get really thoughtful answers and gather a lot of insight about the candidates mastery of the language, mentoring and overall thought process.
Re: My GF learned to code in 3 months. This is what she came up with.
#59I really like the skills section http://nukaco.la/skills.html I wish this was standard practice for resumes, even though it's subjective assessment it's really easy to compare relative strengths and weaknesses, for example it's very easy to see "dabbled in haskell, very proficient in garage band" just by glancing
I like it, but in 3 months she got 2/5 in rails, 2/5 in javascript and 2/5 in git? I doubt thats even possible... I've been working with each of those for ~6 years and I'd still only put myself at a 4 and if I was being generous. It's funny the longer you work with something the more you realize how little you understand it. I probably would have put myself at a 2/5 in those categories 5 years ago, but looking back,…
It would be great to have a standardized rating system based on a few different tiers wrt a language/framework/etc.:
1 - Wrote some really basic code in the language
...
5 - Wrote some really, really advanced code in the language