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

 



Forgot your password?
typodupeerror

Comment Re:Indians in a nutshell (Score 5, Interesting) 241

now what you have to hope is those indian doctors/engineers didnt do the same on their exams

Sadly as somebody who is a CS graduate student at a university whose CS graduate program is dominated by Indian students, I can tell you that this is absolutely the case. They see no problem with cheating, even after the professor has told them that he knows they are cheating and explains the consequences. Doesn't matter if it was homework, projects or tests they always cheat.

Comment Re:And that attitude is the whole problem (Score 1) 773

never mind that if he actually understood that underlying database, he'd know that a VARCHAR is not padded to that max length. If someone just entered "Alex", the same 4 bytes will be actually used in the database, regardless if the field is a defined as maximum 4, 32, 256 or 2000 characters.

That is not entirely true. While you are correct VARCHAR does not pad the string (char does), older versions of MySQL and other RDMS had/have an upper limit of 255 characters. Newer versions do allow for varchar of a larger length, however the storage size of each value increases.

Comment Re:Value (Score 1) 178

I pay $30 per month to AT&T. For that insanely high price, my wife, our two kids, and I can all send unlimited text messages, including MMS messages with attached pics. Each of us sends an average of about 1000 messages per month; that works out to 0.75 cents per message. Not 75 cents, 0.75 cents. I honestly don't get where the hate on SMS charges comes from.

FTFY, units are always helpful.

Comment Re:I like it because it's crazy (Score 1) 236

I don't think anyone here is going to argue that Dell makes a better server, workstation, or laptop of various styles than HP.

Umm, I will. At least when it comes to laptop I have had horrible experiences with Dell. Of the three laptops that my company has from Dell each has had serious problems. 2 laptops of the same model failed at roughly the same time with a bad motherboard / graphics card. The third has had to be repaired by Dell on no less than 4 occasions in the past 2 years. Again for motherboard and other card failures. About the only good thing about Dell is their on-site repair and support (which does not come cheap mind you.) On the other hand my HP laptop has had next to no problems in the same time frame, other that a crappy AC adapter that is starting to fall apart.

Comment Re:Patent risks (Score 1) 421

That said, I definitely think something like the RSA algorithm was as worthy of a patent as most anything else out there.

You do the realize that at the heart of the RSA algorithm (and most if not all cyptography algorthims for that matter) is a series of mathematical equations (See: http://en.wikipedia.org/wiki/RSA#Operation). Therefore under US law it should not be patentable, yet for some reason because it relates to computing it is was granted a patent.

Slashdot Top Deals

A large number of installed systems work by fiat. That is, they work by being declared to work. -- Anatol Holt

Working...