I spend a few hours this morning playing with Parallels and VMWare Fusion on OS X running Ubuntu. I’m sick Spaces / virtual desktops in OS X being slow. It’s hurting my work now as I jump between desktops. I’m probably going to go back to a single desktop for OS X for a while [...]
Categories: Uncategorized
- Published:
- March 22, 2009 – 11:51 am
- Author:
- By admin
I think Amazon just fired a major show across the bow of dedicated hosting companies like ServerBeach and ServePath with their new reserved instance pricing. I just ran the pricing numbers again and Amazon EC2 is almost the same as we’re currently paying if we pay up front for the year. Of course we’d require [...]
Categories: Uncategorized
- Published:
- March 14, 2009 – 1:38 pm
- Author:
- By admin
Looks like gmail is starting to mark WordPress ‘new comment’ emails as spam (at least on my end). If you have a comment that you posted to my blog it might not have hit the Internets as I didn’t see the email prompting me for approval. I’ll try to go through and approve a bunch [...]
Categories: Uncategorized
- Published:
- March 10, 2009 – 8:21 am
- Author:
- By admin
This might be a bit cutting edge, but the new fallocate() call in > Linux 2.6.23 might be able to improve InnoDB performance. When InnoDB needs more space it auto-extends the current data file by 8MB. If this is writing out zeros to the new data (to initialize it) then using fallocate() would certainly be [...]
Categories: linux,mysql
- Published:
- March 8, 2009 – 4:34 pm
- Author:
- By admin
I’ve been planning on playing with sun.misc.Unsafe for a while now but couldn’t find the time. Long story short… Unsafe is awesome. Check out the cool things you can do with it (that you normally couldn’t do with Java): [sourcecode language="java"] /** * Allocates a new block of native memory, of the given size in [...]
Categories: java
- Published:
- March 5, 2009 – 10:47 am
- Author:
- By admin