Blog
Apps About
XJ Build - 10/8/18
XJ Build

This post is the second part in my mini-series of restoring my old xj cherokee. If your interested, check out my attempt at saving the rusty roof. Read more...

XJ Build - 9/03/18
XJ Build

I’m a big fan of older vehicles. I just love the simplicity of them and how easy they are to work on them. Plus the cost of parts really can’t be beat. Read more...

Civic Build - 6/23/18
93 EG Hatch Build

# Ten months of work finally pays off I enjoy working on my own vehicles but by far the best part is finishing up. While it took longer than I hoped, and the deadlines I kept setting for myself came and went I can say it was worth the wait. Read more...

Civic Build - 6/9/18

# Getting ready for the test drive While the car may not be on the road yet, it’s come quite a bit closer to getting there. Lately I’ve been working on fixing everything that was sub-optimally done previously by me. Read more...

No Mans Blocks - 6/4/18
Development

# Creating Time (literally!) I have a knack for forgetting what I’ve managed to accomplish on the game during the week. To try to overcome this so I have updates I can post on it, I’ve started writing down each accomplishment on a sticky note. Read more...

Civic Build - 5/20/18
93 EG Hatch Build

# Finishing things up With the weather warming up it’s been making me miss the civic quite a bit. While it may not be the fastest car out there I do enjoy riving it. Read more...

C# Threadable Queue
Development

# Implementing a Thread-Safe Queue One of the most useful data structures when it comes to multi-threading is the queue. However, queues in c# aren’t thread-safe by default. Thankfully it’s easy enough to implement your own as we will do today. Read more...

No Mans Blocks - 4/20/18
Development

# Playing Around at the Bit Level This weeks adventure has been exploring object serialization. Initially I was using the serializable attribute to convert my objects into byte arrays but for some objects such as the voxel chunks this is far from ideal. Read more...

Civic Build - 4/15/18
93 EG Hatch Build

# Connecting the Pieces It’s easy to forget just how many parts you’ve removed until it comes time to put them all back together. I know I’m probably not alone when I say I’ve fallen victim to scope creep many times now. Read more...

Civic Build - 4/14/18
93 EG Hatch Build

# Getting Closer. I ran into a few set backs this weekend, and I’m a little annoyed but at the same time the civic is really close to being done. I started off by prepping the transmission and engine for being mated together. Read more...