Maggie Nelson

Seven Things

by maggie on Jan.05, 2009, under entry

Everyone likes an Interweb meme! I was tagged by Elizabeth Naramore (thanks! and my jokes are totally awesome!) with Seven Things, so I’m supposed to tell you seven things about me. So here we go!

  • I still drive my first car: an awesome ‘92 Ford Crown Victoria, silver with stylish red vinyl on the inside. It caught on fire once but we put it out with a cup of coffee (the amazing part being convincing a Seattle native to surrender his coffee for any cause).
  • I originally wanted to study math in college, but then I found a job at an Interwebs startup called ScreamingMedia, where I learned PHP (yay, .php3 files!). Eventually, I switched my major to computer science.
  • I once worked at Amazon.com, on the Books/Music/Videos/DVD parts of the site where the QA department featured a real rocket scientist (she used to work for NASA).
  • I know how to construct a trebuchet, use a blow torch and have built a small remote-controlled solar-powered car once.
  • My first interaction with a computer was on a green screen, typing dir *.*
  • I had a story published in The New York Times once (in the “Metropolitan Diary” column, but still!)
  • I miss the tiled website backgrounds of the late 1990’s.

I am hereby tagging these individuals:

  • Matt Purdon for always staying on top of new technology and never settling for comfort when coding.
  • Cal Evans for always starting his day with a cheerful Twitter message.
  • Paul Reinheimer for bringing the meat from America’s Hat.
  • Ed Finkler for nicer web design than the rest of us combined!
  • Brandon Savage for pointing out that I can’t count to 7!

These are the rules apparently:

  • Link your original tagger(s), and list these rules on your blog.
  • Share seven facts about yourself in the post – some random, some wierd.
  • Tag seven people at the end of your post by leaving their names and the links to their blogs.
  • Let them know they’ve been tagged by leaving a comment on their blogs and/or Twitter.
:
No comments for this entry yet...

Comments are closed.

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Tags

RSS Planet PHP

  • An intriguing use of lambda functions
    I’ve been working hard on Goodsie.com lately trying to bring it to launch. It’s been great being in on a new PHP project from (near) the beginning, as it frees up a number of things. One of those, is the fact that I can be using PHP 5.3 and all the new features that come with PHP 5.3. While I’ve used my fair share of the short-cut ternary already (?:), the […]
    Eli White
  • Accelerando
    This is a very unusual blog post for the open source area of my website, since it contains a recommendation for a science fiction book. The reason I've put it here instead of the private section is on the one hand, that it will definitely reach more geek - and therefor probably scifi interested - people here. On the other hand, the book I'm writing […]
    Tobias Schlitt
  • First year of Qaiku, and a travel writing challenge
    Qaiku, the conversational microblogging service that launched a year ago had a refresh that launched today. While it hasn't yet convinced the twittering masses, it has already proven itself as a lot more thoughtful platform for the Finnish online community, and as a valuable workstreaming tool. The new version looks quite nice and fresh. Notice the priv […]
    Henri Bergius
  • Getting started with the Midgard content repository
    I'm doing a talk today in the Bossa Conference about using Midgard as a content repository for mobile applications. As part of my presentation I wrote some simple example code for using the Midgard APIs in Python, and thought they would be good to share to those not attending the event as well. The idea of a content repository is that instead of coming […]
    Henri Bergius
  • Neural Networks in PHP
    Neural Networks in PHP By Louis Stowasser Neural networks allow emulating the behavior of a brain in software applications. Neural Networks have always had a too steep learning curve to venture towards, especially in a Web environment. Neural Mesh is an open source, pure PHP code based Neural Network manager and framework that makes it easier to work with […]
    PHP Classes