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

 



Forgot your password?
typodupeerror
×

Comment Re:If you want to earn big bucks... (Score 4, Insightful) 315

Not that I'm knocking "earning big bucks", but it always kinda pisses me off that people talk about compuer programming or a certain type of programming as being especially lucrative, as if that should be some sort of aspiration in life. It certainly pays better than a lot of other jobs that I've had, but how much money you can earn is a pretty shallow metric for success, if you ask me.

Comment Re:So much Fail. Ignore. (Score 1) 315

Not only that, if you have a variable of a non-final class type or interface type in Java, you can also "change the type of data held by the variable when the program is running". E.g, without this property, it would be difficult to process items of polymorphic collections (i.e., collections allowing items of multiple types/representations simultaneously, which in Java happens to be the case of all collections, of course).

Comment Re:What makes this a gigafactory? (Score 1) 95

it's a way for them to name a plant so that it has obvious technological associations

It actually has obvious mythological associations, but feel free to limit yourself to physical units. In common speech, "megas" meant nothing more than simply "big", while "gigas" meant "a Giant". I guess the obvious English adjective would be "effing huge".

Comment Re:Bullets will not win this conflict (Score 1) 868

And yet Israel insists on controlling the territory. They may not get a vote but they ARE Israeli citizens until such time as Israel actually stops trying to control their political processes and truly leaves.

And Afghani are US citizens until the US actually stops trying to control their political processes and truly leaves. You logic is impeccable!

Comment Re:Radicalization (Score 2) 868

Yet in the Gaza Strip and the West Bank, almost those 4.4 million people are under Palestinian civil administration, while only about 0.1 million people in the West Bank are in the Israeli civil administration. Perhaps the Israeli have an undue influence over a part of the West Bank, what with their security operations there, but claiming that "Israel rules Palestine" seems rather overblown. I might as well claim that the US rules Iraq and Afghanistan.

Submission + - 35% of (American) Adults Have Debt "In Collections" 1

meeotch writes: According to a new study by the Urban Institute, 35% of U.S. adults with a credit history (91% of the adult population of the U.S.) have debt "in collections" — a status generally not acquired until payments are at least 180 days past due. Debt problems seem to be worse in the South, with states hovering in the 40%+ range, while the Northeast has it better, at less than 30%. The study's authors claim their findings actually underrepresent low-income consumers, because "adults without a credit file are more likely to be financially disadvantaged."

Oddly, only 5% of adults have debt 30-180 days past due. This latter fact is partially accounted for by the fact that a broader range of debt can enter "in collections" status than "past due" status (e.g. parking tickets)... But also perhaps demonstrates that as one falls far enough along the debt spiral, escape becomes impossible. Particularly in the case of high-interest debt such as credit cards — the issuers of which cluster in states such as South Dakota, following a 1978 Supreme Court ruling that found that states' usury laws did not apply to banks headquartered in other states.

Even taking into account the folks to lost a parking ticket under their passenger seat, 35% is a pretty shocking number. Anyone have other theories why this number is so much higher than the 5% of people who are just "late"? How about some napkin math on the debt spiral? (And unfortunately, cue the inevitable geek snobbery about how people in debt must be "idiots".)

Comment Re:Oe noes! A compiler bug! (Score 1) 739

Given the limited information, it's hard for me to speculate, but if you were using MMX it's quite likely the compiler went into gray areas of the spec when optimizing.

In any event, that is not a case of you defanging the AMD crippler and then b ad things happen.

Recognizing that courts don't always get tech matters right, multiple courts and regulatory bodies have found that Intel implemented the crippler as an illeg al business strategic move rather than for technical reasons and have ordered th em to stop it.

More recently, icc was caught detecting that it was compiling a benchmark and generating code that skipped some of the computation if it detected an Intel CP U. It seems to be part of a pattern of behavior.

Given that, I'd say the preponderance suggests the intel compiler is a poor c hoice of compiler unless you intend to use it only on GenuineIntel AND you valid ate the results by running an intel compiler version against a non-intel compile d binary and make sure the results match.

Comment Re:Easy (Score 1) 183

That's what it would typically convert to, yes... my point was still that "Will" is not 1st edition attribute. Further, a "Will save" and a "Wisdom attribute save" are two entirely different things. The former adjusts your roll by a bonus or penality that is associated with your wisdom score (much like a save vs spell, with wisdom bonus applicable), while with the latter, you directly compare your raw ability score to the roll itself.

Personally, I prefer using percentile dice for stat checks... with a base of 5% per stat point, plus or minus any situational modifiers. Then the d20 is only used for rolling high, while percentile dice is ordinarily used for rolling low (such as thieving checks, et al). I find that doing this makes things much easier for people who are new to the game, because I used to always get asked "do I need to roll high or low?" by newer players. I still get that every once in a while, but a lot less often since running things this way.

Comment Re:4! (Score 1) 170

The point as I see it is the distinction between version 4 and 5. The poster suggests that they want "the latest" rather than 4, which they CAN find docs for. They are both obsolete, dead even, such that focusing on "the latest" strikes me as odd. Perhaps I came off too sarcastic, but the "logic" is bugging me.

Comment Re:So what? (Score 1) 234

Because they are only giving it away for free for a limited time.... it's a promotion for the software... they aren't actually making the software freely available in general.

The alternative would require that they prepare a special version of the software that doesn't come with the DRM solely for the promotional period... which because of how short it is, it probably wouldn't be worthwhile.

Not that I agree with bundling this software with their game... I remember having it on my system once with some EA software and it caused me a lot of grief (affected my DVD drive in unexpected ways). I haven't installed anything from EA on my computers since, and I doubt I ever will.

Slashdot Top Deals

The best book on programming for the layman is "Alice in Wonderland"; but that's because it's the best book on anything for the layman.

Working...