/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

ljvmiranda.micro.blog
| | www.cybershu.eu
2.2 parsecs away

Travel
| | If you work with Python, you probably need to activate a virtual environment to manage dependencies. Using a virtualenv requires activation each time you wan...
| | til.simonwillison.net
2.1 parsecs away

Travel
| | Towards Inserting One Billion Rows in SQLite Under A Minute includes this snippet:
| | techtldr.com
2.1 parsecs away

Travel
| | There are two philosophies when it comes to package installation, global first and local first. Global meaning all applications that rely on a certain package have access to the same copy of the library that was installed once. Local means that each project has its own folder of dependencies installed specifically for this project and [...]
| | www.valentinog.com
20.0 parsecs away

Travel
| Notes on deploying Django > 3.1 (async) with Uvicorn under Nginx as a reverse proxy.