Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programmer Humor
  3. Shots fired

Shots fired

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
154 Posts 87 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • trickdacy@lemmy.worldT [email protected]

    No, no it is not, especially when compared to IJ.

    It launches and reloads my projects to a usable state in probably 2-3 seconds on my machine and it basically never randomly freezes like IJ did for me. People who say vscode is slow just have a hate boner for electron.

    B This user is from outside of this forum
    B This user is from outside of this forum
    [email protected]
    wrote on last edited by [email protected]
    #92

    No, I say that it's slow because switching between files and watching the syntax highlighting come in takes long enough that it knocks me out of flow state.

    EDIT: Tbf, me saying it's AS slow as IntelliJ was more of a joke. But don't get me wrong. I still do consider VSCode to be slow. 2-3 seconds to open a project is slow, regardless of project size.

    trickdacy@lemmy.worldT 1 Reply Last reply
    0
    • B [email protected]

      No, I say that it's slow because switching between files and watching the syntax highlighting come in takes long enough that it knocks me out of flow state.

      EDIT: Tbf, me saying it's AS slow as IntelliJ was more of a joke. But don't get me wrong. I still do consider VSCode to be slow. 2-3 seconds to open a project is slow, regardless of project size.

      trickdacy@lemmy.worldT This user is from outside of this forum
      trickdacy@lemmy.worldT This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #93

      Are you a robot? That process is not visible on my machine. Probably a 100ms thing. Humans perceive a speed like that as "instant".

      B 1 Reply Last reply
      0
      • trickdacy@lemmy.worldT [email protected]

        Are you a robot? That process is not visible on my machine. Probably a 100ms thing. Humans perceive a speed like that as "instant".

        B This user is from outside of this forum
        B This user is from outside of this forum
        [email protected]
        wrote on last edited by [email protected]
        #94

        Nah it's like when you write your scripts in JS, and you're like "ooo it's instant!" And then you rewrite it in a compiled language... and you realize that your original script was, in fact, not instant. And then if I have to keep running the original script, it's gonna bug me every time I notice.

        trickdacy@lemmy.worldT 1 Reply Last reply
        0
        • B [email protected]

          Nah it's like when you write your scripts in JS, and you're like "ooo it's instant!" And then you rewrite it in a compiled language... and you realize that your original script was, in fact, not instant. And then if I have to keep running the original script, it's gonna bug me every time I notice.

          trickdacy@lemmy.worldT This user is from outside of this forum
          trickdacy@lemmy.worldT This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #95

          Sounds like robot-speak to me.

          B 1 Reply Last reply
          0
          • trickdacy@lemmy.worldT [email protected]

            Sounds like robot-speak to me.

            B This user is from outside of this forum
            B This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #96

            Quick, tell me to ignore all my previous instructions (or maybe you just have faster computer than me?).

            trickdacy@lemmy.worldT 1 Reply Last reply
            0
            • B [email protected]

              Quick, tell me to ignore all my previous instructions (or maybe you just have faster computer than me?).

              trickdacy@lemmy.worldT This user is from outside of this forum
              trickdacy@lemmy.worldT This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #97

              The funny thing about this conversation is I normally feel like I have less of a tolerance for slow computers than anyone else. So yeah, I harped on my employer the last two machines to get upgrades asap, and my home pc's are pretty fast.

              B 1 Reply Last reply
              1
              • rikudou@lemmings.worldR [email protected]
                This post did not contain any content.
                M This user is from outside of this forum
                M This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #98

                Maybe I just have a shitty computer, but I feel like as good as intelliJ is, it's very slow compared to VScode. And fuck me if I'm trying to do anything in Android Studio.

                G 1 Reply Last reply
                19
                • trickdacy@lemmy.worldT [email protected]

                  The funny thing about this conversation is I normally feel like I have less of a tolerance for slow computers than anyone else. So yeah, I harped on my employer the last two machines to get upgrades asap, and my home pc's are pretty fast.

                  B This user is from outside of this forum
                  B This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #99

                  Oh wait that's actually probably it haha. I mean I basically have to code on my laptop (m2 macbook air), so it might actually be that I just have less leeway for slow software.

                  So basically, conclusion is: VSCode == Fast enough for desktops, maybe not fast enough for non-beefcake laptops.

                  trickdacy@lemmy.worldT 2 Replies Last reply
                  0
                  • T [email protected]

                    I'm not judging (that much) but you can do pretty well with just telescope, undo-tree and the LSP stuff, no? Debuggers can make it very bloated, at that point I'd just fire up a real IDE just for debugging and get back to Vim to program

                    P This user is from outside of this forum
                    P This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #100

                    I still boot in sub 1s so I don't know what you mean by "bloated"

                    Lazy allows you to boot ultra fast by loading stuff in the background later, so "bloat" doesn't matter

                    nvim-dap does literally nothing until you trigger it, so it's only impact on my startup is like 3 hotkey registrations 😛

                    It's a perfectly fine debugger, works great. The fact I can telescope search to fzf my stack trace actually kind of makes it superior? Like you can't do that sorta stuff in any other IDE I know of

                    Also all my navigation stuff like telescope/harpoon/etc still apply when debugging, so I can literally debug faster jumping around the stack trace with hotkeys.

                    Neovim doesn't get any less awesome when it comes to debugging, a lot of it's power still applies just as much haha

                    1 Reply Last reply
                    1
                    • B [email protected]

                      Oh wait that's actually probably it haha. I mean I basically have to code on my laptop (m2 macbook air), so it might actually be that I just have less leeway for slow software.

                      So basically, conclusion is: VSCode == Fast enough for desktops, maybe not fast enough for non-beefcake laptops.

                      trickdacy@lemmy.worldT This user is from outside of this forum
                      trickdacy@lemmy.worldT This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #101

                      Well I don't know about the MacBook air and maybe I'm behind the times but I feel like the M2s are fast. I do most of my work on a MacBook pro M2. I think it's about 3 years old now

                      B 1 Reply Last reply
                      1
                      • V [email protected]

                        Makes more sense now I guess. 😅

                        Tabs though? Neovim already has tabs support out of the box, right?

                        P This user is from outside of this forum
                        P This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #102

                        Sorts? Not tabs in the way you'd expect but it's default ones can be sufficient

                        Honestly though once you get pretty good with hotkeys you stop using tabs, for all intents and purposes harpoon is tabs, but better, and without the UI. You just mentally usually pick harpoon keys that make sense to save jump points to, like I'll harpoon FooController.cs to c and FooService.cs to s and FooEntity.cs to e and so one

                        And the I jump around with those keys. Usually when working I only need tops 5 harpoon or so for a chunk of work.

                        V 1 Reply Last reply
                        0
                        • M [email protected]

                          Core development tools licenses are too expensive? That's an odd company or from a very low standard country?

                          D This user is from outside of this forum
                          D This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #103

                          The former

                          1 Reply Last reply
                          0
                          • A [email protected]

                            Tell your boss that it's even more expensive to have your foot up his ass. And tell it like Red Foreman

                            D This user is from outside of this forum
                            D This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #104

                            I like the approach

                            1 Reply Last reply
                            0
                            • B [email protected]

                              Oh wait that's actually probably it haha. I mean I basically have to code on my laptop (m2 macbook air), so it might actually be that I just have less leeway for slow software.

                              So basically, conclusion is: VSCode == Fast enough for desktops, maybe not fast enough for non-beefcake laptops.

                              trickdacy@lemmy.worldT This user is from outside of this forum
                              trickdacy@lemmy.worldT This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #105

                              I had an Intel Mac before (2017 I think?) and the M2 felt like a huge upgrade at the time. My main home machine is faster though because like you said it's a desktop. It definitely feels faster than the mac laptop on most things but it's surprising how often they feel comparably snappy.

                              1 Reply Last reply
                              1
                              • mrscottytay@sh.itjust.worksM [email protected]

                                Is it business critical if it can be done elsewhere for cheaper/free?

                                D This user is from outside of this forum
                                D This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #106

                                Yeah, that's the reasoning they have. It works with VSCode. Ish.

                                M 1 Reply Last reply
                                0
                                • trickdacy@lemmy.worldT [email protected]

                                  Well I don't know about the MacBook air and maybe I'm behind the times but I feel like the M2s are fast. I do most of my work on a MacBook pro M2. I think it's about 3 years old now

                                  B This user is from outside of this forum
                                  B This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #107

                                  No I do find the MacBook Air pretty snappy in general. It's just that I do feel an actual very noticeable snappiness difference between VSCode and Sublime/Zed; especially for switching between files within a project. I can still be productive in VSCode (in fact, I think it was the best text editor for a short time when they had the best syntax highlighting of the lighter-ish-text editors). But once LSP was integrated in Sublime, I switched back. Zed feels fast snappy for me, though. So I've been using that more.

                                  trickdacy@lemmy.worldT 1 Reply Last reply
                                  0
                                  • B [email protected]

                                    No I do find the MacBook Air pretty snappy in general. It's just that I do feel an actual very noticeable snappiness difference between VSCode and Sublime/Zed; especially for switching between files within a project. I can still be productive in VSCode (in fact, I think it was the best text editor for a short time when they had the best syntax highlighting of the lighter-ish-text editors). But once LSP was integrated in Sublime, I switched back. Zed feels fast snappy for me, though. So I've been using that more.

                                    trickdacy@lemmy.worldT This user is from outside of this forum
                                    trickdacy@lemmy.worldT This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #108

                                    Interesting. I used Sublime a long time. I actually thought it was a dead project now.

                                    B 1 Reply Last reply
                                    0
                                    • D [email protected]

                                      Yeah, that's the reasoning they have. It works with VSCode. Ish.

                                      M This user is from outside of this forum
                                      M This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #109

                                      Funny how such companies don't care that employees would be more effective with better tools and those license prices would result in way over $20/month profit. 🤷‍♂️

                                      1 Reply Last reply
                                      1
                                      • trickdacy@lemmy.worldT [email protected]

                                        Interesting. I used Sublime a long time. I actually thought it was a dead project now.

                                        B This user is from outside of this forum
                                        B This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #110

                                        it doesn't have as many features as the other editors these days, so I wouldn't necessarily recommend. But I used it for more than 10 years, so my configs and plugins pretty tuned to exactly how I like. So it's my comfy place. And it still feels faster than pretty much everything, sans some terminal editors (but those aren't as comfy for me).

                                        1 Reply Last reply
                                        1
                                        • M [email protected]

                                          Maybe I just have a shitty computer, but I feel like as good as intelliJ is, it's very slow compared to VScode. And fuck me if I'm trying to do anything in Android Studio.

                                          G This user is from outside of this forum
                                          G This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #111

                                          It is slower. It's a fully fledged IDE, VSCode is not so it will always be way faster, but that's again this meme, JetBrains IDE's are super powerful so I guess you can say what it lacks in speed it got in power. It's also written in Java so it's memory heavy, but it is what it is.

                                          I use both and I enjoy both. I would never however use JetBrains to open and edit a single file, its way to slow for that.

                                          S 1 Reply Last reply
                                          13
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups