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

 



Forgot your password?
typodupeerror
×

Comment Re:Do we need HTML+Javascript at all? (Score 1) 104

Using C# is almost as big a failure of an idea as using Javascript

Would you care to explain any of your reasons why? It seems to be vastly superior for client side work in comparison to everything else right now. I wouldn't use it on the backend (that's still C++ territory in my opinion), but it and/or Java work well on the web services side of the backend.

Writing a bytecode platform is exactly what using C# would do in any case (I guess I should have been clearer.) I don't care if the actual language on top is exactly C#, or something else, just let it compile to a bytecode platform that takes all the best of Java, C#, and other THICK CLIENT application languages because the state of the world today is that people are trying to write thick client applications in the web browser using languages never intended to be used in such a fashion.

Comment Re:Do we need HTML+Javascript at all? (Score 1) 104

This, a thousand time this.

Why don't browser makers get together and throw out the entire existing paradigm of horrific compromises and agree on completely fresh start with both language and UI framework.

Throw out HTML, throw out CSS, throw out JavaScript. Take the best *ideas* from them all, use C# (nothing to do with Microsoft though) and create a common framework on all platforms embracing those *ideas* and use OpenGL as the composition engine.

Science

Study: People Would Rather Be Shocked Than Be Alone With Their Thoughts 333

sciencehabit writes "How much do we hate being alone with our own thoughts? Enough to give ourselves an electric shock. In a new study, researchers recruited hundreds of people and made them sit in an empty room and just think for about 15 minutes. About half of the volunteers hated the experience. In a separate experiment, 67% of men and 25% of women chose to push a button and shock themselves rather than just sit there quietly and think. One of the study authors suggests that the results may be due to boredom and the trouble that we have controlling our thoughts. "I think [our] mind is built to engage in the world," he says. "So when we don't give it anything to focus on, it's kind of hard to know what to do."

Comment Re:Uh, sure.. (Score 1) 359

Weird, I only used it for C++ from 1.5 until VS 2010. The only time I had the problems you're describing are when the intellisense files were being invalidated because people were storing them (*.ncb) in source control and this was confusing my local VC++ setup.

I'm pretty sure you could turn off intellisense in 2003 and 2005 (don't recall with 2008 onwards though.)

Comment Re:Uh, sure.. (Score 1) 359

As a long time VisualStudio user I find your problems to be rather 'bizarre' to say the least. I use many IDEs on a day to day basis from XCode, Eclipse, MonoDevelop, Emacs, KDevelop (only for one old project), and VisualStudio 2008, 2010, and 2012. It depends upon what platforms I'm building for.

I have a rather large Visual Studio solution that contains more than 30 projects including web services, DLLs, controls, assemblies, client applications, and COM/DCOM objects, and it takes about 5 seconds to startup and be ready to work when I load that solution.

I also don't run into the incremental build issues that you seem to experience. I've been building huge projects in VisualStudio for more than a decade and never experience the problems you are reporting except when somebody was hosing up source control and VisualStudio though files where changing all the time.

That being said, XCode is a really nice environment as well.

Comment Re:How does this not violate the 5th and/or 14th.. (Score 1) 371

According to the Washington Post the CIA knew he was in the car. Several news outlets report this (although that could be parroting the Washington Post); however, several early reports about the attack appear to show the CIA proud that they killed Derwish as well (although that quickly changed after people got wind that he was an American.)

Apparently there was a 'secret finding' making this ok back in 2001/2002.

George Tenet is a yes man.

Comment Re:How does this not violate the 5th and/or 14th.. (Score 1) 371

You can say about Bush whatever you want, but he was always honest about it

Honest about what? Why we should invade Iraq? That we aren't torturing anyone? That the CIA didn't mean to kill that American citizen?

Obama is a worse disappointment in this regard simply because everyone with half a brain should have known that as a Neo-conservative Bush would behave that way. Obama was supposed to be a return to constitutional principles. Now he might as well be making security policy with Cheney (there's a scary thought, lol...)

Comment Re:How does this not violate the 5th and/or 14th.. (Score 1) 371

The first term of "Hope and Change" was not enough to prove he is nothing more than a liar?

Sorry, Republicans handed him the perfect excuse so that objective parties will really never be able to know given they basically said f*** you to anything the guy even thought about irrespective of whether or not it was good for America...

Comment Re:How does this not violate the 5th and/or 14th.. (Score 1) 371

They did, actually.

The CIA killed a 'terrorist' despite knowing that a U.S. citizen, Kamal Derwish, was in the vehicle at the time.

Apparently before 2002 there was a 'secret finding' that you could assassinate U.S. citizens who the government believed were aiding Al Qaeda.

That f***ing a**hole Bin Laden won the minute we started destroying our own constitution.

Slashdot Top Deals

The key elements in human thinking are not numbers but labels of fuzzy sets. -- L. Zadeh

Working...