• 0 Posts
  • 8 Comments
Joined 3 years ago
cake
Cake day: January 17th, 2022

help-circle


  • utopiah@lemmy.mltoLinux@lemmy.mlPlug-and-play development environment
    link
    fedilink
    arrow-up
    20
    arrow-down
    1
    ·
    edit-2
    6 days ago

    Well I (a developer) collaborated with an artist (3D modeler) recently and… I did not ask them to install anything.

    Instead what I did is a develop a Web drag&drop page. They’d visit it, drag&drop their model and… see if it worked (e.g. visually or running animations) as they expected. That was it.

    IMHO finding the boundaries that are important, and thus how to collaborate, is more important than a unique reproducible environment when roles are quite different.

    TL;DR: IMHO no, you don’t, instead find how to actually collaborate.

    set up by non-programmers (such as artists) […] requires users to learn i3wm and possibly use the command line



  • utopiah@lemmy.mltoLinux@lemmy.mlAMD vs Nvidia
    link
    fedilink
    arrow-up
    1
    ·
    10 days ago

    ROCm

    I’m curious. Say you are getting a new computer, put Debian on, want to run e.g. DeepSeek via ollama via a container (e.g. Docker or podman) and also play, how easy or difficult is it?

    I know that for NVIDIA you install the (closed official) drivers, setup the container insuring you get GPU passthrough, and thanks to CUDA from the driver, you’re pretty much good to go. Is it the same for AMD? Do you “just” need to install another package or is there more tinkering involved?