Posts
Ganesh Chaturthi Speical: The Ganesha Story!
· β˜• 6 min read · πŸ€– Naresh Mehta

Today 9th September 2014 will be celebrated across India as the Ganesh Visargan Day i.e. the day when the idol of Ganesha will be immersed in flowing water in the belief that he will re-unite with his parents, the great Lord Shiva and Parvati. We had the opportunity to celebrate Ganesha festival for the first time ever in Sweden on 29th August in MalmΓΆ thanks to SkΓ₯ne Hindu Center (SHC). At that time, I had prepared a presentation with a short story of Ganesha and its importance in our lives. One of the ideas was to get children and adults alike to understand the story and learn the moral values from it. I was not able to present it on that day as we were running late with different things but below is the story. Hope you enjoy it.


More Swedish than me!
· β˜• 5 min read · πŸ€– Naresh Mehta

Interesting times these are in Sweden. We will have one of the most anticipated elections of modern times in Sweden. The people of Sweden need to understand that whatever and whoever they choose this time will set the tone for the future of Sweden. If Sweden wants to go down the path of full fledged development, reverse its decline of revenues, empower its youth and pave the way for the future generations, all of these and much more depends on the outcome of the elections.


Challenges that must be faced!
· β˜• 5 min read · πŸ€– Naresh Mehta

It was a big day when the Narendra Modi government was sworn in the Indian Parliament. Never before had India seen such a great victory for a single democratic party! Never before did people celebrate on their own free will when the elections were over! Never before was the happiness levels, expectations and aspirations at their all time high for an average Indian! Even the Indians outside of India who were no longer technically Indians (having renounced their Indian Citizenship) were so very happy, outgoing and celebrating. I myself had distributed sweets in my entire team and with tears in my eyes, had prayed passionately and was thankful to God to finally free “Bharat Mata” from the clutches of evil, immoral, corrupt, blood sucking nexus that was the previous government.


Using Facebook PHP SDK v4 – Part 1
· β˜• 3 min read · πŸ€– Naresh Mehta

I always have ideas on how to do things in a different way. Facebook today is like an aggregator with loads of information that can be mined/used to generate revenue/business for various simple ideas. Facebook is an excellent portal which not only provides avenues for advertising/social fall through, but also provides for instant access to millions of possible clients. If one is interested or trying to launch business, I think Facebook is a very essential part of bringing in direct customers and being a part of the social community advert networks. Google is one such other social portal which can be used for similar purposes.


Win-REPO–A custom repo tool on Windows!
· β˜• 1 min read · πŸ€– Naresh Mehta

I have created a tool in my free time for duplicating repo functionality on windows without using the cygwin. Cygwin basically emulates Linux ABIs on windows and is prone to errors. My tool is using native windows binaries so no ABI translation is needed.

The tool is available for download at: https://github.com/wolverine2k/win-repo/tree/master/releases. The instructions for configuration are available at: https://github.com/wolverine2k/win-repo

The tool is a WIP but still the repo init and syncs are working great. Please do spread the information as needed.


Install Microsoft XNA 4.0 refresh without VS2010 for VS2013
· β˜• 2 min read · πŸ€– Naresh Mehta

Microsoft XNA 4.0 refresh is a very good framework for doing various things including game development, simulation, etc. Of course as with all good things, Microsoft is not going to support it anymore. And one more reason in not investing in MSFT technology. But that is besides the point that one cannot simply install XNA 4.0 without a VS 2010 installation. I had VS 2013 on my machine and wanted XNA for some simulation stuff I have been developing. And I don’t want to overload my machine with multiple versions of Visual Studio.


Install old VSIX on VS2013
· β˜• 2 min read · πŸ€– Naresh Mehta

There are a load of extensions for VS2010 and VS2012 which should just work on VS2013. BUT, yes there is always a but, Microsoft does not want our life so easy. Each and every extension developer has to repack and republish his extensions every time a new VS version is released. Anyways, I was looking into a very exciting VS Extension known as Axiom3D. It is a rendering engine which is fully object oriented 3D graphics engine using C# and the .NET platform.


Screen toggle script using xrandr
· β˜• 2 min read · πŸ€– Naresh Mehta

Many of my friends using Linux have serious problems with switching screens, screen resolutions, connecting to projectors, etc. and all of them end up wasting humongous amount of time doing stuff like that. And after banging their heads for 30 minutes they curse Linux and all and put up a request for another meeting! Anyways, below is the code to get screen toggling and switching screens easily done. Of course one needs to modify to suite their own use-cases but I guess the script itself will suffice most people.