The Boston Diaries

The ongoing saga of a programmer who doesn't live in Boston, nor does he even like Boston, but yet named his weblog/journal “The Boston Diaries.”

Go figure.

Friday, Debtember 29, 2006

Schlepping bits

It amazes me sometimes what we go through to move bits from one computer to another.

I wrote my humor column on an old Tandy TRS-80 Color Computer using VIP Writer. When the time came to put it online I had the distinct pleasure of copying the files, which involved the following steps:

  1. Creating a specialized serial cable to go from my Color Computer, which used a 4-pin DIN plug, to my Amiga 500, which used the more standard DB-25.
  2. Load up VIP Writer, and select the “Print” option.
  3. Load up a terminal program on the Amiga, open up a capture buffer and then hold down the space bar to fool VIP Writer on the Color Computer that indeed, it was talking to a printer. Once the column finished “printing” I then saved the buffer into a file. I did that for every column you see.

That was just to get the files off the Color Computer. I still had to get them to the webserver in question, which, at that time, was my workstation at FAU. That involved one of the following steps (which I don't recall, since it's been about fourteen years):

  1. Dial into the FAU modem bank (this was way back before ubiquitous Internet access like we have now) and connect through an intermediary system (the dialup modems were hooked into a terminal server, which didn't talk TCP/IP, but DECNET—the intermediary system talked both DECNET and TCP/IP—this was way back when there were other networking standards other than TCP/IP) and then to my workstation, whereupon I had to upload the columns using the Kermit protocol, which was dog slow, but it worked, unlike the XModem, YModem or ZModem protocols.
  2. Copy the files to an MS-DOS formatted floppy using a special program on the Amiga, which reprogrammed the floppy hardware (and caused the computer to act very strangely while doing so), then physically take the disk to FAU, where I then used a Sun Unix workstation in the Computer Science Department to copy the files off, and then use FTP to get them to my workstation, where I could convert them to HTML and so place them online.

Thankfully, such days are long past us, and the ability to copy data is indeed easier. I'm working on a project at The Company whereby we need to extract data from QuickBooks. This involves:

  1. A program running on the same computer as QuickBooks that talks to QuickBooks using COM, with the data encoded in qbXML.
  2. The same program will then package the data into another form of XML and use SOAP to transfer the data to a webserver.
  3. The webserver is running a program that can accept the SOAP request, then extract the qbXML from inside the SOAP request. It then extracts the data from inside the qbXML and then we can work with the data. Probably by passing it onto yet another program.

Yup. Nothing like wrapping data into two different XML formats, transferring it across the network like a webpage, then extracting the data from within two different XML formats.

Sure is easier than the old days.

Obligatory Picture

[The future's so bright, I gotta wear shades]

Obligatory Contact Info

Obligatory Feeds

Obligatory Links

Obligatory Miscellaneous

You have my permission to link freely to any entry here. Go ahead, I won't bite. I promise.

The dates are the permanent links to that day's entries (or entry, if there is only one entry). The titles are the permanent links to that entry only. The format for the links are simple: Start with the base link for this site: https://boston.conman.org/, then add the date you are interested in, say 2000/08/01, so that would make the final URL:

https://boston.conman.org/2000/08/01

You can also specify the entire month by leaving off the day portion. You can even select an arbitrary portion of time.

You may also note subtle shading of the links and that's intentional: the “closer” the link is (relative to the page) the “brighter” it appears. It's an experiment in using color shading to denote the distance a link is from here. If you don't notice it, don't worry; it's not all that important.

It is assumed that every brand name, slogan, corporate name, symbol, design element, et cetera mentioned in these pages is a protected and/or trademarked entity, the sole property of its owner(s), and acknowledgement of this status is implied.

Copyright © 1999-2024 by Sean Conner. All Rights Reserved.