• jagged_circle@feddit.nl
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    7 hours ago

    Well, would be better if you could submit it anonymously.

    we need an (optional) open source app for that where you just open the app and take a picture (with license plate visible) and click “submit”. It submits the time, location, and photo. If it takes more than 30 seconds to report this, they failed.

    • Daniel Quinn@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 hours ago

      Actually, I spent an inordinate amount of time building exactly this in my head for most of the day following these photos. There are two major obstacles that I can think of:

      1. Abuse. You will very likely get random dick pics and other terrible stuff sent to such a system. I suppose you could fight this by requiring registration with some id or something, but that’s its own can of worms.
      2. I don’t know how common it is to have GPS enabled by default on people’s cameras. On top of that, even though I have it enabled on my phone, 1 of the 3 photos taken that day had grossly inaccurate GPS attached to it, so now I’d be looking at building some sort of friendly UI to allow people to fix the GPS from their photos.

      The server-side stuff is easy (at least for someone with my background) but the front-end is sufficiently complicated that I couldn’t do a good job on my own.

      • jagged_circle@feddit.nl
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 hours ago
        1. dick pics are inevitable and trivial to filter out.

        2. The system should absolutely have graceful fallback. If GPS is off, just prompt the user for the location

        Even if GPS is innacurate and 20% of reports have to be trashed, just by making it easier to submit you’ll have far more reports in general that its still better to have an easy system that sometimes doesn’t work than a hard system that very few people use and always works.