Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment IBM experience (Score 1) 76

I worked for IBM for 35 years. When I retired in 2018, I was replaced by two Indians. Their opinion of their talent was FAR higher than warranted. Six months after I left, they sent an update of our code to one of our biggest customers. And the system crashed after running for about an hour. They were not happy. You can't cheap your way to prosperity.

Comment Re:So, I'm forced.. (Score 1) 286

No. If one is paying attention, one should NEVER have a rear-end. I've been driving over 50 years and haven't had a rear end yet. I also have a motorcycle and airplane. Haven't wrecked either. I have been hit by other drivers not paying attention, but automatic braking wouldn't have worked. (car hit me coming out of a blind spot). I've been coding over 40 years, and wouldn't trust code written by the lowest cost provider.

Comment Translation. (Score 1) 108

You may laugh, but MANY years ago, I was working at IBM on some code that processed checks. It was written in an IBM internal language (PL/X), that ran on OS/2 and Linux. There was no PL/X compiler for the desired target machine (Linux on system/z). I found some old IBM software called PLX-ETC. PL/X would spit out assembler for the target. But PLX-ETC would spit out "C" that you could compile on the desired platform. PLX-ETC had extra switches for instance big/little endian and many others. It actually worked, but gave absolutely unreadable "C" code. We never released anything from PLX-ETC.

Comment Re:Just reinvented the (Score 0) 34

The IBM 4214 was made for IBM by Centronics. It's character width was 9. But it had to be software compatible with the 5224/5225, which had a character width of 8. Graphics on these printers were done via a LAC(load alternate character) command. As a result, the last slice was duplicated. And an additional command (LAC2?.. It was almost 40 years ago) was defined with nine slices, but just for the 4214. Also, the proprinter was able to do NLQ by interpolating an additional pixel, at 1/2 pixel heights.

Slashdot Top Deals

What's the difference between a computer salesman and a used car salesman? A used car salesman knows when he's lying.

Working...