Comment by avisser
6 hours ago
My argument is that all the vocabulary for computer science are things. Even if they are virtual, they are tangible. You can draw a picture and label a box "bytes".
Nothing in the ChatGPT conversation is tangible. It's all in the realm of concepts.
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.
Wow and TCP sends a stream of those microscopic memory cells?