Skip to main content

Why Social Media is good for you?


"Social Media is ruining our generation" you must have heard this sentence hundred time if not more. Infinity scroll feed in our fingertips have changed our life.

But is this change only effecting us in bad way?

While social media can make us hung in our phone for long long hours with dopamine hit, it also has some good deeds to us which we often fail to look on.

The number of new business model and ideas that social media has brought today cannot be ignored. But today I am going to talk the different part that social media has helped humans on.

One of the most important thing, it helped us is, today information is accessible to all the people. Every person on earth with smartphone and internet connection have access to news and updates from all over the world. In previous time, for one to learn new things they need first accumulate the motivation to gain knowledge then find the resource (which were not easily accessible) like books, magazines, videos, etc.

But today, if there is any updates about cryptocurrency or AI, the news will come in their feed and get them updated. Even this can spark some motivation or ideas and they can easily learn about the thing by clicking a link on their same phone. So, if there is a person who is less skilled on a particular domain can easily gain knowledge and be at the level of one who are more skilled on same domain. So the gap of skill to fill level became narrower.

Comments

Popular posts from this blog

Digital Currency

 First of all, let's understand what is digital currency? Digital currency are currency with no physical attributes and are available only in digital form. So if we need to do transaction with them we use computers or electronic wallets which should be connected to internet or a particular network.  Types: Central bank Digital Currency : regulated by central bank of a country. It can somewhat replace or be an alternative to traditional fiat currency. China has e-CNY, a digital version of fiat currency. Virtual Currencies : unregulated digital currency that is controlled by developers or founding organization. An example of this is gaming token whose economics is defined and controlled by developers. Cryptocurrencies : They are digital currency that use cryptography to secure and verify transactions in a network. They may or may not be regulated depending on the law and policy of different countries. Benefits of Digital Currency : - They are very fast in transaction as they are...

Prerequisite for Data Science Developers in Python

Data Science is a very important job in today's age of data being the aspect that plays a vital role in most of the field whether it may be the medical field, business, agriculture, engineering, sports and the list go on and on. Python is one of the programming language, which is used for data science and machine learning. It consists of many libraries and a very good community built within the past couple of decades. And it also has the upper hand among other languages as this same language can be used to build the system. While I talk about libraries in Python for Data Science(DS), the first library that come into thought is "NumPy", NumPy (abbreviation for Numerical Python) is the library built with the purpose of scientific calculation in numerical data. It is best for storing the numerical values in an array as a NumPy array that may be single or multi-dimensional (also called Tensors). "Okay, then why not List?"  T...