Live data from Hacker News

PicoPCMCIA – a PCMCIA development board for retro-computing enthusiasts

yyzkevin.com

21–30 of 31 posts

Re: PicoPCMCIA – a PCMCIA development board for retro-computing enthusiasts

#21
I love this project. It will bring great audio to a bunch of Pentium-era laptops and essentially expand this list: https://www.youtube.com/watch?v=qpd2CM3_384.

Problem with them, for the most part, will be about rebuilding the batteries and dealing with the poor quality of old screens.

Re: PicoPCMCIA – a PCMCIA development board for retro-computing enthusiasts

#23

tangent but inspired by this: what about a retro-console development board? like saturn or playstation, would that be hard to do? obviously this is way over my head, would be great if LLMs can help noobs

I think this is something like that, https://github.com/webhdx/PicoBoot. RP2040 for the Gamecube. Mostly they are using it for booting homebrew but I don't see why you couldn't edit the code and do anything you want with it.

Re: PicoPCMCIA – a PCMCIA development board for retro-computing enthusiasts

#24

Earlier quoted context omitted.

My understanding (probably wrong) is that pcmcia was based off the ISA bus and then pc card updated to pci based and express card was pcie

Close! The PC Card rename was because people were confusing the name of the association with the specific form factor. PCMCIA and PC Card = ISA CardBus = PCI and ISA - slot was backwards compatible so you could use a PC Card in a CardBus slot ExpressCard = PCIe

That's also not a perfect recollection, but is what my recollection was until I was looking up this history in the past week and found this nugget and posted it elsewhere. Quoting myself:

>So we know these were originally called PCMCIA cards, then later PC Cards, right? Well, I think I might have found the first mention of PCMCIA in PC Magazine. It is in a Dec 1991 column by Dvorak where he "introduces" the "PCMCIA PC-Card". Here's a quote, "In fact, the card should be referred to as the PCMCIA PC-Card, or the PC-Card for short. PCMCIA is the Personal Computer Computer Memory Card International Association (Sunnyvale, Calif., 408-720-0107), and it's the governing body that has standardized the specifications for this card worldwide. JEIDA works with the PCMCIA; it's specifications are identical."

>So at least according this Dvorak column, these were ALWAYS properly called "PC-Cards" (he used a hyphen), but early on people definitely were calling them PCMCIA cards and I remember the shift to everyone later (much later than this 1991 column) calling them PC Cards.

Re: PicoPCMCIA – a PCMCIA development board for retro-computing enthusiasts

#25
post #3

For those who aren't aware what PCMCIA stands for: People Can't Memorize Computer Industry Acronyms

And obviously PicoPCMCIA means "very small people can't memorize computer industry acronyms".

(Or possibly s/computer/complicated/, that's how I remembered it at least.)

Re: PicoPCMCIA – a PCMCIA development board for retro-computing enthusiasts

#27

tangent but inspired by this: what about a retro-console development board? like saturn or playstation, would that be hard to do? obviously this is way over my head, would be great if LLMs can help noobs

Well, mister has psx core.

https://github.com/MiSTer-devel/PSX_MiSTer

Re: PicoPCMCIA – a PCMCIA development board for retro-computing enthusiasts

#28
post #11

this looks sick as hell. i wonder whether there are viable NE2000 drivers for PowerBooks running classic Mac OS? modern WiFi (even limited by PCMCIA) might be preferable to era-appropriate WiFi. not much you can get an Orinoco card to talk to these days if you can even find one.

If you have a PowerBook with SCSI support you can use a BlueSCSI v2. Besides emulating SCSI storage devices it can emulate a Dynaport SCSI/Link network device to allow wifi connectivity for Macs running classic Mac OS. https://bluescsi.com/docs/WiFi-DaynaPORT

Re: PicoPCMCIA – a PCMCIA development board for retro-computing enthusiasts

#29
post #28
post #11

this looks sick as hell. i wonder whether there are viable NE2000 drivers for PowerBooks running classic Mac OS? modern WiFi (even limited by PCMCIA) might be preferable to era-appropriate WiFi. not much you can get an Orinoco card to talk to these days if you can even find one.

If you have a PowerBook with SCSI support you can use a BlueSCSI v2. Besides emulating SCSI storage devices it can emulate a Dynaport SCSI/Link network device to allow wifi connectivity for Macs running classic Mac OS. https://bluescsi.com/docs/WiFi-DaynaPORT

[dead]

Re: PicoPCMCIA – a PCMCIA development board for retro-computing enthusiasts

#30
post #4

The RP2XXX microcontrollers are so incredible in terms of what it's opened to hobbyists. I hope microcontroller-based computers become a thing.

It's more a matter of exposing hobbyists of one vertical to what exists in another. Low-power RISC microcontrollers and microprocessors were superseded in popularity by the ease of a Raspberry Pi SBCs running Linux, that could act as a host to its own development.

Now that Raspberry Pi has entered the market, hobbyists that were only familiar with SBCs are now being introduced to the flexibility of Low-power RISC microcontrollers and microprocessors.

There's also some new products on the market that are the best of both worlds, with the system-in-package form factors and easy bare-metal development of the RP2XXX line, that still have the ability to run full Linux, like the Bouffalo Labs BL808 and the Sophgo SG2000. Check out the Ox64 from Pine64 (https://pine64.com/product/128mb-ox64-sbc-available-on-decem...) or the Duo series from MilkV (https://milkv.io/duo) for breakout boards and development boards.

Post reply on HN