Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
United Kingdom Technology

The Last of the Punch Card Programmers 149

Peter Cus writes "Cluny Lace, an English lacemaking manufacturer, has reverted to 19th-Century Leavers machines in order to stay competitive. These 19th-Century machines use Jacquard punch cards. Ian Elm, thought to be the last of the card punchers, says young people don't want factory work: 'Younger people coming into a trade want a guarantee of a career out of it, and this is so uncertain.'"
This discussion has been archived. No new comments can be posted.

The Last of the Punch Card Programmers

Comments Filter:
  • Re:Hard to believe (Score:4, Interesting)

    by Anonymous Coward on Sunday September 05, 2010 @12:27PM (#33481828)

    i work in the metalworking trade, and many times an old screw machine can do a run of parts so much more efficiently than a cnc machine that it is used instead.

  • by perpenso ( 1613749 ) on Sunday September 05, 2010 @12:31PM (#33481852)
    Punch cards can be a pretty useful educational tool. In the 1980s I had an intro to computer science class where we had to write our first programming assignment in fortran(*) using punch cards. Second and subsequent assignments would use terminals. The professor explained that doing so was terribly obsolete but that this experience would help us understand why some computer languages (fortran in particular) and some operating systems (including unix) are the way they are. He added that the deck of blank punch cards we would have to buy would also provide us with plenty of book marks for the rest of our years in college.

    (*) Fortran was only used in this intro computer science class. This class was required for many engineering and science majors who were more likely to use fortran than computer science majors. Unexpectedly in the mid 1990s I actually used fortran as my company was contracted to move some chemistry software from mainframes to personal computers.
  • by ScrewMaster ( 602015 ) on Sunday September 05, 2010 @12:55PM (#33481970)

    In the 1980s I had an intro to computer science class where we had to write our first programming assignment in fortran(*) using punch cards.

    Back in the 1970's when I was in college, the first day of my first computer class the professor told us that "the keypunch machines are down the hall." I asked him, "uh, as in punch cards?" At that point I'd been hacking assembler code on microcomputers for a few years and doing real-world interfacing, and really wasn't interested in punch cards. Sure, had it been a one-time experience like you had, that would have been interesting. But an entire school year spent in front of a keypunch machine, submitting jobs to an IBM 370, when there were rooms full of 3270 terminals all over the place? No thanks. I dropped that class that afternoon.

  • Re:Hard to believe (Score:5, Interesting)

    by vlm ( 69642 ) on Sunday September 05, 2010 @01:00PM (#33481994)

    Well, if you mean by "screw machine" a machine that makes screws, well, generally they literally stamp fasteners from spools of metal wire. Much faster and more efficient than trying to machine such parts ... that would be hideously slow in comparison.

    Not a stamper. Think of a metal lathe, then porcupine it with multiple cutting tools and power feeds, to get a turret lathe. Then add even more clockwork/gearing and it can make multiple parts pretty much hands off, and you got a screw machine.

    http://en.wikipedia.org/wiki/Screw_machine [wikipedia.org]

    All that clockwork/gearing is complicated as heck to modify compared to feeding a new gcode file into a CNC. However, being hyper-specialized, if you don't need a slow precisely controlled negative X-axis movement or whatever, a screw machine probably has a big ole high tension spring that moves "instantly" vs the CNC slowly methodically and precisely crawling neg x-axis.

    As far as hideously slow, you'd be surprised even in ancient history what a couple horsepower and sharp cutting/forming tools can do...

  • Re:Hard to believe (Score:3, Interesting)

    by Sarten-X ( 1102295 ) on Sunday September 05, 2010 @01:10PM (#33482024) Homepage

    So its a binary data format battle.

    From what (little) I understand of the machines in the article, it seems the new machines have different capabilities than the old ones. In the pursuit of speed, the new machines lack the ability to make designs that are as intricate as the old ones can. While they're still just "lace" to the untrained eye, the old style is capable of producing a better product.

    Compare board games of the 1950's-1970's with games of today: There are many cases where plastic pieces have been replaced with printed cardboard. Sure, the game's the same, but it's not the same quality.

    The best computer example I can come up with is Pentium chips. They're faster than the old 486s, but not quite as good [wikipedia.org]. Perhaps in time new lace machines will have both speed and ability, but I don't know enough about lace to predict anything.

  • Re:Hard to believe (Score:5, Interesting)

    by ScrewMaster ( 602015 ) on Sunday September 05, 2010 @01:24PM (#33482072)

    Not a stamper. Think of a metal lathe, then porcupine it with multiple cutting tools and power feeds, to get a turret lathe. Then add even more clockwork/gearing and it can make multiple parts pretty much hands off, and you got a screw machine.

    Okay. I've seen equipment like that, but the screw machines I'm familiar with (I did a lot of data acquisition work in the fastener industry, many moons ago) were basically large solenoid-operated stamping machines. Rows and rows of the things, all thumping out about three or four parts per second. They had separate dies to form the various parts of the fastener, and were fed by large spools of metal wire (steel, brass, whatever.) They were also very loud, as I remember, although not anywhere near what I experienced in a some automotive stamping plants. Earplugs for the win.

    These were mostly self-tapping parts (drill screws and the like) and the systems I developed measured various attributes such as drill time, peak and tapping torque values, end-load, and so forth. This was mostly for statistical process control purposes, although I did a number of laboratory test systems as well. Those were used for design testing, as well as assessing performance of competitors' parts.

  • Re:Hard to believe (Score:5, Interesting)

    by Felgerkarb ( 695336 ) on Sunday September 05, 2010 @01:28PM (#33482094)
    Manufactured lace and embroidery was my family's business, for many many years. These machines were run by large spools of punched paper tape. My father and my uncle designed and created an early CAD system, and built machines that would create punch tape from the computerized design.

    Modern machines are now being built that are run directly from computers, but I'd say, given that these are huge expensive machines that are often resold and moved to new locations rather than bought new, the majority still run on paper tape.

    The issue of quality isn't directly related to the machines being computer-driven. The quality depends on the care of the designer, the 'stitch count' or density, and quality of thread, etc. As with many manufactured goods, you can get lace for less money if you accept lower quality. No surprise there.

    I assume the computer-driven machines would let an operator change the stitch count. These days, there are few people (in the West anyway) who know how to create a 'punching' as it is called, and fewer who are interested in learning. Strangely, the remnant of my father's business is just starting to get orders from Asia, so maybe 'Free Trade' is finally coming around to the point where manufacturing costs in the US are competitive with Asia in this regard, but there really is no one ready or willing to meet the manufacturing demand if it ever really comes back. You can probably ditto this sentiment for US shoe manufacturing, furniture, etc.

  • Re:Hard to believe (Score:3, Interesting)

    by falconwolf ( 725481 ) <falconsoaring_2000.yahoo@com> on Sunday September 05, 2010 @01:52PM (#33482186)

    These days, there are few people (in the West anyway) who know how to create a 'punching' as it is called, and fewer who are interested in learning.

    TFA mentions this, "What do young people want to come into this trade for, especially at the manufacturing end - because it's so dirty, you know". Yet there are young people getting into it and Etsy [etsy.com] provides them a sells outlet.

    Strangely, the remnant of my father's business is just starting to get orders from Asia, so maybe 'Free Trade' is finally coming around to the point where manufacturing costs in the US are competitive with Asia in this regard

    Free trade does that, as there's more trade people demand more pay from their employers. China is seeing more suicides [wtop.com], which is going too far, because employers won't give them raises they demand, though employers [nytimes.com] are giving some raises. China's middle class is rising [wikinvest.com] afterall and there are now 64 Chinese billionaires on Forbes list [globaltimes.cn]. The same is seen in India. Free Trade raises everybody's boat.

    Of course China doesn't have free trade, the Chinese currency isn't allowed to float, but trade is more open there now than it has been.

    Falcon

  • by gafisher ( 865473 ) on Sunday September 05, 2010 @02:24PM (#33482306)
    John Leavers invented those machines in 1812 and they're still in use. If two hundred years isn't job security, I don't know what is!
  • by trb ( 8509 ) on Sunday September 05, 2010 @02:52PM (#33482408)
    UNIX was influenced by punched cards in a couple of ways. The 80-column line width went from punched cards to teletypes to early (pre-bitmapped) terminals, which were the input device for UNIX in those days. Also, UNIX was developed at Bell Labs research, but Programmer's Workbench [wikipedia.org] was an important early Bell Labs (the development side, not the research side) version (today you'd call it a distro) of UNIX that focused on providing a tolerable front-end interface to several old punched-card batch systems. It gave people screen, editor, and hard disk instead of keypunch and punched cards, and you could automate your build process with shell and make instead instead of using card-reader and line-printer.

    In those days, UNIX ran on machines that we would consider tiny today, and so it had small input buffers, which you might say it was influenced by the 80-column punched card, or perhaps just by the 32k bytes (or 64k or 128k, if you were rich) PDP-11 system memory size. These buffer size limits were in the kernel, but easier to see in the /bin utilities.

  • by Anonymous Coward on Sunday September 05, 2010 @03:04PM (#33482508)

    The level of calculator use depends on the level of the student - the number of times I've seen my students reach for a calculator for simple arithmetic (9 x 13) or similar worries me that they don't truly understand what they are doing. Much of the basic arithmetic helps inform the algebra usage in later classes, which is why things like long division are still relevant. I relented and allow non-symbolic manipulation calculators for my calc classes these days after a student pointed out that their cell phones meant they have a calculator permanently available. I also make a point of assigning a problem or two that the TI-89's choke on to explain why learning the techniques directly is important.

  • Re:Business basics (Score:3, Interesting)

    by Totenglocke ( 1291680 ) on Sunday September 05, 2010 @03:38PM (#33482784)
    You blame it on businesses, but the only reason it sells is because the average person would rather buy a cheap POS than spend more money to get a quality product. I used to work retail and I can't count how many people would buy something just because "It's so cheap!" and I'm standing there trying not to say "It's so cheap because it's utter shit and only a moron would buy it".
  • Re:Hard to believe (Score:5, Interesting)

    by plover ( 150551 ) * on Sunday September 05, 2010 @05:13PM (#33483434) Homepage Journal

    A "screw machine" is the name of an automated lathe, and while they can certainly produce screws, they're often used to make all kinds of cylindrical metal parts. They are not limited to making just screws. We used them to make everything from locomotive fuel injectors to hex-socketed screwdriver shafts.

    We also made plenty of screw-threaded items, but never just ordinary "raw" screws. Other, simpler machines, such as the ones you described, had long ago taken over that task.

One man's constant is another man's variable. -- A.J. Perlis

Working...