← Back to context

Comment by jameshart

5 hours ago

A ‘Byte’ is not a concrete thing and the fact you think it is speaks to the degree to which you have immersed yourself in a mental model which thinks of ‘information’ as if it is a real concrete thing, to the extent that you don’t even realize the levels of conceptual abstraction you needed to build in order to internalize what a ‘byte’ is.

A byte is quite real. On old machines you could open them up and literally point to where bytes were physically stored in memory.

Now days of course the chips are small so you have to point to where the multiple gigabyte chips are at.

But they are still quite physically.

Heck a C pointer points to an actual physical location on your machine, if you ignore the MMU.