32 comments

  • NKosmatos10 hours 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 ;-)
    • yassa99 hours 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 !
    • jambalaya88 hours ago
      agree! AWESOME work!
  • bmurray7jhu10 hours ago
    For drones and missiles, this technique is known as <i>Terrain Contour Matching</i>. If terrain contour are measured optically, navigation is independent of RF jamming, unlike GNSS.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;TERCOM" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;TERCOM</a>
    • openasocket7 hours ago
      It’s an effective a surprisingly old technique, being used on cruise missiles as early as the 1960s. It actually precedes GPS and satellite navigation by several decades. Im continuously blown away by what engineers were able to do in that era with such limited computing power. Take a look at SAGE, for example.<p>Fun fact: the usage of TERCOM in the tomahawk missile actually limited its ability to be used in Operation Desert Storm. Routes had to be planned to go around actual topographical features, instead of hundreds of miles of flat desert.
      • 4gotunameagain6 hours ago
        Rumour has it that they achieved the first TERCOM using the then revolutionary bit slicing technology.
    • yassa910 hours ago
      oh, wow, I didnt know that existed, thank u, sure gonna look into it
  • treyd46 minutes ago
    A help with this is the sun is to the left and it seems to be midday, so you could answer the &quot;cardinal direction&quot; question just from the picture with &quot;west ish&quot;, which is what it turns out to be.
    • yassa941 minutes ago
      I tried to use the sun info , but honestly I couldn&#x27;t at all,<p>thx for the tip
  • zer0x4d7 hours ago
    Super fun! Interestingly, this is how JPL was able to significantly reduce the Mars 2020 landing radius on Mars. Cameras onboard take pictures of the terrain and match that to maps to figure out where the lander is. <a href="https:&#x2F;&#x2F;www-robotics.jpl.nasa.gov&#x2F;what-we-do&#x2F;flight-projects&#x2F;mars-2020-rover&#x2F;terrain-relative-navigation&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www-robotics.jpl.nasa.gov&#x2F;what-we-do&#x2F;flight-projects...</a>
    • yassa96 hours ago
      omg wow, thats super hard, although cool ,
      • zer0x4d6 hours ago
        It was cool, very fun 3 years of my life working as a part of that team :)
        • CamperBob227 minutes ago
          Thanks for your service! Awesome work, I&#x27;m envious.
  • deiptx7 hours ago
    I find it highly ironic that his is the second article on the main page right after &quot;avoid building technologies that could be used by a police state&quot;.
    • fhn5 hours ago
      EVERY technology could be used by a police state
      • esafak3 hours ago
        It is a question of how adversely empowering the technology is.
  • lexlambda10 hours 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.
    • GaryNumanVevo9 hours ago
      Claude &#x2F; Gemini + OSM Turbo is a crazy you can do natural language queries like &quot;find me a bus stop in germany that&#x27;s surrounded by more than 5 three story buildings&quot;
    • yassa910 hours ago
      yea , heard about them before, but didnt know that whole treasure till I really used it , impressive
  • dwa35929 hours ago
    This is awesome. I worked on something similar a few months ago. It is a general purpose navigation system based on TERCOM and dead reckoning - <a href="https:&#x2F;&#x2F;github.com&#x2F;deepanwadhwa&#x2F;anumaan" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;deepanwadhwa&#x2F;anumaan</a>
  • sllabres6 hours ago
    People liking this post will probably like this [1] and especially these [2] from the channel. All solved using algorithms and map data.<p>[1] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;@colsto" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;@colsto</a><p>[2] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=eY-W9gmwxhg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=eY-W9gmwxhg</a> <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nzytWZPyuEw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nzytWZPyuEw</a> <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=rkmXs_7hELg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=rkmXs_7hELg</a>
  • o4c9 hours ago
    Really great article! OP, you did an awesome job breaking down a complex problem into manageable chunks and synthesizing the solution.
    • yassa99 hours ago
      thanks, appreciate it
  • mirzap2 hours ago
    Awesome write up! This is now one of my favorite articles on HN.
    • yassa92 hours ago
      thaaank u man, I really appreciate ur comment
  • Gooblebrai2 hours ago
    This is beyond impressive. Very good work!
    • yassa92 hours ago
      glad u liked it :D
  • ImJasonH9 hours ago
    Excellent read, I loved it.<p>Incidentally, the image seems to be the one the resort uses on their website! <a href="https:&#x2F;&#x2F;oanresort.wixsite.com&#x2F;chuuk" rel="nofollow">https:&#x2F;&#x2F;oanresort.wixsite.com&#x2F;chuuk</a>
    • yassa98 hours ago
      thanks, and yea, it should be solved easily by passing the img to google lens, the website is the first result, but I found a fun opportunity to solve it in different way
  • bitcurious10 hours 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.
    • yassa910 hours 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.<p>I observed that at the end, didnt push on it further though. It already passed and I was super exhausted
  • num428 hours ago
    Good article! Off-topic, Is Palantir doing the same thing with its internal software to geolocate?
    • consumer4511 hour ago
      I have no idea about that particular company, but wouldn&#x27;t satellite-based synthetic aperture radar datasets make this &quot;super easy?&quot; I would imagine so.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Synthetic-aperture_radar" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Synthetic-aperture_radar</a><p><a href="https:&#x2F;&#x2F;eos.com&#x2F;blog&#x2F;what-is-sar-synthetic-aperture-radar-images&#x2F;" rel="nofollow">https:&#x2F;&#x2F;eos.com&#x2F;blog&#x2F;what-is-sar-synthetic-aperture-radar-im...</a>
    • pphysch5 hours ago
      Assuming they (and militaries broadly) do this +more, like actually using vision models trained on billions of geolocated landscape photos.
    • yassa98 hours ago
      thanks ! no idea about Palantir, but in my opinion, this can not be automated , needs much manual work and tons of trial and error
  • phkahler3 hours ago
    @yassa How long did this take?
    • yassa93 hours ago
      do u mean the whole work ? I spent at first 3 &quot;whole&quot; days in research, trial and error trying different methods and scripts, like for example tried the depth estimation to build upon it, failed many times till I gave up then came back after a week and spent another 4 days till succeeded then the refining, cleaning and organizing of all of that, also structuring and writing the blog, took about another 3 days<p>you can say that total is ~10 days of work
  • cecinuga11 hours ago
    I read all the process, literally awesome, i don&#x27;t do OSINT (i know only what is this) and i think that&#x27;s very cool
    • yassa911 hours ago
      thaaank you !! Its my first ever challenge to do, and yea, I really found my passion
  • mattpk2 hours ago
    &gt; NOTE: this is a genuine human work, didnt use LLM generation.<p>I&#x27;m sorry, but I don&#x27;t believe this. The article reads like LLM text post-edited by an AI prompted to &quot;write like a non-native English speaker, replace you for u, make errors, etc&quot;.<p>The other pages on your site are cough, &quot;the smoking gun&quot;. For instance, your &quot;Suckless, single binary, zero-dependency CUDA&#x2F;C++ inference engine for NVIDIA&#x27;s DVLT. Reconstructs 3D scenes from a handful of images (depth + rays + camera pose =&gt; point cloud), no python, no torch, no framework.&quot; project.
    • john_strinlai1 hour ago
      errors = llm, no errors = llm, any word from a list of hundreds = llm, absence of any llm-words = suspiciously like an llm instructed not to use those words, declare no llm was used = llm.<p>there is no winning. if you post something in 2026 or beyond, <i>someone</i> is going to exclaim &quot;llm!&quot;. i feel badly for aspiring bloggers or writers. it&#x27;s also getting rather annoying that 50% of comments on hn, regardless of the topic they are posted on, are the exact same comment about llms.
      • yassa953 minutes ago
        really thank u John, I felt disappointed after those comments, someone below said that the pangram is against my text, I doubted myself and even went to online pangram : <a href="https:&#x2F;&#x2F;pangramaidetector.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pangramaidetector.org&#x2F;</a><p>spent literally half an hour copying each single section and paragraph (removed the code and Katex) and literally all the results are &quot;0% AI-generated text&quot; or max 15%
    • yassa92 hours ago
      haha : &quot;write like a non-native English speaker&quot;<p>man, Im actually non native speaker xDD<p>&quot;replace you for u&quot; ???? what ?!
  • phalanxx10 hours 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&#x27;t kind to &quot;your&quot; text either.
    • yassa99 hours ago
      I meant the blog itself, the writeup, the steps and the walkthrough all by hand , the final code u see is llm refined, of course, I wont publish my messy and spaghetti files with much tests, failures and dead ends, also vizualizations functions to produce that green maps , and faulty versions of them<p>but you are right, I should add that
      • StilesCrisis9 hours ago
        Just by reading your actual messages it&#x27;s easy to see that you didn&#x27;t write the blog post entirely by hand.
    • StilesCrisis9 hours ago
      &quot;No EXIF, no GPS, no camera make or model.&quot;<p>Yeah, a human definitely wrote this. Nothing fishy here. (Why would the camera make or model matter???)
      • voidUpdate9 hours ago
        If you know the camera make and model, you might be able to get lens parameters and get better estimates of real world geometry from the image
        • yassa99 hours ago
          yea thank u, that&#x27;s another part, but mainly it would hard although knowing that, because you need to know elevation of the drone or the camera, which is also extremely difficult (I already mentioned that in the blog)
          • StilesCrisis9 hours ago
            The camera make and model wouldn&#x27;t tell you the lens parameters. The EXIF would, but that was already covered in the triplet.
      • yassa99 hours ago
        ok, if u came with the whole conclusion by only this line, ok , but to answer u, ( I hate to justify myself , but have to ) I started writing the blog after I started solving another challenge from gralhix : <a href="https:&#x2F;&#x2F;gralhix.com&#x2F;list-of-osint-exercises&#x2F;osint-exercise-028&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gralhix.com&#x2F;list-of-osint-exercises&#x2F;osint-exercise-0...</a><p>and the part of the solution came from the metadata, the camera model, you can check urself, so when I came back to write the blog, it just came by flow,
  • esafak3 hours ago
    Good job, Yassa. This is how you get a job in the AI age.
    • yassa93 hours ago
      haha, I wish , this is my first OSINT challenge to solve tho
  • ape49 hours ago
    What about tides? Would the outline of the island be different based on the time of day.
    • yassa99 hours ago
      honestly, I didn&#x27;t think about it, I just trusted the OSM polygons
  • aquafox7 hours ago
    Nice, but Rainbolt would do it in under a minute ;)
    • yassa97 hours ago
      haha, I actually agree
  • naniel7 hours ago
    this is really cool. fun little problem turned into great write-up, and i love that you included the code snippets. thanks for sharing
    • yassa97 hours ago
      really glad that you liked it
  • hhh10 hours ago
    great blog and great writeup
    • yassa910 hours ago
      thannks, really grateful :D
  • hnlb53nrpg5 hours ago
    Not glamorous but it works
  • piterrro11 hours ago
    really impressive, could that be the way to locate yourself without GPS? assuming we know more&#x2F;less where we are
    • yassa910 hours ago
      yea, search about geoguessing on youtube, people like Rainbolt, <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;@georainbolt" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;@georainbolt</a><p>they literally memorize and get patterns of every possible road, place, map of any area (scanned by google earth), getting exact coordinates from single image, and play competitions and world cup based on that<p>they do really nice videos about finding places in old photos people ask for
  • jf93ap29sh8 hours ago
    Loved it.
  • ohyoutravel10 hours ago
    &gt; NOTE: this is a genuine human work, didnt use LLM generation.<p>A million upvotes from me.
    • yassa910 hours 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
      • ohyoutravel1 hour ago
        Great content too generally. Without the disclaimer I find myself less engaged with the content knowing it could be an LLM hallucination and am ready to eject at any moment.<p>btw Micronesia is _not_ a country!
        • OkayPhysicist1 hour ago
          Micronesia is, too, a country. Referring to the Federated States of Micronesia as &quot;Micronesia&quot; is just as legitimate as referring to the USA as &quot;America&quot;.
  • grodes10 hours ago
    impressive
  • _alphageek18 minutes ago
    [dead]
  • fenestella10 hours ago
    [dead]
  • ligarota7 hours ago
    All of this to not use Google images
    • melozo7 hours ago
      All of this to try and learn something new
  • hno8a34nwn9 hours ago
    This is the real takeaway