Reading Habit

I am trying to develop the habit of reading. Recently while going through #dgplug summer training, there have been discussion about having a habit to read. You write 1/10th part of what you read. Reading and writing both is considered to be one of the most important part of engineer.

So trying to follow above I started reading books still non-technical but as a first step I did start. I do a lot of technical reading, but I never write about it so one of the task is to start writing about technical readings be it github projects I am going to try to write about it. May be my writing speed gets better with time.

The Man Who Stole My Laptop's Ferrari

So, the story goes back to 2014-2015 maybe I don’t remember exactly when my laptop stopped working on later finding it was discovered the issue was with my onboard graphics card. A brief history I had a Sony Vaio laptop with AND Radeon graphics card on it. So, it was found that it was my graphics card which is creating issue. So, I took it to many people to check what can be done this that. Everyone was like your laptop won’t work or you need to do this and that. So, a friend of mine had a friend who was into laptop/computer’s business or something of that sort. So, he said let’s talk with him after inspecting he said it would cost around 6k, and it would be done. I was happy, I was not knowing much about hardware back then (although it says same even today but I know bit more). So, I gave him my laptop to get repaired.

Javascript uses utf16 and Html utf8, then how things work together?

This was part of one the discussion of dgplug discussion, that javascript uses utf-16 and html we usually use utf-8 as character encoding then how things work out.

This was quite interesting on how things work around because of this. So I was reading around to find answers for the above question and I landed upon this. And this text from the answer in the link helps understand how things work. “JavaScript string constants are parsed by the JavaScript parser. Text inside HTML tags is parsed by the HTML parser. The two languages (and, by extension, their parsers) are different, and in particular they have different ways of representing characters by character code.” Basically they won’t have issue with different character encoding as they would render same character. More over javascript parser would parse the character into the html when you use innerHTML method.

Update 17 Jul 18

This update post was actually created on 10th july, But as usual due to some x reason it is not yet complete. There are several things which are running into my life right now out of them on is to update this blog on regular bases to get align with things.

Pending Posts

This blog came to life again due to dgplug summer training where we were taught to write blog post about things you are doing or learning(PS: I am yet to read logs to that class :p).

dgplug Start 2

So Last year in some Facebook group or somewhere I read about summer training offered by dgplug on IRC chat. I had heard about IRC chat before and had tried to use it once or twice but never tried to use it or understand it.

Technically summer trainings are usually for college students but during my college time I was too busy being in and around Microsoft Student Partner that I didn’t knew about many things around. More about dgplug – Linux User’s Group of Durgapur. An inside how awesome is internet, if you want to travel to Durgapur from Gandhidham(my place) it is 2160 km. This is year training started on 17 Jun and today its already 17 July, I am always late :-D.