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 provi…
The reverse job applicant
131–140 of 312 posts
Re: The reverse job applicant
#132If 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 funniest thing is you also hear people toss around statistics about 9 out of 10 applications not being able to X...
Well, if a potential employer treats someone as the "the lowest of the low", they might find out the person acts like that, aren't "up to our standards" and they stay with an unfilled position and the frustration of interviewing (and abusing) fifty more people, who are also "the lowest of the low"...
Re: The reverse job applicant
#133Earlier quoted context omitted.
I agree with you almost entirely. One tiny exception: >I know it's tongue in cheek, but my god does the current generation not have any humility at all? Come on...how many times do we have to go through this "young whippersnappers don't have any humility anymore" nonsense before we recognize that young humans, in general, have less humility than they should? Just because you (perhaps) had more humility than this kid…
Disagree. I'm generation X. We all knew that we were the first generation to be worse off than our parents. We entered the economy when nobody was hiring, especially if you were a white male. Most of us were happy just to get a job. I was - get this - happy to get into the army. (Canada) It's more likely than not that we were the exception to the rule, I'll accept that. But I believe that my generation overall was mo…
You're not the only generation Xer I've conversed with. I'm right on the cusp between that generation and the next, so I know a number of people from both; it's an interesting place to be for perspective.
And yes, the other generation Xers say these same thing. They were more humble; they were less entitled; they dealt with pain we never had to, and it made them better. I don't think I can say what I want less strongly, so forgive the profanity when I do say it: fuck that noise. With this sort of line of arguing, there is nowhere we can go, because the whole thing has decayed into a battle of generation identity. Reason has exited the building, because you have a vested interest in preserving your sense of superiority in your own identity. At what point could any of us convince you to rethink that? If you say never, then you have a sense of entitlement brought about by your generational brand. You don't get a pass for that any more than the author here gets for his sense of entitlement to some form of employment.
It's ridiculous: I'm supposed to pay more attention to your thoughts, simply because you felt forced into certain sacrifices. How about I pay more attention to your thoughts because they seem more right, and we yank generation identity out of this?
There are a few tidbits I pulled out of the conversation that I think would be interesting to discuss apart from the context of self-entitlement, but I worry they're going to get drowned out in the noise. We're too busy beating down someone else, ostensibly because we think they need to be brought down a peg, but then we say shit like this that is so logically fallacious that it makes this whole thread seem not for the purest of ends. I was with you when you made your first reply above; now I'm not so sure.
Re: The reverse job applicant
#134Earlier quoted context omitted.
Disagree. I'm generation X. We all knew that we were the first generation to be worse off than our parents. We entered the economy when nobody was hiring, especially if you were a white male. Most of us were happy just to get a job. I was - get this - happy to get into the army. (Canada) It's more likely than not that we were the exception to the rule, I'll accept that. But I believe that my generation overall was mo…
"Generation X" doesn't tell me a whole lot about when you grew up as it appears to encompass a range of 20 years of births (1961-1981 according to WP). In the US (and I'll focus on the US because I think that's where the reverse application guy is from), the unemployment rate reached a peak of 10.8% toward the end of 1982, due largely to the monetary stabilization policies of Mr. Paul Adolph Volcker. In 1981 it was i…
There is literally tons of data that has been written about gen x. Your comment most certainly proves that you're probably not as familiar with the time period as those who lived it. That's not an insult, just a truth.
Your generation has the unfortunate distinction of being shocked by the current economic situation. It is so far from what you grew up with: a relatively stable period of the post cold war world. Don't worry, I don't envy you. You'll be humbled enough (as we all will be, I fear) over the next little bit.
That's much different though than the world I grew up in, which was transitional to the core. I'm late x, coming of age in the 90s. That means I remember when most of the neighborhood kids had parents that worked in factories and the world was certainly going to end in a nuclear calamity one day. When that world changed in the late 80's, everything was in surplus. It was an attitude very similar to finishing a large project, best described as: Okay, what the heck do we do now?
I maintain that young humans, in general, have less humility than they should
That of course is most certainly true. However I maintain that X, as a generation in time, had much less of an expectation, was much more pessimistic and therefore more gracious and humble than any other generation before it and since. Nothing I've learned collectively seems to suggest otherwise.
Re: The reverse job applicant
#135Earlier quoted context omitted.
EDIT: An HNer says without evidence that my coworkers suck and gets upvoted; I come to their defense and get downvoted? What strange world is this in which baseless accusations are encouraged? > Just cause your coworkers sucked doesn't invalidate the point. My coworkers don't suck. In fact, I've yet to meet a technical person here that I can confidently say I'm smarter than. > I challenge anyone to write good code in…
>I've taken your challenge and passed. Are you calling me a liar? I'm calling you not particularly self-aware. After a year of coding in that language, the code you wrote after 2 weeks will likely look like crap to you. Unless that language is so domain specific that there's no room for design or so derivative that you can apply another language's style 100%, you almost definitely still have more to learn after 2 wee…
Based on no real data except your prejudices.
> Unless that language is so domain specific that there's no room for design or so derivative that you can apply another language's style 100%, you almost definitely still have more to learn after 2 weeks.
There's a vast chasm between "understands the language's semantics" and "has no more to learn." I've been programming for over a decade now and there's no language about which I can say "I have no more to learn." If all you're saying is that it takes more than two weeks to know a language completely, you're not saying anything useful at all.
With regards to the language's domain specificity, it's a standard procedural language, with types and functions and values and loops and all the ordinary stuff that languages like C and PL/I and FORTRAN and Modula-2 all have had since the 60s and 70s. It has first-class and higher-order functions, like Lisp has had since 1958. It has a few declarative features mildly reminiscent of Prolog to enable transparent parallelization.
Hell, look it up yourself if you're especially interested. It's Sawzall: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.169....
There is extremely little that is new in production programming languages these days. Practically every feature of every language that anyone significant is using in production has some analogue in the languages I know. What little remains is not difficult for me to learn because programming languages are my personal area of interest in computer science. I'm not being arrogant here, I'm just being real.
Take a look at Go. A fun post was made soon after Go was released which compared it to "Brand X", an unnamed language few people have heard of: http://www.cowlark.com/2009-11-15-go/ . It turns out that practically every idea in Go is also present in Brand X; it wouldn't be unreasonable to call Go "derivative" with regards to its nature, if not the process by which it was created. I'll spoil the big reveal for you and save you the time of reading the post: "Brand X" is Algol 60, designed and implemented half a century ago. Practically every language can be dismissed as "derivative" if you're looking for a way to negate good programmers' abilities to learn something new.
> Semantics, that's all true, but if you don't have enough experience in the language to even say you kinda know the library, you probably don't actually grok the semantics.
You're wrong. Understanding of a language's semantics is prerequisite to understanding its library. Before a person can even consider understanding and learning the libraries for a language, he must understand the semantics of function calls, conditionals, loops, etc. He must understand whether the language is call-by-value or call-by-name or call-by-need or call-by-object-reference. He must understand how the language handles scoping. He must understand which entities are first-class and which are not. All of this is necessary (though not sufficient) for even beginning to grok the standard library. On the other hand, understanding the standard library is absolutely inessential to understanding the semantics of a language: if a programmer doesn't know what functions and types are available in the standard library, with knowledge of the language's semantics he can reimplement them easily.
> For example, Java, can you tell me the difference between volatile and synchronized as it regards the memory model without looking it up? What's a happens-before relationship and how is it relevant to those keywords? What's the transient modifier do?
I didn't claim to be a Java guru. Very few Java programmers actually need to know the answers to those questions in day-to-day programming; I could probably (if asked to, which I'm not, thankfully) write thousands or tens of thousands of lines of Java without ever needing to know the answer to those. There's certainly a difference between my understanding of Java's semantics and the understanding necessary to answer the questions you're asking, but for the vast majority of tasks, productivity happens far closer to my end than yours.
Re: The reverse job applicant
#136If 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
#137If 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…
Be humble and gracious until you actually distinguish yourself. And even moreso afterwards.
Today, the only thing you want to do is hire public relations firm to tell people how you humble and gracious you are...
Re: The reverse job applicant
#138Earlier quoted context omitted.
"Generation X" doesn't tell me a whole lot about when you grew up as it appears to encompass a range of 20 years of births (1961-1981 according to WP). In the US (and I'll focus on the US because I think that's where the reverse application guy is from), the unemployment rate reached a peak of 10.8% toward the end of 1982, due largely to the monetary stabilization policies of Mr. Paul Adolph Volcker. In 1981 it was i…
You're missing a small but meaningful difference: It's not when you graduate, it's how you grow up. There is literally tons of data that has been written about gen x. Your comment most certainly proves that you're probably not as familiar with the time period as those who lived it. That's not an insult, just a truth. Your generation has the unfortunate distinction of being shocked by the current economic situation. I…
Although it was true that we grew up with reagan and bush 1, and associated global-political fears and sluggish economies, we also mostly graduated from high school and universities during the clinton era when the economy was booming and anyone with a pulse could get a job. I mean, drop outs from "media criticism" programs were getting 80k offers to become "web producers." There was a ton of work, a ton of money flowing around, and not very many young people coming out of school (relatively).
My brother on the other hand has a dual degree in tough sciences and has been un or underemployed since 2008. There is a glut of graduates and the only places hiring are silicon valley and silicon alley. Even if you have a degree in physics, if you don't know PHP you are not getting an interview, anywhere. God forbid you are interested in something like Law, where nobody is getting hired.
It IS when you graduate. If there are no jobs, there are no jobs, regardless of how serene and abundant or oppresive and anxiety inducing your childhood was.
Re: The reverse job applicant
#139If 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…
How about: "Be humble and gracious.(Period)"
I think it is important to understand the tone in which he wrote this. He is not serious, but he is doing this to garner attention. Your response doesn't match his intended tone.
It is like someone being upset at a joke; you are taking it too serious.
Re: The reverse job applicant
#140If 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…
Personally I didn't take this very seriously & figured it was a creative exercise or attention getter. Kinda like the guy who wears his resume as a sandwich board and walks around NYC. Makes you want to hire the guy even if he's just competent technically.
Thought it was hilarious -- could probably get him a job at a marketing/ad tech firm. It's already getting him a bunch of good advice at HN, so looks like it's working...