How Many Lines of Code?

One of this sprint’s projects is a review of the git commit history to see if anyone inadvertently commited any passwords, keys, or other potentially-sensitive data into the repository.

I wonder how many lines of code I’ll need to scan…

78,651,750

**blink, blink**

**searches hacker sites for “git password finders”**

deploy ; test ; dest

The month’s work so far, on a single feature looks a bit like this:

while [ ! complete ]; 
{
  do_edits
  deploy
  test || complete
  destroy
}

Fortunately, we have our infrastructure tools built in such a way that a deploy takes about five minutes to spin up a complete, self-contained environment.

Unfortunately, because of the level of the feature that I’m dorking around with, if something goes wrong during the deploy, it takes about an hour to manually pry everything out of AWS.

Bandwidth issues?

Heads up to anyone who might be on limited-bandwidth connections – the current XCode update is nearly 5GB. Might want to hit a Starbucks, have a coffee, and use their wireless for the duration of the download.

I’d told Software Update to just update everything last night before I went to bed. It was a full 12.5GB worth of updates later over my Verizon Jetpack before I realized just how big all of those updates were.