Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:DecorMyCell.com (Score 1) 225

Did you put the name in quotes, to get an exact match? There is a good summary in this InfoWorld article. Note that in his first computer scam he passed as "Col. David W. Winthrop, USAF retired" in a Santa Maria CA computer club. Santa Maria is a stones throw from Vandenberg AFB, and I imagine that a large part of the tech community there worked at Vandenberg. Amazing, I think that he pulled it off. I never met him, but heard that he was a *very* personable fellow.

In those days (1977 or so) it was common for computer start-ups to take money in advance of shipment and use that money to fund development. Hunt used that model, except that he was planning to skip town with the money. He did hire engineering staff and a receptionist to make DataSync (no relation to any current company using that name) look legitimate. I understand that the staff were made corporate officers, which meant they were working for stock options rather than salary.

After Hunt was caught the staff - which had not known that they were working for a con man - tried to make a go of what was left. The receptionist was required to warn customers with a script that went something like this: "I must inform you that the advertisements placed by DataSync were fraudulent, and the person responsible for them is now in jail. Knowing that, would you still like to order quality products from DataSync?" But DataSync finally folded before filling any customer orders.

Comment Re:DecorMyCell.com (Score 5, Informative) 225

Modded funny. Okay, but perhaps the moderators have forgotten the case of Norman Henry Hunt. Mr. Hunt was convicted of mail fraud (phony computer parts). He escaped from prison, was caught and convicted again (more mail fraud, plus the escape). After the second conviction, he was found to be running a mail order business out of a P.O. Box at NNCC. His ads represented NNCC as the Northern Nevada Computing Center; it was actually the Northern Nevada *Correctional* Center.

Comment Re:Bit = Binary Digit (Score 1) 151

Everyone knew a byte was 8 bits, so everyone knew base 10 didn't apply in computers, being binary and all.

Parent has history backwards. Disks were invented, and measured in megabytes, back when bytes were not necessarily 8 bits and computers were not necessarily sold as "binary" machines. The typical disk record was 80 bytes long, since it came from a Hollerith card. The IBM 1401 was typically sold with 4K bytes of main memory. Four thousand 6-bit bytes.

Comment Re:I'm still waiting for it... (Score 1) 623

Extending the dataflow model to structured data with a nice 2d shell that let you tie your pipes and filters together in ways that the UNIX shell couldn't dream of seemed like the obvious next step.

CMS Pipelines did some of this. Not with structured data, nor literally 2D, but you could split and combine flows, and code feedback loops.

Comment California "furloughs" (Score 1) 1073

People in California should get a chuckle over this. State universities (and a lot of other state agencies) currently have a furlough program in place. Workers are paid some fraction of a salary and work the commensurate time. I think it's 90% for universities. So what used to be a 30-lecture class is now 27 lectures as the professor must take three "furlough" days. That's all the state can afford.

Somehow the number of credits remains the same. I'm not sure how that works. Maybe the state thinks the whole "furlough" business will be over before the accreditation agencies notice.

Comment Re:Its been done for years already (Score 1) 711

You build a computer that works in base 10 instead of base 2 and then you can call it arbitrary.

The base 10 units for disk drive size were established by IBM, which made the first disk drive. (That drive held 5,000,000 characters, replacing 62,500 punched cards. Each punched card had held 2^6.3219 characters). They also produced base 10 computers. The IBM 1401 which was available with 4K (4000 characters, or digits if you were doing arithmetic) to 16K of memory.

The question of when, if ever, drive manufactures should have made the switch from base 10. Perhaps the introduction of fixed-block disks, which have binary block lengths (512) and cannot be user-formatted to say, 1000 byte blocks. would have been a good time. But that would have confused things too.

Slashdot Top Deals

Without life, Biology itself would be impossible.

Working...