May 13, 2017 · 3 min read
Hacking around Dangerous Dave High Scores (DSCORES.DAV) file
Trying to hack into the Dangerous Dave game's High Score file and tamper it.
Programming, Security, Entertainment
May 12, 2017 · 2 min read
Getting the consolidated sum of transactions grouped by currency just using MySQL
This article explains how you can make all the complex calculations using only the Database Server, instead of processing the data on the server side application.
Programming
May 11, 2017 · 3 min read
Creative (crazy) uses of Chain Assignment (PHP)
Some creative uses of the multiple chain assignment operator are discussed here.
JavaScript, Programming
May 10, 2017 · 2 min read
Enabling POST request for Ghost Blog
A quick way to solve the issue with Ghost, where it doesn't accept POST requests.
JavaScript, Web Development, Programming
May 8, 2017 · 3 min read
Farmers are the Kings!
A small thought process of what happens when all our paper based currencies are not valid. Interesting read...
Lifestyle, Entertainment
May 7, 2017 · 1 min read
Headaches of UTF-8 BOM!
This article explains my struggle on how I encountered a dreadful UTF-8 BOM and how I overcame it!
Web Development, Programming
May 5, 2017 · 2 min read
Captive Food Experiment
A crazy preparation of a healthy tomato rice! Worked out well!
Lifestyle
May 1, 2017 · 3 min read
Experimental Dish turned out to be Awesome!
A recipe and preparation for suddenly prepared chick-pea tomato gravy.
Lifestyle
April 22, 2017 · 3 min read
Darwin vs. Dasavatharam - Religious vs. Scientific
Did Darwin really copy his evolution theory from Dasavatharam? Interesting read!
Lifestyle, Social & Culture
April 15, 2017 · 5 min read
Digital Corporate Adulthood
Few things I've come to realize over the past few years, once you enter corporate life in India.
Lifestyle, Travel & Places
April 5, 2017 · 2 min read
Résumé
The nightmare with UTF-8 encoding in Database!
Programming
February 20, 2017 · 7 min read
Securing your LocalHost
Securing your localhost is now made simple. Everyone can use a valid https://localhost/ without any warnings.
Programming, Security