/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nabeelvalley.co.za
| | www.henryleach.com
4.3 parsecs away

Travel
| | 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.
| | techtldr.com
2.8 parsecs away

Travel
| | Here is a simple trick that I used to restart my python script after unhandled exception. Let's say I have this simple script called test.py that I want to run forever. It will just wait 2 seconds and throw an error. I use the following script called forever in the same directory: It uses python [...]
| | blog.ganssle.io
3.7 parsecs away

Travel
| | An explanation of a few ways to make sure your tests use the version of the package that your users will install.
| | weblog.raganwald.com
22.4 parsecs away

Travel
| [AI summary] The post discusses the debate between dynamic and static typing in programming languages, explaining how Ruby's dynamic meta-programming makes static type inference difficult and arguing that this feature outweighs the overhead of explicit types.