Friday, February 25, 2011

Dwarf Fortress

I have downloaded the Lazy Newb Pack and am using Mayday tileset. I chose a smaller world because I am afraid.

Behold, as Sestanilush - The Decisive Carnage - sets off to found the great fortress of Lamlokast (Stonebutcher).

Ral Dodokoshur - Novice Leader, Amateur Sawbones
Mosus Stakuderib - Extreme Mining League
Olon Moruldolush - Ultimate Mining Union
Thikut Rabkulet - Deadcarver
Rovod Kekimedem - Mighty Masonry Inc
Fikod Atolzon - Lumberjack, soldier and teacher
Litast Dalkamgoden - Brewmaster General

Strike the earth! It called your mother a rude word.

The blasted wagon gave out near what is less a mountain, more a hillock. I plan to erect a statue garden on top for sunlight, good cheer and possibly a scouting tower. The rest of the settlement will be two levels down from the entranceway for security. There is sufficient space on ground level for a trade station in the entryway.

I plan to build around a central stairway. This should help me utilise the Z-axis for efficiency and possibly I could flood it (given a suitable sink) to irrigate farms and/or fertilise with goblinflesh. It may alternatively provide a buffet selection to marauding elfs.

Light is fading. We need stone and woodworking facilities up as soon as possible so that we might fashion beds. Bedrooms, a kitchen and a still are second priority.

Magnetite! From this we shall eventually extract iron and craft many cunning implements.

--

It has been some time now and I have several workshops up. I have even begun irrigating a farm, although progress is slow with our single bucket. Earthworks have been ordered to channel a nearby lake. I am concerned about Olon, she is staring at the door to the farm most intently.

--

Yeah that didn't last long. I love the idea and READING about it, but the micro requirement is just crazy.

Friday, February 11, 2011

Guinea pig valhalla

I am dull. SUPER dull.

However I did draw a picture of a guinea pig in guinea pig valhalla.


The West Wing is a very good show indeed.

This is a good way to write Javascript:
var LXS;
LXS = LXS === undefined ? {} : LXS;
LXS.MyClass = function() {
    var privateVar = 5;
    function privateFunction() {
        return privateVar;
    }

    var pub = function MyClass() {
        this.aVar = 2;
    };
    pub.prototype.publicMethod = function publicMethod() {
        return privateFunction() + this.aVar;
    };
}();

It's a lot like the Module pattern Doug Crockford proposed except it's a class. It probably isn't very original but I like it just the same. It helps you keep everything in a single global variable. I typed it from memory so it might be a bit wrong.

rice-boy.com and dresdencodak.com are wonderful. Gunnerkrigg Court is not drawn nearly fast enough and I'm trying to forget Girl Genius exists because I want more. Drive comic is very promising. I don't know why I like harkavagrant.com but I do!