Comment on: Should journalists learn how to code? It can't hurt.
0 28 Mar 2019 15:05 u/Fullmetal in v/programmingComment on: Is C# a low-level language?
No. Languages like Assembly and Cobol are low level languages.
They're "binary mnemonic" languages meaning that what you're writing is essentially just a mask of the binary code the assembler will generate. Somebody that's talented with Assembly can tell you the binary sequence each line of their code should generate once it's run through the assembler (for their system).
C-derived languages offer a layer of abstraction that's intended to make your code universal. C code gets run through a compiler that translates it into a lower level language (like Assembly), and then that gets assembled into binary.
Comment on: Java 9, it did break some things,' Oracle bod admits to devs still clinging to version 8
Switch to *nix, you'll be OK.
Comment on: Java 9, it did break some things,' Oracle bod admits to devs still clinging to version 8
And so did Java 8, and Java 7, and Java 6, and ...
Comment on: Please help: Need to work remote within 9 months
Find a recruiter that can match your skill set to a company offering the job you want.
Comment on: Microsoft already ruining GitHub
That's why I set up my own instance of GitHub CE on a private server. Fuck Microsoft.
Comment on: Will being a programmer become a near minimum wage occupation?
GG
Comment on: Will being a programmer become a near minimum wage occupation?
My graduating class was five students.
Comment on: Will being a programmer become a near minimum wage occupation?
I graduated with a BS in CS less than two years ago, and I can see this being very true. The attrition rate for CS students is absurd.
At the end of the day it either works, or it doesn't. Identity politics doesn't come into it. The machine doesn't care about your race, religion, gender, creed, national origin, sexual orientation, or any damned thing else. The computer cares about the code. Nothing more, nothing less.