Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment How to get the most work out of your programmers (Score 1) 997

I spent a bunch of time researching this and figuring out "how you get the most work out of programmers."

What it comes down to is that there are no shortcuts. Treating your programmers well is the best way to get the most work out of them. That doesn't mean pampering them, but 10 hour days are just going to hammer them if kept on for more than two weeks.

Here are the blog posts:

http://tersesystems.com/2007/08/16/getting-work-out-of-programmers-part-1

http://tersesystems.com/2007/08/20/getting-work-out-of-programmers-part-2

Good luck.

The Almighty Buck

EVE Player Loses $1,200 Worth of Game Time In-Game 620

An anonymous reader writes "Massively.com has reported that an EVE Online player recently lost over $1,200 worth of in-game items during a pirate attack. The player in question was carrying 74 PLEX in their ship's cargo hold — in-game 'Pilot's License Extensions' that award 30 days of EVE Online time when used on your account. When the ship was blown up by another player, all 74 PLEX were destroyed in the resulting blast, costing $1,200 worth of damage, or over 6 years of EVE subscription time, however you prefer to count it. Ow."

Comment Re:yey (Score 3, Informative) 381

He was told to get back into his car after the officer had just punched him in the face.

I can't even imagine where this timeline of events was created. Probably in your head. It doesn't appear in any credible news source.

Ah crap. The command was to lie down on the ground, not to get back in the car.

As for the source, it's direct from Dr. Watts himself:

"So what it came down to, ultimately, was those moments after I was repeatedly struck in the face by Beaudry (an event not in dispute, incidentally). After Beaudry had finished whaling on me in the car, and stepped outside, and ordered me out of the vehicle; after I’d complied with that, and was standing motionless beside the car, and Beaudry told me to get on the ground — I just stood there, saying “What is the problem?”, just before Beaudry maced me.

And that, said the Prosecutor in her final remarks — that, right there, was failure to comply. That was enough to convict."

Comment Re:yey (Score 4, Insightful) 381

He was told to get back into his car after the officer had just punched him in the face.

It doesn't surprise me that he'd be confused and disoriented, or that he'd be slow to comply. Try punching someone in the face some time. It hurts.

The really sad bit is that under these laws, you could not only punch someone in the face, you could pepper spray them, kick them in the nuts while they were down, and then tell them you wanted them to stand up and empty out your pockets. Don't do it because you're screaming and in pain, or trying to run away? You're committing a crime.

Comment Re:No surprise, really (Score 1) 317

Correct. They were really anti-MIG weapons. They work by getting near the target and blowing up, using the explosion to damage the target without having to actually fly into the target directly (which is a much harder problem at those speeds). They were able to find and explode near SCUDs just fine, but SCUDs are really just big heavy bombs not fragile jets, and the Patriots don't have the punch to effectively damage the warheads inside the SCUDs.

So they started moving to impact weapons instead of close range explosive weapons. Unfortunately that means actually having to hit a target moving very very quickly and dealing with wind, air pockets, etc... The real world success rates of this type of system are woefully unproven. Extremely stacked tests still fail way more than you'd like.

SCUDs and SCUD like missiles are cheap and easy to build, so launching a thousand of them isn't a big deal. Take an insanely expensive anti-SCUD missile with a 50% hit rate (which is generous btw) and you're still letting 500 warheads hit your city, assuming you HAD 1000 anti-SCUDs in the area, which seems unlikely.

Comment Re:Alternate JVM languages will carry the JVM. (Score 1) 558

Even Java took a long time to have decent IDE support. Most of these other languages are relatively new, and are still definitely in the "early adopter" phase of the usage curve. I do think Scala in particular has a good chance of adoption, as it's fairly easy to start working with it as if it were Java with type inferences and first-class functions. Also, the next release will have features that specifically make it easier for IDE integrations to be written.

I don't think there necessarily needs to be a big corporate backer- look at Ruby for example; it has a number of small corporate backers, and a wealth of open source developer support. Scala is beginning to get more high-profile usage, Twitter being the biggest name. It has a well written, well defined specification, and a pretty active community around it, with mailing lists, IRC channels, conferences, etc. Being a JVM language, I think it will be easier to sneak into the back door of a lot of corporate projects.

Agreed on F#; it does seem that it would flounder without significant support from MS, but I generally don't hear about companies using it as I live in a JVM world, and don't get much exposure to .NET stuff.

Comment Alternate JVM languages will carry the JVM. (Score 3, Insightful) 558

Although Java-the-language has stagnated a bit (I don't know if JDK 7 will ever be complete, due to all the feature cramming), but there's been a lot of activity during the past few years on other languages that run on Java-the-platform. Groovy and Rhino (Javascript) have been available for the JVM for quite a while. JRuby is actually faster than "native" Ruby for a lot of real-world applications. The Lisp-like Clojure language has a lot of fans. IMO, Scala is the most interesting out of all of these, with a very sophisticated type system, as well as functional features that the cool OCaml and Haskell kids seem to love.

All of these alternate languages can use the wealth of libraries available for Java, generally on all platforms on which the JVM runs. For example, I know of Scala apps that can run on Andriod, which is close enough to Sun's VM.

Slashdot Top Deals

When in doubt, mumble; when in trouble, delegate; when in charge, ponder. -- James H. Boren

Working...