Feed on
Posts
Comments

Archive for May, 2009

I haven’t written a single line of audio-related code since I stopped using C++ two years ago.
It’s not that you can’t write audio software with C#. It’s more that doing so would be more than unpleasant.
Since I’ve switched to Python as my primary language, I’m going to see what I can do with it [...]

Read Full Post »

Technorati

I know I’m the only one who reads this blog, but it’s now on Technorati if you want to follow it:

Read Full Post »

Forgot One

I forgot to list a domain yesterday, but it’s now up on eBay:
veygoth.com
Go ahead and bid, you’ll probably get it for 99 cents.

Read Full Post »

Domains For Sale

It’s time to do some domain cleaning again. This time I’ve listed the following domains on eBay:
allpossibleworlds.net
investor-advocate.com
vlacis.com
forexsavant.com
equitysavant.com
fmycompany.com + fuckmycompany.com
poll-vote.net
champion-analytics.com
If any of them sound interesting, you might as well bid because they’ll probably sell at 99 cents (since the domain market is kind of crap on eBay).

Read Full Post »

Redirect Madness

Don’t ever set a redirect from www.example.com to example.com when your Wordpress site is set to use www.example.com as the “siteurl” and “home”. You can get into an endless redirect loop that will require you to edit your SQL database to change those settings. That happened here and the blog was down for [...]

Read Full Post »

Drupal 6 stores access log info in the ‘watchdog’ and ‘access’ tables. Although you can clear those with an SQL query, there’s an easier way:
1. Go to admin/settings/error-reporting and set “discard log entries older than” to 1 hour.
2. Run cron.
3. Go back to admin/settings/error-reporting and set “discard log entries older than” back to something [...]

Read Full Post »