Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment 3.5" floppies (Score 4, Interesting) 191

Reminds me how the way drives recognized 1.44MB floppies (3.5") from 720KB ones was by checking if there was a hole in the bottom-right corner (the bottom-left corner being for write protection). And sure enough, if you made a hole in a 720KB floppy it would be possible to format it as 1.44. There might have been a few more errors, but I remember when HD floppies were 3-4 times more expensive, so it was definitely worth it. At least for a teenager with only pocket money. Ah, those floppy drilling afternoons... Mais où sont les neiges d'antan?
Businesses

AT&T Wireless Data Still Growing At 1000% 137

jfruhlinger writes "AT&T's wireless network came under a microscope when it seemed unable to handle the massive data use boost that came when the iPhone arrived on the scene. The company has since put money into its infrastructure, and that growth rate has slowed somewhat, but it's still gone up 30 times over the past three years."
XBox (Games)

The Inside Story of Microsoft's 'Project Natal' 130

Lanxon writes "Wired has published a lengthy behind-the-scenes feature documenting the inception, development and technological struggles of Microsoft's Project Natal, now known as Kinect. The feature is the result of conversations the magazine had with a number of key developers and researchers behind the project, and unprecedented access to Microsoft Research in a number of countries, over the course of three years."
Google

Google Wins European Trademark Victory 39

adeelarshad82 writes "A European court has ruled in Google's favor, saying that allowing advertising customers to use the names of other companies as search keywords does not represent a trademark violation. The court also went on to say that Google's AdWords program is protected by a European law governing Internet hosting services. Google's main line of defense was claiming that companies that want to extend trademark law to keywords are really interested in 'controlling and restricting the amount of information that users may see in response to their searches.' The decision is the first in a series of decisions from the court about how trademark rights can be used to restrict information available to users. Google is currently battling several trademark keyword cases in the US, including a case against Rosetta Stone, Inc."

Comment Re:The next line states... (Score 1) 360

In general I would agree, if the conclusion is debatable (even if ever so slightly). But if you find more dogs than cats in your neighbourhood, you could as well declare there are less cats than dogs, because it is formally equivalent. The case we are talking about now is actually the same degree of equivalence (I just did the math, it's worth to do it once to convince yourself).

Comment Re:The next line states... (Score 1) 360

I get your point. But since the two sentences are statistically equivalent, it is completely irrelevant which method you used, they lead to the same conclusion. So you could very well examine the population of people who spend a lot of time on the internet, find that they are more depressed than average, and conclude that "people showing signs of depression are more likely to spend a lot of time surfing the internet".

Comment Re:The next line states... (Score 2, Informative) 360

If you really want to be technical

OK, let's be technical. Let:

D be the number of depressed people; A be the number of internet addicted people; DA be the number of depressed and internet addicted people. T be the total number of people.

Then: "internet addicts are more likely than the general population to be depressed" means "the proportion of DA among A is greater than the proportion of D among T", or "DA/A > D/T", which is mathematically equivalent (since all number are positive) to "DA*T > D*A".

"depressed people could be less likely than the general population to be internet addicts" means "the proportion of DA among D is greater than the proportion of A among T", or "DA/D < A/T", which is equivalent "DA*T < D*A".

it is feasible that, although internet addicts are more likely than the general population to be depressed, depressed people could be less likely than the general population to be internet addicts.

No.

Comment Re:The next line states... (Score 1) 360

Well, "spending a lot of time on the internet and showing signs of depression are correlated" would be good, but clearly not understood straight away by many people. One could argue it is better than to be wrongly understood by those people (and then even people understanding correlation can be influenced by the "wrong" formulations, when not paying full attention), and it could provide the opportunity to explain the concept. Yes, it's a pain, but then the fact that not knowing it makes you much more vulnerable to manipulation might justify it. Definitely this is something that should be given more attention in schools, until "correlation" becomes as much understood as "likely".

Comment Re:The next line states... (Score 1, Informative) 360

No, it doesn't. The summary says "more likely"; that is, as internet use increases, the probability of depression increases. That is the definition of correlation. Implying causation would be using a word like "cause". (I know, tricky concept) Which the summary doesn't.

The word "cause" would assert causation. When the summary says:

People who spend a lot of time surfing the internet are more likely to show signs of depression

it suggests causation, because that does not sound the same as:

People showing signs of depression are more likely to spend a lot of time surfing the internet

One might agree that those sentences are formally equivalent (in an idealized version of english), but the way most people speak, those sentences suggest different causations.

Education

Chemistry Tasks For the Computer Lab? 154

soupman55 writes "I teach Chemistry to students completing their last two years of high school. Basically it's a 'teach and test' course with a few experiments thrown in. I want to jazz up the course using computer and internet resources. For instance, I could set some tasks that require Excel spreadsheet calculations. Or I could set some web quests where students search for information online. One of the decisions to be made is: Do I use computer/internet tasks to help the students grasp the material that is already in the course, or do I help them become aware of ideas that are extensions to their course? Also, when I compare Chemistry classes with Accounting classes, it strikes me that unlike Accounting where learning to use software like Quick Books is an integral part of the course, that there is no particular software that a chemistry student must learn to use. Or is there? What in terms of chemistry and computers worked for you? Or what is there computer-wise that wasn't in your high school chemistry course but should have been?"

Comment Re:Say goodbye for XML (Score 1) 272

I think you're wrong. From the coverage I've read, it's a method of processing and manipulating XML documents, and they designed an piece of XML editing software around it which they showed to Microsoft and Microsoft then stole the ideas from.

News coverage of technical things is so effing horrible. Most tech articles are written by people who don't understand programming but don't see why that should stop them from broadcasting their misinterpretation of technical information. You should just read the patent; most of it is very clearly-written.

It does not predate XML, and has nothing to do with XML-based standards.

Filed in 1994, it does predate XML. It doesn't predate SGML, though, and since core XML is essentially the same thing, it's probably safe. However, I it does affect XML-based standards -- specifically the ones that separate content from structure/presentation.

The Patent

It's a way to separate content from structure. So, for example, where and SGML document would store data like "<p>Hi <i>friend</i></p>", they store it as two separate pieces of data. The content piece would be "Hi friend", the structure piece would be "0:p, 3:i, 9:/i, 9:/p" (roughly). So now if you wanted to format that document differently, you could just use a different structure piece; the content piece doesn't change.

This exact technique obvious, so I don't think it should have been awarded a patent. But maybe what's obvious to us in 2009 may not have been obvious to the patent examiner in 1994 and, in any case, it doesn't look like any of the affected parties are going to try and argue obviousness. The important question is how generally will their technique be interpreted?

Taken narrowly, it's a way of putting XML-like tags in a separate file, mapping them back into the content using byte offsets. This is easy enough to work around. Taken broadly, it's a way of separating content from structure. So, any time you augment the content in one file by some kind of annotations in another, you're violating their patent. So HTML and CSS are problematic because the style information is in a separate file, even though the mapping is done using tag and class names and not using byte offsets.

I don't know much about patent litigation, so I don't know how much leeway they give plaintiffs. But I doubt Microsoft Word uses their exact technique; they probably do something similar to HTML+CSS or XSLT. So this victory could indicate that the courts are interpreting the technique broadly. Which sucks. Man, patents like this are killing the industry.

Image

Best Man Rigs Newlyweds' Bed To Tweet During Sex 272

When an UK man was asked to be the best man at a friend's wedding he agreed that he would not pull any pranks before or during the ceremony. Now the groom wishes he had extended the agreement to after the blessed occasion as well. The best man snuck into the newlyweds' house while they were away on their honeymoon and placed a pressure-sensitive device under their mattress. The device now automatically tweets when the couple have sex. The updates include the length of activity and how vigorous the act was on a scale of 1-10.
Intel

Intel Shows 48-Core x86 Processor 366

Vigile writes "Intel unveiled a completely new processor design today the company is dubbing the 'Single-chip Cloud Computer' (but was previously codenamed Bangalore). Justin Rattner, the company's CTO, discussed the new product at a press event in Santa Clara and revealed some interesting information about the goals and design of the new CPU. While terascale processing has been discussed for some time, this new CPU is the first to integrate full IA x86 cores rather than simple floating point units. The 48 cores are set 2 to a 'tile' and each tile communicates with others via a 2D mesh network capable of 256 GB/s rather than a large cache structure. "

Slashdot Top Deals

In less than a century, computers will be making substantial progress on ... the overriding problem of war and peace. -- James Slagle

Working...