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

 



Forgot your password?
typodupeerror
×

Comment Don't bother with motion cues for exterior (Score 1) 508

You'll discover very quickly that using motion cues to trigger anything other than a light outside is either going to generate a bazillion false alarms or basically be so insensitive as to miss everything. In my opinion, your best bet is to setup two zones: the exterior zone and the interior zone. For the exterior zone, several fake cameras (really just camera-shaped pieces of plastic with a blinking light) plus a few otherwise indistinguishable real ones plus DVR can be had for pretty cheap (Costco, for instance, has kits as low as $250ish). You can use either the built-in motion detection or cue from an external unit (haven't done this myself but I expect it to be pretty straightforward based on how I've triggered similar systems in the past). Key piece: make sure that the storage ends up being put somewhere reasonably secure, away from the DVR and things that look like they're worth stealing.

For the interior zone, I'd use same trick(s) except this time you want to trigger off window opening / door opening sensors as well as motion sensors. The hard part will be to make sure you match up to consistently. I'd want a hysteresis threshold (after x seconds of consistent motion, send a snapshot, after an additional y seconds turn on the sirens).

All in all, it's pretty straight-forward but it's likely to be time consuming, which leads me to: are you sure that what you need is a security system to re-establish your sense of security?

Australia

Submission + - Increased safe harbour laws for Aus? (ag.gov.au)

WizRd writes: The Australian Attorney-General's department is calling for submissions to extend the current safe harbour Copyright Act to include educational institutions, work places, or online services such as search engines. Currently only carriage service provides are protected.
The Internet

Submission + - Continuing the Distributed DNS system (activepolitic.com)

bs0d3 writes: Last year, piratebay co-founder Peter Sunde gathered coders to begin a decentralized dns system. This is a direct result of the increasing control which the US government has over ICANN. The project is called P2P-DNS and according to the project's wiki, this is how the project is described: 'P2P-DNS is a community project that will free internet users from imperial control of DNS by ICANN. In order to prevent unjust prosecution or denial of service, P2P-DNS will operate as a distributed and less centralized service hosted by the users of DNS.

Today the project continues, barely. A majority of interest shifted to namecoin once the idea was realized, but coder Caleb James DeLisle continues on the first project. So far he has dht nodes and routers worked out, and awaits help on his irc channel whenever volunteers are willing to join.

Comment have you considered a rc hobby kit? (Score 1) 232

they are surprisingly inexpensive ($500 plus some labor w/ analog video downlink). they are also likely to have been repaired quite frequently (that is if you're lucky and didn't leave a pile of kindle your last encounter with gravity).

on an unrelated note, it's fun to watch confirmation bias in the wild.

Comment Re:faced with the same situation (Score 1) 785

you missed my point.

yes, the market will ultimately dictate the value of a skill set; however, any organization that sends the message that experience and a demonstrated track record when it comes to building and improving core products is at least 23% less valuable than the flavor of the week, something is broken. alternately, you can see their decision as a wager that risking the morale of their organization so that some kid fresh out of college who claims to know X would, somehow, pay off. neither seems particularly wise to me.

Comment Re:Grain of salt (Score 1) 157

a couple thoughts:

1) approximate randomized algorithms are your friend, especially when we talk about things like (RAN|MAP|MLE|M)SAC in model fitting. for some classes of problems, random approximate algorithms are the *only* attack that we have that are feasible in terms of time/space complexity.

2) your analysis fails to account for the hidden leading constant (otherwise there's no reason to consider quicksort when you have heapsort) and what happens when N gets to be large enough. the fact is that for big enough N or big enough S, the lower order algorithms will start to become dramatically faster, even if repeated applications are necessary to cross-validate results.

3) unless you're using arbitrary precision math, all of these algorithms are approximate anyway and great care must be taken to understand how these systems can be (pre)conditioned to minimize the compounded effects of fixed precision arightmetic.

Slashdot Top Deals

No man is an island if he's on at least one mailing list.

Working...