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.
  • 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
                  • N [email protected]

                    Recently switched to a new contract, which resulted in me switching from IDEA Ultimate to vscode. This picture is terribly accurate.

                    In intellij I usually do code reviews by checking out the code and comparing the branch to origin/main to step through the changes. Just a right click menu option to compare branches.

                    I took for granted that this is just a thing IDEs should do, so I looked in vain for a while before googling it and finding out I need a plugin for that. (If I'm wrong please help me find the button, I still believe it must be in there somewhere. Surely the owners of GitHub can compare branches?)

                    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
                    #112

                    I use that extension called GitLenses, it provides a fair bit of git tools. Not sure if it has what you want as I use JetBrains more and usually do git on CLI anyways

                    1 Reply Last reply
                    1
                    • D [email protected]

                      Arent they like $100/yr a pop? Thats less than what adobe charges for photoshop.

                      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
                      #113

                      Yes, if you use some of them, if you use more of them they become more expensive so the toolbox is a good idea. Still expensive, but usually if you need this you either are a power user or you make money on what you are doing.

                      1 Reply Last reply
                      0
                      • D [email protected]

                        Ed >>>> Sed >>>>> Vi >>>>> Kate >>>>> Vi$ual$tudio

                        tux0r@feddit.orgT This user is from outside of this forum
                        tux0r@feddit.orgT This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #114

                        sam >>>>>>>>> Ed >>>> Sed >>>>> Vi >>>>> Kate >>>>> Vi$ual$tudio

                        calavera@lemm.eeC 1 Reply Last reply
                        1
                        • T [email protected]

                          No need. Looking at the age of users of emacs vs others we'll live a long time

                          tux0r@feddit.orgT This user is from outside of this forum
                          tux0r@feddit.orgT This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #115

                          That's mostly because using inferior software causes stress and stress is unhealthy.

                          1 Reply Last reply
                          0
                          • tux0r@feddit.orgT [email protected]

                            sam >>>>>>>>> Ed >>>> Sed >>>>> Vi >>>>> Kate >>>>> Vi$ual$tudio

                            calavera@lemm.eeC This user is from outside of this forum
                            calavera@lemm.eeC This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #116

                            Toilet paper + pencil>>>>>>>>>>sam >>>>>>>>> Ed >>>> Sed >>>>> Vi >>>>> Kate >>>>> Vi$ual$tudio

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

                              Lol wow, intelliJ? Shit's slow as fuck

                              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
                              #117

                              it isn't particularly slow if you have enough RAM and it has indexed the project

                              isveryloud@lemmy.caI 1 Reply Last reply
                              2
                              • rikudou@lemmings.worldR [email protected]
                                This post did not contain any content.
                                J This user is from outside of this forum
                                J This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #118

                                No mention of KDevelop? ;__;

                                I like it because it is the pretty much only FOSS graphical IDE where the edit-compile-debug cycle works. I'm been using it for last 10y for C/C++/Python, and it recently gained LSP support. (ported from Kate)

                                M 1 Reply Last reply
                                4
                                • P [email protected]

                                  Honestly I think I like Java better than C++ because with all that complexity at least you get memory safety, actually readable errors, and portable code. C# is great but Linux support is spotty.

                                  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
                                  #119

                                  I freakin love Java

                                  1 Reply Last reply
                                  0
                                  • V [email protected]

                                    Intello sense still won't find the Godot classes 😕 (linux & C#)

                                    yessikg@lemmy.blahaj.zoneY This user is from outside of this forum
                                    yessikg@lemmy.blahaj.zoneY This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #120

                                    What about Rider?

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

                                      it isn't particularly slow if you have enough RAM and it has indexed the project

                                      isveryloud@lemmy.caI This user is from outside of this forum
                                      isveryloud@lemmy.caI This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #121

                                      I personally found VSCode slower.

                                      You need a decent machine to run iJ, but it's worth it and it's really fast when you have enough RAM to give it. I recommend at least 32, but I have 64.

                                      1 Reply Last reply
                                      1
                                      • yessikg@lemmy.blahaj.zoneY [email protected]

                                        What about Rider?

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

                                        Is that a plugin?

                                        yessikg@lemmy.blahaj.zoneY 1 Reply Last reply
                                        0
                                        • S [email protected]

                                          You guys use editors? Real programmers only need a mechanical hard drive, a magnetized needle and a steady hand.

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

                                          Like a code tattoo.

                                          1 Reply Last reply
                                          0
                                          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