• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • There’s a bit more as well. Corporations have been closing their research labs over several decades and chasing short term profits over longer-term-payoff research. All that risk is passed onto university research labs (and the grad students that actually do the work) and heavily subsidized by the government. There is then little to no incentive for a professor to care about teaching and is rewarded for bringing in grant money. Students incentives are papers (and the prestige that follows) and the machine is born.

    Basically, the neoliberal project is moving the risk of research out of corporations and the public pays for it.




  • I thought that the assembler is a specific program that translates mnemonics into the corresponding machine code. Perhaps in early computing this was done by hand so a person was the assembler (and worked in assembler), but now that is handled by software (and supports various macros). So programming in assembly would generate a stream of text that must be assembled by an assembler. (Although I have heard people refer to programming in assembler as well, just not often.)