Forgot your password?
typodupeerror

Comment Re:Greatest() (Score 1) 7

or use a dynamic temp table sub-select and the HAVING and GROUP BY aggregators.

But honestly, the GREATEST() function will work a lot easier. It's a very CPU intensive function. Writing it out using the dynamic temp table/HAVING/GROUP BY will execute quicker, but will be a lot harder to maintain.

Comment Re:They have a reputation to uphold (Score 1) 6

I've never fell in love with any Joss stuff. I watched the first 4 episodes of Dollhouse and was unimpressed.

You're right on the cancellations though:
      Arrested Development
      Family Guy
      That 70's Show
      New Amsterdam
      King of the Hill
      Sarah Conner Chronicles

Still not as bad as ABC canceling Pushing Daisies.
     

Comment Re:Yes (Score 1) 4

Wanting to buy one for someone else's child that won't shut the f*** up and quit screaming when you're out trying to have dinner or watch a movie.

Comment Re:A little more specific: (Score 1) 15

I believe the following quotes apply here:

There is nothing to fear except the persistent refusal to find out the truth, the persistent refusal to analyze the causes of happenings.

There is nothing to fear except the persistent refusal to find out the truth, the persistent refusal to analyze the causes of happenings.

Truth springs from argument amongst friends.

The great enemy of the truth is very often not the lie -- deliberate, contrived and dishonest -- but the myth -- persistent, persuasive and unrealistic

He that never changes his opinions, never corrects his mistakes, will never be wiser on the morrow than he is today.

well, pretty much all of them.

Comment Re:You should have asked this a year before. (Score 3, Informative) 540

Moving up in your own company is a shot, but never forget what you can do in your spare time counts. Getting a master's degree is one "spare time" option, but others are Project Coding (such as Elance.com), getting on a fairly large and active Open Source project, or creating your own applications under your own name and putting them out for prospective employers to see.

If you are really serious about getting into a CS development position, I recommend the Open Source route because it will teach you how to code in a group setting and deal with code reviews, QA, and the whole enterprise process.

Movies

Journal Journal: Saw Snakes on a Plane (no spoilers) 3

I haven't been to a movie theater since I was dragged against my will to see Gladiator. Before that I was drug against my will to see Star Wars:EP1 and Happily Ever After. I don't give money to cartels, err, the MPAA if I can help it.

But tonight, I went to see S.o.a.P.

IT WAS MOTHERFARKING AWESOME!!!

User Journal

Journal Journal: Java update 1

Ok, thanks to those that responded. I'm using Eclipse right now and following the "Thinking In Java" book (just finished chapter 2.

Some observations so far:

  • Is there any difference in Syntax from C++? I mean besides the obvious as Java lacks pointer notation (so no *p references), but from what I've seen so far, the syntax is exactly the same as C++, except that it's case sensative.
First Person Shooters (Games)

Journal Journal: I know a murderer.... (UPDATED)

A shock to the system. Someone I know was arrested today for brutally bludgeoning a man to death. (link 1 and link 2) I had played poker with him quite regularly. He was a short tempered man whom many of us started trying to avoid. He was a coke-head* and frequently played when severely drunk. I have seen him lose over $140 in

Slashdot Top Deals

Help! I'm trapped in a PDP 11/70!

Working...