I get that it’s open source provided you use codium not code but I still find that interesting

  • haruki@programming.dev
    link
    fedilink
    arrow-up
    135
    arrow-down
    4
    ·
    9 months ago

    I hate Google but they gave us Go, Kubernetes. I hate Amazon but they gave us AWS. I plainly hate those companies, but adore the brilliant engineers that work there.

    • Captain Beyond@linkage.ds8.zone
      link
      fedilink
      arrow-up
      43
      arrow-down
      2
      ·
      9 months ago

      Google is also one of the most prolific contributors to Linux, and was the #3 corporate contributor in 2022. If you’re avoiding everything Google had a hand in you literally can’t use any GNU/Linux.

      • Wilzax@lemmy.world
        link
        fedilink
        arrow-up
        39
        arrow-down
        1
        ·
        9 months ago

        It’s almost as though the beauty of open source is that it doesn’t matter who contributes, we all benefit from the result because we can all check each other’s work and all use what we want

      • Pantherina@feddit.de
        link
        fedilink
        arrow-up
        6
        ·
        9 months ago

        Google is perfect at getting rich by shipping disgusting 90% FOSS 10% Tracking software. Literally all their Android Apps are closed source tracking malware. AOSP gets nearly no attention. But yeah, good Platforms

        • Captain Beyond@linkage.ds8.zone
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          9 months ago

          Well, yes, the end products of GAFAM aren’t designed to respect users’ freedom, but rather to control them. That doesn’t mean we can’t extract the good parts of what they do and create user-respecting alternatives. Standard Android sucks but we have LineageOS and GrapheneOS, for example.

          A tool, like any human creation, is imbued with the agenda of its creators. The freedom to share and modify the tool is what allows the community to override the initial creator’s agenda. If free software comes with tracking malware the community will create a version without it. The community thus acts as a check against the power of the core developers.

          This is why I’m against blindly rejecting anything that GAFAM has contributed to, as long as there is a freedom-respecting community version available.

      • ilinamorato@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        Not to mention the Web itself. Google (and Apple and Microsoft) are major contributors to HTML as a standard.

    • jack@monero.town
      link
      fedilink
      arrow-up
      9
      arrow-down
      2
      ·
      9 months ago

      Google is not deeply rooted in trying to harm the free/open software movement, unlike Microsoft. MS has always been the ideological enemy of Linux.

  • smileyhead@discuss.tchncs.de
    link
    fedilink
    arrow-up
    72
    arrow-down
    1
    ·
    9 months ago

    VSCode is the only Electron program I know of that does not feel like using McDonald’s kiosk on virtual machine over remote desktop.

    • coffeeaddict@lemm.ee
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      9 months ago

      I’m thinking of making an Android app with electron (NC I don’t know Java Kotlin whatever lmao) is performance that bad?

      • smileyhead@discuss.tchncs.de
        link
        fedilink
        arrow-up
        3
        ·
        9 months ago

        Electron is for desktops OSes, so I think SE are talking about different things.

        And it’s not only about performance, even when that programs are running on best machines it still looks like alien and not fit.

  • onlinepersona@programming.dev
    link
    fedilink
    English
    arrow-up
    61
    ·
    9 months ago

    My bigger problem is many swear on FLOSS, but using Apple is OK. Go to a FLOSS conference and there are Macs everywhere.

    It’s undeniable that Microsoft has had positive influences on the opensource world with language servers, debug adapter protocol, an inbrowser editor that is seemingly embedded in any website with a code editor, cross-platform C# (maybe that’s a curse though, I dunno), linux contributions, and probably more I’m not aware of. Apple… I dunno. Vendor lock-in and more electronic trash?

    • darcy@sh.itjust.works
      link
      fedilink
      arrow-up
      31
      ·
      9 months ago

      you get trapped in Vim because you dont know how to exit.

      i get trapped because ive sunk so much time configuring

      • MigratingtoLemmy@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        9 months ago

        Agreed to the latter point. The only reason why I might not use vim is to copy-paste some code in and out of the file, in which case I prefer plain text editors.

        With that said, I’m a purist who uses vim without any external plug-ins (other than the files I wrote myself in ftplugin). Use vim on a remote machine whilst SSHed into it from a windows machine and wanting to copy-paste stuff in and out is a major pain which is why I downloaded Vscode in the first place. This piece of cancer is not touching my linux machine.

        • darcy@sh.itjust.works
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          9 months ago

          based asl for using vim without plugins. although what is difficult about copy/pasting? i think u can get vim to use the system clipboard with a command

          • MigratingtoLemmy@lemmy.world
            link
            fedilink
            arrow-up
            3
            ·
            9 months ago

            Indeed, however I’m using Windows as the host, whilst SSHed into my development machine.

            Yes, integration with the system clipboard does make things somewhat easy. I would still use a simple GUI text editor if I was using my mouse though (like copying from a website using a mouse).

  • JackbyDev@programming.dev
    link
    fedilink
    English
    arrow-up
    49
    arrow-down
    2
    ·
    9 months ago

    Your daily reminder that VSCode is shit not because of telemetry (take your time foil hat off for one second and hear me out and I say that jokingly with love) but because the extension marketplace is not allowed to be accessed by third party tools (INCLUDING CODIUM) and even then many of the extensions are proprietary, closed source. You’re not even allowed to distribute compiled VSIX files. It’s disgusting. Reading about the troubles gitpod faced that led to the (now) Eclipse Marketplace (idk the name, but it’s for VS Code plugins, don’t be tricked, it’s just owned by Eclipse foundation) is disheartening.

  • StarkillerX42@lemmy.ml
    link
    fedilink
    arrow-up
    41
    arrow-down
    4
    ·
    9 months ago

    VSCode is an open source IDE. Its biggest rival is the JetBrains suite. When the alternatives are proprietary, VSCode is a win.

      • Fisch@lemmy.ml
        link
        fedilink
        arrow-up
        23
        arrow-down
        1
        ·
        9 months ago

        It contains mostly open source code. The proprietary binary MS distributes adds very little proprietary stuff to it. You can use the open source version Code - OSS just fine or use VSCodium which is based on that

          • Fisch@lemmy.ml
            link
            fedilink
            arrow-up
            2
            ·
            9 months ago

            If you’re on Linux, you can download it as a flatpak or if you’re on arch through the package manager. Maybe it’s also in the repositories of other distros but I can’t check that. I also have no idea how to download it on Windows. I would recommend getting VSCodium anyway though. It’s also available as a flatpak, in the AUR and on their website for Windows.

        • Possibly linux@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          9 months ago

          If I was going to use it I would use VScodium.

          How do you know what’s in VScode? Its still proprietary.

      • Fisch@lemmy.ml
        link
        fedilink
        arrow-up
        8
        ·
        9 months ago

        Aren’t those features just telemtry and the plugin store (for which there is an open source replacement btw)

        • flashgnash@lemm.eeOP
          link
          fedilink
          arrow-up
          7
          ·
          9 months ago

          Live share, remoting (running over ssh or other) and settings sync are both absent from codium, they’re the ones I know of

            • flashgnash@lemm.eeOP
              link
              fedilink
              arrow-up
              1
              ·
              9 months ago

              You can obviously SSH from the terminal but unless you use some external solution you can’t open folders on remote machines in the ide

            • flashgnash@lemm.eeOP
              link
              fedilink
              arrow-up
              2
              ·
              9 months ago

              I don’t think so, it runs a client and a server version of VS code so all extensions, settings, debug config etc work on the target machine as if native.

              Seems like a core feature a plugin wouldn’t be able to implement properly

              Obviously you can run ssh in the terminal or you could network mount the filesystem somehow but it’ll be way jankier

              • redcalcium@lemmy.institute
                link
                fedilink
                arrow-up
                2
                ·
                edit-2
                9 months ago

                The moment remote development works with vscodium, I’m going to switch. For now, the FOSS alternative is running code-server on the remote machine, then do ssh port forwarding (or access it via tailscale/zerotier) to access it from a remote machine.

      • StarkillerX42@lemmy.ml
        link
        fedilink
        arrow-up
        4
        arrow-down
        1
        ·
        9 months ago

        I did for a few years. Eventually I had to switch to VSCode because any given Jetbrains product is only good at a single language, and constantly switching Jetbrains products is a nightmare. Now that I’ve been using VSCode for a while, there are some extension that are so critical to my workflow Jetbrains is virtually useless to me without them.

        • ThatHermanoGuy@midwest.social
          link
          fedilink
          arrow-up
          2
          ·
          9 months ago

          You’re the second person to say this and it’s just wrong. With the Ultimate Edition, you can install the plugins for whichever languages you want and stick to a single editor without switching.

        • Jelloeater@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          9 months ago

          Yeah, I mean, if it works better for you, then good on you 😎 I mostly just stick to Python and Terraform. I used their GoLand IDE for a while, it was nice. What extensions are ya using? I’ve seen a lot of embedded folks really like VSCode.

          • StarkillerX42@lemmy.ml
            link
            fedilink
            arrow-up
            2
            ·
            edit-2
            9 months ago

            Most extensions have good equivalents. Other languages like Julia are VSCode only. Fortran was the language that really made me jump ship, PyCharm’s Fortran extension is barely syntax highlighting. Remote - SSH is the killer though, it is a beautifully made and essential tool for working with remote systems.

            Most importantly, PyCharm doesn’t really have any killer features or extensions that makes it essential.

            • Jelloeater@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              9 months ago

              Yeah, their extensions are okay, but it’s mostly what you get in the box. The remote SSH is sooo nice, I use it everyday for PowerShell from my Mac to Windows boxes. Yeah, I definitely get that for something like Fortran. I used to do LUA a ton back in the day, and it was the only good IDE for it.

      • Pieisawesome@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        The jetbrains default hotkeys is in direct conflict to the “typical defaults” for hotkeys you see in the world

      • seitanic@lemmy.sdf.org
        link
        fedilink
        arrow-up
        3
        arrow-down
        2
        ·
        edit-2
        9 months ago

        I had a job that required me to use JetBrains. I would’ve preferred to use VSCode.

  • HurlingDurling@lemm.ee
    link
    fedilink
    English
    arrow-up
    32
    ·
    9 months ago

    Don’t use vscode, use vsCodium, all the goodness of vscpde with none of the sleezy ms tracking

    • AverageCommunismEnjoyer [he/him, comrade/them]@hexbear.net
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      edit-2
      9 months ago

      It’s kinda like using chromium instead of chrome, isn’t it? Don’t use either; use firefox.

      No idea what the editor equivalent would be though… Emacs or vim maybe? Next to noone uses it, but it has so much more potential, if only it where widely adopted.

      • TopRamenBinLaden@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        9 months ago

        There really isn’t for free, at least as far as I am aware. You are probably right that Emacs can come somewhat close with the right packages and setup, but VSCode extensions just makes everything so much quicker and easier. JetBrains is also similarly good, but it’s obviously not FOSS, and I guess it would be considered a full IDE not a text editor.

    • flashgnash@lemm.eeOP
      link
      fedilink
      arrow-up
      4
      ·
      9 months ago

      I mentioned vscodium. I believe many of the official extensions have telemetry too though

      • The Quuuuuill@slrpnk.net
        link
        fedilink
        English
        arrow-up
        6
        ·
        9 months ago

        The extension marketplace VSCodium uses by default requires that extensions have telemetry off by default

  • xantoxis@lemmy.world
    link
    fedilink
    arrow-up
    38
    arrow-down
    8
    ·
    9 months ago

    “Most of us hate microsoft” is honestly a pretty bold claim. They’re just a company that makes software. The vast majority of the world’s Linux users–which is to say, professionals who build or manage software that runs in Linux–don’t care about them one way or another.

    This sub might have an ideological skew, but you still don’t know what people in here think about Microsoft.

  • teawrecks@sopuli.xyz
    link
    fedilink
    arrow-up
    33
    arrow-down
    6
    ·
    9 months ago

    This reminds me of when my dad holds an ideological belief about something based on politicians he doesn’t like who support it.

    “Climate change isn’t real because Al Gore…”

    “Supply Side Jesus isn’t valid because Al Franken…”

    “Affirmative Action is racist because Al Sharpton…”

    Actually now that I think about it, maybe he just doesn’t like people named Al…🤔

    But anyway, if it’s open source, and the source is sufficiently audited by third parties, and I’m able to compile and run it myself, and running it doesn’t have undesired behavior (telemetry etc) then I don’t care who wrote it, because it does exactly what I need it to.

  • krimson@feddit.nl
    link
    fedilink
    arrow-up
    25
    ·
    9 months ago

    Neovim user here. Granted it takes some time to setup properly but it’s really fast with navigating through files, lsp functions and doing a search in thousands of files.

    I found vscode too slow and bloated for my taste.

    • flashgnash@lemm.eeOP
      link
      fedilink
      arrow-up
      4
      arrow-down
      2
      ·
      9 months ago

      Having come from full fat visual studio and using fairly fast machines VS code is a breeze to use.

      Though I can’t imagine it can compare to commandline stuff in that regard obviously

      Is there much reason to learn vim nowadays? I was under the impression it’s mostly around for people who got used to it back in the day

      • lameJake@feddit.de
        link
        fedilink
        arrow-up
        5
        ·
        9 months ago

        I’m in my 6th semester and use neovim so no it’s not mostly around for people who got used to it back in the day. A lot of my fellow students use it as well. It’s the only editor I use because you can use it to edit a single file as well as a whole project and everything is always how I want it to be. Also once you get used to it I guarantee you, you will wonder how people navigate code only using mouse and the arrow keys. It is just a beauty to quickly copy a code block or change a word with 3 keystrokes.

      • ebits21@lemmy.ca
        link
        fedilink
        English
        arrow-up
        4
        ·
        9 months ago

        It’s great if you get used to it and put in the time to set it the way you want it. I find IDE’s very bloated.

      • krimson@feddit.nl
        link
        fedilink
        arrow-up
        3
        ·
        9 months ago

        For me personally I am most productive in Neovim. But if you can’t be arsed to fiddle around with config files to get things set up it’s probably not worth the effort.

        Use what works best for you.

        • flashgnash@lemm.eeOP
          link
          fedilink
          arrow-up
          1
          ·
          9 months ago

          I think I’ll probably end up doing it regardless because I have a weird urge to make everything as difficult and custom as possible

          Got used to gnome, finally got it just how I liked it then threw it out for hyprland

        • flashgnash@lemm.eeOP
          link
          fedilink
          arrow-up
          1
          ·
          9 months ago

          Vscode can actually run over ssh but you need to install the Vscode server which is not ideal for some

      • MigratingtoLemmy@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        I’ve been using VIM for 7 years or so, at this point. I’ve configured it the way I like.

        The point of using it is that there is simply no other text editor which lets you edit text in such a manner. Granted, the keyword shortcuts can seem strange and obtuse in the beginning, but get used to it and you wouldn’t want to use anything else anymore. I’m using the VIM extension in VSCode right now and dearly miss my .vimrc which I configured so carefully on my Linux machine.

    • haruki@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      Just the matter of taste. For some users who want to get to code quickly, they use VSCode without the hassle. For some power users who want to have extreme extensibility, they use Emacs/Vim.

  • OsrsNeedsF2P@lemmy.ml
    link
    fedilink
    arrow-up
    33
    arrow-down
    8
    ·
    9 months ago

    VSCode isn’t even that good, idk why people are obsessed with it.

    For anything compiled, Jetbrains beats it 100:1, and for anything interpreted it’s a couple tiers better than Kate.

    Personally, I won’t be losing sleep if I have to stop using VSCode.

    • words_number@programming.dev
      link
      fedilink
      arrow-up
      23
      ·
      9 months ago

      If jetbrains is that much better really depends on the language. Also, jetbrains shit is damn expensive, so not a fair comparison.

      • SteveTech@programming.dev
        link
        fedilink
        English
        arrow-up
        9
        arrow-down
        1
        ·
        edit-2
        9 months ago

        They have free ‘community editions’, I haven’t really found a need for a licence. I’ve only used IntelliJ, PyCharm, and ReSharper though.

        Edit: I meant rider but I was using a student licence for it anyway.

        • Treeniks@lemmy.ml
          link
          fedilink
          arrow-up
          20
          ·
          9 months ago

          IntelliJ and PyCharm are the only JetBrains IDEs with community editions. If you want to use CLion for example, you’ll either have to be a student or you have to pay.

          • Vilian@lemmy.ca
            link
            fedilink
            arrow-up
            4
            arrow-down
            1
            ·
            9 months ago

            or the project being opensource(it’s i read right now) don’t know how it work tho

            • Dandroid@dandroid.app
              link
              fedilink
              arrow-up
              5
              ·
              9 months ago

              Your project needs to be at least 3 months old with regular commits of code files (text files, readmes, or any other non code don’t count). That’s pretty much it.

              I just went through the process, but since my project is only a month old, I got rejected. They told me to apply again in 2 months. My project is in Python, so I’m just using the community edition in the meantime, which is fine. I just really want the test code coverage feature of the paid version.

      • sultry@feddit.de
        link
        fedilink
        arrow-up
        7
        arrow-down
        1
        ·
        edit-2
        9 months ago

        Also, jetbrains shit is damn expensive

        Is it though? Considering the amount of time you spent in it and the potential productivity increase it might give you I’d consider it very fairly priced.

        • wizardbeard@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          9
          ·
          9 months ago

          Expensiveness does not have to mean it isn’t priced fairly. Not everyone has the money to drop on tools like it, or is able to get their work to pay for it, even it is worth it.

        • words_number@programming.dev
          link
          fedilink
          arrow-up
          3
          ·
          9 months ago

          For some time now I mostly write rust and I’m actually very satisfied with VS Code and rust-analyzer. I tried intelliJ-rust but didn’t find it better. To be fair, I haven’t tried the new jetbrains rust IDE though.

    • SquiffSquiff@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      19
      arrow-down
      1
      ·
      9 months ago

      The thing is the VS code handles everything (with extensions). If I want to use pandoc, or CSV to markdown table, python linting, Go, whatever, there’s extensions that can handle all of these equally well and consistently, for example format on save.

      If I want to use jetbrains then the pycharm for python, intelliJ for Java, Goland for golang… Then there’s licencing depending on whether I’m using a personal licence or corporate laptop, whether I have to get a licence from my employer etc.

      For me it’s not so much that it’s so good, but that it works with everything in a consistent and obvious way plus I can install it on any machine I might be using.

      • insomniac@sh.itjust.works
        link
        fedilink
        arrow-up
        8
        ·
        9 months ago

        The Intellij plugin ecosystem is pretty good. Granted my day job is 80% Java/Kotlin but I also need python and ruby and go and the plug-ins have never let me down. I don’t have pycharm or Ruby Mine or Goland installed.

        The license also explicitly lets you use your work license for personal stuff or your personal license for work stuff. The only difference is who pays. You also don’t need a license to use the community edition.

        It’s also pretty good at CSV and markdown files. I might be biased because I spend probably 60 hours a week using Intellij but I don’t find any of your points against it to be accurate.

        • Walnut356@programming.dev
          link
          fedilink
          arrow-up
          1
          arrow-down
          2
          ·
          9 months ago

          The freemium and constant “are you sure you dont want to pay?” from some intellij plugins is insulting enough that it’s hard to believe any developer would praise it. Presumably this doesnt happen in vscode because it cant happen in vscode, not because people arent shameless enough to do it there.

            • Walnut356@programming.dev
              link
              fedilink
              arrow-up
              1
              ·
              9 months ago

              Ick. At the very least, i’ve seen it a LOT less in VSC. The fact that something as simple as rainbow brackets uses the freemium model in intellij sucks. I mean the fact that it’s not a builtin setting is dumb too but that’s beside the point

      • Jelloeater@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        9 months ago

        Their licensing is pretty easy to work with IMHO. You can even get it for free if you contribute to GitHub enough.

    • uberrice@feddit.de
      link
      fedilink
      arrow-up
      14
      ·
      9 months ago

      I use vscode because I do a lot of embedded.

      Used to be that you had to jump through some hoops to make it work - make your own makefiles and stuff. Now, all the major vendors of MCUs are starting to develop vscode plugins as their “IDE” instead of those horrible ultramodified eclipse installs.

    • flashgnash@lemm.eeOP
      link
      fedilink
      arrow-up
      10
      ·
      edit-2
      9 months ago

      Jetbrains IDEs are not free though are they?

      I also quite like the light touch feel you get from code, I can use it for any language and am not going to have to navigate through hundreds of language specific features I don’t need unless I install them myself

      Kate might do similar but I can’t imagine the extension pool is big enough to compete and I think at that point I’d just use a commandline editor instead

      • morhp@lemmy.wtf
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        9 months ago

        Some are, the intellij java community edition is even open source. The paid ones are not too expensive, I pay around 200€ yearly for the all products pack and that’s definitely worth it for a professional developer. If you are a student or open source developer, you can apply for free versions also.

    • Jelloeater@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      9 months ago

      Right tool for the right job. Like I use VSCode for PowerShell on AWS Windows boxes over SSH, works great. But for Python or Terraform, JetBrains Suite is just better in everyway.

    • not_amm@beehaw.org
      link
      fedilink
      arrow-up
      2
      ·
      9 months ago

      I write small scripts in NeoVim and larger projects in VSCodium because it provides most of what I need and doesn’t consume a lot of resources. It’s a good tool, you can also use forks or alternatives, and i think that’s the spirit of open source, isn’t it?

      I also have been trying Kate, works greats and with even better performance.

    • baconicsynergy@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      I like VSCode because I can run it in a development container and because its the only FOSS IDE with an extension for IEC 61131-3 ST that I am aware of

    • equidamoid@feddit.nl
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      Exactly. Jetbrains stuff is great.

      With one notble exception: Android Studio, but it only sucks only because of the way Android is. And there is no alternative anyway…

  • CrypticCoffee@lemm.ee
    link
    fedilink
    English
    arrow-up
    24
    ·
    9 months ago

    Those that truly dislike MS and telemetry won’t.

    If I’m using non-free it is Jet Brains.

    I tend to use Kate, KDevelop.

    MS still slurping code into Copilot from Github and telemetry in VSCode.