I work next to Media Temple in Culver City, and FWIW, those MT employees in their new GoDaddy hoodies partying with their taco truck seemed pretty happy this afternoon with their new SOPA-backing overlords. I'm not sure if the reaction is supposed to imply something positive that I'm just overlooking.
> However, when the amount of work itself is overwhelming and the job is unchallenging, it works out the other way: it sweeps all your energy and leaves you burnt out at the end of the day. You get home and all you want to do is drink a couple of beers and watch a TV series until you're sleepy enough that you can go to bed and fall asleep, getting just enough sleep to be ready for more bullshit the next day."
I'm on some twisted variant of that where I'm stuck trying to sift through a backlog of tutorials or Algorithm review so I can still be considered remotely competent enough to apply elsewhere, finding myself staying up 'til 1, sometimes 2AM, only to wake up the next day to repeat the cycle. Only reason I haven't 'rocked the boat' yet with my supervisor is because it's a fairly high-profile project, but definitely starting to apply elsewhere if they ignore my request to switch from backend to front-end after this. Glad to know I'm not the only one.
Very differently (I'm the original author of Casbah, though I gave up maintainership a few months ago when I joined Typesafe).
Casbah was always created to be a straight MongoDB driver, with no ORM features. It has no dependencies on "external" projects other than the MongoDB Java driver, so that you can use it where-ever and write standard queries.
It has been awhile since I played with Rogue, so forgive any mistakes but the big one:
Rogue is specifically built as an ORM, with integration into Lift.
Really, you are going to use Rogue vs. Lift to accomplish very different tasks. There is Salat (https://github.com/novus/salat), to provide ORM features on top of Casbah.
Pick which tool works best for your use case! I happen to think quite highly of Rogue as well, as there are some tremendously impressive features in it including detecting potential Table scans. Rogue is fairly well battle tested on the Foursquare systems, and the authors are both very, very good at what they do.