Open Source Virtualization – thoughts on the state of various alternatives

I’ve been feeling less than thrilled with the open source virtualization alternatives available.  It’s not that I am not grateful for all the hard work people have put into these systems.  I am increasingly finding the platforms to be buggy.  I’m trying to decide on what the best setup is moving forward.  Just thought I …

Continue reading ‘Open Source Virtualization – thoughts on the state of various alternatives’ »

Alternatives to the ASUS M4A785TD-V EVO

There seems to be a small market for consumer motherboards with ECC.  I had planned on purchasing a new system with the ASUS M4A785TD-V EVO motherboard which got excellent reviews, was reasonably priced, and supported ECC DDR3 memory.  As this motherboard has been discontinued I took some time to find its successor.  I’m not sure …

Continue reading ‘Alternatives to the ASUS M4A785TD-V EVO’ »

Kernel patches I’m hoping to see in Ubuntu 10.10

I’m planning on buying/building a new computer and I think I will install Ubuntu 10.10 on it.  My plan is to use btrfs for the first time.  Risky, but I will be taking nightly backups.  However, Ubuntu 10.10 is planning on shipping with the Linux 2.6.35 which has a severe btrfs performance regression as documented …

Continue reading ‘Kernel patches I’m hoping to see in Ubuntu 10.10’ »

Learned a lot about nested attributes and Rails

It’s been a frustrating night trying to figure out how accepts_nested_attributes_for, autosave, dirtyness, and Rails versions all fit together.  Going to try and summarize my findings and hopefully I’ll get it right. accepts_nested_attributes_for turns on autosave autosave will cause any loaded associations to be saved when save for the parent object is called the key …

Continue reading ‘Learned a lot about nested attributes and Rails’ »