If you really care which programming languages I already know or which applications I have used before, I can only assume that you're overlooking my ability to quickly pick up new technologies and adjust to new ways of thinking. I would encourage you to correct this, as it is a mistake. I know it's tongue in cheek, but my god does the current generation not have any humility at all? This is going to ruin your world v…
The reverse job applicant
91–100 of 312 posts
Re: The reverse job applicant
#92If you really care which programming languages I already know or which applications I have used before, I can only assume that you're overlooking my ability to quickly pick up new technologies and adjust to new ways of thinking. I would encourage you to correct this, as it is a mistake. I know it's tongue in cheek, but my god does the current generation not have any humility at all? This is going to ruin your world v…
I don't have a problem with the guy asserting that he can pick up new technologies quickly, as long as he expects he will only be offered entry-level positions. You do not write Python the way Shakespeare wrote prose after six months.
I do however have problem with him not providing anything to back up his assertion. But he probably figures in a tight job market he needs to find a way to stand out, and this is it.
Re: The reverse job applicant
#93Earlier quoted context omitted.
Hm. 'Fraid I don't see what a sense of entitlement has to do with the difficulty of picking up new programming languages.
Programming languages can't all be picked up that quickly, since semantics may differ a lot. You can't say "Give me any programming task and I'll pick it up". What if you're a Web guy and the task is a C++ medical application? What if we're a finance company and the language is Haskell or ML? There's no way someone with no experience in a related language could become proficient without a fairly long training period…
Re: The reverse job applicant
#94Re: The reverse job applicant
#95This is a nice idea, with one big BUT. Not to rain on the parade here, but you've been unemployed for two years and all you have to show for it is a funny reverse job application. Sadly, it doesn't show what your actual skills are, nor whether you have ever produced something of value for anyone. These are more or less prerequisites to getting a good job. Go look at http://jacquesmattheij.com/My+list+of+ideas+for+whe…
Thanks but I should have been more clear--this is not me. I submitted this because it seemed like an idea HM would like and be inspired by.
Re: The reverse job applicant
#96If you really care which programming languages I already know or which applications I have used before, I can only assume that you're overlooking my ability to quickly pick up new technologies and adjust to new ways of thinking. I would encourage you to correct this, as it is a mistake. I know it's tongue in cheek, but my god does the current generation not have any humility at all? This is going to ruin your world v…
Re: The reverse job applicant
#97Congrats.
However, there is a way to get a lot of job offers. Just post your resume to the job boards and the employers WILL find you. Ether market yourself, or find someone who will. And definitely don't grovel!
Til then, start your own business :)
Re: The reverse job applicant
#98Re: The reverse job applicant
#99Earlier quoted context omitted.
Programming languages can't all be picked up that quickly, since semantics may differ a lot. You can't say "Give me any programming task and I'll pick it up". What if you're a Web guy and the task is a C++ medical application? What if we're a finance company and the language is Haskell or ML? There's no way someone with no experience in a related language could become proficient without a fairly long training period…
Once you know one language well, many of the skills transfer. Besides, he states he is looking for an ENTRY level position and fully realizes he's not a guru.
Re: The reverse job applicant
#100I hate to be That Guy , but HTML Tidy tells me his page has 26 errors, mostly related to proper nesting of elements. It's just too easy to make sure your HTML is valid to let his "Attention to Detail" commitment slide.
True, on the other hand, including a doctype still makes sense to avoid quirks mode. (There'd be less errors if he'd use html5 doctype though.) And as long as it renders properly in A-grade browsers you're good to go.