Believe it. And good luck getting any details from the Magic Eight Ball known as Rackspace technical support.
Month: November 2009
Web-based Emacs
Ymacs: http://www.ymacs.org/
I just spent a few minutes playing around with it. Missing a ton of key bindings, and the all-important butterfly-mode, but it definitely feels like you’re in Emacs.
It’s kind of an eerie feeling.
Defeating “svn: Error processing command ‘modify-wcprop’ in ‘.'”
svn cleanup
seems to do this when there is a partially completed update in a directory. (I think..) Try deleting the .svn/log file in the offending directory and doing svn cleanup
again.
Thank you stackoverflow.
MySQL practices non-violence… unless you give it a pipe.
Strange but true. And something that seems to trip me up once every other year or so.
If you use the -e/–execute option while loading a dump, MySQL silently ignores -f/–force. In other words, MySQL will not execute force.
But if you pass the same data in via a pipe, MySQL will beat the hell out of anything malformed and cram whatever it can into the database.
MySQL: The Gandhi of databases… unless armed.
Transferring Google Analytics Accounts
If you’re like me, back in the murky past your created a few (or several) Google Analytics accounts to track all manner of web sites and other online shenanigans. And now you want to consolidate without losing any data.
For some reason Google’s patent reply to this (probably) common interest is to state that transferring account data is not possible. But actually it’s quite easy. At least, it’s quite easy once you’ve played around with your various Google accounts for a few hours and finally figured out how administrator assignment works.
To do a “transfer”, all you have to do is:
- Create the new Google Account to which you want to transfer control.
- Log in as the original Google Analytics Administrator account.
- Assign a the new account “Administrator” access. (Edit -> Users with Access to Profile -> Add User) Be sure to give this new user the “Administrator” access type.
- Login to the new account.
- Change the original Administrator account to “User” (don’t forget this step)
- Delete the original account.
Easy peasy.
Just note that if you have a bunch of analytics site data all tied together under one profile, then all of it will transfer together. As far as I can tell, there is no way to uncouple this. And this is probably what Google is referring to when they say that ownership cannot be transferred.
ack!
ack is insanely good and fast, colorized grep with reasonably formatted output for today’s modern programmer. If you’re on the command line and need to find needles in your Web 2.0 haystack, ack is like a giant elecro-needle-magnet.