Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • 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. Break Things !== Move Fast

Break Things !== Move Fast

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
68 Posts 51 Posters 2 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.
  • J This user is from outside of this forum
    J This user is from outside of this forum
    [email protected]
    wrote last edited by
    #1
    This post did not contain any content.
    lowspeedchase@lemmy.dbzer0.comL snotflickerman@lemmy.blahaj.zoneS P O J 22 Replies Last reply
    654
    • J [email protected]
      This post did not contain any content.
      lowspeedchase@lemmy.dbzer0.comL This user is from outside of this forum
      lowspeedchase@lemmy.dbzer0.comL This user is from outside of this forum
      [email protected]
      wrote last edited by
      #2

      Sorry bruce, these boys get a little crazy when they get that -CoPilot/Claude/Cursor- in them...

      teft@piefed.socialT dohpaz42@lemmy.worldD 2 Replies Last reply
      22
      • J [email protected]
        This post did not contain any content.
        snotflickerman@lemmy.blahaj.zoneS This user is from outside of this forum
        snotflickerman@lemmy.blahaj.zoneS This user is from outside of this forum
        [email protected]
        wrote last edited by
        #3

        Hey Farva, what's the name of that design philosophy you like that's got all that goofy shit and no respect for established norms?

        E E 2 Replies Last reply
        81
        • lowspeedchase@lemmy.dbzer0.comL [email protected]

          Sorry bruce, these boys get a little crazy when they get that -CoPilot/Claude/Cursor- in them...

          teft@piefed.socialT This user is from outside of this forum
          teft@piefed.socialT This user is from outside of this forum
          [email protected]
          wrote last edited by
          #4

          1 Reply Last reply
          20
          • snotflickerman@lemmy.blahaj.zoneS [email protected]

            Hey Farva, what's the name of that design philosophy you like that's got all that goofy shit and no respect for established norms?

            E This user is from outside of this forum
            E This user is from outside of this forum
            [email protected]
            wrote last edited by
            #5

            Oh, you mean "move fast and break things"?

            J F 2 Replies Last reply
            65
            • E [email protected]

              Oh, you mean "move fast and break things"?

              J This user is from outside of this forum
              J This user is from outside of this forum
              [email protected]
              wrote last edited by
              #6

              1 Reply Last reply
              76
              • J [email protected]
                This post did not contain any content.
                P This user is from outside of this forum
                P This user is from outside of this forum
                [email protected]
                wrote last edited by
                #7

                It’s fine to do that if you’re pre-customer and you’re just dabbling with a new idea. Once you are ready to go public though you need to be stable and secure. The big problem is when people try to apply the same development philosophy between established software and pre-alpha software.

                O B 2 Replies Last reply
                49
                • J [email protected]
                  This post did not contain any content.
                  O This user is from outside of this forum
                  O This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #8

                  Going slow doesn't mean you don't break things either. If you don't want to break things, you need test plans, logging and alerts

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

                    It’s fine to do that if you’re pre-customer and you’re just dabbling with a new idea. Once you are ready to go public though you need to be stable and secure. The big problem is when people try to apply the same development philosophy between established software and pre-alpha software.

                    O This user is from outside of this forum
                    O This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #9

                    Once you are ready to go public though you need to be stable and secure

                    Is that really true though? If you have a product people actually want, they'll use it regardless of bugs

                    P tatterdemalion@programming.devT 2 Replies Last reply
                    12
                    • lowspeedchase@lemmy.dbzer0.comL [email protected]

                      Sorry bruce, these boys get a little crazy when they get that -CoPilot/Claude/Cursor- in them...

                      dohpaz42@lemmy.worldD This user is from outside of this forum
                      dohpaz42@lemmy.worldD This user is from outside of this forum
                      [email protected]
                      wrote last edited by [email protected]
                      #10

                      Fun fact: some of those syrup bottles were filled with iced tea. Some. Not all.

                      1 Reply Last reply
                      10
                      • O [email protected]

                        Once you are ready to go public though you need to be stable and secure

                        Is that really true though? If you have a product people actually want, they'll use it regardless of bugs

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

                        That’s sadly the opinion of a lot of tech companies.

                        1 Reply Last reply
                        22
                        • O [email protected]

                          Going slow doesn't mean you don't break things either. If you don't want to break things, you need test plans, logging and alerts

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

                          Meta's philosophy has bit them before, but they at least do it better than anyone else. Other companies hear the Meta philosophy and their CEOs take that as an excuse to underfund development to the point of constant errors and shipping broken products.

                          They don't seem to realize that the reason that Meta can operate that way is because they are / were relentlessly focused on figuring out why things broke and then building out new products and systems to let them keep working fast and breaking things without their being a big downstream impact.

                          They have incredibly robust testing, monitoring, and alerting systems in place for all of their products, including newly developed ones. They found it faster to work in a giant monorepo and share code, but they actually monitored and recognized when it scaled too big and was slowing development down and had teams building out custom version control software and virtual disk utilities to fix this (Microsoft did similar with Git when they moved Windows development to it), and when Meta found that coding in raw JavaScript and HTML was creating scaling difficulties with their app, they built React. Same thing with their customized version of PHP on the backend.

                          I don't think Meta's impact on the world has been positive, and I don't think they should move fast and break things from a product design and ethics standpoint, but from an engineering standpoint, I do have respect for how they have executed that philosophy, and think that literally everyone else who tries it fails because they view it as a way of cutting short term costs, instead of as a way to identify and build and fix long term infrastructure.

                          M 1 Reply Last reply
                          13
                          • E [email protected]

                            Oh, you mean "move fast and break things"?

                            F This user is from outside of this forum
                            F This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #13

                            I live by "Move things and breakfast."

                            1 Reply Last reply
                            30
                            • J [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 last edited by
                              #14

                              I much prefer "Move slowly and fix things" (I so wish I had thought of that myself but can't remember where I saw it).

                              1 Reply Last reply
                              1
                              • M [email protected]

                                Meta's philosophy has bit them before, but they at least do it better than anyone else. Other companies hear the Meta philosophy and their CEOs take that as an excuse to underfund development to the point of constant errors and shipping broken products.

                                They don't seem to realize that the reason that Meta can operate that way is because they are / were relentlessly focused on figuring out why things broke and then building out new products and systems to let them keep working fast and breaking things without their being a big downstream impact.

                                They have incredibly robust testing, monitoring, and alerting systems in place for all of their products, including newly developed ones. They found it faster to work in a giant monorepo and share code, but they actually monitored and recognized when it scaled too big and was slowing development down and had teams building out custom version control software and virtual disk utilities to fix this (Microsoft did similar with Git when they moved Windows development to it), and when Meta found that coding in raw JavaScript and HTML was creating scaling difficulties with their app, they built React. Same thing with their customized version of PHP on the backend.

                                I don't think Meta's impact on the world has been positive, and I don't think they should move fast and break things from a product design and ethics standpoint, but from an engineering standpoint, I do have respect for how they have executed that philosophy, and think that literally everyone else who tries it fails because they view it as a way of cutting short term costs, instead of as a way to identify and build and fix long term infrastructure.

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

                                The reason Meta could operate that way was because they were a platform for people sending funny texts to each other with no promises of security or privacy.

                                By the way, even they don't operate like that anymore.

                                M 1 Reply Last reply
                                7
                                • M [email protected]

                                  The reason Meta could operate that way was because they were a platform for people sending funny texts to each other with no promises of security or privacy.

                                  By the way, even they don't operate like that anymore.

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

                                  I'm basing that on my experience contracting there ~ 1.5 years ago. They've added new control systems to address things like the GDPR, but they are all still designed to be fully productized parts of their developer framework so that developers don't have to think about them and can still move just as fast with product / feature development.

                                  And while their product market had a little bit to do with it, they quite frankly have buggy software in production for less time than most major SAAS vendors or contract built systems.

                                  M 1 Reply Last reply
                                  6
                                  • J [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 last edited by
                                    #17

                                    The boss wanted me to find savings, so I started unplugging servers.

                                    C D 2 Replies Last reply
                                    45
                                    • M [email protected]

                                      I'm basing that on my experience contracting there ~ 1.5 years ago. They've added new control systems to address things like the GDPR, but they are all still designed to be fully productized parts of their developer framework so that developers don't have to think about them and can still move just as fast with product / feature development.

                                      And while their product market had a little bit to do with it, they quite frankly have buggy software in production for less time than most major SAAS vendors or contract built systems.

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

                                      As you noticed, they have had a quality assurance structure for way longer than 2 years. They've had it for close to 20 years now.

                                      When they used to have this philosophy, they did always have something broken on their site, and go out of air once in a while. And they did benefit greatly from the speed they got from it, for a while, until it started being harmful.

                                      1 Reply Last reply
                                      1
                                      • J [email protected]

                                        The boss wanted me to find savings, so I started unplugging servers.

                                        C This user is from outside of this forum
                                        C This user is from outside of this forum
                                        [email protected]
                                        wrote last edited by
                                        #19

                                        Isn't that what Elon did when he bought Twitter? Just randomly started unplugging shit?

                                        H 1 Reply Last reply
                                        3
                                        • J [email protected]
                                          This post did not contain any content.
                                          D This user is from outside of this forum
                                          D This user is from outside of this forum
                                          [email protected]
                                          wrote last edited by
                                          #20

                                          At work we have the following quote on the fridge

                                          "A ceramics teacher announced on opening day that he was dividing the class into two groups. All those on the left side of the studio, he said, would be graded solely on the quantity of work they produced, all those on the right solely on its quality. His procedure was simple: on the final day of class he would bring in his bathroom scales and weigh the work of the “quantity” group: fifty pound of pots rated an “A”, forty pounds a “B”, and so on. Those being graded on “quality”, however, needed to produce only one pot — albeit a perfect one — to get an “A”. Well, came grading time and a curious fact emerged: the works of highest quality were all produced by the group being graded for quantity. It seems that while the “quantity” group was busily churning out piles of work – and learning from their mistakes — the “quality” group had sat theorizing about perfection, and in the end had little more to show for their efforts than grandiose theories and a pile of dead clay."

                                          We are a software development company and my reply to this was basically that pot making hasn't changed in a long time, it's basically shaping and firing clay. Software development is comparatively new and has a vastly more dynamic landscape.

                                          Also, the comparison is stupid because we don't write code, realize it was shit and write a new one. If we did business like that, we wouldn't be in business.

                                          H B B C M 9 Replies Last reply
                                          33
                                          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