Chronicles of thoughts and ideas by Yogi Maricris
A collection of coding adventures, sports, hobbies and life passions.
Why talk to animals?
Beginner Violin practice setup
City Cycling: Bike commuting tips
See what we’ve written lately
So, be yourself
Some people strengthen the society just by being the kind of people they are. - John W. Gardner...
Where's the share?
Ever wondered how you can get the shares made for your url? Here's a ruby library that might just save and put some color to your day! require...
Closing the OpenSSL problem
So, you've fixed your initial deploy setup. Not yet a final hurrah? You're running an ROR-Paperclip-S3 setup. Works fine locally, but not in production. Server boots, pages do...
A movie to inspire
It is always great to revisit old movies that once taught you a good word of wisdom to live by. Here's one excerpt from Lionel. He was Marissa's...
Capistrano deployment on AWS using PEM
If you're using Capistrano and AWS for your deployment, and you happen to be using a PEM file for your login, you'll be surprised when you do a...
Arrogance and its effect to society
Let me begin by saying.. I hate many things. One of these many things is arrogance and atrocity. I belong to an IT community, and it is really...
Paperclip, S3 and Rails admin
If ever you'll find yourself having problems with displaying a paperclip attachment stored in a Non-US AWS S3 bucket, please try this solution. #Gemfile gem 'paperclip' #3.5....