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

 



Forgot your password?
typodupeerror
×

Comment Re:No Cross Database Joins (Score 1) 245

My guess is that he doesn't understand how sequences work, and expects more than just a monotonic counter.

Specifically, I think he missed this line in the documentation:

To avoid blocking concurrent transactions that obtain numbers from the same sequence, a nextval operation is never rolled back; that is, once a value has been fetched it is considered used, even if the transaction that did the nextval later aborts. This means that aborted transactions might leave unused "holes" in the sequence of assigned values.

Comment Re:I read that as... (Score 2) 104

Note that the IRS does pay (pretty good) interest, if they owe you enough.

I found that out one year when cleaning up the mess resulting from a forced stock sale (due to a takeover) and a broker that did backup withholding for the entire amount, ignoring the cost basis; but reported to me that a smaller number of shares had been sold, and that nothing had been deducted. After a few go-rounds I got the corrected paperwork in June, and filed a 1040X.

The extra check for the interest was a nice surprise.

Comment Nice fit for casual games. (Score 2) 130

I picked up a 360 with Kinect for my parents a couple of weeks ago. Controllers are becoming more difficult for them to use; and I figured controlling a game with whole body movements would work better for them.

So far they've really enjoyed it; it seems to be a good fit for the same casual gamers who have been using a Wii, but want games that are a bit more complex.

Comment Re:Garmin lobbyists (Score 1) 516

On rural roads it can be handy when your GPS alerts you that 110 miles ahead there was an accident, and the road is now closed. In 50 miles, you should turn left, then right in another 30, and approach your destination from the other side so you don't have to backtrack when you reach the closure.

It can also be handy with mountain passes that close suddenly after rockslides. Often while there is an online notification sent out, they only post signs a mile or so away from the closure, and not 40 miles back where the last branching road was.

Comment Re:You're old. (Score 2) 350

At the local mall, there was a "Babbage's" and an "Electronics Boutique" right by each other. They would always try to undercut each other, so you would want to check both.

I remember one stuck with the old 8 bit systems for longer than the other, but I can't remember which.

There was also an odd local store which stocked Atari 8 bit series stuff until at least 1995; they had only Atari hardware; ST and Falcon 030 computers; and Jaguar game consoles.

Comment Re:what happens to open source work? under laws (Score 1) 467

This is why most projects require signed statements from new contributors stating that they either own the code they are contributing, or have permission from the code owner to contribute it.

If someone lied, and submitted code owned by an employer without the employer's permission, it can be a real mess to resolve.

Slashdot Top Deals

To do nothing is to be nothing.

Working...