Comment by jameshart

2 months 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.

  • Wow and TCP sends a stream of those microscopic memory cells?

    • Over a wire it sends pulses of electricity which you can see with an oscilloscope.

      Heck there is a standard for tcp/ip over short wave if you want to hear the bytes being transmitted. More widespread, those of us familiar with dial up modems are also aware that network traffic can be carried as actual sound.

      Or fiber optics where network traffic is flashes of light.

      Or IR transmissions, use your phone camera and you can see data being sent over the air. Not tcp/up but physical blinking lights sending digital data.

      1 reply →