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

 



Forgot your password?
typodupeerror
×

Comment Re:A really simple argument: (Score 1) 323

Who also often have no technical expertise in the field of the case in which they are supposed to be making decisions. One week a rubber tyre manufacturer, and the next a microcomputer chip manufacturer debating about the minutiae of their patents which are almost all >10 pages long and filled with hundreds upon hundreds of "whereas"s and conditions, I'd imagine it'd be enough to make any tenured lawyer pull out their hair.

Comment Re:USE BIND VARIABLES (Score 1) 288

Yeah, you pretty much do, you just don't write it in SQL any more, you write it using codeigniter's API. I'd much rather see:

$matching_vehicles = $vehicles->findBy(array('vin' => $vins));

There's nothing quite like a proper abstraction. You might want to take a look at the Doctrine ORM.. it implements something like that.

Comment Re:A linear induction motor is not a railgun. (Score 5, Informative) 314

MM = Machinist Mate, think Mechanical Engineer but for maintenance operations on mechanical equipment. EM = Electrician's Mate, think Electrical Engineer but for maintenance operations on electrical equipment. A-Div: various shops and other groups that maintain the mechanical systems such as Hydraulics, AC, Steam and Heat, the catapults, fire pumps and water distribution systems, among others. M-Div: Machinery division refers to the group of MMs. E-Div: same for EMs. Afraid I don't know what DZ means, though it's a METAR code for drizzle, so perhaps that's what's being referred to. No first hand knowledge here, just stuff gained from reading, so please if you've got first hand or links, please correct.

Comment Re:Why not just make 5-second ads? (Score 1) 249

I /wish/ Netflix would use flash instead of their silverlight based technology because I don't use Windows or Mac and would actually like to be able to watch Netflix streaming content. At least at least Adobe usually lives up to their cross-platform promise. Actually it would be nice if they just used an open format, but I doubt that's going to happen while DRM support remains poor (I'm not going to go down that rabbit hole in this post.)

Slashdot Top Deals

An Ada exception is when a routine gets in trouble and says 'Beam me up, Scotty'.

Working...