Tag: fun Posts

Playing Around With Web Servers

 Journal

Obviously I’ve been spending a bit of time tweaking Apache such that it is well optimized for working in a VPS environment. Truthfully though, Apache is a major resource hog. To be honest, I really can’t comprehend what it’s doing with all that memory it seems to hoard. One of the other major downsides to Apache is that it forks additional processes to handle server load, and processes are rather heavy (at least when compared to user threads). Since I haven’t touched any C++ in about two months, I thought I’d try my hand at writing a quick web server to see if I can better understand some of problems. For now, I’m leveraging boost for all the threading, and just using simple select now for all the socket communication (I understand the limitations of select, and will probably move things to boost::asio when it’s all done). I originally wrote […]

Six Things About Me You Probably Didn't Know

 Journal

Tracy tagged me in a blog post, so I thought I’d better step up and deliver. So without further ado, here are six things you probably don’t know about me (and most likely, didn’t want to know about me). 1) I have a queen sized bed, but only own one pillow. It makes sleeping strange. 2) I drink way too much diet pepsi, and usually have an empty bottle somewhere in every room 3) I typically buy the same thing whenever I’m at the store. That explains why I have four jars of salsa in my fridge, three tubs of vitamin E cream in my bathroom, and a freezer full of ground beef. 4) I type over 100 WPM normally. 5) Despite being able to solve problems in my head fairly quickly, I have a hard time organizing physical things. I can literally spend an hour cleaning my room, only […]

Nothing To Say

 Journal

I was going to post a big blog entry this morning, but then I realized I really have nothing to say. So, I figured I’d turn the tables a bit and see if any of my readers want to say anything. Feel free to go to town in the comments. Tell a story, do a dance, whatever you feel like! Tell everyone what’s on your mind, or what the best part of your day was so far. If you’ve never commented before, feel free to introduce yourself to everyone.

Name That Blogger

 Journal

Ok, clearly you guys are full of awesome today. The last person was indeed Rebecca Bollwitt. Let’s see if you get this one. If you know it 100% for sure (as I bet some of you are), then please save this for people who aren’t and want to guess!

Name That Person

 Journal

Ok, you guys nailed round one. That cat is indeed Cid, part of the Raymi and Phil family. So, I have a harder one for you. Name this person. Bonus points if you can point me at the original photo or blog entry.

Thank God It's Friday

 Journal

Ahh yes.. Friday.. So exciting.. This was a really good week. I hung out with friends, got some stuff done in the office, and have a pile of fun things to do this weekend. After work I’m meeting up with Rebecca, Kasia and maybe Keira for some wings and beer. Life’s rough I know. Plus on the way over I want to buy a flash diffuser over at Leo’s Camera on Granville, something that I used at the last wedding I shot and wished I actually owned. Tomorrow there are two parties, one for Rebecca’s birthday and one for Kasia’s. I have to make appearances at both, but I think I can pull it off. And on Sunday is the beach photowalk I’ve been organizing. Should be a great time. I’ll post some links to the photos once they start making their way onto Flickr. I’m also listening to “Starts […]

Statecharts

 Journal

Lately at work I’ve been doing a few statecharts for things, so I thought I would repost the one I made last year that I did while completely bored last year. There’s a cool program (“cool” being an extremely relative notion in this instance) you can get called graphviz that can create these things fairly quickly. “Happy Times” State Transition Chart I had a cool idea for a contest too I’m gonna blog about and get some participation in.