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

 



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:Does it matter? (Score 1) 237

Hm, interesting, I haven't observed that. FWIW, I don't think you need to lock the tables if you're using innodb - you can dump the db with the 'single-transaction' option. I don't deny your experience... but I dunno.

Now, I have had problems with replication halting in odd ways and having to skip errors. That's annoying, indeed.

Anyhow, I'll happily leave MySQL behind and move to PostgreSQL any chance I get.

Slashdot Top Deals

A committee takes root and grows, it flowers, wilts and dies, scattering the seed from which other committees will bloom. -- Parkinson

Working...