Archive for November, 2009
Saturday 28. November, 2009
In addition to recent fatherhood and doing my own startup and taking over the leadership of the Oslo Perl Mongers, I’ve started a project to get a hacker space set up in Oslo. Actually, this ties in to my Oslo Perl Mongers interests as well, so it’s not a completely new project. I got very inspired by @kyrah‘s talk about metalab.at in Wien at FSCons in Gothenburg a couple of weeks ago.
I’d like to see something like this in Oslo, so I’ve set up a Wiki and started talking to various other interested parties. If this is something you would be interested in happening, please sign up at the Wiki and the Google Group and join the discussion.
In addition to recent fatherhood and doing my own startup, I am now the leader of the Oslo Perl Mongers. Look forward to tech talks from Oslo.pm in the months to come. :)
Friday 6. November, 2009
If you want to write tests for your JavaScript code from Perl, Claes’ module Test::JavaScript::More comes in handy. This module works by evaling everything from the use line as JavaScript. Of course, now you’re mixing two languages in one file, which is not going to make any of your syntax validators happy. However, loading it like this will please both perl and jslint:
m| /* |; # Comment out JavaScript
use Test::JavaScript::More;
__END__ = ''; // It's is all JS from here. */
ok(1,'Success!');
One final note. I had some problems building the cpan module of JavaScript on OSX with Spidermonkey from ports. If you have the same problem, get the latest and greatest version from GitHub, which fixes this issue.
Sunday 1. November, 2009
Jim Wesson aka @hotdogsladies aka Merlin Mann is the customer from hell:
First, and most important, can we do something to make the logo BIGGER and more prominent? I’ve done a quick sketch using the circumference of my coffee cup as a reference guide (see attached) and I’m sure we all agree that the new eagle is much easier to see at about three times the current size (I’m not sure what that is in computer picas). Everyone agrees that the new eagle logo my daughter drew is GORGEOUS, so I really want those feathers to stand out over the “Stool” info scrolling through the eagle’s mouth (beak? bill? not important).
Great fun.