Skip to main content

Colin’s Here

For real this time!

I have called (almost) everyone on my calling tree. Next on my list was Jess, but then my phone died (sorry Jess, but it keeps with the tradition of learning about the baby from the blog). To make it up to you, we'll give you final naming rights… Well, not really.

So, here are all the details!

  • Born around 4:10 (none of us are completely sure of the exact time.
  • 6 pounds 1 ounce (btw, I won a bet on this, the OBGYN guessed 6 ½ lbs, Erin guessed 6lbs. 11oz. I guessed 6lbs. 6oz. Gutsy I know, guessing a size smaller than the birth mother's guess).
  • 19 inches (no bets in this case, I guess everyone was afraid I'd put them to shame again).

Beyond that, we are all very, very well. Erin was laughing and chatting afterward. Colin is eating semi-well (better than Rachel, but that's not saying much). Rachel came and couldn't get enough of holding Colin. She would "share" and let a family member who hadn't held her yet get Colin. Then, 10 seconds (at most) later would say "ok, my turn!" It was awesome.

Truly, it was a great day. Took longer than expected, but the nurses were great, doctor was great, family was great and Erin was just amazing.

In case you want to send gifts, send chocolate to the nurses' station at Loudoun hospital. They hooked us up with a corner suite after I sheepishly asked for the best room in the place, they changed our rooms. Awesome staff at the Birthing Inn at Loudoun Hospital.

I'm uploading the 115 pictures (I kid you not) of the day. I'll link to them in the morning once all are up and filed accordingly.

Now I'm back to the hospital for a bit to help with feeding.

Peace… And thanks for all your prayers,

+Tom

Comments

Anonymous said…
Awesome, awesome! I'm so happy to hear about your baby!

- Lucy

Popular posts from this blog

Red-Gate SQL Compare

Every now and then I come across a program that becomes so ingrained in my daily work that I hardly know how I'd get by without it.  I'll probably break down a couple over the next few days, but for database work, I have never found anything as good as Red Gate's SQL Compare and SQL Data Compare .  Essentially these tools let you compare two SQL Server databases (all objects, users, permissions, functions, diagrams, anything) and update changes to whichever database you want.  This is amazingly useful for deploying database changes to a test or production environment (do it to production with ridiculous care, even though it will generate a SQL Script for you and run all updates in one transaction), and making sure everything is synchronized. For releases we can just generate the compare script, confirm that the changes match the updates we want to go out, and store it all in one place with the release details.  This is true for both the structure and the d...

Using an Array of Objects in C++

 I've been programming for years (over 35 at this point, which is crazy  to think about). My career right now is much more Software Architecture, and much less Software Developer, but I still get some time to write out GraphQL APIs in TypeScript, Vue 3 UIs, GitLab pipelines, and just generally making "big" decisions and helping make them a reality. It's nice every now and then to come across different articles and ideas that get me to remember life in college when I was using C++. Who would have thought C++ was the "hot new thing" right now (though I suppose it's more like Rust and Go, both great languages as well). One of the things I find frustrating with most technical posts is where they focus on the "how do I build an app" and not so much on "how do I do this one slightly useful thing". I figured I'd throw one together what was front of mind, using user attributes for permissions (i.e., Attribute Based Access Control - ABAC) ...

Advantages and Disadvantages of Using Microsoft Access

I've answered this question in some form or another far more times than I care to count.  Most often it's a question of "why do I need a fancy Web application when I can just build this myself in two days in Access.  I mean, the data's already in Excel."  So I figured I'd post out what I threw together, I know I've missed some points. Overview Microsoft Access is an ideal solution for relatively small datasets and a limited number of users. From the Microsoft Web site: “As a desktop database, Access is well suited for small, departmental applications. These applications may start as one user’s project. For example, an employee realizes that productivity can be increased if a paper-based process is automated with an Access application. Other users in the department recognize that they can take advantage of the application if additional features are added. As more features are added, more employees run the application. As time goes by, more and more Access...