@SuricrasiaOnline
I don't think we're presently stuck; in classical computing people are experimenting with processors with huge banks of nonvolatile RAM, such that there ceases to be a meaningful distinction between RAM and Disk, and as Cache scales up, surely something will erase that distinction too.
Then there's FPGAs.
@ontploffing But even the idea of using binary code to do computation. Maybe there are other ways to do meaningful computation without using logic gates as the abstraction..
@SuricrasiaOnline @ontploffing I seem to recall ternary computers would have better energy consumption and deal with negative values a little more elegantly which might be nice for some computation tasks
@kellerfuchs @SuricrasiaOnline @ontploffing oh, right, that must have been where I got the titbit from
Still got the whole "for negative numbers use -1 instead of chucking another bit on there" thing though, that sounds pretty neat