Explore >> Select a destination


You are here

www.ericholscher.com
| | ryxcommar.com
4.8 parsecs away

Travel
| | March 4, 2024 update: This blog has been updated to reflect additions to uv as of 0.1.12, specifically the --system flag. See Addendum section for more information. When I heard that Charlie Marsh, the creator of Ruff, created a fast replacement for pip called uv, I dropped everything I was doing and added it to...
| | blog.fredrb.com
4.1 parsecs away

Travel
| | Tiny Python Docker Images I was looking for a way to create a very small docker image for a Python project. The python project I created is a Telegram bot quizzes me in German. The python-telegram-bot pip package requires gcc to fully build- so using alpine image did not do the trick for me. I searched online, found a few example bot none that would actually do what I needed with a reasonable image size.
| | andyfreeland.net
3.2 parsecs away

Travel
| | [AI summary] A technical guide demonstrating how to reduce Docker image sizes for Python applications by using Docker BuildKit's bind mount feature instead of copying layers in multi-stage builds.
| | dave.cheney.net
17.2 parsecs away

Travel
| [AI summary] A guide on setting up and using cross-compilation for Go programming to build binaries for different operating systems and architectures.