If you’re at this page you probably have encountered an error similar to “Error Code: 1093 You can’t specify target table ‘my_table’ for update in FROM clause” The reason for this error is that MySQL doesn’t allow updates to a table when you are also using that same table in an inner select as your [...]
Archive | March, 2011
Connect to VNC over SSH
Connecting to your VNC server over SSH is easily done and you most likely don’t need any special software to do so. Any system that has SSH installed can connect using an SSH Tunnel. I go into more detail about the concept on a separate post about mounting OSX AFS shares over SSH. First you [...]
HungryFEED RSS Description Transformation Feature
I’ve added a new feature to HungryFEED in version 1.4.0 that I think offers some really interesting and powerful possibilities. Many RSS feeds include HTML code in the Description field. Two popular examples are eBay and YouTube. The Description field of the RSS has formatted HTML so that the feed items will display in a [...]