Thanks! Nah, I use bare bone sshfs to stream media (call me a lunatic) to a separate media player turned Lenovo T480 (which plays 4K just fine with a little indiscernible fan noise).
Thanks! I have no idea what endianness is, except for hear "big endian" in some CS-related presentation a while back... I'll read up on it!
As for my questions and your answer, would it be correct to say then that it's about scalability? That one byte being eight bits scales efficiently in binary?
Character size was in the past (pre-variable-sized character encoding) one of the influences on unit of address resolution and the choice of word size. Before the mid-1960s, characters were most often stored in six bits; this allowed no more than 64 characters, so the alphabet was limited to upper case. Since it is efficient in time and space to have the word size be a multiple of the character size, word sizes in this period were usually multiples of 6 bits (in binary machines). A common choice then was the 36-bit word, which is also a good size for the numeric properties of a floating point format.
After the introduction of the IBM System/360 design, which uses eight-bit characters and supports lower-case letters, the standard size of a character (or more accurately, a byte) becomes eight bits. Word sizes thereafter are naturally multiples of eight bits, with 16, 32, and 64 bits being commonly used.
So it has to do with character size, earlier six bits and today one byte/eight bits.
Thank you so much for sharing your first hand experience! I'll make sure to point out when they contact me that this can't keep happening every time there's a reboot.
Just as a bonus: this lead me to discover why wan/eth1 didn't show up on the status page. I had to add "device" and "protocol" under "network" in /etc/board.json
Every interface under ../net/ returns 1000. Unfortunately, I don't have any other devices with which to interface directly with the ONT. But then again, there's just a gigabit switch between the Pi and the ONT... Anyway, thank you so much for indulging me! I've learned a lot! :)
That's great insight! I think I'll ask them when they get back to me on the current ticket, why the ONT doesn't retain the setting after a power cycle (if that indeed is the case). I unfortunately don't have any legitimate way to interface with the ONT and I really don't want to get on their bad side by trying to hook something up in a MacGyver fashion. Worst case scenario, they charge me $200 in technician fees if they find out that I accidentally messed something up in the process.
Thanks for the advice on ruling out physical "dirt" factors! I rarely think of those...
Regarding the negotiated speeds, I'm unsure where to find them. Neither the interfaces page, nor the status page nor an ip link shows anything speed related (other than the MTUs but those have always been set to 1500).
Haven't checked my low level sound drivers in a long time - I'm using pipewire and wireplumber to control it all. Is ALSA still there at the bottom/as a dependency? Arch btw.
Thanks! Nah, I use bare bone
sshfsto stream media (call me a lunatic) to a separate media player turned Lenovo T480 (which plays 4K just fine with a little indiscernible fan noise).