Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:It's Okay (Score 3, Informative) 725

You must be an American if you equate liberal with socialist. In Europe, they tend to be the very opposite of each other.

Yep. The European Liberals actually stand for liberty. The American users of the name are the opposite — their first solution to any problem is to create a government agency responsible for solving it, as well as simply banning the use of anything potentially dangerous — and thus the proper name for them is Illiberal.

You're right: Liberalism in Europe
"In general, liberalism in Europe is a political movement that supports a broad tradition of individual liberties and constitutionally-limited and democratically accountable government. This usually encompasses the belief that government should act to alleviate poverty and other social problems, but not through radical changes to the structure of society."

A "liberal" in Europe wants smaller govt like conservatives do in America, while liberals in America want a bigger govt that has more control and attempts to eliminate poverty by equalizing income like a socialist would, like doubling minimum wage to the same wage most college graduates receive.

Comment Re:Another child making unsupported claims (Score 1) 203

"The most advanced, the most reliable, the fastest 3D printer ever created"

He says it is "fastest", but he does NOT say it is "ten times faster" as the summary claims. He also says it is "advanced" and "reliable" but neither of those adjectives necessarily imply that it is precise.

He also didn't say if it is cost effective. It's easy to make the fastest or best or most reliable of anything, problem is making it at a price that people are willing to pay.

Comment Re:it depends on what "skilled worker" means. (Score 3, Insightful) 401

To put things in perspective - the old owners had plants in 5 different states. Each of the other plants consistently lost money. Our plant consistently MADE MONEY, despite mismanagement. Quarter after quarter, the accountants posted profits from our plant. In effect, we carried four other money losing plants for years. The owners could never bring themselves to unload the money losers, instead taking the profits we earned to shore up the other plants. They followed that policy until bankruptcy put them out of the game completely.

Were any of those plants making key inputs for yours? If they were, and it wasn't practical to consolidate that function, then closing them down would have crippled you. Which individual plants make money is one thing, but where there's internal transfer of items between units of the business, the value attached to those items is fairly nominal in practice; it's the overall business that really makes the profit or the loss.

Or maybe they're just incompetent fucks. That could be true too. Hard to say without the full facts, but the fact that bankruptcy hit is strongly indicative.

Comment Re:So what are good languages to get into? (Score 1) 197

A masters in computer science program means taking about 10 three credit courses to get the degree. That means learning potentially 10 different languages. Which 10 would you choose? Which of those 10 are a must to learn, which would be merely advantageous to know?

Take at least one OO language (Java's fussy and bureaucratic, but its a pretty good example of the breed and is likely to be useful after you get your masters), at least one functional language (probably Haskell these days), at least one declarative language (Prolog or SQL), and don't just learn programming languages. You also need to learn about data, about data structures, about algorithms and their analysis, about parsing and compilation, and about concurrency; these are all independent of any programming language.

But computing is well served by not just learning about computing. If you have time, learn about math, stats and logic too, and learn how to communicate your ideas effectively; you'll never get far if you can't communicate with other people well.

Comment Re:Transcendence (Score 1) 564

And by booboo I naturally mean something along the lines of

if(target->ThreatRating == ThreatRating::American) { target->Kill(); } // booboo

I'd guess something like:
        if(target->ThreatRating = ThreatRating::Trrist) { target->Kill(); }

Let that be a lesson to you: Trrist must evaluate to 0, for humanity's sake!

Comment Re:The frustrations of AI. (Score 1) 564

If hardware isn't the problem, then it must be an algorithmic one. So, why can't an algorithm be discovered that is a breakthrough?

The problem is that it requires a true breakthrough, and there's no way to predict when that will happen. It also doesn't help that we don't really know what intelligence really is; all we've got is lots of things it isn't. I suspect that when someone cracks it, there'll be lots of people going "Is that all?! Anyone could have got that." and they'd be right, except that nobody did and it involves something both trivial and non-obvious. It might also require a lot of parallel processing, which we're still learning how to do well.

As we don't have any handy breakthroughs right now, we should instead study how brains really work and how to make computers do useful things (including stuff like "understanding" speech, "understanding" written natural language, drive cars safely, etc.) Those might or might not make the breakthrough easier, but they'll have other benefits along the way so they're still right to do.

Comment Re:Still missing the point (Score 1) 206

Right. However, if you're not a US Person (i.e. if you don't have US Citizenship or a Permanent Resident Permit), there's no due process for you as well: NSA can access your GMail account without a warrant, because, well, you'd be a foreigner in their eyes, and foreigners are NOT protected by US laws in this area. No FISA court for you, comrade! That's the point: in Russia, they may pretend to follow due process (even if they don't), in the US, they don't even pretend to follow due process if you're no US Person. That's why some States are considering encouraging their citizens to move their personal data out of the US cloud.

Comment Host your data with your domestic spying agency! (Score 1) 206

Seen from the outside world, most, if not all, US clouds are accessible to the NSA and other US state agencies. Especially if you're not a US Person, those agencies can request your data without a warrant at all. So what the Russians and Brazilians and soon to follow other nations are doing is this: they don't want you to post your potentially incriminating personal data on NSA-controlled servers when the NSA could use them to blackmail you should you work in an important position in politics, industry etc... They rather want you to post data on servers THEY, on only they, control. What's so wrong about this? If you are about to freely give your personal data to a spying agency anyway, it could as well be your own domestic spying agency, instead of the NSA. At least, that agency would be bound by your local laws w.r.t. the respect of privacy and protection of data of its own citizens, while the NSA is free to do what it wants with data of non US Persons, including selling them on the black market (not that they would do such a thing, of course, but in theory, they could). All this is due to the NSA overstepping its original mission that was code breaking and code development, and embarking on the Orwell program of TIA.

Comment Relocate GitHub outside of the US (Score 1) 349

Would it be really so hard to relocate GitHub (servers, company and all) outside the US to avoid those DMCA take downs? Especially considering that it would also make life for the NSA a little harder too (no NSLs could force GitHub to secretly include backdoors here and there, and keep silent about it). Next question: what country would be most friendly to Open Source yet resisting the insatiable hunger of the copyright trolls?

Comment Re: Wait a minute! (Score 1) 74

Is it really wrong to spy on the worldwide communication infrastructure, as long as you can? This ubiquitous spying can only spur the deployment of more encryption, anonymizing protocols and generally hardening the infrastructure. As long as that infrastructure is so easily vulnerable to snooping, why should the NSA, GCHQ and other spying agencies refrain from exploiting it? After all, it's our fault that we keep communicating in the clear, and that we keep trusting commercial companies that provide closed source products that we can't inspect (at least in theory).

Slashdot Top Deals

There are two ways to write error-free programs; only the third one works.

Working...