Skip Navigation
410 comments
  • Part of my job is to review security footage for reported incidents.

    If there is a long-lasting visual cue that the event has or has not happened yet (e.g. a window is either broken or not), then a binary search is very useful.

    If the event lasts only a moment and leaves no visual cue (e.g. an assault), then binary search is practically useless.

    • If the event lasts only a moment and leaves no visual cue (e.g. an assault), then binary search is practically useless.

      But you will see the event happen though.

      It's a matter of if you can identify who the perpetrator is or not, but at least that due diligence should be done by police, looking at the person doing the crime and see if they can be identified.

      • But you will see the event happen though.

        Not with a binary search.

        Edit: just collapse this thread and move on. Cosmic Cleric is an obvious troll.

      • Let's use the example of a bike theft. We enter into evidence a 4-hour security cam video that shows the thief with the bike.

        Scenario A: The camera can directly see the bike rack, and the bike in question is visible at the beginning of the video, and not visible at the end. Somewhere in this 4-hour video, someone walks up to the bike and takes it out of the bike rack. You can use a binary search to find the moment that happens in this video because you can pick a frame and say "Ah, this was before the theft; the bike is still there" or "ah, this was after the theft; the bike is gone."

        Scenario B: The camera can't directly see the bike rack, but can see the doorway you have to walk through to get to the bike rack. So somewhere in 4 hours of doorway footage, someone walks through the door, then a short time later walks back through the door with the bike. A binary search won't help here because the door looks the same at the beginning or end of the video. A simple binary search won't work here because the door looks the same before and after.

      • I'm just a random guy stumbling across this thread hours after the fact. I want to say that after reading many of these comments. I feel like I'm starting to get a handle on what your position is. You aren't wrong, but you are communicating your idea horribly.
        Your position seems to be "Thankfully, many crimes do leave behind lasting visual cues, so you can still do a binary search for those situations if you are clever about what to look for."
        What you've actually been communicating is that "If there really was no lasting visual cue, then just find a lasting visual cue anyway, then do a binary search on that and it'll work!" - It's all about how you choose to present, order, and emphasize your comments. Your message is more than just the words you type. I hope this message helps clarify the debate and confusion for you and anyone else who stumbles upon this long chain.

  • Oh yea this is how I managed to convince our building management company to identify bicycle thieves in our communal garage.

410 comments