David's blog

A resource pool implementation

March 10, 2009 00:00

After some interesting discussion with a friend, I've decided to try my hand at coding a resource pool like Apache's APR pools. I'm gonna call my pool b_pool, which stands for bunny pool.

Its not going to be a copy of APR pools however, it will just by my idea of what a pool should be like. It will...

Read post

Let's write asm!

February 07, 2009 00:00

Today I was asked by a friend to help with his programming assignment. His program needs to take in a number and output the prime factors of the number. For example, 60 = (2^2)(3^1)(5^1)

So after trying to explain the problem to him, I decided to try writing it myself in C. Of course, he wrote his ...

Read post

What's your favorite language?

January 28, 2009 00:00

A friend asked me what my favorite language is today, and showed me a page about parallels drawn between computer languages and religons. I told him I didn't have a favorite language anymore. I did once upon a...

Read post

WordLaunch update

November 27, 2008 00:00

Some personal problems this week have delayed development but I'm not one with a faint heart! This week's project is still going. Here is version 0.1! It allows you to edit your pages, and it probably still needs a lot of work before its any good at solving my rant that started this project, but I g...

Read post

This week's project: Project WordLaunch

November 23, 2008 00:00

After having some browser issues, I found that I wasn't really happy with the way WordPress let me go about managing my pages. It was difficult to set the parent-child relationships between pages and doing massive changes. What I started to look around for was a blogging client that would allow me t...

Read post