jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2015/01/01/happy-new-year-year-review-2014.

So, that's 2014.

Not a great year for the US in general, or for the world, but personally it went pretty well. My daughter started Preschool and daycare, which she's doing well at, which allowed my wife to look for a job which - as expected - mostly helps pay for the preschool. (Although preschool will get a little cheaper once we're done with toilet training.)

Also, Rose is continuing to grow and become more of a person, which is fantastic. She's now partially toilet trained, which is a great relief, and is really getting her alphabet and counting down. And she recognizes her name.

Read more... )
jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2014/12/25/merry-christmas-denver.

Well, it's been a very nice Christmas, although it looked a little touch-and-go for a bit.

Two weeks ago Rose started getting sick with a cold, a cold that then attacked Tammy and me with a vengeance. Where Rose was sick for a day or so, both I and my wife were stuck at home for two days, with me only returning to work at the tail end of the week by working from home.

Read more... )
jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2014/08/29/using-doctrine-migrations-part-2-adding-data-migration.

(If you missed it, my previous post on this topic was Using Doctrine Migrations Without the ORM.)

So my previous blog post laid down a good start on how to use Doctrine to move changes to the database, but soon I ran into a new problem - what about when you have data to change in addition to changing the structure of the database? For instance, my first try at this was putting a default row of data into a new table, or maybe putting initial data into a new column?

My first try was simple, but unfortunately not quite right, I used the addSql() command:

<?php
class Version20140828145153 extends AbstractMigration
{
    public function
up(Schema $schema) {
    <
code that creates a new table>
   
$this->addSql("INSERT INTO <table> (this, that, theother) VALUES (...)");
    }
...
?>

Read more... )
jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2014/08/21/using-doctrine-migrations-without-orm.

Recently I was handed a PHP project at work which already existed but the owner wanted a variety of tweaks and improvements added to it. The project wasn't built with any framework I could name, and although it has a sort of MVC feel to it, is not strictly an MVC project.

Read more... )
jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2014/05/18/fun-weekend-my-family.

It's been a while since I've remembered to blog... oh, well. Parenting is distracting.

This weekend's been fun. Yesterday we went out to see things - first we went by the Cherry Creek Farmer's Market, where we picked up some interesting pie and ravioli, and also found a really cute dress for Rose. We also got some neat snacks, nibbling on some Pirogi and Chinese dumplings.

Once we were done with that, we wandered off to the Valverde Bazaar, which was near enough to where we lived. Lots of interesting antiques, scrap, and various bits of art - my wife got a garden decoration made from sticking together various sunny plates and glass dishes, and I picked up four dark red scrabble tiles that spell out R-O-S-E... as well as looked over some really nifty typewriters. For some reason, I really like the idea of getting a nice looking typewriter.

Read more... )
jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2013/09/01/gaming-weekend-tacticon.

An interesting weekend for gaming. This weekend is Tacticon/Railcon, the big train gaming event, so my wife went off to play and left me with Rose for two days. Which has been fun, but I'm already worn out. (The first day was Friday, so today she's spending time at home.)

With Rose both tired and a handful, I wasn't really able to visit the dealer's room at the convention when we dropped by yesterday, but I did pause momentarily at the table that Black & Read had to pick up the latest expansion for Netrunner. (I've been picking up the expansions, but haven't really had a chance to play. I probably should try playing online, but haven't been motivated to yet.)

Read more... )
jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2013/04/20/several-gallons-duplo.

My mother's in from out of town visiting, and we've been having a lot of fun. One of the most satisfactory things we've done together is what we did on Thursday, going to the first full day of the "Just Between Friends" consignment sale here in Denver. (If you're a parent, these things are magic - cheap used items (or cheap unused items) all in one place.)

Read more... )
jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2013/03/25/photo-orwells-house-camera-front-fake.

Yeah, this is amusing.

Several folks in my livejournal feed post the same picture of the front of Orwell's house with a security camera mounted outside. Naturally, I immediately search online for the string "orwell camera hoax" and get many hits - as I expected. Here's a good one: http://reason.com/blog/2012/02/07/orwellian-irony-in-the-extreme

It's a fake, ha ha. Of course, I can't comment on this without either having my comment marked as spam or having to sign up to yet another blogging service, so I'll just slip it into my friends feed and hope folks aren't so open minded they miss it. :)

Why do people believe photos on the internet?

jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2013/03/13/mysql-fun-converting-isbn10-codes-isbn13.

So, I'm currently working on a book-related project where I'm processing a bunch of book data, and for some reason the isbn13 values are missing, where the isbn10 values are still there.

