Saturday, 5 October 2019

Why I don't want to work as a Data Scientist.

I studied Data Science and I don't want to work in that field. Surprising... right? Well... The Data Science reports are all screwed. The data collected has lot of things missing. The universe is spontaneous. It can not be categorized in classes or clusters. Companies prefer the most profitable...

Monday, 16 September 2019

Programming language syntax draft

" Namaste " : Prints Namaste with newline (like puts) ' Aur Sunao ' : Prints Aur Sunao without newline (like print) ( ) : For condition :: ((5>6){"yes"})(rethink) ( ) ? true : false :: (if else) { } : Block (write statements in it) /* */ : multiline comments => : (not assigned yet) maybe (return) <=...

Tuesday, 2 July 2019

Instruction Set Architecture

The (main) memory can be modeled as an array of millions of adjacent cells, each capable of storing a binary digit (bit), having value of 1 or 0. These cells are organized in the form of groups of fixed number, say n, of cells that can be dealt with as an atomic entity. An entity consisting of 8...

Tuesday, 11 June 2019

Where to learn Ruby lang?

You can learn Ruby from Boris Pashkhaver's Ruby Course on Udemy. The course is suitable from absolute beginners to people who have learnt programming before. The instructor explains things clearly and gives good examples which are easy to understand. Prerequisites : How to open a browser. Rest will...

Monday, 17 December 2018

Tuesday, 18 September 2018

How to study Computer Science

First , get to know about how the hardware works. How instructions are executed, What it takes to make a cursor blink etc. Do not get scared by the longer names... these are easy topics if you learn by heart and mind. These topics are arranged in order they were developed, just like human evolution. Digital...

Friday, 7 September 2018

Quotes for the realists.

"If you are not busy meeting competition, you are creating it." "Progress at times is built on the foundation of destruction." "Obstacles are those frightful things you see when you fail to focus on your goals." "A bend in the road is not the end of the road unless you fail to make the turn." "No...