He works his ass off to be wealthy. He didn't suggest that is the only way to be wealthy.
The modern American Dream, perhaps. The historic American Dream was a marketing campaign centred around enjoying the long commute in your American made automobile.
~$400k is the threshold for household[1] income. ~$200k is the threshold for individual[2] income. [1] https://en.m.wikipedia.org/wiki/Household_income_in_the_Unit... [2]…
But we are still bound to supply and demand. If everyone was a coder, price would plummet. Programmers are only currently able to do reasonably well because they are relatively limited in numbers compared to the demand…
Class represents how income is accrued. The working class, as the name implies, earn their money by working. The upper class make their money through investments. The middle class fall in between. They make part of…
While I completely agree that the standard library is all you need in quite a lot of cases, the parent seems to be asking from more of a "how do I structure my application" perspective. A tool that generates the…
The issue with that is that anyone invested in Rust or Scala have no reason to want a better type system in Go. Fixing Go is as important to them as fixing COBOL, and I don't see HN full of threads on what needs to…
What I struggle to understand is: If that functionality is considered useful or even impeding the development process for those developing in Go, why has nobody forked the language to add them? Many of the points you…
> the only clean at scale power solution for peak load is nuclear power Nuclear is fantastic for base load, but peak load? Steam bypassing costs as much as generating electricity does, but with nobody wanting to pay for…
Having used Rails seriously since it was originally made available as an open source project, I find myself agreeing with you less and less. It has really failed to stand the test of time, in my opinion. I agree that it…
Case IH and New Holland are both under the CNH (Fiat) umbrella, so at least you don't have to choose between them.
I imagine it is being primarily driven by the recent vast decline in the Canadian dollar. Just about all of the costs involved are going to be about 30% cheaper compared to a couple of years ago.
> The concept of a salary is to pay someone in return for work performed. Not necessarily. Having someone retained for future needs, for example, is worth paying for in some cases. Value isn't limited to work performed.…
Additionally, while I do not know in which country you reside, generally countries who fully subsidize higher education have much more stringent requirements to entry, allowing only those who are completely serious…
Also, H1B workers get paid the same as local workers... So if you buy the allegation that wages are being depressed by H1B workers, why don't you take a peek at the bulletin board of your break room The idea usually is…
> Most exceptionally high earners have college degrees. Interestingly though, most exceptionally high earners have post-graduate degrees, according to Gallop[1]. When you exclude that group, the non-college graduates…
I take that to mean that for the first time in his life he read the papers and fully understood them without needing additional background, not that there isn't more to learn outside of those papers.
> Most students of history in high school won't be historians; most students of literature won't write great novels or screenplays; and so on. But by the same token, the economic effects are quite apparent. It takes a…
As always, prices are determined by supply and demand. A price is too high if the buyer can find the same thing (another programmer considered to be an equal hire, in this case; people are not commodities so this can be…
> Well, sure. Hand-written assembly is also identical to compiled code I mean when you convert the template<type> statement to the #define statement with the hypothetical preprocessor, it would be the same as if you had…
I think you may be reading too much into the hypothetical implementation. It was highlighted as nothing more than syntax sugar, after all. If all you do is translate: template<type> max(...) into #define defmax(type)…
Good example. Thanks. > Which is a shame because C macros just aren't good enough. No disagreement here. However, that still perfectly satisfies what may people claim they want in generics, especially those who most…
Okay, macros. Either way, it provides what most people are asking for in generics (not you, perhaps), even if the implementation isn't exactly pleasant. From a practical standpoint, there really isn't a whole lot of…
> It doesn't have generics, at all. The provided tooling provides templating, which isn't dissimilar to where many other languages stop in their generics journey. The interface does leave a lot to be desired, granted.…
For comparison, software developers make up about 0.7% of the labour force (2012)[1]. It is always surprising to me how small the industry actually is. [1] http://www.bls.gov/ooh/computer-and-information-technology/s...
He works his ass off to be wealthy. He didn't suggest that is the only way to be wealthy.
The modern American Dream, perhaps. The historic American Dream was a marketing campaign centred around enjoying the long commute in your American made automobile.
~$400k is the threshold for household[1] income. ~$200k is the threshold for individual[2] income. [1] https://en.m.wikipedia.org/wiki/Household_income_in_the_Unit... [2]…
But we are still bound to supply and demand. If everyone was a coder, price would plummet. Programmers are only currently able to do reasonably well because they are relatively limited in numbers compared to the demand…
Class represents how income is accrued. The working class, as the name implies, earn their money by working. The upper class make their money through investments. The middle class fall in between. They make part of…
While I completely agree that the standard library is all you need in quite a lot of cases, the parent seems to be asking from more of a "how do I structure my application" perspective. A tool that generates the…
The issue with that is that anyone invested in Rust or Scala have no reason to want a better type system in Go. Fixing Go is as important to them as fixing COBOL, and I don't see HN full of threads on what needs to…
What I struggle to understand is: If that functionality is considered useful or even impeding the development process for those developing in Go, why has nobody forked the language to add them? Many of the points you…
> the only clean at scale power solution for peak load is nuclear power Nuclear is fantastic for base load, but peak load? Steam bypassing costs as much as generating electricity does, but with nobody wanting to pay for…
Having used Rails seriously since it was originally made available as an open source project, I find myself agreeing with you less and less. It has really failed to stand the test of time, in my opinion. I agree that it…
Case IH and New Holland are both under the CNH (Fiat) umbrella, so at least you don't have to choose between them.
I imagine it is being primarily driven by the recent vast decline in the Canadian dollar. Just about all of the costs involved are going to be about 30% cheaper compared to a couple of years ago.
> The concept of a salary is to pay someone in return for work performed. Not necessarily. Having someone retained for future needs, for example, is worth paying for in some cases. Value isn't limited to work performed.…
Additionally, while I do not know in which country you reside, generally countries who fully subsidize higher education have much more stringent requirements to entry, allowing only those who are completely serious…
Also, H1B workers get paid the same as local workers... So if you buy the allegation that wages are being depressed by H1B workers, why don't you take a peek at the bulletin board of your break room The idea usually is…
> Most exceptionally high earners have college degrees. Interestingly though, most exceptionally high earners have post-graduate degrees, according to Gallop[1]. When you exclude that group, the non-college graduates…
I take that to mean that for the first time in his life he read the papers and fully understood them without needing additional background, not that there isn't more to learn outside of those papers.
> Most students of history in high school won't be historians; most students of literature won't write great novels or screenplays; and so on. But by the same token, the economic effects are quite apparent. It takes a…
As always, prices are determined by supply and demand. A price is too high if the buyer can find the same thing (another programmer considered to be an equal hire, in this case; people are not commodities so this can be…
> Well, sure. Hand-written assembly is also identical to compiled code I mean when you convert the template<type> statement to the #define statement with the hypothetical preprocessor, it would be the same as if you had…
I think you may be reading too much into the hypothetical implementation. It was highlighted as nothing more than syntax sugar, after all. If all you do is translate: template<type> max(...) into #define defmax(type)…
Good example. Thanks. > Which is a shame because C macros just aren't good enough. No disagreement here. However, that still perfectly satisfies what may people claim they want in generics, especially those who most…
Okay, macros. Either way, it provides what most people are asking for in generics (not you, perhaps), even if the implementation isn't exactly pleasant. From a practical standpoint, there really isn't a whole lot of…
> It doesn't have generics, at all. The provided tooling provides templating, which isn't dissimilar to where many other languages stop in their generics journey. The interface does leave a lot to be desired, granted.…
For comparison, software developers make up about 0.7% of the labour force (2012)[1]. It is always surprising to me how small the industry actually is. [1] http://www.bls.gov/ooh/computer-and-information-technology/s...