Category: Code
-
PZ Myers does not understand Ray Kurzweil
PZ Myers wrote an essay claiming that “Ray Kurzweil does not understand the brain”, which has some good points, but is entirely based on the premise that Kurzweil says we will reverse-engineer the brain from the genome, that contains 25 million [relevant] bytes, or a million lines of code (second-hand comments on erroneous press reports, taken out…
-
Forcing Google Analytics to use SSL
The documentation is somewhat incomplete on how to force Google Analytics to use SSL when working with the ga.js tracker (using asynchronous syntax). When using analytics.js, a simple call to set forceSSL is sufficient. The correct syntax is _gaq.push([‘_gat._forceSSL’]);