Author: admin

Jump to the section How to create a memory palace if you want to start practicing. Read the Is a memory palace for you? section to understand whether you need one at all. We’re bad at remembering The brain isn’t good at storing things but generating ideas. It also depends on what sort of things, but we tend to forget them anyway. If something is unique or interesting, it’s simpler to remember, right? Hermann Ebbinghaus ran memory experiments on himself. He tried to remember nonsense syllables like “ATF”, “UBH”. Then, tested how well he could retain the data he’s learned. Thus, the forgetting curve appeared. Some people…

Read More

How much time do you allocate for work? If you do not work, what do you usually do? I surf the Internet, watching YouTube, movies, reading books. What do we do in between? Eating, chores. Have you tried to pause the flow and see what happens? You can try and get bored. It’s normal. Instantly I want to do something useful or enjoyable. Taking a pause and doing nothing isn’t regarded so. We like doing something. Staring at the ceiling, and/or contemplating the thoughts isn’t “useful”. But isn’t it?We like to consume a lot of information. A new video about…

Read More

Are you afraid of losing your job? Or, you’re sure it’s safe? Technology gives humans great leverage. Should business owners and workers bother? Let’s look at some jobs from the “old days”. Jobs that disappeared Peddlers Take, for example, product peddlers in the 18th and 19th centuries. These are the people who went to other people’s doors and tried to sell their products. Books, candies, sewing machines. What was the problem there? You don’t know whether those people want a product you sell. This job didn’t disappear completely. It migrated to other cold-approaching techniques. Sellers try to reach at least…

Read More

I’m writing this article to uncover some myths, truths, beliefs, and doubts. Being a newbie in a new domain is difficult. When starting coding it’s not obvious what path you should take. There is a huge amount of technologies and even more articles (mis)directing you. So what path you should take when starting out? If you want to get to the learning plan immediately, jump to the how to start section. If you’re: You may read my general programming FAQ. Many of you learn Javascript from scratch. I can assure you don’t have to have a CS degree or to be a genius. Is this…

Read More

Typescript is a superset of Javascript. It’s Javascript with type definitions and the code will be checked when compiling. Why adopt TS if … Javascript is fast to prototype We can code fast with Javascript. The language is simple and allows us to do a lot of things. A prototyping time can be amazingly short. A downside of this is code readability. If we need to prototype something quickly to understand if the idea is viable, we skip thinking about architecture, writing documentation, tests. Eventually, we have a working piece. It has some bugs, but they can be fixed relatively…

Read More

We have a lot to do in our daily routines, but some people manage to do more. In this world, those who succeed to do more things daily, tend to thrive. Work well and be rewarded. The central message: do the actual work instead of distracting to multiple things. TL;DR: We have a lot to do in our daily routines, but some people manage to do more. In this world, those who succeed to do more things daily, tend to thrive. Work well and be rewarded. Shallow and deep work A shallow one is when we do something in a…

Read More

A summary of the book “Predictably Irrational” by Dan Ariely. The book tells us we, humans, aren’t rational in our decisions sometimes. Moreover, there are fallacies we can predict, and create strategies to avoid irrationality in our thinking. The book tells us we, humans, aren’t rational in our decisions sometimes. Moreover, there are fallacies we can predict, and create strategies to avoid irrationality in our thinking. Relativity We don’t usually choose things in absolute terms. We don’t an internal feeling to tell us how much things are worth. To have an approximate understanding of worth, we need to compare. The…

Read More

If you clone yourself, would it be you or a different person? How to define “me”? If you clone yourself, would it be you or a different person? How to define “me”? Let’s say consciousness is an ability to perceive yourself as an independent unit of the whole system. I can feel myself. I can’t feel my clone. So it seems my clone is a different person. Though, this person has the same configurations, such as goals, memories, life principles, and so on. We can define “me” as a set of some factors, like a memory net, which is expressed…

Read More

A connection between longevity and eating less. I’ve stumbled upon interesting numbers that show an average body mass index in the world. 70% of US adults are overweight, many developed countries have nearly the same percentage: Canada – 67.5%, Germany – 62.8%, UK – 67.2%, and so on. But take a look at Japan – 29.4% of adults are overweight. An average life expectancy – 84.6 years. There is an island in Japan, Okinawa. People there are famous for their longevity. Their diet can be the largest factor in such life expectancy. The residents don’t eat for a full belly.…

Read More

11 resources for Javascript developers to improve their knowledge. No matter you’re a beginner at learning Javascript stuff or a person who familiar with the ecosystem well, you could miss something. I gather here common and specific Javascript and Node.JS resources that could be handy for you. V8 related articles Well explained topics if you want to deepen to low-level stuff. How the V8 handles Javascript types internally? How does the compiler work? It also covers garbage collector, memory/performance profiling, code caching subjects.Also: WTF, Javascript? A list of funny and tricky JavaScript examples. Useful examples with explanations for beginners and nice-to-know for all Javascript…

Read More