Uncategorized
-
Want to increase ad revenue? Don't add content
<![CDATA[ I always wanted to experiment with this. I guess I don’t have to do it anymore: Users don’t care about the content. They just need something to click on.…
-
Back from vacations
<![CDATA[ ]]>
-
Android applications for web developers
<![CDATA[ Although my Nexus One is not neccesarily the best device to work on for web development tasks, I decided to check out the applications already available for Android and…
-
P != NP
<![CDATA[ Vinay Deolalikar has presented his attempt to prove P!=NP. Although it hasn’t been accepted by the community it seems like a serious attempt so I’m excited about this. Hopefully…
-
PHP function to anonymize HTTP GET requests using the Tor network
<![CDATA[ Recovered from my old blog. function torHttpGet($url, $ref) { $torIPPort=”127.0.0.1:8118″; //tor’s ip and port $agentBrowser = array(‘Firefox’,’Safari’,’Opera’,’Flock’,’Internet Explorer’,’Ephifany’,’AOL Explorer’,’Seamonkey’,’Konqueror’,’GoogleBot’); $agentOS = array(‘Windows 2000′,’Windows NT’,’Windows XP’,’Windows Vista’,’Redhat Linux’,’Ubuntu’,’Fedora’,’FreeBSD’,’OpenBSD’,’OS 10.5′); $useragent=$agentBrowser[rand(0,7)].’/’.rand(1,8).’.’.rand(0,9).’…


