>_ pavel.pink

Blog

My personal blog about software development and other stuff.

  • Published on
    The past weeks have shown that we need to take a more active stance to secure the conda-forge ecosystem. An overview of Pixi's new dependency cooldown feature, existing protections like disabled post-install scripts and Trusted Publishing with Sigstore, and plans for a community-driven CVE mapping for conda-forge packages.
  • Published on
    pixi-skills--skill-forge--
    AI coding agents use skills — markdown files that teach them domain-specific tasks. We publish ours as conda packages and manage them with pixi, getting versioning, lockfiles, and supply chain security for free.
  • Published on
    pixi-pack--
    Two approaches for deploying pixi-managed Python environments to production. The first uses Docker with multi-stage builds and distroless images to shrink containers from 691MB to 209MB. The second introduces pixi-pack, a tool that packages environments into compressed archives for sealed networks or Windows deployments where Docker is not an option.
  • Published on
    QuantCo built Quant Ranger, a GitHub bot written in TypeScript that automates maintenance across hundreds of repositories — updating Python project templates, pre-commit hooks, and conda dependency versions. It runs on a configurable schedule via GitHub Actions, uses a plugin architecture for different update types, and solves CI authentication for automated pull requests through GitHub App tokens.