sathyasays.com
Chef Zero, Cookbooks and Data Bags locations
· โ˜• 2 min read · โœ๏ธ Sathyajith Bhat
I like chef-zero a lot. There’s so much overlap between chef’s products: chef-zero, chef-solo, chef-apply - yes, each have their own uses, but I digress. Chef-zero has been relatively pain-free for me - except when I tried to get it running - trying to figure out why it wasn’t fetching the cookbooks was so annoying! I went and RTFM couple of times, no dice. Then I decided to not skim read and read the entire thing.

DevOps Diaries: When Terminator terminates your MySQL imports onto an AWS Instanceโ€ฆ
· โ˜• 3 min read · โœ๏ธ Sathyajith Bhat
I have begun to use Terminator quite a lot. Terminator’s quite handy when you want to connect to multiple servers on a single terminal thanks to its split pane feature. (And yes I know about tmux & screen - I have screen on my servers, don’t want to get into the headache that is nested screen panes). Few days back we were preparing for a big migration & deploy and I was tasked upon to prepare a failover just in case the migration goes wrong.

Bash bashings..
· โ˜• 1 min read · โœ๏ธ Sathyajith Bhat
Since my new job involves lot more of Linux, shell scripting bash and automation, I’ve been trying to brush up my Linux skills. Ran into this “problem” today where there’s an init script which handles unicorn start/stop/reload and we were debugging some kinks around this. The init script had a chain of cd to the directory and the unicorn invoke script. Was trying to figure out why unicorn wasn’t starting up, till I read a bit more and dropped to using echo to understand what’s happening

Review of Supergiant Gamesโ€™ Transistor
· โ˜• 4 min read · โœ๏ธ Sathyajith Bhat
Transistor is the second game made by Supergiant Games following up on their previous game,ย Bastion. Bastion didn’t hold my attention long enough so I really can’t say much about it, except at first glance, Bastion seemed to have great artwork and music. Story Transistor follows the story of Red,ย a singer in a city called Cloudbank who gets nearly killed. She manages to escape and acquires the Transistor - a sword-like weapon.

GOG Connect โ€“ import few of your Steam games into Gog.com library
· โ˜• 2 min read · โœ๏ธ Sathyajith Bhat
Gog.com(formerly Good Old Games)ย is part of CD Projekt Group - the publishers of the fantastic Witcher series of games. GOGย started off as a firm which (re)distributed classic games without DRMย and ensuring they run on modern systems. Off late, they have evolved into digital distribution - and they’re going against the likes of Steam (and to much lesser extent, Origin).ย Mostย digital distribution platforms tend to pushย their own brand, force you to use their clients and lock you down to their own platform - so not having all your eggs in the same basket is a good thing.

Some thoughts on the PlayStation 4
· โ˜• 7 min read · โœ๏ธ Sathyajith Bhat
Few months ago for our secondย weddingย Anniversary, after much discussions on what to get for each other - we decided to get a PlayStation 4. This was a rather surprising decision considering I’ve never been a console gamer(barring the SNES clones that Dad got for my Brahmopadesham) I’ve had a fairly decent gaming computer and spend a lot of time in front of the computer than a TV I really don’t like playing with controllers and pretty bad with it Few months back Subbuย lentย me his PS Vita loaded with.

Implementing and Triggering Google Now Cards & Gmail actions from Email
· โ˜• 5 min read · โœ๏ธ Sathyajith Bhat
For every Barcamp event that comes and goes by, I try to think of what new thing I can do to make it a bit better. Off late, I’ve been using Inbox by Gmailย almost exclusively. I love the product, particularly for the cards that show up that gives you a brief info about the mail(ex: Eventย reservation details/Flight details etc) without even opening the email. I noticed that Meetup does the same.

Some thoughts on Grand Theft Auto
· โ˜• 5 min read · โœ๏ธ Sathyajith Bhat
I’ve always loved the Grand Theft Auto series, but more so as a sandbox/stress-buster than as a story line game. The first GTA game that I played was GTA II, but that was quite some time back. I don’t remember much about it - all that I recall was it it was a top down game taking a car rushing through the streets and that’s about it. I got annoyed with it and didn’t touch it.

On Undertale
· โ˜• 3 min read · โœ๏ธ Sathyajith Bhat
Undertale isย a game that’s been getting rave reviews from quite a fewย people - critics or otherwise. Some choice comments IGN: It’s hard to express just how much I adore Undertale without spoiling anything significant, but that’s what I love about it. It tells its story in such a dynamic way, and with such a great understanding of the RPG playerโ€™s mindset, that it couldnโ€™t have been told in any other way.

When you get bit by precision & scale in PL/SQLโ€ฆ
· โ˜• 2 min read · โœ๏ธ Sathyajith Bhat
I got a bug assigned to me where my application was returning an incorrect value. Some background: The function was an age check function which takes in date of birth & start date and returns the age. In this specific case, the date of birth was 05.01.1951 and start date was 01.01.2016 - the expected age that was to be returned(after round off to 4) was 64.9892. The application, however was returning 65.