• fruitcantfly@programming.dev
      link
      fedilink
      arrow-up
      11
      ·
      1 month ago

      That’s not quite true: Yes, your $99 license is a life-time license, but that license only includes 3 years worth of updates. After that you have to pay $80, if you want another 3 years worth of updates. Of course, the alternative is just putting up with the occasional nag, which is why I still haven’t gotten around to renewing my license

      • katy ✨@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 month ago

        hmm looking into this; does kate have package repositories? i love sublime because i can essentially keep my config folder in git (with gitignored exclusions obvs) and keep my install in sync between laptop and desktop

    • brokenlcd@feddit.it
      link
      fedilink
      arrow-up
      10
      arrow-down
      6
      ·
      1 month ago

      You can’t imagine how happy am I to have never jumped the wagon. To either VSCode or to anything from JetBrains. Began using eclipse on my uncle’s computer back in ~2010. And just never left.

      It followed me through c++, java for uni classes and Python. It followed me when I switched to Linux. I’ll bring it to my grave if it keeps going.

      Is it the best? Nope. But it’s fucked up consistently enough for me to get used to it well enough.

      • boonhet@sopuli.xyz
        link
        fedilink
        arrow-up
        5
        ·
        1 month ago

        To be fair, the community edition IDEs from Jetbrains are open source and any telemetry is optional.

        • FuckBigTech347@lemmygrad.ml
          link
          fedilink
          arrow-up
          1
          ·
          1 month ago

          Eclipse 15 years ago was OK. Decent Debugger, useful Plugins (like WindowBuilder). It had issues, but instead of focusing on those they over time just kept piling crap on top of it.

        • brokenlcd@feddit.it
          link
          fedilink
          arrow-up
          7
          arrow-down
          1
          ·
          1 month ago

          Willingly is a strong word. More of a “this shitbox is the only thing I know how to use well”. It’s been my first window into programming. And at the time my uncle used it for work. So he taught me how to get around the mess.

          Also I’m quite sure Eclipse played a big role in why I despise Java with every atom of my being.

          I’ve tired switching to VSCode. But my peewee brain doesn’t process how to use it. It tries to default to the way I use Eclipse. I’ve started managing to rattle off some programs with micro+clang. That seems to be the easiest way out for me. Considering I don’t program for a living.

          I feel like an accountant refusing to let go of it’s MS-DOS based software ffs.

    • carrylex@lemmy.world
      link
      fedilink
      arrow-up
      17
      ·
      edit-2
      1 month ago

      Well if you want a real world comparison:

      We migrated a project a few years ago from Eclipse to IntelliJ. Outcome:

      • Complains about the IDE dropped from around 10 per day to nearly 0
      • Onboarding people now takes 1h instead of a day, because IntelliJ knows how to store configuration in a project
      • IntelliJ has a built in updater and nearly everything works after an update
      • IDE Fuckups: 1 per week (Eclipse) -> 1 per year (IntelliJ)
        • Somehow still happend? Just click “Delete caches and restart” in IntelliJ
      • No sources and javadoc for a library available? Eclipse: Have fun reading bytecode; IntelliJ: Yeah I just decompiled it for you within 10s

      So yeah I wouldn’t recommend going back into hell. Even VSCode and it’s forks are likely better at this point.

  • Ricky Rigatoni@retrolemmy.com
    link
    fedilink
    arrow-up
    5
    ·
    1 month ago

    The average coder is not worth learning from. Especially since this is targeting the free users by default who are usually students and amateurs. Quality over quantity, JetBrains.

  • BlameTheAntifa@lemmy.world
    link
    fedilink
    arrow-up
    206
    arrow-down
    2
    ·
    edit-2
    1 month ago

    Doesn’t anyone else use things like OpenSnitch to audit all outgoing connections? I block all phone homes until something breaks, then investigate.

    If you are trapped on Windows for some corporate reason, there is SimpleWall.

    We’re all friends here, and friends don’t let friends let apps phone home.

    • Carighan Maconar@piefed.world
      link
      fedilink
      English
      arrow-up
      11
      ·
      1 month ago

      Can’t, all corporate hardware and their software, too. Not my problem, but also not my intellectual property being stolen to be used in AI, so eh, NotMyProblemException.

    • anomnom@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 month ago

      Lulu is a good FOSS alternative for Macs. LittleSnitch is good too but proprietary (that’s where OpenSnitch got its name)

    • Pumpkin Escobar@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 month ago

      Thanks for that suggestion, I had a passing thought a while back I should look into something like this.

      Any problems in your experience? I imagine apps will fail if you’re slow to approve the outbound connection and something times out, so I get all of that, looking more for broader issues this might cause? Specifically wondering about the docker containers I run, all the development nonsense.

      • BlameTheAntifa@lemmy.world
        link
        fedilink
        arrow-up
        13
        ·
        edit-2
        1 month ago

        Both OpenSnitch and SimpleWall block by default. You can also set a timeout so that if you don’t respond in a certain amount of time they automatically create a permanent block rule. You can also check your rules and activity at any point. If a specific application is misbehaving you can always check its rules and change them, or delete them and start over. They’re very efficient, and get less intrusive over time as you respond to prompts and create more rules.

    • Ephera@lemmy.ml
      link
      fedilink
      English
      arrow-up
      17
      arrow-down
      2
      ·
      1 month ago

      I feel like lots of people here use Linux, where you don’t need to be constantly vigilant of your applications working against you…

      • hodgepodgin@lemmy.zip
        link
        fedilink
        arrow-up
        28
        ·
        1 month ago

        A lot of proprietary tools like VScode and Jetbrains are needed on Linux if you’re a novice or not yet proficient with tools like EMacs/Vi yet. For example I couldn’t get Vscodium to load an extension I needed so I had to use VScode. But tbh I’m just making excuses cuz I don’t know how to set up a good dev environment :-(

        • AnyOldName3@lemmy.world
          link
          fedilink
          arrow-up
          8
          ·
          1 month ago

          Technically it’s even a ToS violation to install extensions from the VS Code marketplace (or whatever it’s called) if you’re using VS Codium. Many are also available somewhere else like the code forge where they’re developed and are under open source or free software licenses, but quite a few important ones are only available through the one distribution channel you’re not allowed to use, and contain proprietary components that can’t be forked to lift this restriction.

        • Ephera@lemmy.ml
          link
          fedilink
          English
          arrow-up
          4
          ·
          edit-2
          1 month ago

          Personally, I find Kate is decent enough for most coding tasks. It does not have an open plugin ecosystem, so I guess, maybe it wouldn’t work for you. But aside from plugins, whenever I see people using VS Code/-ium, I wonder why they keep raving about it.

          It just looks like a bogstandard editor with LSP support to me. And Microsoft may have gotten that LSP ball rolling, but it’s supported in lots of editors now…

          • felbane@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            1 month ago

            VScode is certainly a heck of a lot easier to get LSPs working than e.g. vim.

            If someone made it actually easy to set up neovim with lsp support that works as well as with vscode, there’d be no reason to give Microsoft any attention at all

            • Mikina@programming.devOP
              link
              fedilink
              arrow-up
              1
              ·
              1 month ago

              This was one of my biggest issues, but I did manage to succesfully switch to nvim few months ago, by installing ideavim into Rider, vscode-vim into vscode (so I can’t easily escape it when I get lazy), but most importantly - setting LazyVim as my default editor, which has been a lifesaver.

              It has a pretty good LazyExtras interface for easily installing a ton of plugins, almost for every language. You just open the LazyVim menu, select a language you want, and it installs LSPs, debuggers and whatnot you may need for it. It’s probably using the nvim-lspconfig mentioned in other comments, but it has been pretty seamless.

              But any other pre-made nvim config will work, this one is just more approachable than someone’s random plugin list.

            • Ephera@lemmy.ml
              link
              fedilink
              English
              arrow-up
              2
              ·
              1 month ago

              Is the LSP support a plugin in Neo-/Vim ?

              In Kate, you just install the LSP server, which is typically as simple as apt install marksman and then Kate will automatically start it when it encounters an appropriate file.

              Kate also has a Vi Mode, if that’s what you’re looking for. ¯\_(ツ)_/¯

              • marlowe221@lemmy.world
                link
                fedilink
                English
                arrow-up
                3
                ·
                1 month ago

                Where might I find a list of languages/LSPs that Kate supports and will load automatically like that?

              • AeonFelis@lemmy.world
                link
                fedilink
                arrow-up
                4
                ·
                1 month ago

                The LSP support itself is builtin in Neovim (not in Vim though, AFAIK), but each language server needs to be configured and activated. There is a plugin with all(ish) configurations - https://github.com/neovim/nvim-lspconfig - and activation is done with a vim.lsp.enable("server-name") command, which you just put in your config and the Neovim will start the LSP when you open a relevant file.

                • Ephera@lemmy.ml
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  1 month ago

                  Ah, I guess that makes sense. Kate automatically detects available LSP server executables but then prompts you before starting them for the first time, in case you did not install that and it’s malware, or I guess, in case you just placed a script there which happened to be called the same, but would be very bad to run.

                  Neovim could theoretically do that, too, but then you need a way to block executables, so that it stops prompting you every time, which you’d probably want in a separate config file.
                  So, it’s definitely a simpler solution and perhaps moreso what one would expect from a TUI editor, for you to just list the ones to run in the config file.

      • BlameTheAntifa@lemmy.world
        link
        fedilink
        arrow-up
        14
        ·
        edit-2
        1 month ago

        Anyone new to these tools will be horrified at how aggressively Windows tries to violate your privacy with unnecessary data collection, phone-homes, remote calls, etc.

        Linux is galaxies better in that regard. I still don’t want anything making any connections without my explicit knowledge and consent though, and there are lots of packages and applications that try to unnecessarily exfiltrate data without asking. If you aren’t using an active firewall, you are leaking.

    • itsjess@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      15
      ·
      1 month ago

      I second OpenSnitch. It’s the most annoying program i run, but the control it gives you over your outbound connections is so worth it from a security and privacy standpoint.

      Once you start and run this you get to truly see how many different URLs are loaded when visiting just one website

      • BlameTheAntifa@lemmy.world
        link
        fedilink
        arrow-up
        11
        ·
        1 month ago

        They still work together. Pi-hole is an excellent second line of defense, but an active firewall tells you about what is trying to make connections and asks for your consent. Block lists are great, but they aren’t impenetrable. If you want to know exactly what your device and software are doing, you should also be using an active firewall.

    • LiveLM@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 month ago

      The last time I got a virus on Windows I was only made aware because the built-in firewall warned me a Powershell script was trying to phone home.
      Since then I run SimpleWall and I highly recommend everyone else do the same. It’s annoying at the beginning but annoyance turns into peace of mind when you know nothing, not even built-in Windows processes can phone home without you knowing.

      • BlameTheAntifa@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        1 month ago

        Not necessarily. These active firewall tools are much more thorough. They tell you any time an application or service is trying to make a connection to anywhere. Block lists are helpful, but still have gaps. These let *nothing *through unless you explicitly allow it, and ask you clearly and immediately when something that doesn’t already have a rule tries.

  • Lucy :3@feddit.org
    link
    fedilink
    arrow-up
    33
    arrow-down
    2
    ·
    1 month ago

    Yeah… I slowly stopped using it and am just using vim, and getting docs from sources.

    • SaharaMaleikuhm@feddit.org
      link
      fedilink
      arrow-up
      16
      ·
      1 month ago

      The thought of that is so funny. Not the company that stole the code gets held accountable, but instead the poor schmuck they stole it from to make their AI. Actually this would not even surprise me all that much.

  • moonleay@feddit.org
    link
    fedilink
    English
    arrow-up
    9
    ·
    1 month ago

    This is what finally pushed me to move all coding I can away from Jetbrains products. I wanted to to that for a while, because I didn’t want to depend on a closed system and wait until it enshitified. Now it happened. Sad to see, but it was inevitable.

    • Mikina@programming.devOP
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      That’s exactly what I did, switching from Rider. LazyVim helped with getting a usable setup (especially LSPs are pain to setup without it), https://www.vim-hero.com/ taught me the absolute basics of navigation, and then I simply installed IdeaVIM into Rider to force myself to use it, and switched my default editor to LazyVim.

      It has already been a few months, and I’m pretty used to it. I still fumble here and there, I still have to stop and think then doing more involved operations, but for the basic editing I wouldn’t go back.

      The most important observation I have is that it does not make me more efficient at editting text, the fumbles and mistakes usually offset any gains I have from the many navigation/jump/repeat keys, and reaching for the mouse would be quicker, but -

      It’s super fun. Learning new motions is satisfying, you can see progress, and by slowly adding a new motion, then trying to get it to your muscle memory is simply fun. And there’s always something to learn, a new motion to add or make more efficient. It’s basically gamified text editting, and if you like mastering things in the muscle memory sense, it’s awesome. I’d absolutely recommend everyone to make the switch, but not for “being a faster/more efficent at text editting” reason, because if you want that, learning every single IDE keybind will make you faster faster.

      Also, it’s surprisingly comfortable not having to reach for a mouse. It has only been a few months, and I’m getting slightly annoyed whenever a program doesn’t have a hotkey for proper navigation and I have to touch my mouse, hah.

      • 33550336@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        Thank you for sharing the experience, it encouraged me even more to VIM when I’ll have to work in Python.

  • Korhaka@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    160
    arrow-down
    1
    ·
    1 month ago

    AI scraping public code tempts me to dump all my projects into github to poison the training data

    • Blackmist@feddit.uk
      link
      fedilink
      English
      arrow-up
      24
      ·
      1 month ago

      It’s love to see what it does with a several thousand line function from my production code.

      • bless@lemmy.ml
        link
        fedilink
        arrow-up
        1
        arrow-down
        2
        ·
        1 month ago

        It will refactor it into 5 lines. No need to reimplement the os for scratch to list the files in the current dir

      • edgesmash@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        1 month ago

        Several jobs ago we had a SQL stored procedure that took 72 hours to run. Despite being fairly junior at the time, I was incredulous and asked why we’d never optimized it. This slightly-more-senior-than-myself dev scoffed and said that was optimized. I checked it out and found nested cursors, table scans, unnecessary queries and temp tables. I gave up about halfway through and instead printed it out: 13 pages. I stapled it and hung it in my cube as a testament to insanity. I still have that printout.

        I should scan it and upload it to poison the well too.