Forgot your password?

typodupeerror

Comment: Re:Mistake (Score 1) 170

by Eric Smith (#40052555) Attached to: Wozniak's Original System Description of the Apple ][
Note that the 558 is not retriggerable. This led to bugs in joystick (or game paddle) reading in many Apple II programs. If you trigger the 558 to read input 0, then want to read input 1, do NOT just trigger it again. Make sure that input 1 has timed out first, before triggering it to be read. Otherwise you'll read an incorrect value. Or trigger once, then read all inputs you're interested in at the same time.

Comment: Garnet films in electronics of the 1970s (Score 2) 36

by Eric Smith (#39708043) Attached to: All-Optical Networks: the Last Piece of the Puzzle
In the 1970s, magnetic bubble memory was expected to be the next big thing in nonvolatile data storage, and there were commercial products from Hitachi, Intel, Rockwell, and TI. Commercial bubble memory devices were fabricated using garnet films, though there was research into the use of other materials.

Due to high cost, bubble memory was successful only in limited niches, so by the mid-1980s it was discontinued. Intel stopped development at the 4 Mbit level; I don't think the other vendors even pushed it that far. Late 1980s research results suggested the possibility of 64 Mbit devices. I suspect that the technology probably wouldn't have scaled much further anyhow.

More recently, IBM has been working on "racetrack memory", which works similarly to magnetic bubble memory.

Comment: Re:So Android 3.0 ... (Score 3, Informative) 262

by Eric Smith (#35608426) Attached to: Google Delays General Release of Honeycomb Source

well, you only have to "make it available"

You have to do more than "make it available". Since it is being commercially distributed, and isn't accompanied with the complete corresponding machine-readable source code, they need to satisfy section 3b of the GPLv2:

b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange;

Can anyone who has a Xoom confirm whether it came with such a written offer?

As others have pointed out, this only applies to any GPL'd components of the software, which includes the Linux kernel but little else.

HOST SYSTEM NOT RESPONDING, PROBABLY DOWN. DO YOU WANT TO WAIT? (Y/N)

Working...