Quotessence
Home / Quotes / Quote by Dr Prem Jagyasi

Quote by Dr Prem Jagyasi

Author

Dr Prem Jagyasi

Browse famous quotes and profile details for Dr Prem Jagyasi. more

You May Also Like

“Science is a field which grows continuously with ever expanding frontiers. Further, it is truly international in scope. Any particular advance has been preceded by the contributions of those from many lands who have set firm foundations for further developments. The Nobel awards should be regarded as giving recognition to this general scientific progress as well as to the individuals involved. Further, science is a collaborative effort. The combined results of several people working together is often much more effective than could be that of an individual scientist working alone.”

“In languages with a garbage collector (GC), the GC keeps track and cleans up memory that isn’t being used anymore, and we don’t need to think about it. Without a GC, it’s our responsibility to identify when memory is no longer being used and call code to explicitly return it, just as we did to request it. Doing this correctly has historically been a difficult programming problem. If we forget, we’ll waste memory. If we do it too early, we’ll have an invalid variable. If we do it twice, that’s a bug too. We need to pair exactly one allocate with exactly one free. Rust takes a different path: the memory is automatically returned once the variable that owns it goes out of scope.”

“One must not forget that the earth seen from an airplane is more splendid than the earth seen from an automobile. The automobile is the end of progress on the earth, it goes quicker but essentially the landscapes seen from an automobile are the same as the landscapes seen from a carriage, a train, a waggon or in walking. But the earth seen from an airplane is something else. So the twentieth century is not the same as the nineteenth century and it is very interesting knowing that Picasso has never seen the earth from an airplane, that being of the twentieth century he inevitably knew that the earth is not the same as in the nineteenth century, he knew it, he made it, inevitably he made it different and what he made is a thing that now all the world can see.”

“When you persuade yourself that you “get to” do something rather than “have to,” you can find a silver lining. For instance, saying “I have to clean the house” implies cleaning is an unpleasant task. On the other hand, saying “I get to clean the house” reframes the labor as something you look forward to, emphasizing how important it is to have a place to live in the first place. A great strategy to change your perspective and enhance your mental health is to reframe the tasks you encounter in daily life with a positive outlook.”