Yo linux team, i would love some advice.

I’m pretty mad at windows, 11 keeps getting worse and worse and I pretty done with Bill’s fetishes about bing and ai. Who knows where’s cortana right now…

Anyway, I heard about this new company called Linux and I’m open to try new stuff. I’m a simple guy and just need some basic stuff:

  • graphic stuff: affinity, canva, corel, gimp etc… (no adobe anymore, please don’t ask.)
  • 3d modelling and render: blender, rhino, cinema, keyshot
  • video editing: davinci
  • some little coding in Dart/flutter (i use VS code, I don’t know if this is good or bad)
  • a working file explorer (can’t believe i have to say this)
  • NO FUCKIN ADS
  • NO MF STUPID ASS DISGUSTING ADVERTISING

The tricky part is the laptop, a zenbook duo pro (i9-10/rtx2060), with double touch screens.

I tried ubuntu several years ago but since it wasn’t ready for my use i never went into different distros and their differences. Now unfortunately, ready or not, I need to switch.

Edit: the linux-company thing is just for triggering people, sorry I didn’t know it was this effective.

  • Berny23@lemmy.sdf.org
    link
    fedilink
    arrow-up
    11
    ·
    2 months ago

    Visual Studio is not available on Linux and not really working in Wine, sadly. You can use IntelliJ IDEA as a good alternative, it supports Linux officially and has a Flutter plugin.

    For a beginner, Linux Mint is perfect. It is based on Ubuntu which is based on Debian, so you can follow most tutorials written for either distribution (like the installation instructions for IntelliJ IDEA or other software that is not available from the APT package manager).

    • dan00@lemm.eeOP
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      2 months ago

      Sorry, I honestly didn’t know it was that different Visual studio from visual studio code. I use the VS CODE and it seems available on linux, but I’ll check also Intellij IDEA.

      • Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 months ago

        Visual Studio is meant for C/C++/C#, IntelliJ is made for Java (as the name might suggest). JetBrains has IDEs for C (CLion) and C# (Rider) though. All JetBrains IDEs are available for Linux. Visual Studio isn’t, Visual Studio Code is. I recommend using an optimized version of Visual Studio Code called VSCodium.

    • tooLikeTheNope@lemmy.ml
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      edit-2
      2 months ago

      For a beginner, Linux Mint is perfect

      Mint for Mint then maybe the Debian Edition (LMDE) instead the the common one based on Ubuntu, which again is Debian just LTS. Also, if OP is tired of Microsoft enshittification imagine him finding out Ubuntu’s company Canonical decided that apt command should sometimes install snap packages instead of deb binaries, because “reasons” (NVM lucky us at Mint there are sane people). Or that it tried to put ads in their OS even before Windows even tried.

    • Flixich@feddit.de
      link
      fedilink
      arrow-up
      4
      arrow-down
      3
      ·
      2 months ago

      I have a native Linux version of Visual Studio Code on my Tumbleweed system and everything works fine so far for me