Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:No (Score 1) 186

FP variables are const by default, and have to be explicitly made mutable.

Your code is actually a perfect example. In C:

const float X = Get_Current_Spped();
Display(X);

In an ML-style FP language:

let X Get_Current_Spped() in
Display(X)

In both cases, you are not changing X - you are creating a new X every time, keeping the previous X unchanged.

Comment Re: Which decades-old problem? (Score 1) 96

Look, I found and skimmed the Nature article before writing my original post. But I am not a QC expert, and so have no clue what a surface code is, why they are important, and what exactly was unsolved about them for 20 years. I can have a guess based on skimming the article, but it is completely lazy that the ABC West Sydney did not bother to include any explanation in their article, not even mentioning "surface code", and instead just filling the whole article with fluff. And given that the original article is just fluff and is missing the background info, the original Slashdot poster should have included some of that background info in their summary, not just linked to fluff.

Comment Re:that's fine (Score 2) 408

Honestly, you can say it wasn't their fault, but nearly 10% of them in 6 months have been involved in accidents. Even if it wasn't the fault of the technology itself, why is the accident rate so high?

Because they are constantly on the road, for testing and data collection. I would imagine that they drove more in these 6 months than many cars do in 6 years.

Comment Non non-free option either. (Score 1) 578

And why is it that you are owed free content?

It's not about not having free access - it's not about having access period. I would have gladly paid for an online-only access, but there is no such option. I've tried signing up for a TV service with Comcast (which owns NBC) - not only I have to pay something like $70/month for huge package of channels I would never watch, but the only way to buy it is to sign up for installation of equipment for TV I do not own, and I would only get access when such equipment arrives - there is no option to sign up for online access and not have their cable equipment shoven down my throat.

P.S. I looked into using a Canadian VPN service, but had trouble getting www.cbc.ca olympic coverage to show up correctly on Linux. Now I am planning to watch Olympics on eTVnet - a Russian-language site in Canada, which, unlike NBC, is happy to take my money to provide me with access to content I want to watch.

Comment Re:The have your punk kid nephew do it mentality (Score 3, Informative) 327

1. Python. I thought all the quants liked C, assembler, and even VHDL for their high frequency stuff.

Not necessarily. For example, an HFT company Jane Street Capical uses OCaml, claiming it makes code reviews go a lot faster and Knight-style errors a lot less likely. https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fqueue.acm.org%2Fdetail.cfm%3Fid%3D2038036

Government

Leak Shows US Lead Opponent of ACTA Transparency 164

An anonymous reader writes "Throughout the debate over ACTA transparency, the secret copyright treaty, many countries have taken public positions that they support release of the actual text, but that other countries do not. Since full transparency requires consensus of all the ACTA partners, the text simply can't be released until everyone is in agreement. A new leak from the Netherlands fingers who the chief opponents of transparency are: the United States, South Korea, Singapore, and Denmark lead the way, with Belgium, Germany, and Portugal not far behind as problem countries."
The Courts

Landmark Ruling Gives Australian ISPs Safe Harbor 252

omnibit writes "Today, the Federal Court of Australia handed down its ruling in favor of the country's third largest ISP, iiNet. The case was backed by some of the largest media companies, including 20th Century Fox and Warner Bros. They accused iiNet of approving piracy by ignoring thousands of infringement notices. Justice Cowdroy said that the 'mere provision of access to internet is not the means to infringement' and 'copyright infringement occurred as result of use of BitTorrent, not the Internet... iiNet has no control over BitTorrent system and [is] not responsible for BitTorrent system.' Many Internet providers had been concerned that an adverse ruling would have forced themselves to police Internet traffic and comply with the demands of copyright owners without any legislative or judicial oversight."

Slashdot Top Deals

If you are good, you will be assigned all the work. If you are real good, you will get out of it.

Working...