Earlier quoted context omitted.
I didn't spell it wrong, you are suggesting a different idea. Own up to it rather than using a lame linguistic deflection tactic. It is beyond fair compensation, because the standard of living is fine in Europe, even though I know a lot of americans think we live in squalor. The pay in the US is beyond what can possibly be expected in other developed countries.
How is it fair to only compare raw salary numbers? There is nearly zero safety net in the U.S. Two weeks paid leave at best, you're expected to work long hours, healthcare is a mess... Compared to Western Europe, where there is affordable healthcare, saner labor practices etc.
Ask HN: What is the job market like for niche languages (Nim, Crystal)?
241–250 of 273 posts
Re: Ask HN: What is the job market like for niche languages (Nim, Crystal)?
#242Re: Ask HN: What is the job market like for niche languages (Nim, Crystal)?
#243Earlier quoted context omitted.
Deep expertise isn't as useful day to day as we often portray. With a little elbow grease one can get to a place of being more than baseline productive in relatively short order. Depending on the language I expect a reasonably good dev to be able to be "fluent" in the range of a few weeks to a few months. And it's not like they'd be useless the entire time before that happens. To me, that's a reasonable investment to…
I've seen huge differences in productivity between people who've been working with a given stack with for years vs months. The quality just isn't even close. Recently I outsourced a project to two groups of people. A jr dev who had 2 years of experience but all of that experience was with the tech stack, and 2 sr devs (10 yrs experience) who had And honestly in terms of raw talent I think the sr devs were better, but…
Re: Ask HN: What is the job market like for niche languages (Nim, Crystal)?
#244Earlier quoted context omitted.
I didn't spell it wrong, you are suggesting a different idea. Own up to it rather than using a lame linguistic deflection tactic. It is beyond fair compensation, because the standard of living is fine in Europe, even though I know a lot of americans think we live in squalor. The pay in the US is beyond what can possibly be expected in other developed countries.
How is it fair to only compare raw salary numbers? There is nearly zero safety net in the U.S. Two weeks paid leave at best, you're expected to work long hours, healthcare is a mess... Compared to Western Europe, where there is affordable healthcare, saner labor practices etc.
2. Social safety net isn’t required for a tech worker who makes such huge amounts, and their cost of living is not greater enough to make up the difference
Re: Ask HN: What is the job market like for niche languages (Nim, Crystal)?
#245Earlier quoted context omitted.
I didn't spell it wrong, you are suggesting a different idea. Own up to it rather than using a lame linguistic deflection tactic. It is beyond fair compensation, because the standard of living is fine in Europe, even though I know a lot of americans think we live in squalor. The pay in the US is beyond what can possibly be expected in other developed countries.
If I as an Engineer bring in $1M to the company in a year, and I make $50k a year. Where did that other $950k go? Sure there is some overhead: taxes, hr, accounting, management, etc. But the fact is that in the US engineers are currently just getting more of the share of value that their labor created. European developers should be fighting tooth and nail to get more.
Re: Ask HN: What is the job market like for niche languages (Nim, Crystal)?
#246Earlier quoted context omitted.
I didn't spell it wrong, you are suggesting a different idea. Own up to it rather than using a lame linguistic deflection tactic. It is beyond fair compensation, because the standard of living is fine in Europe, even though I know a lot of americans think we live in squalor. The pay in the US is beyond what can possibly be expected in other developed countries.
You'd be singing a different tune if you were a US citizen with our complete lack of socialized safety net, inadequate health care system, etc etc. I'm sorry as a non-US citizen that you're so poorly compensated, but clearly the market and corporations can afford to pay much better than they do in Europe.
Re: Ask HN: What is the job market like for niche languages (Nim, Crystal)?
#247Earlier quoted context omitted.
This is what I'm trying to do as well now (move from full stack web dev to something more in the lines of what you're describing). Any tips you can remember on how to make the move?
I spent a bit of time practicing these tech stacks in my own time and fitting them into prior jobs where I could, but honestly it’s worth just getting out there and applying.
Re: Ask HN: What is the job market like for niche languages (Nim, Crystal)?
#248I do definitely recommend Clojure - I've switched to it in 2019 coming from Rails and JS and never looked back. Clojure's job market is great, there's no shortage of offers, even for newcomers and it has been the top paying lang in stackoverflow surveys for years https://survey.stackoverflow.co/2022/#section-salary-salary-... However, the most important part is that Clojure is a very powerful piece of technology that…
The SO chart shows Erlang is actually highest at $120K salary. Also note the median years of experience is 13. Making $110K after 13 years is not all that great. The chart would be more useful if it showed a trajectory over time for each language. Overall I don’t think this chart should influence anyone’s decision to pick a programming language. I worked with a few teams using Clojure and there was nothing magical ab…
You can't get paid the big bucks if you get forced out of a job for poor performance, and in this economy, expect that to be a real risk.
Re: Ask HN: What is the job market like for niche languages (Nim, Crystal)?
#249Does language really matter? Any experienced programmers should be able to pick up any language in a matter of days if he knows the underlying concepts. Similarly, the language is not what makes a job interesting. I mean, what don't you like about JS? Is it the syntax or is it the environment? The code base? The framework? Maybe web dev is not for you? Maybe you are asked to do thing you personally disagree with (ex:…
personally i enjoy working with plain javascript. but i also liked coffeescript and i ended up choosing that for our codebase because job applicants were of higher quality (including those that had never used coffeescript before)
Re: Ask HN: What is the job market like for niche languages (Nim, Crystal)?
#250Earlier quoted context omitted.
> IP.subnet.is_in is a guard, so there are different constraints. You could still use the `in` keyword. Does that mean you can do something to make it transparently support IPv4 and IPv6 even though the docs mentions it only supports IPv4? Will it be more than 1 line of code? > Honestly my experience with python has been "the solution you're looking for probably exists, but using it will require a lot of effort..." I…
I mean to be quite honest I remember this problem and all I could think of was "this being hard is a sign that the data structure is poorly designed. But I also remember giving you a four line code sample using the process dictionary that you could have used, because this was "clearly an exceptionally pathologic data structure".
I don't think the data structure was that crazy or rare. It boiled down to looping over 2 lists and wanting to keep an independent count of each one.