Skip to main content

At it again

This is like the fifth time in the last 10 years that I have started a new blog. I am still trying to find a balance between what to post/share with the world and what to keep it to my self. My last blog was titled "No more rants" and today I have forcefully retired it. 

Why (you may ask?). My initial goal of that blog was to only focus on technical content and not say too much about other stuff (like politics, my travel adventures, life in northern Europe). But now I have changed my mind about it because I missed writing. I think writing helps you become a better person, since one(usually) takes time to reflect on the topic.

It is another thing altogether that with blogs you open your self up to the world and that can have some consequences (mostly some thing you wrote a while back can come to bite you back, example in my case was bashing of a company for no reason other than fashion, and of course bad writing that just make you look un-intelligent. 

I think I will probably change my mind about opening up again some time later, but at least I can blog freely now and share what I know, what I have learned, what I feel about various aspects of my daily life. Perhaps it will be useful to some one. So here I am, at it again.

Comments

Popular posts from this blog

YubiKey Neo + Putty SSH + Windows

I have been using Yubikey Neo to manage my OpenSSH key in a CCID at work. I have made it work in Ubuntu and MacOS with relative ease, but most of my colleagues are on Windows and wondered how this could be done on the M$ platform. So I decided to give it a shot and try it out on their newly released Windows 10 (or shall we call it WinOS X  ) Step 0: Get YubiKey Neo configured as CCID Of course you have to buy this hardware before we can even begin. Before your Yubikey appears as a CCID  you will need to use YubiKey Neo Manager to enable it. See the following screenshot.  You cannot have a password for your Yubikey when you are changing the modes. If you do then you will have to delete that configuration with YubiKey personalization tool. Make sure to exit the GUI applications before you start using console later. Step 1: Check if you Yubikey works. You will need have gpg executable installed.  Gpg4Win  to interact with your Yubikey C:\...

As native as possible

This is a half baked idea and kind of a rant. The idea is very simple and has to do with my personal position position about how to choose technologies. When building a software systems, first do things as natively as possible for your context. As a software developer I would like to construct systems that are easy to get started with, understand, maintain and still can be delivered on time. As you may know that it is impossibly hard to do so many things well in any domain. In my brief career I have seen many examples of technology stacks and systems which try to achieve the previously stated goals by abstracting away complexities of underlying layers but also creating some of their own. If you are a Java server side developer you probably have worked with likes of Hibernate etc (which helps you create database queries). This usually results in poor results and has been discussed in community  (to quote "the resulting cakes  from cake mixes generally taste worse tha...