Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Oh come on. (Score 1) 250

The main reason why people recommend it is because of what happens if you mix signed and unsigned. If they are of the same size (e.g. signed int and unsigned int), then according to the spec, the result will be unsigned. So you divide, say, -2 by 1u, and get something very unexpected. If you always use the same signedness, then you can dodge this problem, and in general you do want to represent negative numbers every now and then, hence the default is signed.

In practice it doesn't work so well simply because so much of the language and the standard library uses unsigned anyway. For example, sizeof is unsigned, and so is strlen(), and in C++, size() on all the standard container types, including string. So if you want to write C or C++, you have to deal with signed/unsigned mismatch anyway.

Comment Re:Sanders amazes me (Score 1) 395

You want to play this game? Fine. I'm well within the 1% of US by income, and while the majority of my income isn't from capital gains, they are a sizable contribution due to stock bonuses and such. I'm quite okay with making personal income tax more progressive, and raising capital gains tax to match personal income, even though that would mean more money taken out of my pocket every year. Why? Well, perhaps because I don't want another Baltimore in my neighborhood?

Comment Re:Bernie Sanders (any real shot at winning?) (Score 1) 395

This implies that communists would be against worker cooperatives, which isn't true in general. Marxist-Leninists are, but there are other kinds of communists, including anarcho-communists and Luxembourgists who like cooperatives just fine.

The real difference is in the ultimate goal. Communists are a subset of socialists who believe that it is possible to create a classless society, thereby resolving the class conflict once and for all, and removing the need for any form of state and societal oppression (and hence the state itself - communism is supposedly a classless and stateless socioeconomic system). They typically believe that this is only possible by undergoing through a transitional socialist period, but how that period looks varies depending on the brand of communist, and pretty much any socialist form of organization is claimed as the best by some group somewhere.

Socialists who aren't communists don't generally believe in that future perfect society, and for them socialism is a way to achieve socioeconomic justice and fairness (as they see it) here and now more so than just a means to advance to the point where said justice and fairness is inherent and self-sustaining.

Comment Re:He's also an interesting candidate for this (Score 1) 395

A big part of it is support for electoral reform. I may disagree with a candidate on 99% of his platform, but if his 1% includes making it easier for me to get the candidate that I actually like into office in the future, that's the 1% I'll care about most. And this usually comes from the fringes of both left and right, from people like Pauls or Sanders.

Comment Re:This again? (Score 1) 480

I think that the people who are actually doing the real work here (i.e. the scientists) all have fairly realistic expectations. The rest of us can party if it makes us feel better, and it won't hurt if the end result is increased funding for science in general. And if nothing happens in the end, well, there won't be any more articles, and in a month everyone except for those genuinely interested will forget it was even there (well, there will also be the occasional science freak posting about it on Slashdot in every future story on space propulsion, but that's what Slashdot is for).

Comment Re:Linus Wins (Score 2) 72

When Microsoft loses exclusivity with Windows then Microsoft eventually loses. They've hardly ever competed in the market based on capabilities and quality

Let me guess, you're still bitter from WinME?

Look at what's actually making money. Hint: it's mostly Office, not Windows, and it has been that way for many years now. Why would Office for iOS or Android, say, make any less money than Office for Windows?

Or, say, Azure. It's a money maker, despite playing catch-up with AWS.

What I see is only a way to let over developers make apps which only run on Windows.

Yeah, that's why Code runs on Linux: to let people who use Linux make apps that only run on Windows. Makes perfect sense.

Comment Re:This again? (Score 1) 480

Are you saying that you would completely ignore the repeatedly reproducible result of an experiment if there were no good theoretical physical explanation for said result?

I mean, it's your choice, but it sounds extremely stupid. If the thing works, figuring out why it works is definitely a very interesting question well worth devoting resources to, but making it useful doesn't require fully understanding the theory.

Slashdot Top Deals

An authority is a person who can tell you more about something than you really care to know.

Working...