Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:CS Core Curriculum? (Score 2) 329

Please, please, teach them something besides how to code in Java. A little theory would be nice. Some basic understanding of what a computer actually does with that code they type in. Some idea of how algorithms are turned into programs. Please?

I think the reason why the students are being taught Java is so that the Professors can focus on those other things. For lots of students the gotcha's of native code get in the way of learning the theories, algorithm tuning, and data structures. So by using a managed language in the classes, the classes can spend more time focusing on something else besides language implementation details.

Comment Re:What's the point? (Score 1) 511

Java seems to be in the middle ground where it's more cumbersome than the "scripting" options, yet slower than the "native" options. Leaving not much of a reason to choose it in the vast majority of cases.

Compile time type checking is a major reason to pick Java over a scripted language. It's not like performance requirements are binary either. There's a lot of distance between optimized assembly and runtime type checking scripts.

Comment Re:Don't feed the parasites! (Score 1) 316

Freedom of speech isn't freedom from consequences of your speech, sweet cheeks.

Actually, isn't that what it's supposed to be. I'm sure pre-America British citizens were free to say whatever they wanted, they just had to deal with the consequences of their speech (imprisonment, torture, being blockaded from opportunity, etc). So the founding fathers of the US, put forth laws to prevent certain "consequences" from happening when people decided to speak their mind.

Comment Re:Okay... and? (Score 2) 316

-Microsoft develops product in U.S, generating tax credit for R&D.

And paying salaries to U.S. employees who pay income tax on it and spend their money in the US, thereby also paying US sales taxes.

That is so incredibly irrelevant. We're talking about the taxing of one legal entity, don't try and push the conversation to knock on affects to other legal entities.

Oh, what the heck, let's talk about those other legal entities. If Microsoft paid all of the taxes from revenue generated in the US, those employees would have a lower tax bill, and could have better lives. As a matter of fact, perhaps all citizens of the US would have a lower tax burden. That might really help those who are just trying to find a way to eat every night.

Comment Re:Surprise? (Score 1) 579

But locked-down CORPORATE-user friendly? HELL YEAH. Your IT department sets-up a computer with just 5 big bright icons on the desktop. These are the only applications you use for your job. You can't do anything else but launch these applications. It just keeps working like that 99.999% of the time. When something doesn't work, you call IT about it, move yourself to another computer and resume your work there. There is no way for any computer to possibly be more user-friendly than that. Linux does it, Windows doesn't.

Are you saying that Windows can't be locked down with a white list of only authorized programs?

Submission + - Power line to run under Lake Champlain approved (pennenergy.com) 1

mdsolar writes: Federal regulators have completed the environmental review of a proposed 330-mile transmission line to bring lower-cost Canadian hydroelectric power to New York City, the project's developer announced Monday.

Albany-based Transmission Developers said the U.S. Department of Energy's approval of the environmental impact statement clears the way for final permitting of the 1,000-megawatt Champlain Hudson Power Express transmission line, which has been in development since 2008.

"The CHPE transmission line will provide clean, affordable power while minimizing community and environmental impacts, and it offers a creative solution to meet the energy challenges of the future," Transmission Developers CEO Donald Jessome said.

The project is aimed at saving about 2 percent to 3 percent on energy bills in New York City, where power is expensive and urgently needed. Jessome said ratepayers will also see price breaks from Long Island to Albany. Besides ratepayer savings, the project will also help reduce greenhouse gas emissions because the electricity is produced by hydropower rather than fossil fuel-burning, he said.

The line is to run under the length of Lake Champlain, through parts of the Hudson River and beneath railroad rights of way en route from Quebec to Queens. Jessome said the company expects to have remaining permits in hand in time to begin construction next year.

Submission + - City of Munich is considering to switch back from Linux to Windows (golem.de)

Golem.de writes: The vice-mayor of Munich Josef Schmid wants a group of experts to analyse the use of Linux in the municipality. According to Schmid, there have been multiple complaints about the lack of interoperability with other city and government administrations. There have also been doubts that the city is lowering costs by using FOSS. Munichs project Limux was started ten years ago. The city wanted to reduce its budget by switching to Linux and FOSS intead of upgrading to newer versions of Microsoft's Windows and Office products. At the end of last year almost all of the 15000 workstations in the municipality were using OSS.

Comment Re:question: does IE support adblock and noscript? (Score 1) 426

I ask this as someone who hasn't touched it in many years: does it support adblock, noscript, ghostery, and httpseverywhere?

That depends upon how much you're worried about the functionality than the brand name. IE's plug-in model is different than Firefox and Chromes (which are, or at least started out, identical). So if you look up adblock's FAQ on IE, the author pretty much says he could write adblock for IE, but doesn't feel like it. So there are other ad blocking plugins for IE. I don't know about the others, but I'm sure the story is similar. But IE does have a feature called TrackingProtection which allows you to block anything you want that's coming from a third party website. Also, plugin's can be loaded on a whitelist per website basis. So you can accomplish all of the same functionality that those brand names give you, but by other means.

Slashdot Top Deals

Understanding is always the understanding of a smaller problem in relation to a bigger problem. -- P.D. Ouspensky

Working...