Forgot your password?
typodupeerror

Comment Re:This is not a surprise (Score 1, Redundant) 285

I have a similar story. The NSA hires entry level mathematicians for a pittance. They money they offered wasn't enough to raise a family, so I went with a job at a defense contractor that paid 50% more.

This "crating" thing you mention... I've never heard the term, but I've seen the effects. Some people settle down for a nice, steady, mind-numbing job in a SCIF because they know it's basically guaranteed employment for as long as the program lasts. You can spend your entire career doing the same thing for the same project, all while tidily walled off from the world because of security constraints. My peers and I joke that it's welfare for engineers.

Comment As many others have said... (Score 1) 515

This article is idiotic.

How much latency did the network have? If latency was anything more than minimal, window scaling (disabled by default in XP) would allow the Ubuntu machine to better fill the connection.

How much packet loss, if any? Selective ACKs and Timestamps can affect recovery time after lost packets and transmission timeouts. XP does not use either option by default.

A quick look at /proc/sys/net/ipv4/tcp_congestion_control indicates that the default on the ubuntu machine where I'm typing this is the "cubic" flavor of TCP congestion control. I believe that XP uses the "New Reno" variety.

All of these can have an impact, and obviously TCP can be tuned on either OS. The discrepancy is probably due to TCP options that are relevant to his connection (and configurable in XP), but disabled by default.

Comment Exams aren't easier at all levels (Score 1) 853

Having recently graduated from the University of California, Irvine, with a degree in Mathematics I can tell you that it seems very unlikely to me that the exams are any easier at the college level. Many of the texts we used in partial differential equations, Fourier analysis, complex analysis, etc. dated back to the 1950s an onward. The exams I took were based on the material in the books, so if this is how exams were made 50 years ago, the only way they can be easier is if they are based on the "easier" concepts being covered. I find that unlikely.

Even the more modern textbooks were by no means simple to understand. The book I used for a course in cryptography and number theory was written in the 1990s, and the exams in that class were as hard as everything else.

Slashdot Top Deals

In every hierarchy the cream rises until it sours. -- Dr. Laurence J. Peter

Working...