Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Developers section red now ? (Score 2, Insightful) 387

Well, if it were running on 64-bit java instead of 64-bit perl, it wouldn't - java ints are still only 32 bits in "64 bit java.

Someone forgot to future-proof their language. 10 years from now, when you're running a 128-bit cpu with a quarter-terrabyte of ram, those 32-bit signed ints are going to look mighty quaint. "What do you mean, I can't store the [file size|number of inodes|ipv6 address|whatever] in a 128-bit int? What do you mean, 128-bit java doesn't have 128-bit ints? You're shitting me, right? This is 2018 ... what's gonna happen in 2038 - we gonna have a 2k38 java problem? No? Why should I believe you? You can't even right-size your ints ..."

Refactor your ints to long if you need bigger values?

Apart from that, the link's criticism specifically refers to Arrays still using a 32bit int index without the capability to use a long instead but you might be able to work around that by using another datastructure instead should you really need that much Objects stored in one container.

Role Playing (Games)

Tabula Rasa To Shut Down 244

NCSoft announced today that it will be closing down Tabula Rasa on February 28th. The sci-fi shooter-flavored MMO struggled for quite some time, despite recent attempts to draw in new players by announcements of new features, price reductions, and using Richard Garriott's trip into space as a promotion. We discussed Garriott's departure from NCSoft a couple weeks ago. This is NCSoft's second failed MMO, and apparently layoffs are in the works. They seem to be making an effort to make the game's last few months as fun as they can for their remaining players, though. "Before we end the service, we'll make Tabula Rasa servers free to play starting on January 10, 2009. We can assure you that through the next couple of months we'll be doing some really fun things in Tabula Rasa, and we plan to make staying on a little longer worth your while."
Microsoft

Ballmer "Interested" In Open Source Browser Engine 410

Da Massive writes "'Why is IE still relevant and why is it worth spending money on rendering engines when there are open source ones available that can respond to changes in Web standards faster?,' asked a young developer to Microsoft CEO Steve Ballmer in Sydney yesterday. 'That's cheeky, but a good question, but cheeky,' Ballmer said. Then came the startling revelation that Microsoft may also adopt an open source browser engine. 'Open source is interesting,' he said. 'Apple has embraced Webkit and we may look at that, but we will continue to build extensions for IE 8.'"
It's funny.  Laugh.

Submission + - Futurama Movie Set for November 27th (tvsquad.com)

kevin_conaway writes: "TV Squad informs us that the new Futurama movie will be available on November 27th. The show will return as a full-length high-def film sold on DVD. It will be followed by three additional films, and each film will be divided into four episodes each to be aired on Comedy Central. So, that's 4 DVD movies or 16 new episodes depending on how you look at it."

Slashdot Top Deals

Software production is assumed to be a line function, but it is run like a staff function. -- Paul Licker

Working...