Mindblown: a blog about philosophy.

  • How to Make WordPress Run Faster

    How to Make WordPress Run Faster

    If you’re running a site that aims to be more than just a small journal or hub for your close friends to go to, you run into the problem of making sure that the site loads quickly and correctly for any visitor. By “correctly”, I mean that it looks the same in all browsers.  This […]

  • Multi-Threaded Twisted / Stackless Integration

    Another way to integrate Twisted with Stackless python, is to use multiple threads. One thread handles Twisted’s reactor while Stackless tasklets run in at least one other thread. This lowers the deterministic nature of Stackless, but for certain conditions may be more effective than trying to integrate Twisted and Stackless into a single thread. Communication […]

  • Observer pattern for Python

    The Observer pattern is mainly used to implement a distributed event handling system. The primary objective of this pattern is to provide a way to handle run-time one-to-many relationships between objects in a loosely coupled arrangement.

  • Getting and Keeping Web Traffic

    I’m always doing research on how to get Web content ranked well in search engines such as Google or Bing.  Part of that research involves figuring out how to get new client Web sites ranked well in a cost-effective manner (since getting the resulting traffic for free beats everything).

Got any book recommendations?