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.

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

Kleeneness is next to Godelness.

Working...