Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Not necessarily the silver bullet however... (Score 1) 193

Edit your files with VIM as per usual. Also keep them open in your GUI IDE of choice. Most IDEs detect file changes and will either ask you to reload the files or you can sometimes set options to automatically reload. Now you have the best of both worlds on top of the same source code files - you have all the features of each solution. Also set up your GUI IDE to launch VIM on a source file using a keystroke.

Comment Re:So? (Score 1) 170

Except that the said mechanism provides a sure way to verify that an email address exists. Once an addy is correctly guessed the user cannot pretend to hide by not responding to resulting spam, because that account is *known* to exist prior to spamming (not a shot in the dark like most spam attempts) And it's known for sure because StackOverflow requires a valid email address when a user signs up for an account - to carry out StackOverflow account verification through an email link sent to the user for clicking. In other words, one layer of protection has been taken away, although I think it's very topical and personally am not worried about my SO account because the associated Gmail account filters out spam great.

Comment Re:The people are the culture of the company locat (Score 1) 315

I totally agree with keeping the code writing at home. Outsourcing it causes obvious problems like this recent one, and likely isn't as cost effective in the long run all things considered. Also agreed they bear the responsibility. In fact seeing another article on Slashdot today saying Microsoft has taken the responsibility and suspected the offending project - so they are doing as they should and not trying to hide or justify it. All in all, hope this is a good enough reasons for such companies to decide to keep their code writing at home. My fingers are crossed.

Comment The people are the culture of the company location (Score 2, Insightful) 315

Folks it's Microsoft "China" which means the Chinese culture working in a Microsoft owned building in China. There is likely major cultural misunderstanding or forces that are at work here beyond the fact the brand is Microsoft. That's a very hard thing to manage for any transcontinental company.

Comment provide non-"free" alternatives (Score 1) 309

Somebody should create closed source versions of the open source projects that are most often ripped off. Then give away (or sell) the proprietary versions. I don't mean fork it. I mean from scratch, in a clean room environment, to keep it untainted. It's the reverse situation of making an open source alternative to a free product.

Comment Re:It's straightforward (Score 1) 587

Choosing a minor app that takes 189 freaking MB of memory for nothing but displaying sticky notes on the screen

The majority of that 189 MB is shared by all programs that need the Mono Framework. It's important to note that it's not duplicated for each app - the framework needs to be installed only once. Framing 189 MB in context of only one app can skew the reader's understanding of how the technology works.

Slashdot Top Deals

Intel CPUs are not defective, they just act that way. -- Henry Spencer

Working...