We had a wordpress multi-site installation that was working just fine! However custom domain and SSL pose a clear problem, along with any specific changes one might have to make to the installation. NO CODE! NO SQL! So I decided to move back to regular wordpress. Now we are using the popular exponent theme, the […]
The default guide for Huginn installation works pretty well. The only part where you do get stuck is So what really happens is that the console looks like it stuck, which is quite frustrating. Lets say you force quit this (Crtl^C). Try running it again and you will get an error like. So a bit […]
I encountered some interesting issues when pulling out CSV from my MySQL databases. The core issue was the csv generated was not seemingly compatible with the various spreadsheet readers in Windows. After having a closer look at the file, it turns out to be an encoding issue clearly. As the database was Latin1 encoded, the […]
Here are the ways you can export tables and databases, each of them have their advantages and disadvantages depending on the task at hand. We will list out each with examples and discuss them. We will assume that the database name is D and table name is T. 1. Going native with SQL and generating […]
One of my recent experiments with myself has lead me to the conclusion that actual objective work done is not as important as perception management. On the contrary, people who do perception management get some work done sometimes. This recent run had enough data points for me to validate my own skills, but taught me […]
I have been using Aliexpress to buy parts that I am not able to locate at Nehru place [New Delhi, India] especially laptop batteries for older laptops. It has been a pretty smooth experience in terms of ordering, however it is a fairly weak experience when it comes to the shipping. I had ordered 3 […]
I have been using the micro-framework called bottle.py, and starting to write fairly complicated applications on top of it. So I have been able to put together a relatively clean structure based that serves my maintainability issues This setup uses redis, memcached, and mako as the templating language. Lets assume the application name is project. […]
So been playing around for sometime now, and now officially running my own virtual machines. Not using any of the interfaces available and still having a lot of fun to be honest. I recently encountered the Citrix XenCenter in production and am convinced it is the right move to use commandline only, though it is […]
There has been so much talk about ecommerce in India, how it is going to revolutionize the way Indians buy/sell stuff. From all the data available it clear that no breakthrough is in sight for any of the models implemented in the market. We can have a look at the classifieds model, which seems to […]