The author doesn't understand what blockquotes are for I think.
Once you understand the documentation, other language's documentation becomes easier to understand.
RSI isn't even the name of a real company. It's a fictional company in SC. Cloud Imperium Games, CIG, is the actual company. The article in general is missing a lot of detail.
I am a self-taught programmer. I see what people in this thread are getting at, and I believe I stumbled my way into that realm of knowledge by accident. Learning multiple languages (of different paradigms) led me to…
Write a short script to resolve Twitter's address. Run it on a cron to pop it into your hosts file. Now you can get to Twitter in the case of a resolver being down. Woo!
I complete toy code problems on kata sites. It allows me to exercise producing code, learning techniques, and reviewing other's code to learn more. This helps for building a solid foundation in a language, but greater…
RipGrep doesn't have some very useful PCRE features. https://github.com/BurntSushi/ripgrep#why-shouldnt-i-use-rip... If you use lookarounds (or often use grep -P), RipGrep may not cover all of your needed use cases.…
The author doesn't understand what blockquotes are for I think.
Once you understand the documentation, other language's documentation becomes easier to understand.
RSI isn't even the name of a real company. It's a fictional company in SC. Cloud Imperium Games, CIG, is the actual company. The article in general is missing a lot of detail.
I am a self-taught programmer. I see what people in this thread are getting at, and I believe I stumbled my way into that realm of knowledge by accident. Learning multiple languages (of different paradigms) led me to…
Write a short script to resolve Twitter's address. Run it on a cron to pop it into your hosts file. Now you can get to Twitter in the case of a resolver being down. Woo!
I complete toy code problems on kata sites. It allows me to exercise producing code, learning techniques, and reviewing other's code to learn more. This helps for building a solid foundation in a language, but greater…
RipGrep doesn't have some very useful PCRE features. https://github.com/BurntSushi/ripgrep#why-shouldnt-i-use-rip... If you use lookarounds (or often use grep -P), RipGrep may not cover all of your needed use cases.…