u/Fullmetal - 9 Archived Voat Posts in v/programming
u/Fullmetal
  • home
  • search

u/Fullmetal

0 posts · 9 comments · 9 total

Active in: v/programming (9)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: Should journalists learn how to code? It can't hurt.

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.

0 28 Mar 2019 15:05 u/Fullmetal in v/programming
Comment 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.

0 09 Mar 2019 12:37 u/Fullmetal in v/programming
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.

0 09 Mar 2019 12:23 u/Fullmetal in v/programming
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 ...

0 09 Mar 2019 12:23 u/Fullmetal in v/programming
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.

0 01 Nov 2018 02:19 u/Fullmetal in v/programming
Comment on: Microsoft already ruining GitHub

That's why I set up my own instance of GitHub CE on a private server. Fuck Microsoft.

0 21 Oct 2018 01:24 u/Fullmetal in v/programming
Comment on: Will being a programmer become a near minimum wage occupation?

GG

1 23 Sep 2016 23:51 u/Fullmetal in v/programming
Comment on: Will being a programmer become a near minimum wage occupation?

My graduating class was five students.

2 23 Sep 2016 23:30 u/Fullmetal in v/programming
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.

8 23 Sep 2016 10:36 u/Fullmetal in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.