Earlier quoted context omitted.
> Also it's interesting that women placed compensation at 4th in "Differences in Assessing Jobs by Gender", but if you point that fact as a contributing factor for the pay gap you can be labeled as sexist. How can you be labeled sexist if you point out a simple fact?
Ask Damore.
Developer Survey Results
171–180 of 250 posts
Re: Developer Survey Results
#172Two unrelated remarks: I'm surprised that Elixir was the 6th most loved language last year and disappeared this time, while Erlang gained some points. Was it even in the survey? Also it's interesting that women placed compensation at 4th in "Differences in Assessing Jobs by Gender", but if you point that fact as a contributing factor for the pay gap you can be labeled as sexist.
Re: Developer Survey Results
#173Two unrelated remarks: I'm surprised that Elixir was the 6th most loved language last year and disappeared this time, while Erlang gained some points. Was it even in the survey? Also it's interesting that women placed compensation at 4th in "Differences in Assessing Jobs by Gender", but if you point that fact as a contributing factor for the pay gap you can be labeled as sexist.
> Also it's interesting that women placed compensation at 4th in "Differences in Assessing Jobs by Gender", but if you point that fact as a contributing factor for the pay gap you can be labeled as sexist. How can you be labeled sexist if you point out a simple fact?
So while the fact itself may be true, the causation could be different from the implied causation by the presenter. For example I'm sure you noticed that women skew younger on this survey. If people are earlier in their career perhaps experience and culture matter more than pay. People later in their careers have families to worry about, so they want more pay and care less about culture and languages.
I'm not saying I'm correct in this assessment, but what I'm getting at is there needs to be greater context around "facts" beyond the first thing that pops into your mind. Facts can be twisted in many ways to hurt people, be more critical of the things people say on the internet.
Re: Developer Survey Results
#174Earlier quoted context omitted.
vim is Git's default editor. Emacs isn't even installed by default on many system.
"By default, Git uses whatever you’ve set as your default text editor via one of the shell environment variables VISUAL or EDITOR, or else falls back to the vi editor" --git config guide https://www.git-scm.com/book/en/v2/Customizing-Git-Git-Confi...
Re: Developer Survey Results
#175Re: Developer Survey Results
#176Earlier quoted context omitted.
Vim seems to be default installed on most Linux distributions, and Emacs isn't. If your work takes you across Linux servers, you're 99% sure to be "a Vim user" (in some capacity), regardless of what your daily programming environment is. I prefer Emacs to Vim, but I prefer Idea for Java development over either, so since I mostly work on java projects on Linux servers, I actually use Vim significantly more than Emacs.
Interesting that you feel you can use Vim to write Java. I love Vim, really. It's my most favorite editor of all time. But for Java I wouldn't want to miss the auto-complete, auto-import, debugging and fuzzy search features of an IDE.
- https://valloric.github.io/YouCompleteMe/
- https://github.com/kien/ctrlp.vim
- etc
Anything else can quite easily be added via more plugins or by using a terminal multiplexer like tmux or screen (or a more complicated terminal like terminator, iTerm2, etc
I use vim/tmux exclusively for my development, and while I don't use Java, I don't feel that I'm missing features that my coworkers running atom/vscode/etc have. I will admit that stepping through a debugger might be a bit harder, but I seem to find a few debugger plugins around, so I'm guessing someone has solved that.
Re: Developer Survey Results
#177Earlier quoted context omitted.
Even more striking, "the diversity of the company or organization" is second last for women. > The tech industry is struggling overall with issues around diversity, and individual developers are not making it a priority when looking for a job. So perhaps it's not the "tech industry" that's struggling, it's some vocal minority that would like to convince you it does.
that's a poor interpretation of the data. That question is not "how satisfied are you with the state of each of these things now", it's "how much do you weight these categories when assessing new jobs". The fact that women don't put diversity at the top doesn't mean that they think that the state of diversity is good. It means that it's not a highly ranks job-selection criteria. What people are prioritizing in a job…
What a stereotyping generalization.
Also, underpaying is a (fairly common) form of poor treatment.
Re: Developer Survey Results
#178Was very surprised about the gender ratio: 92.7% Male, 6.8% Female, 0.9% Non-binary, 0.7% Transgender
Re: Developer Survey Results
#179I was seriously surprised how popular VSCode has become. I know it's good, but for MS to win IT crowd that fast... kudos.
But for serious development, I don't think I'll be dropping Webstorm or Rider for it any time soon though.
Re: Developer Survey Results
#180I wonder how many are "web developers". They seem to have broken down that category into three or four possibly overlapping subsets. "Front-end developer" and "back-end developer" should be mutually exclusive because people in the intersection would be "full-stack developers". But if that were the case then more than 95% are web developers.
Backend does not necessarily mean web technology. I'm reminded of an oft-lost distinction between "The (Inter)net" and "The Web".