Note that Yandex currently seems to be made of “Yandex teams relocated out of the country” (say, 1/5th of the company, I don't have exact numbers), “Yandex teams inside the country”, and “Yandex brand services sold to other company”, so the internal access situation is complex.
Tell HN: Whole Yandex Git repository leaked
201–210 of 369 posts
Re: Tell HN: Whole Yandex Git repository leaked
#202Yandex reverse image search is very good. I use it more than tineye, bing, or goog. It either gives you the exact matches if it can find them, or else it can infer what is desired and show many similar matches.
Yandex translation and maps were also substantially better than Google in Russia when I traveled there in 2019
Re: Tell HN: Whole Yandex Git repository leaked
#203Could any kind soul out there upload the repositories to a public git instance?
No? It's 44GB of data. Magnet: magnet:?xt=urn:btih:7e0ac90b489baee8a823381792ec67d465488fef&dn=yandexarc&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.to%3A2920&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969&tr=udp%3A%2F%2Fbt1.archive.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fbt2.archive.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.demonii.co…
Re: Tell HN: Whole Yandex Git repository leaked
#204Earlier quoted context omitted.
Their Street View product is also very good, however their coverage is mostly for ex Soviet Union countries
heh, I remember looking up some satellite maps of French prisons on Google maps. They were blurred!!!! https://www.google.ca/maps/place/Centre+P%C3%A9nitentiaire+d... A quick trip over to Yandex, and there they were in their full glory: https://yandex.com/maps/10502/paris/?l=sat&ll=2.340173%2C48....
Re: Tell HN: Whole Yandex Git repository leaked
#205Could any kind soul out there upload the repositories to a public git instance?
No? It's 44GB of data. Magnet: magnet:?xt=urn:btih:7e0ac90b489baee8a823381792ec67d465488fef&dn=yandexarc&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.to%3A2920&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969&tr=udp%3A%2F%2Fbt1.archive.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fbt2.archive.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.demonii.co…
Re: Tell HN: Whole Yandex Git repository leaked
#206Earlier quoted context omitted.
You don't need to hack Yandex. The entire monorepostory is synced on every intern's laptop, and you can do whatever your want with the files. I always wondered how it hasn't been leaked before to be honest.
> The entire monorepostory is synced on every intern's laptop, If they're still using Subversion, why would that be? Subversion lets you check out just part of a repo. (Then again, interns, I guess.)
2. Subversion lets you check out portions of your repository.
3. Subversion working copy does not have all regions history. Just a snapshot of the checked out revision.
So at least Subversion would have allowed them to limit the amount of leaked data + no revision history leaked.
Re: Tell HN: Whole Yandex Git repository leaked
#207Yandex reverse image search is very good. I use it more than tineye, bing, or goog. It either gives you the exact matches if it can find them, or else it can infer what is desired and show many similar matches.
Re: Tell HN: Whole Yandex Git repository leaked
#208Earlier quoted context omitted.
> One wonders if this is revenge from the regime. It's not a revenge of the the regime. A decade ago it was a different company, now they all are completely under the cap of FSB, it's basically a Lubyanka filial. It's serfdom all over again, not that strange it got leaked by some unhappy employee.
Is this well known? Seems likely the leak was done by an anti-Putin employee or ex employee in revenge/protest against the war if yes.
Re: Tell HN: Whole Yandex Git repository leaked
#209Yandex reverse image search is very good. I use it more than tineye, bing, or goog. It either gives you the exact matches if it can find them, or else it can infer what is desired and show many similar matches.
Re: Tell HN: Whole Yandex Git repository leaked
#210Earlier quoted context omitted.
Probably Yandex will start watching their infrastructure very closely, and go through all known attack vectors that haven't been prioritized before to fix them ASAP. Won't be a boon for OSS, any author would be idiotic to read stolen source code and then decide to create a OSS library/project based on what they learn from it.
> any author would be idiotic to read stolen source code and then decide to create a OSS library/project based on what they learn from it. What? Why? Isn't this what software developers do — they read a lot of code; they find ideas they like; they mix them together with their own ideas while building something. Isn't this how learning works in general?