Wednesday, August 20, 2008

UHF Amplifier Design Calcs

The math works => me happy.
The math works => me go home early.
The math works => stress decreases.

This is the part of the blog post where I would normally draw a connection between mathematics and human relationships, between Smith charts and getting dates.

But really, I'd rather just rock out and \m/ and \m/_ and all that!

void row_low(uint8_t col){
  if (col < 4) {
    DDRC |= (1 << col);
    PORTC &= ~(1 << col);
  }
  else if (col == 4) {
    DDRA |= 0x10;
    PORTA &= ~(0x10);
  }
}

This is rock and roll,
Peter

Friday, August 15, 2008

Happy

So project inspection is done. Equals happy!

My heavy metal sister is throwing up her rawkfist to the sky and like, awesomeness.

I'm watching The Dark Knight tonight. Should be reasonably awesome.

Peter

Thursday, August 14, 2008

Dan Wentz, MDFMK and Nine Inch Nails Collaborate

So dreamed that the GAME03 MIDI music by Dan Wentz from the game Descent II actually had a vocal track embedded in it somehow, and the vocal track was from "Torpedoes" by MDFMK, but in the dream it was a Nine Inch Nails song with Trent Reznor singing!

I had opened up the file in SONAR and I was looking at it and listening to it in amazement.

Yes, the title is sensationalist. It's only in my dreams! :( But wouldn't it be cool!?

The song came about because this space pilot (who was Trent Reznor) was in this big spacecraft that had landed on a hostile world. He was surrounded by a massive robot army (like in Star Wars Episode II) and he was fighting them. Then he jettisoned this huge part of the right side of his craft and it flew into the robots and exploded, destroying some of them. Then he fired off this torpedo-like section of his craft, which he was in, and started firing lasers at the robots. I think this is where the song came in, and I could kinda see Trent Reznor in his craft singing it. At this point, the robots realised the prophecy that this pilot was going to defeat them (even though they had a massive advantage by the numbers and aparent position, since they had him surrounded). So all the robots suddenly left and then Trent Reznor was left in his spacecraft sitting there in the middle of this Calvin and Hobbs-esque desert scene with bits of metallic rubble scattered here and there.

Then mysteriously his torpedo-like craft turned into the front of a huge truck which was red. You know those things that usually carry a big load, and the whole combo has 18 wheels and stuff? It was the cab of one of those, so it did look kinda dumb. And he started driving to the right, going to a depot or something like that. I couldn't quite tell.

Then my mind started thinking: wait, he's not supposed to be in a truck, that's dumb, he's supposed to have this torpedo-escape pod from his spaceship. Things stopped behaving normally in the dream and my mind started rejecting it.

I woke up because it was so cool!

Peter

Wednesday, August 13, 2008

Personal Helicopter

Okay, so I had this dream that I had a personal helicopter. It was like a bar that I held above my head which went back and had a propeller on the back of it.

I could run and jump up onto the roof of a building. It took some practice and sometimes it was a bit hard to use.

Then I flew high over the city.

Peter

Friday, August 8, 2008

Gotta Keep Typing

Coding is fun but it can be a lot of work. It's just that there aren't as many interruptions as when you're working with hardware. You also have the benefit of testing right away.

Hmmm.

I love it when it works! That's just the biggest buzz ever.

Peter