I started practicing meditation in mid May 2016. Think about it. Practicing meditation. You can't just do meditation. You have to practice it. Anyway, it sure was difficult at the start. I sat with my legs crossed normally, my arms outstretched resting on my knees. Forefinger touching thumb. The usual stuff you will find in … Continue reading Meditation – Lotus position
Backbone.js collections, get the next/previous model
I’m using Backbone.js for my project lickcreator. I really love Backbone.js, especially the collections stuff is just awesome. I was looking for an easy way to get to the next model in a collection , but couldn’t find it. Of course, you can iterate over the collection and get to the model you want, but … Continue reading Backbone.js collections, get the next/previous model