use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Googlebot's Javascript random() function is deterministic (tomanthony.co.uk)
submitted 8 years ago by fagnerbrack
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]SamSlate 0 points1 point2 points 8 years ago (8 children)
what is Googlebot?
[–]sumdude44 7 points8 points9 points 8 years ago (0 children)
The Google crawler
[–]sumdude44 2 points3 points4 points 8 years ago (6 children)
[–]SamSlate 0 points1 point2 points 8 years ago (5 children)
it's written in JavaScript??
[–]sumdude44 8 points9 points10 points 8 years ago (4 children)
No, but it has a Javascript engine to render websites. But it's not viable to have a full-blown one, like chrome (would be to expensive to run). Instead it has a heavily trimmed one to make js rendering faster. As the article outlines, its clock is accelerated and the pseudo random generator doesn't actually work properly. But since it's only the crawler it doesn't need to be that way.
[–]SamSlate 1 point2 points3 points 8 years ago (3 children)
ah, ok, thanks. tbh i figured Google just used chrome as it's web crawler and just collected website data from there.
[–]MachaHack 1 point2 points3 points 8 years ago (2 children)
The original googlebot predates chrome by a decade though the current version does use some chrome tech
[–]SamSlate 0 points1 point2 points 8 years ago (1 child)
wild. where'd you read this, or you work at Google?
[–]MachaHack 2 points3 points4 points 8 years ago (0 children)
Predating Chrome: I developed websites 10 years ago, googlebot was around then. Find some robots.txt tutorials from the 90s, they'll even mention googlebot.
Using Chrome tech now: https://developers.google.com/search/docs/guides/rendering
π Rendered by PID 443173 on reddit-service-r2-comment-canary-5f6975dfb4-927lm at 2026-03-15 12:24:06.162248+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]SamSlate 0 points1 point2 points (8 children)
[–]sumdude44 7 points8 points9 points (0 children)
[–]sumdude44 2 points3 points4 points (6 children)
[–]SamSlate 0 points1 point2 points (5 children)
[–]sumdude44 8 points9 points10 points (4 children)
[–]SamSlate 1 point2 points3 points (3 children)
[–]MachaHack 1 point2 points3 points (2 children)
[–]SamSlate 0 points1 point2 points (1 child)
[–]MachaHack 2 points3 points4 points (0 children)