Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:It's opt-in, by request (Score 1) 223

I choose not to live my life in fear and accept that shit happens. You should have proper insurance. I live in an urban area and was a stone's throw away from the first murder (January of course) of the year. The best strategy is just to not have people want to kill you (not always possible, but if you pull out a knife at a rowdy house party that's probably not the best move) and live comfortably rather than thinking about putting cameras up everywhere and making the assumption that the video evidence (or anything you say at all) won't be used against you.

IANAL. YMMV.

Comment Re:What is Your Most Obscure One? (Score 1) 370

Actually copying/blitting the off-screen buffer to the VGA card for my side-scroll arcade style game circa 1994 using inline x86 assembly (the main language I used was C) was significantly faster than using something like a C memcpy().

Shortly after that it no longer made sense to use x86 assembly in most cases. It would have bee masochism to write more than the dozen lines of code or so instead of just an instance of inline assembly.

That said, the game was written in VGA mode 0x13 (320x200 -- think Wolfenstein) so blitting the 64K off-screen buffer to a 64K buffer (320*200) buffer in the video card may have had something to do with it (but this was still common with other screen resolutions).

Comment Re:The financial *and* legal option (Score 2) 372

Aside from a few corner cases like the woman who apparently was using the service with her husband's consent because he was incapable, I'm not having much sympathy for the sites operators or its actual users, so that pretty much wipes out the rest of the options.

Sure, but in that case why wouldn't the woman choose another dating or hookup site and *not* one that is designed to have at least one party be unfaithful to their significant other?

Slashdot Top Deals

Kill Ugly Processor Architectures - Karl Lehenbauer

Working...