|
You are here |
mywiki.wooledge.org | ||
| | | | |
p1k3.com
|
|
| | | | | [AI summary] The text discusses the use of shell scripts for managing and comparing text files, particularly in the context of version control and text analysis. It highlights the importance of tools like `diff` for identifying differences between files, and how these tools are essential for both academic and programming tasks. The text also touches on the broader implications of text comparison, drawing parallels to historical textual analysis methods used in religious studies. Additionally, it reflects on the adaptability of simple utilities and the value of small, adaptable tools in handling complex tasks. | |
| | | | |
aroberge.blogspot.com
|
|
| | | | | tl;dr: the proposed type hinting for Python is done to help tools analyze code better (which can be very useful for programmers) but at the... | |
| | | | |
btorpey.github.io
|
|
| | | | | How to capture command parameters with command output | |
| | | | |
www.henryleach.com
|
|
| | | I'm leaving a note here as I've had this problem occur a couple of times, and each time it confuses me. When I try and launch a Vagrant box with an Ansible provisioning step, or otherwise try to run an Ansible playbook I get the error: ImportError: cannot import name 'initialize_locale'. Even a simple ansible --version will trigger this error. | ||