February 3, 2010

Testing

Filed under: Uncategorized — Tags: — Nathan @ 3:55 pm

I’m still familiarizing myself with WordPress and its features. This is a code test:

C:

int foo(double bar) {
  return bar ^ 0x1111000;
}

I’d like to be able to have source code highliting done staticly. Anyone know of a plugin for that? (ans: CodeHighlighter)

Haskell:

fac 0 = 1
fac n = (*) n $ fac $ n - 1

JavaScript:

function silly() {
  this.foo = "bar";
  document.body.appendChild(document.createElement("hr"));
}

I’ll be editing this post occasionally to try to test new features, like LaTeX support amongst others.

This is a
$latex i\hbar\frac{\partial}{\partial t}\left|\Psi(t)\right>=H\left|\Psi(t)\right>$
test.

Welcome

Filed under: Uncategorized — Tags: — Nathan @ 12:39 pm

I’m in the process of migrating from Blogger to WordPress.  Because of control issues, I like to run things on my own server.  So I had Blogger uploading everything to my server via SFTP.  However, this service is coming to an end in late March, thus I had to investigate other options.  WordPress seems pretty cool so far, though it is very memory intensive.

I’ll be slowly moving things over.  I might just leave the old things in place as an archive and start this one off fresh.

That’s all for now.


  • I'm a software engineer at Google
  • I'm from Alabama
  • I live in San Francisco
  • I like to work on ridiculous things
  • I'm currently learning German, Scala, and Computer Vision
  • This book referred to JavaScript I wrote when I was 15.