First attempt at a 5 year Career Plan

Full Speed Ahead by Nikolay Dolgorukov, 1931
Five year plans, hmm …

My manager recently asked me to develop a five-year career plan. He suspects that my career challenges are going to hit me hard, heavy, and soon. If I’m not prepared I’ll end up doing something I’m not any good at, or passionate about – and I’ll be a victim of the Peter Principle. I don’t even know what I want for Christmas, let alone how I want to make a living in five years.

But being a computer scientician, I’m taking a structured approach to this problem. Break it down to a series of questions I can actually answer: what am I doing now that I’m good at/enjoy, what do I want to develop, and who does something I’d like to be doing (someone who is about 5+ years my senior).

Continue reading

Alternatives to WP-Cache

After spending far too much time trying to get WP-Cache2 plugin to work on a very vanilla WordPress installation, I’ve given up on it.

I’m sure it’s super amazing when it does work, but in my experience as a competent *nix user, it’s difficult to get working/debug (and silly to remove because of this stupid symbolic link that many FTP clients can’t remove).

1 Blog Cacher

Anywho, I started hunting for alternatives, and the one that I installed successfully (and confirmed working) on the first try is 1-Blog-Cacher.

Installation

The installation was NOT simple, at least not compared to WP-Cache. I followed these instructions:

  • Create the cache directory /wp-cache/ in your WordPress directory (/wp-cache/) and make it writeable (chmod 777).
  • Upload 1blogcacher2.0.php file to /wp-content/plugins/ WordPress directory (/wp-content/plugins/1blogcacher2.0.php).
  • Upload advanced-cache.php file to /wp-content/ (/wp-content/advanced-cache.php).
  • Add this line to the wp-config.php file (/wp-config.php): define(‘WP_CACHE’, true);
  • Activate the plugin and take a look to «Options > 1 Blog Cacher» in the WordPress panel.

… and there were helpful prompts in the Options panel if I forgot something. Changing the settings isn’t simple, as you have to open up the advanced-cache.php file with a text editor, and re-save/re-upload it when you want to make a change.

But anyways, it works.

Proudly powered by WordPress
Theme: Esquire by Matthew Buchanan.

Switch to our mobile site