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

 



Forgot your password?
typodupeerror
×

Comment Internet meant to withstand nuclear war (Score 1) 94

Remember that the internet was invented for the specific military purpose of withstanding a nuclear war. Granted a politically motivated attack on the internet would probably be easier since you're actually forcing engineers to go out and pull the kill switch.

Still the best way to keep the internet running is to build out an extreme number of connections to other parts of the internet. Another thing that would force politics to stay out of the internet is to make business extremely reliant on it. One of the biggest reasons the internet in developed nations won't be turned off is because of how much of an extreme problem it would create for all of the industries that are actually in power economically. It would literally be shooting yourself in the foot.

Comment Re:Ugh, not this again. (Score 1) 357

Stop apologizing for complexity! Movies are also incredibly complex to make and you don't see movie studios forcing you to pay extra to see the last 15 minutes of a movie.

There are plenty of examples of companies that make excellent money without bullshit DLC schemes. See: Valve and Notch.

The DLC money machine will end with these companies dying from stupid marketing decisions and good riddance for that.

Comment Re:SQL too (Score 3, Insightful) 435

PHP is C-like just like Java but the path the two syntaxes take would bring them further apart than closer together.

For example in PHP you would never see something like this:
final Class d = mContext.getApplicationContext().getClassLoader().loadClass(mContext.getPackageName() + ".R$" + subClassName);

It makes me sad that Google chose Java as Android's main language considering how much of a rats nest Java really is.

It's sad that it takes 16GB of RAM just to compile a build of Android. And the funny thing is it kills the whole point of Android being "open". What person has 16GB of RAM on the off chance that they might wanna compile an Android build?

Comment Re:SQL too (Score 1) 435

PHP coder here.

No no no no!!!!

Using mysql_real_escape_string WILL NOT PROTECT YOU from SQL injections.

The function is made for escaping strings incase it contains a character that would break SQL. It's up to you to filter your inputs.

PHP does not inherently promote SQL injections. Stupid design patterns do.

Comment Re:slashvermacment. (Score 5, Insightful) 1079

It is extremely important that Slashdot apprise us of every new product coming from Apple Corporation, in near-realtime fashion.

Please slashdot, tell us more about Steve Jobs' health, Apple Corporation mythology, and Mac purchasing opportunities!

Usually I'd agree with you but this news about DRM is pretty important because it completely changes the dynamic of the music industry in relation to the Internet considering iTunes recently surpassed Walmart in music sales. That is clearly stuff that matters and if you can't see that you're geek license should be revoked on your way out.

Slashdot Top Deals

"The one charm of marriage is that it makes a life of deception a neccessity." - Oscar Wilde

Working...