I found some info on how mass storage devices are operated over USB:
I believe the relevant kernel source code is here.
I found some info on how mass storage devices are operated over USB:
I believe the relevant kernel source code is here.
Finding long IDE ribbon cables is a real hassle. But I found some over here: 36 Inch IDE Dual Drives Ribbon Cable.
lol, this is great: Magnetic Core Memory Reborn.
I’ve purchased a bunch of Udemy courses run by Dr. Peter Dalmaris of Tech Explorations. I’m a happy customer! Though I do wish I had more time to focus on the material.
From here, how to mount a switch in a case:

See The BEAM Reference Library for an interesting take on robotics.
So I found this great article: Checking Raspberry Pi Revision Number & Board Version
To enable the `pinout` command (which is kinda cool):
# apt install python3-gpiozero
See CPU info with:
# cat /proc/cpuinfo
And see model information with:
# cat /proc/device-tree/model
Today I learned that cut-through switching is a thing. Basically it starts sending frames before the full frame has been received, thereby reducing latency:
In computer networking, cut-through switching, also called cut-through forwarding, is a method for packet switching systems, wherein the switch starts forwarding a frame (or packet) before the whole frame has been received, normally as soon as the destination address and outgoing interface is determined. Compared to store and forward, this technique reduces latency through the switch and relies on the destination devices for error handling. Pure cut-through switching is only possible when the speed of the outgoing interface is at least equal or higher than the incoming interface speed.
So I needed a female to female gender changer so I could convert a male VGA plug to female, and while I was there I figured I might as well get 2 pieces of each and have the full set, but I did feel a little bit silly placing an order for a male to female gender changer… I don’t understand why they are even on the market.
Today I’m reading my copy of Make: Design for CNC. I don’t have access to a CNC router but I’d like to learn a little about what’s possible.