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

 



Forgot your password?
typodupeerror
×

Comment Re:Wake me up... (Score 1) 577

1: Those bounds checks come at a cost of having overflows getting in the way of actually checking bounds. An overflow of an unsigned value results in just a small number... that means that you still have to check the lower bounds no matter what.
2: They store the same number of values as unsigned, it's just handling of those values and comparison operations differ. A signed and unsigned 32bit integers store 2^32 values.
3: Crypto algorithms do not operate numerically, thus 2147483647 * 100 will yield exactly the same result for uint32 and int32 as much as any crypto algorithm is concerned.
4: Therefore you send 2147483648 in binary form as 4 bytes = 0x80000000

Comment Re:Wake me up... (Score 1) 577

The fact that lack of unsigned integers has not stopped Java shows that the designers made the right choice. If you need to have a value larger than 2bn you will probably not be satisfied with 4bn and will need a larger type. And in general, you rarely need to operate numerically without a sign.

Comment Re:Android, Objective-C and Tiobe Index (Score 2) 577

As a server-side tool it has been getting taken over by Ruby/Rails, Python and the stuff mentioned in the OP.

I hope you are kidding here, because that is far from the case. Java is still the de-facto language for most server-side applications. RoR never outgrew it's hipster background. It has been 7 years since RoR had it's hype peak... The hype waned and RoR is still a rarity.

Comment Re:I miss Scroogle :( (Score 1) 135

Actually that information will help greatly in sorting the emails. Some people I'm in contact with routinely send me stupid email and happen to be business associates. I do not want to go through their cupcake bake-off blabber, to see that they have sent me estimates for projects.

Comment Re:I miss Scroogle :( (Score 1) 135

In short - Google offers no more information than you can't already gather from other sources, concerning low volume demographics.
Consider that you are targeting a DnD players in Boulder(CO), going through Google is the least efficient tools that you could use to get personal details about your target group.
Targeting any group larger than that is pretty much useless and you can't practically gather any valuable personal information.

Comment Re:I miss Scroogle :( (Score 2) 135

Yes... Which are male, single, under 30 interested in cars.
Please note, that private information is only the information that can personally identify you. Unless you happen to live in a country/city that has you are the only person fitting that profile, you have no basis to claim that your private information is sold.

Slashdot Top Deals

One way to make your old car run better is to look up the price of a new model.

Working...