So, I went out and found this useful mysql function for converting the values:

Read more... )
jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2012/12/17/so-i-can-find-later-six-harsh-truths-will-make-you-better-person.

I just read this, and I wish I could go back in time and shove it in my younger face: http://www.cracked.com/blog/6-harsh-truths-that-will-make-you-better-per.... I just read through it and really enjoyed it.

You don't have to like it, I just wanted to save the link.

jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2012/12/06/google-maps-v3-control-gotcha.

Here's something that just bit me:

When you're using google maps api, you may find that the map controls don't show up, or worse, show up only partially. This is what happened to me. Happily, this seems to be a side-effect of using reset.css of some sort - it sets up images to display in a way that google maps doesn't like. Assuming that the div you're writing the map to is #map_canvas, then what you want to add to your css is:

#map_canvas img {
max-width: inherit;
}

And then the controls appear!

jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2012/12/02/beginning-magento.

A month and a half ago I switched to a new job at SpireMedia as the 'Director of PHP Development', which so far has largely meant 'Drupal Guru', a position that I'm quite enjoying.

However, an interesting addition to Drupal is that we're starting up on Magento projects, starting with a website for a company that sells items with legal restrictions on how items are sold and shipped, and which already has a computer system for fulfillment of orders. This means that we need to not only set up a Magento site, but we need to add new rules for these legal restrictions and we're going to need to be able to talk to the existing system to pass data back and forth.

Read more... )
jcfiala: (Default)
So, I'm originally from Maryland, so when I started reading a thread on Christmas and came across someone talking about the Maryland state song, I was amused to find out that it uses the tune from 'Oh Christmas Tree' but has lyrics about resisting the Northern Oppressor.

Apparently a few decades ago some thought was put to change this, and naturally the folks at All Things Considered decided to 'help' with their own lyrics:

1.

We've got some hills, we've got some trees,
We sing in four-part harmonies.
There's shopping malls and city halls
And cats and dogs and ponds with frogs.

But none of us has ever meant
To overthrow the government.
From Baltimore to Hagerstown,
Just take your car and drive around.

2.

We touch four states and several bays,
The highways mostly run two ways,
We hope you come and say hello
And maybe stop and spend some dough.

We're near the nation's capital
But we are not stuck up at all.
So take a stand and shake the hand
Of every crab in Maryland.

3.

I have a dog whose name was Jack.
I threw a stick, he brought it back.
My sister had a cat, I think.
My mother had a kitchen sink.

My father was a decent man
And we all lived in Maryland.
O Maryland! O Maryland!
O Maryland! O Maryland!

4.

Our nights are dark, our days are fair,
We're right next door to Delaware.
Our song before was full of gore,
But then the Union won the war.

We're sorry if we made you mad.
It was the only song we had.
O Maryland! O Maryland!
O Maryland! O Maryland!

These were apparently written by Larry Massett, and are copied from "Every Night at Five. Susan Stamberg's All Things Considered Book". Enjoy!
jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2012/10/25/o-maryland.

So, I'm originally from Maryland, so when I started reading a thread on Christmas and came across someone talking about the Maryland state song, I was amused to find out that it uses the tune from 'Oh Christmas Tree' but has lyrics about resisting the Northern Oppressor.

Apparently a few decades ago some thought was put to change this, and naturally the folks at All Things Considered decided to 'help' with their own lyrics:

1.

We've got some hills, we've got some trees,
We sing in four-part harmonies.
There's shopping malls and city halls
And cats and dogs and ponds with frogs.

But none of us has ever meant
To overthrow the government.
From Baltimore to Hagerstown,
Just take your car and drive around.

2.

We touch four states and several bays,
The highways mostly run two ways,
We hope you come and say hello
And maybe stop and spend some dough.

Read more... )
jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2012/09/20/so-its-heck-day.

Two big things happened today.

The first, is that my wife Tammy flew off with little Rose to visit her family in North Carolina. She's got a lot of family members down there, and they're all going to spoil that kid good and rotten. On the other hand, I get to go bachelor for a bit. My two big plans are to see 'The Dark Knight Returns' and attend BrethrenCon.

The second is that I turned in notice at Examiner.com, and I've accepted a new position at SpireMedia. I'm looking forward to the new job - I once consulted at Spire, and we liked each other so much that we've been trying to get together for another job since then. This is going to be a lot of fun.

Oh, and my D&D game got cancelled due to a few people not showing up, which sucks a little, but I think I'll live.

jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2012/09/03/rock-bye-baby-revision.

