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
    link
    122 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
      62 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 🇺🇦🇵🇸🇹🇼
        link
        fedilink
        English
        32 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
      3
      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
      12 months ago

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

        • @Flixich@feddit.de
          link
          fedilink
          22 months ago

          I know, I feel very bad for this, but I needed Github Copilot, because I’m too stupid to code on my own

          • @itslilith@lemmy.blahaj.zone
            link
            fedilink
            52 months ago

            I think you’re mixing up Visual Studio and Visual Studio Code. Visual Studio is a massively bloated IDE mostly used for .NET development, but supports other things too. It’s proprietary, massive, slow and a pain to work with, and doesn’t run on Linux afaik

            Visual Studio Code, on the other hand, is an Electron app and therefore runs almost everywhere, and is (partly or totally, I’m not sure) open source. Nothing wrong with coding in VS Code, it’s a decent IDE

            • @sfera@beehaw.org
              link
              fedilink
              42 months ago

              Visual Studio Code […] is (partly or totally, I’m not sure) open source.

              Visual Studio Code is like Android is relative to the Android Open Source project. As far as I know, VS Code comes with an additional Microsoft layer of telemetry and closed source additions in its binary form. Not to mention the license which basically assumes the right to do almost anything to the underlying system. That’s why projects like VSCodium came into existence.

              Please anyone, correct me if I’m wrong.

              • @itslilith@lemmy.blahaj.zone
                link
                fedilink
                32 months ago

                Ah, thanks for the clarification -

                I don’t use VSCode(ium) myself, I’m usually quite content with Helix + LSPs, and if ever need a full IDE I usually go with the Jetbrain products

            • @dizzy@lemmy.ml
              link
              fedilink
              22 months ago

              Tbf I think OP is also mixing up VS and VSCode because the dart/flutter recommended setup is all based on VSCode and VSCode extensions.

        • Andromxda 🇺🇦🇵🇸🇹🇼
          link
          fedilink
          English
          12 months ago

          And Microsoft really sucks at naming things. Windows 10 wasn’t the 10th Windows version, the Xbox One wasn’t the first Xbox, there are many more examples.