Live data from Hacker News

The reverse job applicant

reversejobapplication.com

91–100 of 312 posts

Re: The reverse job applicant

#91

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…

I disagree. This guy is indeed special. If for no other reason than for the fact that he had the fucking guts to write this.

Re: The reverse job applicant

#92

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…

Yeah, if I was an employer (and I have been from time to time) I'd probably read this, smile wryly, and move on. But someone else might not.

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

#93
post #78

Earlier 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…

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

#94
That's a rough beat. Way to keep at it... I found it interesting to hear how you're frustrated with recruiters not calling you back but then you're not going to respond to every job offer you receive. I'd rethink that. Don't close doors. Also, I didn't notice a mention of networking to find opportunities. Did you talk to your friends that landed jobs for introductions? Best of luck.

Re: The reverse job applicant

#95

This 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.

I didn't assume it was a self-post. No worries.

Re: The reverse job applicant

#96

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…

A person who "graduated with the best marks in MIT and has been programming since the womb" is special. The other people doing it "every single graduating year"... they're special too.

Re: The reverse job applicant

#97
The fact is, it's often not the skills that get you noticed, but a unique stunt, like Atomic Tom on the train the other day, or what you did.

Congrats.

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

#99
post #93
post #78

Earlier 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.

Yes many skills transfer. Like how one ane write C++ from readin the docs without ever learning C++ or how one can write C++ having only ever learned C. The part you're missing is that it doesn't make you any good in C++, in fact I'd argue that it makes you terrible if you're going to try to write X code in Y language. The fact that it's entry-level doesn't mean anything. A lot of times these entry-level jobs aren't something you can just go and start pasting code together.

Re: The reverse job applicant

#100
post #76

I 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.

That's true right up until it isn't, i.e. when you're struggling to understand why your javascript is producing subtly buggy behaviour.
Post reply on HN