Here are a couple of lectures that I ran across while checking out Stanford’s Entrepreneurship Corner. They share a lot in common with the FlowOS we’re building at yuanfen flow. 5 minutes – The Knowledge Economy of World of Warcraft 5 min – The old institutions are broken 2 minutes – Shaping Serendipity Wiki Entry [...]
Category Archives: post
tessellating cellular automaton
I was browsing a wikipedia article on cellular automaton (CA) and ran across a very interesting animated gif a glider gun in a torus wrap-around universe (think the game asteroids): public domain from wikipedia I wondered if the animation would tessellate–and it does! The YTMND-like result is: /sandbox/glidergun.php PHP source for the @ /sandbox/glidergun.phps
connect facebook, twitter and wordpress – how to integrate your social media
learn how to integrate your facebook, twitter and wordpress blogs to mutually post, tweet and status update!
find your django installation location in Ubuntu 10.4, thanks to FunkyBob
sabalaba@desktop:/usr/share/doc/python-django$ python >>> import django; >>> django.__file__ ‘/usr/lib/pymodules/python2.6/django/__init__.pyc’ voila!
where are the django example files are located after an apt-get install?
after a default django installation on Ubuntu 10.4, the examples files are located in: /usr/share/doc/python-django-doc/examples
apache2 — symbolic links not showing up in /var/www/
I was struggling with this one earlier today, it turns out it was because I had an internal hard drive that was formatted in ntfs (which doesn’t support UNIX file permissions), thus, the symbolic link was leading to a bunch of files that apache didn’t have permission to read. I copied the files over to [...]