Rock a Bye Baby, Safe in my arms.
Shut your wee eyes, and trust in sleep's charms.
When you awake, then Mommy will see,
just what a good baby, Rosie can be!

A different set of words that are a bit less creepy to sing to your child. Naturally, you'll want to change the name in the last line.

jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2012/08/27/useful-drupal-module-stage-drupal-proxy.

Here's a useful module that I keep forgetting the name of, so I wanted to note it down: Stage File Proxy. It's not something you use for a live site, it's something you use while developing.

The basic idea is this: you're working on a site that's since gone live, making changes for the client. It's easy enough to get a copy of the database, but the files can be a pain to keep replacing, interlacing test files with live images. Stage File Proxy fixes this by snooping in on imagecache and, when a file is missing, then it grabs it off of the live site, copies it to the local directory, and then you've got the file locally and all your imagecache files get generated for you!

There's a version for six and for seven, and there's no ui for it yet, although there is a patch for it. Then again, once you've got the simple settings done, you don't need to worry about them again!

jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2012/08/26/boardgames-old-and-new.

Although I don't play them as often as I might, I'm still deeply interested in boardgames. The surprising announcement that Fantasy Flight Games was releasing a new edition of the Netrunner collectable card game as one of their limited card games, where each package of cards has exactly the same contents was just the beginning. They're re-theming the game to their Android world, and titling it as , and dribbled information out to old and new fans of the game slowly in a lead-up to GenCon, where they were astounded to sell out of the game within ten minutes of the exhibitor hall opening. Things got rather heated on the boardgamegeek forums about that situation, but honestly, if you'ld offered me 2:1 odds on betting if Netrunner would sell out a decade after it had originally appeared, I'd have taken the 'no' bet and considered it certain money.

Read more... )
jcfiala: (Default)

This is a blog post copied from John's Website - please feel free to join him there and post comments. He has set up openid, so you can post there with your livejournal account using your openid, which is the same as your journal url minus the http://. You can find this entry at http://www.jcfiala.net/blog/2012/06/13/get-real-review.

Get Real by Donald E. Westlake
My rating: 4 of 5 stars

Read more... )
jcfiala: (Default)
Boy, having a kid changes how you do stuff.

Way back a year ago, before I had had to stop freelancing to get insurance, I was a fairly early user of http://www.kickstarter.com/, enjoying searching the site and finding things to put money down on. This was way before the explosion of board game kickstarters, and so when the kickstarter for Rolling Freight showed up I was all in on a copy. For one, my wife runs the train gaming at GenghisCon and is a major train gamer, and I thought she'd probably find having a copy of this useful. For another, I had a lot of disposable income when I was freelancing. I figured it would have been a great Christmas present for Tammy last year, but production of the game dragged on, and amusingly enough I got the package only a few days shy of the first anniversary of when the kickstarter finished.

But, however much time it took to finally get the game, it did finally arrive, and recently (after Rose was abed) Tammy and I dug it out for a quick game. We liked it, so we brought it along to a gaming meetup locally and gave it another try, although we weren't able to finish the game because of Rose needing to go.

Basically, it's a fun game. The system involves rolling a bunch of color-sided dice for 'resources', but a fair number of things can be bought partially or totally with just generic dice, so a few bad rolls don't set you too far back. Unlike the crayon rail games, the possible tracks are fixed between towns, and it's the demands that are set and the supply of goods that is (mostly) random.

It's a lot of fun, but if I were to put down one piece of advice, it's this: The rules say you can only deliver one load per turn... so that means that on every turn, it's important to try and deliver a load. You won't always be able to, and there might be good reasons not to this turn - but it's something you need to get done.

In other news, I'm refocusing my regular gaming on online games. It's getting difficult to play games in real life, because that involves a regular chunk of time out of my life where I need to leave home... which is something that my wife frowns on because she'd like some company in the evenings. Or, it's a game at home, and then my wife gets pretty distracted by babystuff and doesn't really get to game.

So, when a coworker of mine proposed an online Pathfinder game, I decided to go for it. I've never really played Pathfinder before, but I've got piles upon piles of 3.5 manuals, so it's not that different. I enjoy wizards, often, so this time I went with trying out the Summoner class, which is a sorcerer variant which is able to summon something that levels with him, in addition to piles of Summon Monster spells. It's a bit complex to build, as I'm effectively creating two different characters, but we played our first game last week and so far I'm enjoying how it goes.

October 2020

S M T W T F S
    123
45678910
11121314151617
18192021222324
25262728293031

Syndicate

RSS Atom

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 14th, 2025 12:59 pm
Powered by Dreamwidth Studios