{% extends "base.html" %} {% block pagetitle %}Internal Server Error{% endblock %} {% block pageheader %}Internal Server Error{% endblock %} {% block content %}

OUCH! That... really... HURT!

Let me guess: you were using the site as usual, doing things that normally work fine, and BANG!!!...suddenly *this* page comes in your face. Right?

The good news is that you can probably just hit the reload button, and hopefully whatever you were trying to do earlier, this time it will work as usual.

The BAD news is that this kind of crash tends to happen... It's because this site is on a relatively low-budget shared hosting plan at DreamHost, and the thing is their *Process Watcher* occasionally kills processes if the used memory or CPU exceeds some quota of our account. Even though, the truth is, we're really not using all that much memory, but well, apparently, it's just that we're using too much for our current subscription.

The solution is simple: we should upgrade our subscription to *private hosting*, that way our processes will never get shot down just randomly. We cannot afford this yet, but we're working on that, by trying to become profitable by making this site really great, and by collecting donations.

If you would like to help us, you can donate to our hosting bills on this page. Money donated here can only be used to pay for our hosting bills, such as the regular bills and upgrades to improved services. We cannot withdraw this money in cash and party it away. Another way to help us is by joining the project and make it hugely popular and profitable together so that we don't need to worry about petty hosting bills...

If you need more info or explanation, you can get in touch with us here: bashoneliners@googlegroups.com

And now, to continue whatever you were doing, try to simply reload the page, and hopefully it will *just work* this time.

Thanks, and, well, sorry, but this is the best we can offer at the moment...

Back to the main page.

{% endblock %}