You are in a maze of twisty passages, all alike.
RSS icon Email icon Home icon
  • Starcraft Course Lectures Available Online

    Posted on February 13th, 2009 Finster No comments

    starcraft-hell

    In my line of work (web development) every now and then you get the chance to work on a project that stands above and beyond other endeavors. Recently, I’ve had the chance to help develop academicearth.org.

    Academic Earth is kind of a “hulu” for academia. They’ve been gathering OCW (Open Course Ware) videos from all over the web from such places as Yale, Stanford, MIT, etc. One of the institutions that they’ve gleaned some content from is the new Starcraft Studies course at UC Berkeley.

    Having watched this first lecture, it’s obvious that the game of Starcraft has continued to evolve past the doldrums of the dismal “Big Game Hunters” matches that drove me from the game years ago. I was most intrigued by the descriptions of some of the South Korean pros who have been playing a more defensive game, again something that was unheard of in serious play here in the states, many years ago.

    I look forward to seeing more of these lectures and perhaps gaining a deeper understanding of the RTS genre as a whole.

    I’m sure Academic Earth will be updating as the course continues, but while you’re over there check out some of the other lectures.

  • How to set the session path for CakePHP sessions

    Posted on May 15th, 2008 Finster 3 comments

    I had an issue where my CakePHP app (which was part of a larger webapp) was setting its own cookie_path for ‘/cakeapp’, which was the location of Cake. Meanwhile, the session for the general app, with cookie_path at ‘/’ was also setting up its own session. So, I needed Cake to use ‘/’ for its session.cookie_path instead of defaulting to the Cake app’s path.

    The simplest way to do this for me was to set Session.start to false in core.php. Then, I added a $this->Session->activate(‘/’); to my app_controller.php in a beforeFilter() function. Now, the Cake app is using ‘/’ for it’s session.cookie_path.

    h/t AD7six in #cakephp for showing me this.

  • Minnebar Progress, so far

    Posted on May 10th, 2008 Finster No comments

    I gave my presentation at 9am this morning. It seemed to go pretty well. There were probably about a dozen people there. Felt like I did a good job of introducing CakePHP. 

    After, listened to a presentation on using memcached with MySQL. Very interesting. I’ve never really even thought about memcached before, and I really learned a lot about it.

    Then, listened to a presentation on LAMP and how it’s good for a lot of things, and how virtualization can allow you to run any stack you want on top of LAMP. Compared it to the history of the screw. The presenter seemed like a Ruby guy, but it was still very interesting and free of evangelism. ;)

    Now getting ready to listen to a panel on state of tech in MN with a bunch of tech guys, including a Microsoft rep.

  • MinneBar, HO!

    Posted on May 6th, 2008 Finster 1 comment

    Just put my name down for MinneBar.

    Since, this is my first time attending MinneBar (or any barcamp, for that matter) I’ll be putting together a presentation on building a simple CMS for CakePHP.

    I’m kinda nervous, but it should be a lot of fun.