How My Career in Tech Started— Part 1

Strelley Hall — my first place of work (photo sourced from Flickr)
The year was 1989. I was a nerdy awkward teenager about to enter the workforce. My mum found the advert in the jobs section of the Nottingham Evening Post. She was always very supportive in my interest towards computers since she bought my first computer [¹] a few years earlier. She had also seen that any job involving computers tended to be well-paid. This particular job was for a “Digitizer” at a company named PAFEC. I had no idea what that was and had never heard of the company. My mum pointed out that this was a good opportunity to work at a software company.
I looked at the job advert. I instantly dismissed it because the minimum age was 18. I was 17 years, 11 months precisely. My mum said something along the lines of “don’t be daft, you’ll be 18 next month”. I looked at the salary — £5,000 pa. Hmm — I might be able to buy a better motorbike with that money, I thought to myself. After a short futile resistance, I decided to apply expecting to be rejected due to not quite meeting the age limit. To my surprise, I got the job. I was to start on Monday June 26th, 1989. I guess, the first lesson is — listen to your parents. They might be right and you might be wrong.
The department I worked in was the digitizing bureau. Many engineering workshops were moving towards CAD yet needed a way to get their existing drawings, plans, schematics, maps etc. into digital form. They could choose the most expensive option, which was to digitize manually into a vector format so that it could be accessible by their CAD system of choice. That was my first job and involved using a digitizer to manually trace each line, arc, circle and piece of text to slowly re-create a CAD file. A cheaper option, which was much less labor intensive involved scanning the document using a fast, large format scanner to produce a raster file.
The service bureau was a side business to the core business of PAFEC, which was primarily in the business of developing and selling software. In fact, we ate our own dog food using our own software in the bureau. We used DOGS for the CAD system (before AutoDesk dominated) and RAVEN for scanning and cleanup. I loved that PAFEC named most of their software after animals. Here are some examples I can remember:
- DOGS — Drawing Office Graphics System
- RAVEN — RAster and VEctorizatioN
- SWANS — Surfaces With A Nice Shape
We used DOGS on Apollo workstations using an interesting operating system called Domain/OS. The workstation, as I recall looked something like this:

An Apollo workstation
This was also my first exposure to networking. In fact, all the workstations were networked together using a Token Ring topology. I had only used PCs and my ZX Spectrum up until this point — these computers were like grown-up adult computers. Since they looked like PCs, I turned mine off at the end of the first day. I didn’t realize that the next day when I turned up for my shift, I had somehow brought the network down as a result of me powering down the workstation. Who knew? I didn’t. Anyway, I got pretty efficient at using all the features of that particular operating system and most importantly, I learned to not turn off the workstation and crash the network.
There was an elegance to the workstation experience as I recall. Like most good tools, they become an extension of the person using it to the degree that the tool kind of disappears. Some of that elegance lives on today in the form of the world-wide web. The URI syntax design was directly influenced by the Apollo Domain System [²].
The manual digitizing was tedious, dull work without much room for growth. We were all typically aged between 18 and 21. The eldest was 27 and we called him “Old man Tim”. It basically felt like a youth club — albeit a profitable one. At the height we were literally working around the clock across three shifts. Oh, and by the way, our office cubicles were stables. I’m not kidding — they were converted stables. It has since been converted into a charming cafe. You can clearly still see the stables in the photos. It was a wonderful start to my career and I wouldn’t have had it any other way.
I took an opportunity to shift over to the scanning side of the business. The scanning part of the bureau was not in the stables, but a short walk across the way to the “Cow Shed”. I should point out that the PAFEC offices were situated in beautiful Strelley Hall, a Grade II Listed Building situated in Nottinghamshire.
Immediately, in my new role I found there was much to learn. My workstation was completely different to the Apollo workstations I had become very familiar with. Under the desk was something that looked like this:

Sun 3/160
It wasn’t a standard off the shelf workstation. It was equipped with a very expensive Primagraphics graphics card powerful enough that it could handle uncompressed data coming in from the large-format scanner.
It also ran a completely unfamiliar operating system. It was called Sun/OS which apparently was a type of UNIX — this meant nothing to my under-developed 19 year old brain. I was however, very curious. Most of the time was spent in the comfort of RAVEN’s GUI. However, there were times I had to use the command line. The first command I was invited to type and enter was as follows (it’s weird that I still to this day remember this):
$ tar cvf /dev/rst0 *
What planet is this? I thought to myself. The Domain/OS of the Apollo workstation had a learning curve, but this immediately felt like a learning cliff. To those unfamiliar, what this command is doing is basically backing up files to tape. I guess just in case the “Cow Shed” went to shit, at least the files would be safe.
I quickly figured out the shell and learned how to navigate around the file system, run backups and so on.
Things were going great. Then the UK hit a recession in 1990. PAFEC had some layoffs. This presented another opportunity for me. Stay tuned for the next thrilling chapter of whatever this is.
. . .
[1]: - My first computer was a Sinclair ZX Spectrum. https://en.wikipedia.org/wiki/ZX_Spectrum
[2]: - Tim Berners-Lee FAQ https://www.w3.org/People/Berners-Lee/FAQ.html