Forgot your password?

typodupeerror

Comment: Re:Linux (Score 2) 291

by gerddie (#43503791) Attached to: LLVM Clang Compiler Now C++11 Feature Complete

It also becomes harder to build a working compiler for anything other than Linux

Now, it is even less possible. I like to bring up DOS as an example that can't even fit the paradigm of the C++11 specification. How on earth are you going to have threads in DOS?

This can be done with user space threads

You also have the long long int type, where if you need to use that on a 32bit system, it will need emulated

long long int existed as for quite some time, gcc and msvc support in on 32 bit platforms.

Comment: Re:So? (Score 1) 599

by gerddie (#43343293) Attached to: Nuclear Power Prevents More Deaths Than It Causes

Wind, Solar, are not needed at all. They're "solutions" looking for a problem.

And yet in Germany wind power provided 9.9% of the total energy consumption in 2011, in some states in the north more then 40% of the consumed power was wind power. And as you can see here, the combination of wind and solar power is a good idea: when there is more sun there tends to be less wind, and when there is more wind, usually you have less sun.

Comment: Re:Maybe... (Score 1) 1121

by gerddie (#43301129) Attached to: USPS Discriminates Against 'Atheist' Merchandise

I think if you were given evidence of god, you should believe in god ...

If there is evidence, there wouldn't be any reason to believe, or like Douglas Adams put it so nicely, God only exists through believe.

To do otherwise would just be willful blindness.

Wilful blindness is actually what religion is all about, because it can be used to execute power over people.

Comment: Re: memo to hardware producers (Score 3, Insightful) 215

by gerddie (#42849353) Attached to: Samsung Laptop Bug Is Not Linux Specific

[..]

I'm going to pick option B however, where RMAs for the model are denied because everyone knows those users destroyed their hardware using that nasty Linux program, and they're not going to get a replacement or refund at all.

[...]

In case you didn't RTFS: The laptop was bricked by using a program running on Windows.

Comment: Re:Bad quote (Score 1) 84

by gerddie (#42743991) Attached to: How Open Source Could Benefit Academic Research

"What the author of the article fails to understand is that software is not the point of research - it is a side-effect, and I say that as someone whose field is CS."

(disclaimer: I am working as a postdoc for some US university)

The article in general is clueless. You are of course right. Researchers don't care about their code. I want to know if a design work, if an algorithm work or if it does not. That's why I end up writing code. Once my report/paper/thesis/grant application is written I do not care about the software anymore.

Well, there's s always the CRAPL license that was made for exactly this kind of source code release, and IMNSHO publishing the source code with the paper should be a must, because it's only science if it is reproducible. I work in image processing and more often then not, papers are missing parameters, the description of the implementation is ambiguous, and as a result just reproducing the result of such a paper is impossible without contacting the authors. (The data used is yet another story.) I do not care if the code is production ready of if I would have to rewrite it from scratch, if at least could have a look at the tweaks that are not in the paper because the authors didn't deem them important enough and the reviewers didn't notes that the published algorithms are not really reproducible - or worse, the reviewers told the authors that "these are standard filters, so there is no need to publish the parameters".

Comment: Re:Interesting Enigma (Score 1) 132

by gerddie (#42663153) Attached to: Cuba Turns On Submarine Internet Cable

Cuba's current state has nothing to do with the U.S.

Well, just look at a map, and one can clearly see that a cable to Florida would have made a lot more sense than the cable to Venezuela. There is. in fact, an undersea cable running like 20km off-shore off the northern Cuban cost, but because of the embargo, Cuba was not allowed to connect to it. Hence until now, at least the state of the Cuban Internet connection had a lot to do with the embargo. And Internet connection nowadays means business.

Comment: Re:Probably the future...I guess (Score 1) 436

by gerddie (#42393553) Attached to: Has 3D Film-Making Had Its Day?
So far I've only seen Pina in 3D, but with this flick it was really great. I think that it is one of the movies that really gained from the technology. Still, at times it was annoying that you have to look more or less exactly where the director wants you to look, because otherwise its out of focus.

Comment: Re:Not how it works (Score 2) 371

No, developers must release the source code to ANYONE who requests it, regardless of whether they received the binary or not.

Read clause 3(b), the part where it says "any third party". The key word is "any".

No, because they have only to comply with one of the three clauses (a), (b), or (c), and even if they choose (b), they only have to provide the written offer to the receiver of the binary, notwithstanding that the actual offer must be valid for any third party (thereby making 3(c) possible).

Comment: Re:They can charge what they like (Score 3, Insightful) 371

Are you certain you have read the GPL?

Your statement that it requires one to give the source to anyone who gets the binary is INCORRECT.

WRONG: Firstly, they may distribute the source code alongside with the binary (see 3(a)), and if they choose 3(b), the offer has to be valid for any third party, but they only have to give it to the person who receives the binary. This person could then decide to post the offer on the Internet.

And you explicitly do NOT need to pay the scumbag's $3.99 binary fee before you can get his source.

Also wrong, they can charge all they want for the binary, because only when you receive the binary you are legally entitled to also get the source code. In other words, at least one person must pay the guys, and this person can then redistribute the binary and the source code gratis.

Comment: Re:Pay the $3.99 (Score 1) 371

The GPL clearly states that you may redistribute the binary provided that one of the three options 3(a-c) is fulfilled. Clearly, choosing (a) and redistributing the source code alongside with the binary is enough to comply with the GPL.. Redistributing by means of 3(c) can only be offered by someone who got the offered the source code by means of 3(b).

Cure the disease and kill the patient. -- Francis Bacon

Working...