Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Linus should try git (Score 1) 449

The only locks in git are within single repositories. The locks which control distributed merging are controlled by the hashes which identify change sets. They tell a repo about the origin of the data being merged in. So rather than thinking about a static blob of data which changes sometimes and needs to be preserved while other nodes are working on it, you think of a graph which extends into the future, each node identified by its hash. By working this way it is easier to find places to reintegrate the results of processing which takes place remotely.

Comment Re:ATC (Score 1) 330

Nah the monitors had individual co-ax connectors for RGB. It was a simple interface if you had the computing muscle to drive it. Not so easy in the early 1990s. The monitors had a serial interface which was proprietary to sony. It was there to shut down the HMI if the monitor stopped working. You could use the monitor without it if you wanted to.

Comment Re:ATC (Score 1) 330

The 2k2k monitors were from Sony. I don't know if finding them was an issue. The unit price was high (~$50k) and sony must have had other markets. Later LCD monitors were from NTT. Barco are in the market as well making monitors for environments with high ambient light.

Slashdot Top Deals

One possible reason that things aren't going according to plan is that there never was a plan in the first place.

Working...