Death to fascism. End the state, promote happiness, break all cages. Love yer brain -wear a mask!

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

help-circle









  • I’m well aware of the economic factors at play driving scammers from India and Nigeria to do their thing. I am trying to bring attention to the white European scam phone banks that don’t have the same reputation, your Bulgarian and Romanian and Latvian scammers, Russian, etc. There are also scam call centers in the good ol USA. It’s definitely not just restricted to the two developing nations with a large number of English speakers and few opportunities that are blamed for it.











  • You could like make a simple accumulator machine out of logic gates and enter binary instructions expressed in hexadecimal into its register to program it, yeah, but it’s not capable of all the operations of a computer. But yes the first programming was just op codes, switches flipped or punch cards, there was no assembly language. But assembly language is pretty much just mnemonics for operations and registers. Like I had to write a couple C programs in school and use GNU C compiler to disassemble them into x86 assembly and see what it was doing on that level, then we “wrote” some x86 assembly by copypasting a lot of instructions but its not that hard to make something that works in like x86 assembly or like Jasmin (Java virtual machine assembly language) if it’s simple enough.