this post was submitted on 17 Jul 2023
1032 points (99.0% liked)
Technology
59575 readers
3194 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
On YouTube I see guys make custom connectors for old ass computers with extinct connectors. Also as a child I made TV antennas out of paper clips. Cheap is king baby
The protocols were way simpler, that's why.
Go read about UART (which you'll find in the Serial connector) which is still used nowadays as one of the standard peripheral inside microcontrollers (including in the cheapest $0.25 ones) and then go read about USB (you can start with USB HID, which is just the stuff for mice, keyboards, joysticks and the like).
Ditto for VGA versus HDMI.
You need a bloody software stack (which in dedicated adaptor chips is transformed by circuit generation software into a in-silico hardware implementation) for the newer stuff whilst the old stuff could often be done with a bunch of resistors and a handful of digital basic elements (no more complex than flip-flops).