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

  • ???
    link
    fedilink
    2092 years ago

    Because the hate is based on their shitty OS. They did a fairly good job with VSCode. Our hate isn’t blind.

    • @nottheengineer@feddit.de
      link
      fedilink
      1012 years ago

      VScode is the epitome of the EEE strategy. The core product is open-source, but it’s filled to the brim with tracking and the official extensions have DRM. Yes, there’s DRM on your python LSP.

      Anyone who gives a shit should look for alternatives right away. The problem is just that there aren’t any that are as easy to set up.

    • @tomten@lemmy.world
      link
      fedilink
      72 years ago

      Not hate in my case, but I don’t like ms and it’s because of the shit they have done in 90s and 2000s. Their current support of linux is not something I trust.

        • Franzia
          link
          fedilink
          42 years ago

          My baby actually. Look, MS is a powerful company and they’re making a lot of desperate strategic purchases as their main business corrodes. Their brand is more based on gaming. Their infrastructure? The cloud and github. They’ve got the butter and they’re looking for bread to slap it across.

          • @nilloc@discuss.tchncs.de
            link
            fedilink
            English
            22 years ago

            Yeah, I have a deep seated fear for the future of GitHub in the long run. Seems too ripe for eventual enshitification.

            • Franzia
              link
              fedilink
              12 years ago

              Well, this seems inevitable. But on the other hand, Github is really unique in the business and labor market too.

              1. Huge and important companies depend on it for hosting code.
              2. These same companies depend on open source projects.
              3. These same companies depend on programmers posting to their Github to share examples of their skills with the world, being potential employees.

              Now if you can enshittify Github in a way that doesn’t fuck with how important people use it too much, it will be after changes to how the tech hiring environment works - worldwide.

  • haruki
    link
    fedilink
    1262 years 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.

    • @OsrsNeedsF2P@lemmy.ml
      link
      fedilink
      702 years ago

      This one is a bigger issue. One of the projects I used to contribute to moved to Gitlab, and saw a significant decrease in organic contributors. GitHub simply has more users, better SEO, and a better ecosystem

    • @flashgnash@lemm.eeOP
      link
      fedilink
      152 years ago

      True but GitHub wasn’t always Microsoft and at least in my experience moving between git providers is a pain

          • Captain Beyond
            link
            fedilink
            12 years ago

            GitHub allows you to select any license (including a proprietary license) or no license at all. This does not mean that GitHub encourages one to select a free software license or any license at all.

            In 2014, John Sullivan, then Executive Director of FSF, also asserted that GitHub’s choosealicense.com was anti-copyleft.

            Anti-copyleft bias noted by Stallman and Sullivan is evident from the very beginning, from the founder Tom Preston-Werner himself. In 2011, Preston-Werner wrote that one should “open source (almost) everything” under a permissive license, because the GPL is “too dogmatic,” but keep “anything that represents business value” proprietary.

      • @aleq@lemmy.world
        link
        fedilink
        132 years ago

        How is it a pain? You just change the origin on your existing project, and new projects you just use the new one to start with.

        • @intensely_human@lemm.ee
          link
          fedilink
          162 years ago

          You gotta change the origin on every deployment you have. Update environment vars, reconfigure tools. You have to port all your PRs over somehow. Your issues. Your documentation. All the access keys. Etc.

            • Tobias Hunger
              link
              fedilink
              52 years ago

              Are they embracing activity pub? I read it is just one guy in the community working in it.

              And the vast majority of users are on GitHub, looking for code on there. Having activity pub on other forges will not change that big time:-(

    • @coffeeaddict@lemm.ee
      link
      fedilink
      22 years ago

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

      • 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.

  • @OsrsNeedsF2P@lemmy.ml
    link
    fedilink
    652 years 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.

      • @SteveTech@programming.dev
        link
        fedilink
        English
        13
        edit-2
        2 years 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
          link
          fedilink
          242 years 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
            52 years ago

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

            • Dandroid
              link
              fedilink
              32 years 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
        3
        edit-2
        2 years 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
          72 years 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.

        • 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.

    • @flashgnash@lemm.eeOP
      link
      fedilink
      22
      edit-2
      2 years 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
        52 years 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.

    • @SquiffSquiff@lemmy.sdf.org
      link
      fedilink
      English
      222 years 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
        72 years 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
          02 years 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
              12 years 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
        link
        fedilink
        English
        42 years ago

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

    • @Zeth0s@lemmy.world
      link
      fedilink
      16
      edit-2
      2 years ago

      VSCode is a modern emacs. Similar concept, a single editor to do everything via extensions. That’s the selling point. “young people” never had the chance to work with a similar concept, this is why they found it so revolutionary (despite being a concept from the 70s).

      I use it because I am forced to use a windows laptop at work, and emacs on windows is a painful experience

    • @uberrice@feddit.de
      link
      fedilink
      142 years 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.

    • @equidamoid@feddit.nl
      link
      fedilink
      52 years 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…

    • jelloeater
      link
      fedilink
      English
      32 years 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
      22 years 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
      12 years 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

  • @onlinepersona@programming.dev
    link
    fedilink
    English
    562 years 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?

  • JackbyDev
    link
    fedilink
    English
    492 years 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.

  • @CrypticCoffee@lemm.ee
    link
    fedilink
    English
    372 years 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.

  • @xantoxis@lemmy.world
    link
    fedilink
    342 years 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.

  • @StarkillerX42@lemmy.ml
    link
    fedilink
    332 years ago

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

  • @teawrecks@sopuli.xyz
    link
    fedilink
    322 years 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.