He/Him. Formerly sgibson5150@kbin.social.

  • 25 Posts
  • 380 Comments
Joined 8 months ago
cake
Cake day: March 7th, 2024

help-circle


  • Not embarrassing or thrilling, but way back when I still ate meat, I’m pretty sure Waffle House tried to kill me with a bad batch of Bert’s chili. At least, that was the featured odor/flavor in all my bodily effluvium (which was copious!) in the several succeeding days. I didn’t die but I do remember wishing I was dead. The experience turned me into a Waffle House skeptic and shortly thereafter, a vegetarian.


  • If by graphics card you mean 3D hardware acceleration, then it was a Canopus Pure 3D. It was equivalent to the first Voodoo add-in card but IIRC it had 6 MB of RAM instead of 4. It wasn’t a standalone card so it had a VGA passthrough from your 2D card when it wasn’t active.

    As for 2D cards, idk. Unless it was pro reference grade like Matrox I don’t remember EGA and CGA cards being branded.



  • I can’t speak to Bluetooth as I don’t know much about it from a software development perspective, but when I first started working with USB I was surprised to find that the hardware is really simple but there’s a ton of software that makes it work. Specifications evolve over time to add features or improve efficiency. This neccesitates code changes, and those code changes have to be made at both ends of the connection if you want the devices to continue to be able to talk to each other. Aside from maintaining the interface code, there are probably also changes and improvements to the device itself. Thus, firmware updates. Make sense?