Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Can't write concurrent code? (Score 1) 509

Really? Honestly curious what language you're working in. I do a ton of concurrent dev in Java and it is quite easy to write unit tests for. I think almost all of my concurrent code also abstracts most of the problems into a nice class hierarchy that encapsulates most of the threading related code anyways.

I'm not saying there aren't pit-falls but with something like http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601 as a reference it is really not that hard to right solid, unit testable, modular, multi-threaded code in Java. Though it really does help that as of JDK5 there are a lot of really nice concurrent constructs just built into the core API.

Comment Re:Bogus premise (Score 3, Insightful) 591

Your premise is equally as bogus. You're assuming that all our enemies could be made to fear us. If your living conditions suck enough it becomes hard to fear anything. What do you have to be afraid of? You likely have nothing of material value and little to no family to be held over you. Death / torture is the only thing they could be afraid of and so what? They are likely in a position where death is always a possibility anyways. How do you make someone with little or nothing to lose fear you?

Comment Re:My daughter did a great course last year.. (Score 1) 177

I was just going to point about Michigan Tech's Summar Youth Program: http://youthprograms.mtu.edu/

It is a very well run educational summer camp at one of the better small engineering and sciences schools in the country. I did a summer of intro to CS classes while in high school and got a huge jump start for my college career. Also it is a lot of fun and a beautiful place to visit.

Comment Re:Learned Stupidity (Score 1) 192

I have one of the higher end honeywell models (like $200 for the control panel + remote logic box) that has all sorts of fun options. Maximum adjustment increment, overall max/min settings, etc.

The biggest features I got it for are the external temp sensor which the thermostat uses to adjust the humidifier run time to avoid condensation in the winter and the smart recovery. The thermostat uses a combination of outside + inside temps and some recent historical data (how fast did the house cool down or heat up) to get to a specified temp at the specified time. So if I set it for 55 at night and want it to be 67 at 7am the thing just figures out what time it needs to kick on the heat in the morning so that at 7am the house is at 67. Wonderful feature if you live in the Midwest and you'd have to reprogram a simpler thermostat every month to get the same behavior.

Slashdot Top Deals

"When it comes to humility, I'm the greatest." -- Bullwinkle Moose

Working...