gyptazy.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Only tech related content - nothing else!
Admin email
contact@gyptazy.com

Search results for tag #python

[?]o Laurent Cheylus »

Ruff (an extremely fast Python linter and code formatter, written in Rust) imported in OpenBSD official ports tree, initial version 0.14.1 github.com/openbsd/ports/tree/

    AodeRelay boosted

    [?]o Bruno Rodrigues :rstats: :tux: »

    This is an example of how Nix can be useful for data analysis: a project that uses and in which is used to set up the dev env in a reproducible way, and is also used as build automation tool to orchestrate the codebase b-rodrigues.github.io/rixpress

      AodeRelay boosted

      [?]o Anna »

      #linux #imageviewer #chrompyviewer #chromium #chrome #python #wayland #waylandcolormanagementprotocol #colormanagement

      I ported my loca web app image viewer to Python, now it's name is ChromPy Viewer (https://github.com/blitzgneisserin/chrompy-viewer). It's an image viewer that can show you colors outside of sRGB while Wayland Color Management is enabled.

      Btw: the photo that is opened in the viewer was edited with ART and #agxemulsion (flim simulation tool).

      screenshot of ChromPy Viewer with an open image that show an autumnal tree in a park.

      Alt...screenshot of ChromPy Viewer with an open image that show an autumnal tree in a park.

        AodeRelay boosted

        [?]o Marek S. Ł. »

        It's been only four weeks and I really love using mise-en-place by @jdx@fosstodon.org So far I've used it for (chronologically):

        - switching between versions, I liked it more than the dedicated anyzig
        - venv activation – it's silly but feels so good, and collaborates with uv
        - ensuring I have the right language server and formatter for a project, be it , , and trying out various options for Python
        - setting LANG="C.UTF-8" only in the specific project folder because refused to work with Polish...

        The final boss was getting a really comfortable Tree-sitter setup: get the CLI, write grammar in , re-generate and run tests on source change as a mise Task. And then I only cloned the repo on another machine and was ready to go!

        This post was written as a more cultured outlet for my excitement instead of aggresively committing mise.toml into every repository I touch