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. Bingo of Awful IT Processes

Bingo of Awful IT Processes

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
51 Posts 39 Posters 1 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.
  • cm0002@lemmy.worldC [email protected]
    This post did not contain any content.
    T This user is from outside of this forum
    T This user is from outside of this forum
    [email protected]
    wrote last edited by
    #15

    Worse than 1 hour standup and 4 hour planning:

    1 hour daily standups and 30 minute planning meetings.

    I've been on a team that consistently congratulated themselves on how fast and smooth planning is, when none of the stories would have acceptance criteria or real descriptions at the end of the meeting, and then we'd have to spend tons of extra time during daily standup actually figuring out wtf the work was

    aramova@infosec.pubA 1 Reply Last reply
    1
    • S [email protected]

      if i fill every space, what do i win?

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

      Weekday drinking as a hobby.

      1 Reply Last reply
      18
      • S [email protected]

        if i fill every space, what do i win?

        zorsith@lemmy.blahaj.zoneZ This user is from outside of this forum
        zorsith@lemmy.blahaj.zoneZ This user is from outside of this forum
        [email protected]
        wrote last edited by
        #17

        Another row and column to make an actual bingo card

        1 Reply Last reply
        4
        • cm0002@lemmy.worldC [email protected]
          This post did not contain any content.
          a_norny_mousse@feddit.orgA This user is from outside of this forum
          a_norny_mousse@feddit.orgA This user is from outside of this forum
          [email protected]
          wrote last edited by
          #18

          I'll take top right and bottom left please.

          1 Reply Last reply
          0
          • cm0002@lemmy.worldC [email protected]
            This post did not contain any content.
            spankmonkey@lemmy.worldS This user is from outside of this forum
            spankmonkey@lemmy.worldS This user is from outside of this forum
            [email protected]
            wrote last edited by
            #19

            More like Bing of Awful IT Practices!

            I've added this comment effort to my time tracker in story points.

            1 Reply Last reply
            3
            • cm0002@lemmy.worldC [email protected]
              This post did not contain any content.
              F This user is from outside of this forum
              F This user is from outside of this forum
              [email protected]
              wrote last edited by
              #20

              Damn, I've encountered all of these, and my current job features most of them.

              1 Reply Last reply
              0
              • eager_eagle@lemmy.worldE [email protected]

                some people really seem to think that shitting on the ones who actually do the job solves anything

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

                That guy was an egomaniac with a pathological need to be the smartest person in the room. Which was unfortunate for him, because although a competent technician, he was awful at running a business. Also he decided at some point that he knew enough about his craft in a field where everything is constantly changing.

                1 Reply Last reply
                12
                • bleistift2@sopuli.xyzB [email protected]

                  What’s wrong with a time tracker? If you’re billing a client, you need to know how much time you spent on them. If you’re tracking internal projects, then it’s still worth knowing where your time is spent and if it might be better spent elsewhere. If it’s work hours that are tracked, then that’s a solution for ‘Unregistered overtime.’

                  riskable@programming.devR This user is from outside of this forum
                  riskable@programming.devR This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #22

                  When you work on the same thing for 8 hours a day for years and then suddenly management decides that they need "detailed time tracking."

                  They just gave you a new job without additional compensation. New responsibilities, no new title, no raise, etc.

                  Then—months later—they realize that everyone's spending at least half an hour, regularly to figure out how they're spending their time. Some bean counter adds up how much that costs in real money and then—out of nowhere—management decides they don't need detailed time tracking anymore.

                  bleistift2@sopuli.xyzB 1 Reply Last reply
                  4
                  • 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]
                    #23

                    The point is that if story points=hours, you should just fucking use hours from the beginning.

                    maestro@fedia.ioM 1 Reply Last reply
                    1
                    • M [email protected]

                      The point is that if story points=hours, you should just fucking use hours from the beginning.

                      maestro@fedia.ioM This user is from outside of this forum
                      maestro@fedia.ioM This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #24

                      Yes, that's what I meant as well 😄

                      1 Reply Last reply
                      0
                      • P This user is from outside of this forum
                        P This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #25

                        In the "right" use case, story points should just represent relative effort.

                        The hours dont matter, its more about ranking how challenging a task is, in order to help the manager rank the priority of tasks.

                        You should have typically 2~3 metrics:

                        1. Points, which represent relative effort of the task to the other tasks you are also ranking.

                        2. Value, how much value does doing this task provide, how important is it

                        3. Risk, how risky is it that this might break shit though if you make these changes (IE new features typically are low risk since they just add stuff, but if you have to modify old stuff now your risk goes up)

                        If you have a good integration testing system automated, Risk can be mostly removed since you can just rely on your testing framework to catch if something is gonna explode.

                        Then your manager can use a formula with these values to basically rank a priority order for every ticket you now scored, in order to assess what the next thing is that is best to focus on.

                        1 Reply Last reply
                        3
                        • bleistift2@sopuli.xyzB [email protected]

                          What’s wrong with a time tracker? If you’re billing a client, you need to know how much time you spent on them. If you’re tracking internal projects, then it’s still worth knowing where your time is spent and if it might be better spent elsewhere. If it’s work hours that are tracked, then that’s a solution for ‘Unregistered overtime.’

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

                          Might solve overtime since you always record it, or do you? If you record the overtime you spend on internal projects it's gonna have a bad impact on your ratio of client work to internal work. What you spend 20% of your time on internal projects, your colleagues only spend 10% there - but I work 50h/week instead of 40, but no one looks on this.

                          Another problem is when your company doesn't have any work for you and you gonna figure out where to book the 8h of doing nothing but waiting for work that day.

                          Yeah working with timesheets sure is fun work.

                          1 Reply Last reply
                          0
                          • riskable@programming.devR [email protected]

                            When you work on the same thing for 8 hours a day for years and then suddenly management decides that they need "detailed time tracking."

                            They just gave you a new job without additional compensation. New responsibilities, no new title, no raise, etc.

                            Then—months later—they realize that everyone's spending at least half an hour, regularly to figure out how they're spending their time. Some bean counter adds up how much that costs in real money and then—out of nowhere—management decides they don't need detailed time tracking anymore.

                            bleistift2@sopuli.xyzB This user is from outside of this forum
                            bleistift2@sopuli.xyzB This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #27

                            I’ll offer a different explanation: After checking for a few months they realized that all’s good and that the tracking isn’t needed anymore.

                            H 1 Reply Last reply
                            0
                            • bleistift2@sopuli.xyzB [email protected]

                              I’ll offer a different explanation: After checking for a few months they realized that all’s good and that the tracking isn’t needed anymore.

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

                              So they got their feelings satisfied with only a major annoyance to everyone and about a month of work wasted among everyone.

                              1 Reply Last reply
                              3
                              • V [email protected]

                                I imagine this is a problem mostly for people who do all of their time tracker recording at the end of the week or month or whatever billing period they have. This requires a lot more thinking and time, and thus becomes a problem, compared to just filling it in at the end of the day.

                                Just a guess though.

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

                                I've a slight manageable case of ADHD and I tend to obsessively hyperfocus on tasks. It's a good relationship because I get a lot of shit done well, and enjoy my work.

                                If you start forcing me to plan out my day every day, down to 15 minute increments, my productivity drops by around 60%, because I stop concentrating on getting shit done, and start working to rule. Not because I'm vindictive, but because that's what you asked me to do.

                                V 1 Reply Last reply
                                1
                                • cm0002@lemmy.worldC [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 last edited by
                                  #30

                                  Oh c'mon guy, just work your magic

                                  1 Reply Last reply
                                  0
                                  • cm0002@lemmy.worldC [email protected]
                                    This post did not contain any content.
                                    B This user is from outside of this forum
                                    B This user is from outside of this forum
                                    [email protected]
                                    wrote last edited by
                                    #31

                                    If this were a 5x5, I'd have the free square in the middle be "aI-pOwErEd"

                                    D 1 Reply Last reply
                                    15
                                    • cm0002@lemmy.worldC [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
                                      #32

                                      For my team it's been "oh your out of work? Let's just pull in another card for you from the backlog"

                                      And then they get pissy when the burn down chart looks like a camel, finishing at the same place we started.

                                      1 Reply Last reply
                                      4
                                      • L [email protected]

                                        A BRAND NEW CAR (emoji) 🚗

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

                                        Can't I at least have a sticker?

                                        1 Reply Last reply
                                        1
                                        • cm0002@lemmy.worldC [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 last edited by
                                          #34

                                          Any extra points for hitting the "Finished the feature?" square three times for the same feature?

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