A Random Walk Street by Burton Malkiel. Very easy to understand and entertaining to read too. The book is basically divided into 2 parts, the 1st about the arguments for market efficiency, and 2nd about practical steps in investing considering the conditions explained in part 1. In it the author argued that there is very little chance for anyone to systematically beat the market, and so the best way to make money in the stock market (in the long run) is by following the market (e.g. by buying an index fund).
Don't you think that by limiting foreign companies' products the local companies would operate less efficiently since there is no competition? I think I was taught about this in my econ 101 class. Why does it work differently this time?
Also equally important and related to the article is messages on exceptions raised by libraries used by developers. I think this is one of the primary reasons why I found some Python's open sourced libraries like Numpy or Pandas easy to learn. Most of the messages when an exception is raised are specific and helpful in helping me fixing the error.
There's this plugin [0] that will not allow you to navigate the file by smashing the keyboard. Essentially what the plugin does is disable the hjkl and the arrow keys for 1 second after you type one of said keys. There's also the extreme version of this plugin [1] which will disable the hjkl and other similar keys entirely.
I think what you're looking for is Ctrl+O, which allows you to exit insert mode, insert ONE command only (e.g. 4k), and immediately enter the insert mode again
This is amazing. I especially like how the result can somewhat be interpreted by showing from what image the part of the generated image is copied (see Figure 5).
From the article How to Read Mathematics [0], that kind of statement "is a signal to the reader that what's involved here is perhaps tedious and even difficult, but involves no deep insights."
The question should be "how effective is it" not whether you can or not. Sure you can read a lot of programming resources using your phone and perhaps even write and run some programs, but it would not be as effective as practicing it on computer.