In my younger years, I had to pull a dBase 2 database off a CP/M desktop into an MS-DOS portable. I ended up configuring a serial cable, and running PROCOMM on the PC, set 9600/n/8/1 on both ports, then printed from dBase 2 and set PROCOMM to record the session to a file. It would lose characters if I let it run too long without a pause to write to a floppy, so I would ctrl-s/q on the CP/M side. I guess nobody else h…
How to copy a file from a 30-year-old laptop
21–30 of 272 posts
Re: How to copy a file from a 30-year-old laptop
#22I decided to OCR a hex dump from an old computer magazine a while back and fixed this problem by writing a tool to help verify the OCR result. Basically you input the OCR'd result and segment the numbers. It'll display the original segmented characters ordered by their class, and the human eye will very quickly find any chars that do not belong, e.g. 3s sorted under "8" etc.
https://blog.qiqitori.com/2023/03/ocring-hex-dumps-or-other-...
https://blog.qiqitori.com/2023/03/ai-day-in-retroland-prolog...
I wrote two blog posts about this, and the tools are also linked from the blog posts. Note: the tools are just slightly more user-friendly than sendmail.
That said, I don't know if these old Apple laptops came with anything resembling a programming environment (or at least that ancient version of Microsoft Word?), but even if not... There must be a better way (even without hardware hacking)!
Re: How to copy a file from a 30-year-old laptop
#23I was actually expecting the author to take photos of the old laptop's screen and OCR those. This was far more entertaining. I do wonder though... perhaps it would have been faster to have the larger fonts and let the transfer take 24 minutes. It probably took longer than 24 minutes to write the updated OCR software. But, where's the fun in that?
I simplified some things for brevity in the write-up. I did indeed try a bunch of fonts/font sizes (trying a single page at a time and manually inspecting the results) without much improvement.
Re: How to copy a file from a 30-year-old laptop
#24Re: How to copy a file from a 30-year-old laptop
#25Very creative and interesting ie 'use whatever tools/knowledge you have' but: > The internal hard drive uses SCSI with an unusual connector. This is literally never an issue as old connectors are easily obtainable (in particular 'in this day and age'). > Adapting it didn't seem straightforward, and we weren't confident the old file system (HFS) would be easy to read from a modern system. Simple search pulled this up.…
If fiddling around and getting creative is something one enjoys (and has the time to do so), doing things like OP did is a nice alternative :)
Re: How to copy a file from a 30-year-old laptop
#26This was painful to read, like using a butter knife as a precision screwdriver.
Re: How to copy a file from a 30-year-old laptop
#27Re: How to copy a file from a 30-year-old laptop
#28Yet another reason I hate when things I own try to enforce laws against me: there will be cases, like the author's, in which the law doesn't apply but the thing doesn't know it.
Re: How to copy a file from a 30-year-old laptop
#29Arn't there a serial (COM) port available on that laptop ? It was kind of ubiquitous at those days. This website [1] says there were two of them. Solving the probem with Zmodem would be trivial. The software (terminal) is already there, it seems. 1. https://everymac.com/systems/apple/powerbook_duo/specs/mac_p...
Re: How to copy a file from a 30-year-old laptop
#30If you have OCR in the loop anyway, you could have just taken a picture of the file as displayed on the original laptop, no need to do the fax transfer.