Forgot your password?

typodupeerror

Comment: Re:Wrong (Score 1) 1268

by DarrenR114 (#33240918) Attached to: US Students Struggle With Understanding of the 'Equal' Sign

That's not what = means. = is ASSIGNMENT. They're looking for ==.

Much as I know you're joking, I'd really love to get rid of this bane that C has brought upon us. Many previous languages used := to mean assignment, hence avoiding the clash with the mathematically well defined = symbol.

You'd prefer something like '<=>' to indicate 'logical equality' then?
That's more similar to the actual symbol used. But then that's not so easy to type as '=='.
http://en.academic.ru/dic.nsf/enwiki/145316

In programming languages older than Algol (from which Pascal was derived) such as FORTRAN, the single '=' was good enough to designate both variable assignment AND logical equality.

It was your precious Pascal (along with Algol) that muddied the waters.

Comment: Re:Wrong (Score 1) 1268

by DarrenR114 (#33240866) Attached to: US Students Struggle With Understanding of the 'Equal' Sign

That's not what = means. = is ASSIGNMENT. They're looking for ==.

Much as I know you're joking, I'd really love to get rid of this bane that C has brought upon us. Many previous languages used := to mean assignment, hence avoiding the clash with the mathematically well defined = symbol.

You'd prefer something like '' to indicate 'logical equality' then?
That's more similar to the actual symbol used. But then that's not so easy to type as '=='.
http://en.academic.ru/dic.nsf/enwiki/145316

In programming languages older than Algol (from which Pascal was derived) such as FORTRAN, the single '=' was good enough to designate both variable assignment AND logical equality.

It was your precious Pascal (along with Algol) that muddied the waters.

Image

Rupert Murdoch Claims To Own the 'Sky' In 'Skype' 186

Posted by samzenpus
from the mine-now-I-take-it dept.
Crudely_Indecent writes "Not content to own just news stories, Rupert Murdoch is now going after individual words! His BSkyB is fighting a legal battle with Skype, claiming that it owns the 'Sky' in 'Skype.' From the article: 'A spokesman for Sky confirmed that the company has been involved in a "five-year dispute with Skype" over trademark applications filed by the telecomms company. These are, the spokesman added: "including, but not limited to, television-related goods and services."'"
Programming

How do you learn new languages?

Submitted by Anonymous Coward
An anonymous reader writes "How do you go about learning a new (programming) language? Do you buy a book? Use online tutorials? Message boards? Take a class?"
Microsoft

Vista retail sales low compared to XP launch

Submitted by
PetManimal
PetManimal writes "A comparison of first-week retail sales of Vista compared to first-week sales of XP back in 2001 found that Vista sales were 60% lower. Steve Ballmer has admitted that earlier sales forecasts were "overly aggressive," but at least there is some good news for Microsoft: early Office 2007 sales were very strong compared to the early sales of Office 2003, despite almost no advertising or marketing until the retail launch at the end of January."
Software

Silicon Valley, follow the money

Submitted by
mrspin
mrspin writes "This week the The New York Times sparked a lively debate, after it published an article which argued that when it comes to creating innovative technology, geography still matters — and that Silicon Valley is the place to be. And it's certainly true that Silicon Valley, compared with other innovation hot-spots, has the much needed Venture Capital and the connections that enable money to flow from one new company to another. Want proof? ZDNet takes a look at LinkSViewer, a new web-based visual networking tool for exploring capital relationships in Silicon Valley."
Supercomputing

beta version of CUDA is available

Submitted by Anonymous Coward
An anonymous reader writes "http://developer.nvidia.com/object/cuda.html he CUDA Toolkit is a complete software development solution for programming CUDA-enabled GPUs. The Toolkit includes standard FFT and BLAS libraries, a C-compiler for the NVIDIA GPU and a runtime driver. The CUDA runtime driver is a separate standalone driver that interoperates with OpenGL and Microsoft® DirectX® drivers from NVIDIA. CUDA technology is currently supported on the Linux and Microsoft® Windows® XP operating systems. The CUDA Developer SDK provides examples with source code to help you get started with CUDA. Examples include: Parallel bitonic sort Matrix multiplication Matrix transpose Performance profiling using timers Parallel prefix sum (scan) of large arrays Image convolution 1D DWT using Haar wavelet OpenGL and Direct3D graphics interoperation examples CUDA BLAS and FFT library usage examples CPU-GPU C- and C++-code integration"

The Lord prefers common-looking people. That is the reason that He makes so many of them. -- Abraham Lincoln

Working...