Geolocating a random island using geometry and CUDA programming

(yassa9.github.io)

87 points | by yassa9 1 hour ago

12 comments

  • ape4 1 minute ago
    What about tides? Would the outline of the island be different based on the time of day.
  • NKosmatos 16 minutes ago
    Excellent write up and an enjoyable read! Reminds me of the “good old times” where posts on HN were written by humans and with a specific writing style like yours. You could’ve used a little bit more of geoguessing to narrow down results, or do a brute force visual check on the last hundred or so ;-)
    • yassa9 8 minutes ago
      yea, thanks :D , I used a tiny idea from geoguessing, that I banded the search on islands only in latitude between -30 to +30 deg. based on the sky and the tropical vibes in the img , and it worked !
  • bmurray7jhu 40 minutes ago
    For drones and missiles, this technique is known as Terrain Contour Matching. If terrain contour are measured optically, navigation is independent of RF jamming, unlike GNSS.

    https://en.wikipedia.org/wiki/TERCOM

    • yassa9 30 minutes ago
      oh, wow, I didnt know that existed, thank u, sure gonna look into it
  • phalanxx 11 minutes ago
    What do you mean by no LLM generation if an LLM did all the coding based on reading through the .py files? Pangram isn't kind to "your" text either.
  • lexlambda 1 hour ago
    OpenStreetMap data really is a godsend for such OSINT purposes. Works much better in populated areas too, with more features like roads, shops, electric lines that can be used to search.
    • yassa9 56 minutes ago
      yea , heard about them before, but didnt know that whole treasure till I really used it , impressive
  • bitcurious 40 minutes ago
    It’s interesting that most top contenders don’t pass the eyeball halo check, seems like there’s room to optimize that filter in code.
    • yassa9 31 minutes ago
      yea, good observation, my guess is its the data more than the filter. OSM coastline polygons are generalized to different degrees depending on who traced them and from what imagery, so the fine shape detail a halo check would key on often is not in the geometry at all.

      I observed that at the end, didnt push on it further though. It already passed and I was super exhausted

  • cecinuga 1 hour ago
    I read all the process, literally awesome, i don't do OSINT (i know only what is this) and i think that's very cool
    • yassa9 1 hour ago
      thaaank you !! Its my first ever challenge to do, and yea, I really found my passion
  • piterrro 1 hour ago
    really impressive, could that be the way to locate yourself without GPS? assuming we know more/less where we are
    • yassa9 52 minutes ago
      yea, search about geoguessing on youtube, people like Rainbolt, https://www.youtube.com/@georainbolt

      they literally memorize and get patterns of every possible road, place, map of any area (scanned by google earth), getting exact coordinated from single image, and play competitions and world cup based on that

      they do really nice videos about finding places in old photos people ask for

  • ohyoutravel 56 minutes ago
    > NOTE: this is a genuine human work, didnt use LLM generation.

    A million upvotes from me.

    • yassa9 45 minutes ago
      haha, thanks :D I was hesitant to whether write it or not, but I really really despise llm generated posts and blogs and im glad someone appreciated it
  • hhh 1 hour ago
    great blog and great writeup
    • yassa9 57 minutes ago
      thannks, really grateful :D
  • grodes 59 minutes ago
    impressive
  • fenestella 1 hour ago
    [dead]