Desinerd : Dipankar's Blog

Going from WordPress multisite to regular wordpress

Published: (Updated: ) in Uncategorized, , , , by . Leave a Comment on Going from WordPress multisite to regular wordpress.

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 […]

Lessons in perception management

Published: in Personal, , , , , , by . 4 Comments on Lessons in perception management.

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 […]

Multiple views using bottle.py

Published: in Personal, , , , , , , , , , by . Leave a Comment on Multiple views using bottle.py.

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. […]

Xen it up

Published: in Personal, , , , by . Leave a Comment on Xen it up.

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 […]

Ecommerce in India

Published: in Personal, , , , , , , , by . Leave a Comment on Ecommerce in India.

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 […]

Node.js on FreeBSD

Published: in Personal, , , , by . Leave a Comment on Node.js on FreeBSD.

$ sudo portmaster devel/pkg-config devel/libexecinfo devel/cmake devel/scons lang/python27  $ git clone https://github.com/joyent/node.git  $ cd node/deps/v8  $ git checkout v0.4.6  $ scons os=freebsd arch=x64 (takes a while to compile v8)  $ sudo cp libv8* /usr/local/lib  $ cd ~/node $ ./configure \ –prefix=/usr/local \ –shared-v8 \ –shared-v8-includes=/home/mikl/node/deps/v8/include \ –shared-v8-libpath=/usr/local/lib \ –shared-v8-libname=v8  $ gmake  $ sudo gmake install […]

Distributed transactions

Published: in Personal, , , , by . Leave a Comment on Distributed transactions.

Sat in on a fascinating discussion on distributed transactions, its very clear how most people seem to underestimate at what loads contention starts to happen. Have been hanging out with redis over the last couple of weeks and its obvious that you can do quite a few things with it! Good stuff antirez… Read up […]

Compiling B2G on ubuntu 64bit

Published: in Personal, , , , , , by . Leave a Comment on Compiling B2G on ubuntu 64bit.

Been working on compiling B2G aka Firefox OS on ubuntu 64bit ! There have been some hiccups along the way, but a full post coming up on that soon

Whats up, world !

Published: in Personal, , , , , by . Leave a Comment on Whats up, world !.

Wow, that was a long break. Lately not spent any time on writing or thinking, guess that is usually visible in the output ! Need to make it a real habit of writing more and more. Happy new year to anyone who reads this ! Looking forward to kick starting good stuff !

New book : Nginx web server cookbook

Published: in Personal, , , by . Leave a Comment on New book : Nginx web server cookbook.

Guys after a long break, I have come out of my slumber to talk about my first publication with Packt publishing. In short the book is about tips and tricks around the upcoming Nginx web server. You can check it out using this link. This has been published by Packt publishing, a UK based technical […]