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

 



Forgot your password?
typodupeerror
×

Comment Re:Horrible article (Score 1) 292

Java IDE's don't compete with Visual Studio

Um, excuse me sir but I call shenanigans on that. And unlike you, I actually have a source. Here is a list of the VS ReSharper plugin compared to plain VS: http://www.jetbrains.com/resharper/features/ComparisonMatrix_R4.html

Be aware that these are the features VS is missing that Intellij IDEA (a java IDE) comes with out of the box. And when you're done with that, you can head over to the Intellij IDEA feature list to see what it has over ReSharper: http://www.jetbrains.com/idea/features/index.html

Please, show me your list of what VS has over Intellij IDEA. I'll settle for what it has over Eclipse. I really, really, really want to see this list. I ask in every slashdot thread where someone gets modded up for comments like this.

PS: Yes, I'm aware these two tools are made by the same company.

Comment Re:Perl and Python (Score 1) 288

To me it makes a lot more sense to write 100% of your program in, say, Perl. (s/Perl/Python/g or s/Perl/Ruby/g is that's what turns your crank.) You pull in some CPAN libraries, many of which have the time-critical stuff written in C for good performance, but you don't have to touch the C. If there does turn out to be some very time-critical loop that you really want to optimize, and it's not something generic that's available in CPAN, then you write it in C and interface it to your Perl program. You end up writing 99.9% of your own code in a nice high-level language, and 0.1% in a crufty low-level language, and you get good performance.

How much slower is it going to be in Javascript? Is it so slow that the average linux user is going to notice? If not, I think you're preoptimizing.

FYI, Java has a JS interpreter called Rhino and it lets you compile the JS into .class files for performance improvements. You can read about it here: http://www.mozilla.org/rhino/jsc.html Perhaps the same could happen with these linux applications.

Comment Re:Is it professional to cheat your boss? (Score 1) 214

Over and over I see developers offering to write unmaintainable garbage, only to get in hot water in a year's time because productivity is in the toilet. It's not even fun the first time, but people keep on doing it. They should stop.

But, as was said in that interview, the problem is convincing the "Developer Managers". You end up competing with people who use the Bait and Switch technique: They claim they can produce code faster and cheaper than you, but really, it's unmaintainable. We need to convince our managers that by saying no, we're doing them a favor.

Wii

Submission + - What video games can I play with my girlfriend? 4

tieTYT writes: My girlfriend and I really like video games, but we usually play them on our own. What are some great two player video games out there that are just perfect for couples?
Mozilla

Weave... Mozilla Is Trying To Be More Social 156

Cassanova writes "Weave is the newest Mozilla Labs project. It allows the user to save browser settings on Mozilla servers (Favorites, sessions, passwords, etc.) and load them from anywhere. With this project, Mozilla is trying to be an online services provider, which is an important step. But can Mozilla labs get over the privacy issues?"
PlayStation (Games)

PS3's Back-Compat Loss Explained, Analyzed 266

The news came down last week that future low-end PS3s won't have any backwards compatibility features, and that surprised a lot of onlookers. In response, Sony UK's Ray Maguire has attempted to clarify their logic. Essentially, in Sony's view, the money spent on back-compat features is better spent on developing new games or reducing the price of the console. "When PS3 first launched, Sony felt that backwards compatibility was an important feature as there were relatively few games for the new system, Maguire explained. 'So it was a big decision," he said of facility's removal, 'and we know it is a very emotive subject as lots of people think that backwards compatibility is high on the agenda and yet few really use it.'" For more on this, Joystiq has a few words on the implications of Sony's decision, while Kotaku says the 40GB unit will be arriving in the US on Nov. 2nd. For those of you who already own PS3s: would you have purchased a unit if it didn't have BC? If you don't have one yet, does the removal of BC make you less likely to buy one?
Security

Submission + - How Much Are Typos Costing You?

tieTYT writes: Domain Name Wire reports on a startup that, on behalf of large trademark owners, is shutting down typosquatting websites using an unprecedented degree of automation. DNW editor Andrew Allemann writes, "CitizenHawk's TypoSquasher tool crawls the web in search of typos of a company's brand name. Whenever it finds an infringing domain name TypoSquasher captures evidence including screenshots, whois information, and how the domain is being monetized. It then automates legal processes to get control of the domain, including sending cease & desist letters and contacting the company that helps monetize the domain (such as a domain parking company)." There is also a tool on the CitizenHawk home page that lets you explore typosquatting domains around your trademark. For instance, there are at least 6795 domain names that contain the word Microsoft or some clear mispelling of it.
The Internet

Submission + - Why are T1 lines still expensive?

badfrog writes: Over the last 10 years, DSL and cable modem has upped its speed (although in some instances only slightly) and dropped its price. However, the price of a T1 has stayed almost exactly the same. If you had asked me 10 years ago, I would have predicted any geek that wanted to would have fiber or their own T1 line to the house by now. What is with this sad state of affairs that a 'business class' 1.544Mbit connection is hundreds of dollars more than a 6Mbit cable connection? Is it a legitimate case that a high upload rate should increase cost so significantly?

Slashdot Top Deals

"Sometimes insanity is the only alternative" -- button at a Science Fiction convention.

Working...