TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google Trying to Solve a UUID

307 pointsby delducaalmost 3 years ago

14 comments

Doctor_Feggalmost 3 years ago
Similarly, I once needed some new robust tyres for my folding bike, so I googled &#x27;marathon plus 20 inch&#x27;.<p>Google helpfully informs me that<p>marathon + (20 inches) = 1.00001204 marathon
评论 #32370682 未加载
评论 #32369914 未加载
评论 #32371466 未加载
评论 #32372978 未加载
mgdlbpalmost 3 years ago
Google refuses to search for hash-like strings that aren&#x27;t well-known across the web.[0] That&#x27;s why this search gives no actual results. (It certainly will in the future as this submission gets reposted, breaking the googlewhack)<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31638976" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31638976</a><p>(I think Bing also blocks hashes but has an exemption for UUIDs; right now it gives me results for random UUIDs but not random MD5s)<p>Bing and Yandex are both capable of locating OP&#x27;s Minecraft account in online databases:<p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;0&#x2F;https:&#x2F;&#x2F;www.google.com&#x2F;search?q=%220e2b835d-4d9a-4b8b-b009-988741022e8c%22" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;0&#x2F;https:&#x2F;&#x2F;www.google.com&#x2F;search?...</a><p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;0&#x2F;https:&#x2F;&#x2F;www.bing.com&#x2F;search?q=%220e2b835d-4d9a-4b8b-b009-988741022e8c%22" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;0&#x2F;https:&#x2F;&#x2F;www.bing.com&#x2F;search?q=...</a><p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;0&#x2F;https:&#x2F;&#x2F;yandex.com&#x2F;search&#x2F;?text=%220e2b835d-4d9a-4b8b-b009-988741022e8c%22" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;0&#x2F;https:&#x2F;&#x2F;yandex.com&#x2F;search&#x2F;?tex...</a><p>PS: example of an uncommon hash that Yandex finds but not the other two: the MD5 of &#x27;Hacker News&#x27; (f3e4...), which actually occurs on the web on one site (<a href="http:&#x2F;&#x2F;archive.ph&#x2F;oLgUe" rel="nofollow">http:&#x2F;&#x2F;archive.ph&#x2F;oLgUe</a> <a href="http:&#x2F;&#x2F;archive.today&#x2F;lkyNN" rel="nofollow">http:&#x2F;&#x2F;archive.today&#x2F;lkyNN</a> <a href="http:&#x2F;&#x2F;archive.ph&#x2F;v3TY5" rel="nofollow">http:&#x2F;&#x2F;archive.ph&#x2F;v3TY5</a>)
评论 #32371778 未加载
评论 #32372146 未加载
评论 #32371786 未加载
andrewfromxalmost 3 years ago
That&#x27;s pretty funny. I work for a company that puts 5 alphanumeric characters on physical devices to track and identify them. We are always putting those 5 characters into various google sheets. And every so often one had an E in the middle of all numbers and google would convert by default to something like &quot;1.10E+34&quot; so we had to make SCIENTIFIC_NUMBER_REGEX = Regex(&quot;\\d+e\\d+&quot;) and stop making codes with E&#x27;s in the middle.
评论 #32368472 未加载
评论 #32368609 未加载
评论 #32370054 未加载
评论 #32368212 未加载
评论 #32370023 未加载
评论 #32371171 未加载
评论 #32370062 未加载
评论 #32370626 未加载
delducaalmost 3 years ago
<a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;FLiHwE1" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;FLiHwE1</a>
评论 #32368085 未加载
mqusalmost 3 years ago
I&#x27;m amazed that google does that (I didn&#x27;t know) and even shows the steps! But it still is lacking.<p>The &quot;solution&quot; here is just a simplification, not something I would call a &quot;solution&quot; (like for an actual equation). But as it isn&#x27;t an equation, that could be fine. Another weird thing is that it won&#x27;t simply eliminate the first term with 0x=0. Why?
评论 #32369339 未加载
delducaalmost 3 years ago
This UUID comes from my Minecraft account; I was curious to know if I could find something on the web. Not work on every UUID!
评论 #32371048 未加载
djaychelaalmost 3 years ago
I&#x27;m just getting a search returning no results rather than an attempt to solve anything?
评论 #32368987 未加载
nateburkealmost 3 years ago
It&#x27;s impressive that the search result has didactic steps towards a solution though....
评论 #32369213 未加载
评论 #32368636 未加载
hypertele-Xiialmost 3 years ago
This is just nonsense. Garbage in, garbage out, nothing gained.<p>Google tries to interpret a UUID search query as a math equation and solve it.
评论 #32368160 未加载
评论 #32368165 未加载
Seb-Calmost 3 years ago
That&#x27;s interesting, because on the other end, lately I had some cases where Google did not even recognize very elementary operations and would not give me the result. That never happened before.
argcalmost 3 years ago
I don&#x27;t get this in firefox on ubuntu.
sidcoolalmost 3 years ago
What does it mean to solve a UUID?
评论 #32369820 未加载
评论 #32369785 未加载
aviparsalmost 3 years ago
funny!
lupirealmost 3 years ago
[0xe+3y] gets a graph of [14+3*y].<p>Exercise: Why?
评论 #32369118 未加载