Forgot your password?
typodupeerror

Comment Re: My very deep respect to Linus. (Score 1) 125

He didn't invent version control software, but he surely contributed to it significantly with developing git.

Before git, there were RCS, CSV, subversion, and probably many other software that I don't recall. All of them were very centralized.

As none of them fully met the needs of a project like the Linux kernel which drove Linus to developing git.

Comment Re:Color me shocked (Score 4, Insightful) 124

I'm an Apple iPhone user, and I want it this way. I like it this way, and I want to pay the premium to have it stay this way. I'm an informed consumer, and I like this walled garden thank you.

Maybe you can make it opt-in or opt-out so those of you in the walled garden can enjoy it while those who'd prefer being able to install anything they want, can?

Isn't that what Android is for? There it is the opt-out of the walled garden.
The main grippe that Zuckerberg has with Apple is only because Meta cannot track users without obtaining their consent; i.e., how everything should have been in the first place.

Comment Re: Almost good news. (Score 1) 70

This is true but recall that in order to install homebrew, youâ(TM)ll still need to install the Xcode CLI tools. I use that approach: CLI -> brew -> pyenv -> python -> pip

This said, my comment above is playing the devilâ(TM)s advocate, and I personally donâ(TM)t see why having to install the CLI tools would be a problem, especially given that it is a painless process.

As you point out, there are many other ways to install python for those not versed into terminal too (eg, anaconda, pycharm or other packages).

Comment Can't eat the picture; how can it be a "copy"? (Score 1) 280

This application of copyright law is properly ridiculous and wouldn't stand in a court with a sensible judge.

A definition of the word "copy" yields (New Oxford American Dictionary):
1 a thing made to be similar or identical to another
2 a single specimen of a particular book, record, or other publication or issue
3 matter to be printed

Therefore, in that context, the first definition applies. A copy of something, by definition, implies that one should be able to use it in the same ways as the original (being similar or identical).
In the case of a dish, taking a picture cannot hence be considered a copy since I can eat the original, but not the picture (even less so when it's digital). What definition of similar can actually lead to consider that a picture (even more a digital one) is even remotely "similar" to plate with food in it no matter how beautifully arranged?

Likewise, merely taking a picture of a building won't provide me with a roof, and how can it be a copy?

This is somehow illustrated by Magritte's 1948 painting of a (smoking) pipe: "ceci n'est pas une pipe"
http://tinyurl.com/owclu9e

To conclude, it seems that everything revolving around copyright nowadays has become lightyears more surrealistic than one of the leading surrealist painters of the twentieth century.

United Kingdom

Microsoft Invests In Undersea Cable Projects 41

An anonymous reader writes: Microsoft announced today that it will partner with a group of telecom companies in order to build new undersea cables. A new cable will connect data centers in China, South Korea, and Japan to the West Coast. Microsoft hopes the New Cross Pacific (NCP) Cable Network will improve connection speeds and boost its competitiveness in cloud computing. They also made deals with Hibernia and Aqua Comms, to invest in a cable with each company connecting Microsoft's datacenter infrastructure from North America to Ireland and the United Kingdom. A company announcement reads in part: "Additionally, we joined a consortium comprised of China Mobile, China Telecom, China Unicom, Chunghwa Telecom, KT Corporation with TE SubCom as the cable supplier. As part of our participation in the consortium, Microsoft will invest in its first physical landing station in the US connecting North America to Asia. The New Cross Pacific (NCP) Cable Network will provide faster data connections for customers, aid Microsoft in competing on cloud costs, all while creating jobs and spurring local economies. The goal of our expansions and investments in subsea cables is so our customers have the greatest access to scale and highly available data, anywhere."

Comment Re:Someone has been brainswashed (Score 5, Informative) 334

This is almost that, but still off the mark.

The symmetry in SMP does not refer to the capabilities of the processors. It refers to the relation between the processors and memory.

In symmetric multiprocessors, all processors access the same shared memory uniformly. That is, memory access delays depend neither on what memory zone nor from which processor it is being accessed.

In contrast, in NUMA architectures (non uniform memory access), each processor holds a portion of the shared memory that it can access very quickly. A processor can also access the portions of other processors but this incurs potentially large delays.

At the end of the spectrum, asymmetric multiprocessors combine processors with different capabilities. Here, asymmetric indeed most probably refers to the fact that processors are different. However, while most (all?) actual implementations using a NUMA architecture do use identical processors, they are never said to be symmetric because of the memory access.

Slashdot Top Deals

"I have not the slightest confidence in 'spiritual manifestations.'" -- Robert G. Ingersoll

Working...