Similar Posts
Merge & filter news feeds with Yahoo Pipes
In the previous post, I talked about EventBox and how it can make your feed-loaded life easier. But here’s the thing: It’s again skimming through 100s of feeds. Could I be lazier?! Well, there is a way that you can merge all (or a particular group of them) together and filter them against some keywords….
Reloading Rails console without exiting
In my journey to hopefully master Ruby on Rails, I’m amazed to see that many authors (in blogs or in books) most of whom are pretty expert in the field, choose to exit the Rails console completely (using CTRL+D) when they need to restart the environment (to clear up the objects in the memory, for…
The fPhone
Back in 2007 when Facebook was becoming a global phenomena, my first impression as a user was a normal pessimism at first that left me with just an account to reserve my name and no actual use of the service. As an expatriate who lived at least 25% of my life out of my hometown…
DELL “still” recommends Windows Vista …
What a familiar statement! “Optimize your Business with Windows Vista Business” or etc. Is that really true? We have 10+ laptops and workstations running Windows Vista Basic, Premium and Business and nobody is happy with the way Vista runs, not even after installing the gigantic SP1. It is often said that Apple’s 37% growth sales…
Adding easy to use sorting features to Objective-C arrays
Apart from how powerful and flexible NSArray in Objective-C is, there are times that you need to sort many arrays throughout the projects. The standard way of sorting arrays in Objective-C is to use one of: sortedArrayHint sortedArrayUsingFunction:context: sortedArrayUsingFunction:context:hint: sortedArrayUsingDescriptors: sortedArrayUsingSelector: (See the official documentation) But what if all you need is just a simple…
So far so good. Going forward 🙂