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

help-circle




  • Car infra is the most ableist thing in transportation you idiot.

    Try being vision impaired and driving. Try being in a wheelchair and getting down the average American street. Try having a limp and crossing a large intersection in 20 seconds. Try being an entirely able bodied person and getting to the other side of a highway that cuts through your city.














  • Re: Coding in binary. It makes no difference. Your assembly is binary, just represented in a more human readable form when writing it in assembly.

    Re: Manual interaction. Sure there’s plenty of old computers where you can flip switches to input instructions or manipulate registers (memory on the cpu). But this is not much different from using assembly instructions except you’re doing it live.

    You can also create purpose built processors which might be what you mean? Generally this isn’t too useful but sometimes it is. FPGAs are an example of doing this type of thing but using software to do the programming of the processor.