awful.systems
  • Communities
  • Create Post
  • search
    Search
  • Login
  • Sign Up
RmDebArc_5@piefed.zip to Programmer Humor@programming.devEnglish · 3 days ago

I'd watch a movie about that

media.piefed.zip

message-square
35
link
fedilink
1.18K

I'd watch a movie about that

media.piefed.zip

RmDebArc_5@piefed.zip to Programmer Humor@programming.devEnglish · 3 days ago
message-square
35
link
fedilink
alert-triangle
You must log in or # to comment.
  • SleeplessCityLights@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    20 hours ago

    I am taking the network down at the office on this day. I have accidentally done it before and now I know how to do it again.

  • AeronMelon@lemmy.world
    link
    fedilink
    arrow-up
    169
    ·
    3 days ago

    This summer - GIT OUT

    • forrgott@lemmy.zip
      link
      fedilink
      arrow-up
      40
      ·
      3 days ago

      Oh God damn you. Have your upvote and… you know the rest…

      (ノಠ益ಠ)ノ彡┻━┻

      • KairuByte@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        24
        ·
        3 days ago

        ┬──┬◡ノ(° -°ノ)

      • lad@programming.dev
        link
        fedilink
        English
        arrow-up
        8
        ·
        2 days ago

        I expected ‘git gud’

  • eodur@piefed.social
    link
    fedilink
    English
    arrow-up
    98
    ·
    3 days ago

    I thought this was programmer humor, not programmer horror

  • red_tomato@lemmy.world
    link
    fedilink
    arrow-up
    91
    ·
    edit-2
    3 days ago

    Another movie pitch:

    Due to management decision, a code freeze has been mandated to the main branch. 50 feature branches have accumulated waiting to be merged.

    Management has now finally approved to lift the code freeze - but only for 24 hours. Will the poor engineering team manage to merge all feature branches in time?

    • Otter@lemmy.ca
      link
      fedilink
      arrow-up
      15
      ·
      3 days ago

      Is there a robust test suite?

      Merge, test, merge, test, patch, merge, test

      • red_tomato@lemmy.world
        link
        fedilink
        arrow-up
        18
        ·
        3 days ago

        Only some of the new code does. Unfortunately, most of the code base is 10 years old written in the good ol’ Anarchy Driven Programming paradigm.

      • Miaou@jlai.lu
        link
        fedilink
        arrow-up
        5
        ·
        2 days ago

        If by test you mean wait for customers to yell at us, it’s super robust

      • harambe69@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        11
        ·
        3 days ago

        The test suite takes 24 hours to run fully.

    • grue@lemmy.world
      link
      fedilink
      arrow-up
      13
      ·
      3 days ago

      Merging all the feature branches in time is easy.

      Having the project compile afterwards is hard.

    • ugo@feddit.it
      link
      fedilink
      arrow-up
      10
      ·
      edit-2
      3 days ago

      Very easy: merge everything, fix after the feature freeze. It’s a feature freeze, not a bugfix freeze.

      Edit: wait you said code freeze, my bad. Still, merge everything. If stuff doesn’t work after the freeze, management will unfreeze for fixes. Or they freeze a non-working product. Do stupid management, get stupid results. Not on me to make idiotic processes work.

    • BeardedGingerWonder@feddit.uk
      link
      fedilink
      English
      arrow-up
      5
      ·
      3 days ago

      Merge/test/fix on a separate branch and then merge this into main when the freeze lifts?

  • Otter@lemmy.ca
    link
    fedilink
    arrow-up
    41
    ·
    3 days ago
    rm -rf *
    
    git add -A
    git commit -m "oops."
    
    rm -rf .git
    git init
    git add .
    git commit -m "bye."
    
    git push origin main --force
    
    • black_flag@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      50
      ·
      3 days ago

      rm-ing .git isn’t gonna work cuz you’ll have to re-add the remotes.

      • Otter@lemmy.ca
        link
        fedilink
        arrow-up
        8
        ·
        3 days ago

        Oh good point 🤦

        So maybe instead, we can clear all local + remote branches and tags, create a blank branch, delete main, rename the blank branch to main, then delete .git

        Although the OP says that we can merge anything, and we might not have access to mess with branches

        • ozymandias117@lemmy.world
          link
          fedilink
          English
          arrow-up
          11
          ·
          3 days ago

          Or just git push origin --force blank:main

          • fartographer@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            2 days ago

            Live your best life. git pull blindly.

    • Otter@lemmy.ca
      link
      fedilink
      arrow-up
      11
      ·
      3 days ago

      I’m not sure about the git history wipe, I can’t test it myself right now

      • Midnitte@beehaw.org
        link
        fedilink
        English
        arrow-up
        18
        ·
        3 days ago

        Just test it on production, you could do it right now

        • Otter@lemmy.ca
          link
          fedilink
          arrow-up
          8
          ·
          3 days ago

          Goodbye fedecan.ca

  • gwl [he/him]@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    https://www.openchaos.dev/#votes is kinda similar to, but weekly instead (voted for submissions that automatically get merged)

  • NotAnonymousAtAal@feddit.org
    link
    fedilink
    arrow-up
    9
    ·
    2 days ago

    So every sane dev will just sit that day out, do nothing and then once it has all blown over one of them will hard reset main to right before the silly time started. Sounds like a chill time, but not a good plot for a movie imo.

    • zalgotext@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      2 days ago

      IDK, that sounds like a fun twist to me

  • Inucune@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    2 days ago

    Every repo I can suddenly has a requirement for my $1k/license addon and won’t run without it.

  • sbird@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    16
    ·
    3 days ago

    My question would be for what time zone? That seems like an important detail

    • VoteNixon2016@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      29
      ·
      3 days ago

      Well my pull request simplified all time zones to just UTC +8:45 so we never have to worry about it again

  • I Cast Fist@programming.dev
    link
    fedilink
    arrow-up
    9
    ·
    3 days ago

    Sweet ninjesus, i’m having a heart attack just imagining it

  • Nie@piefed.social
    link
    fedilink
    English
    arrow-up
    7
    ·
    3 days ago

    So the equivalente to not wanting to make part of it and staying at home is setting repositories private a few hours before and only reopening the day after?

  • fubarx@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    This feels like it needs a ‘Hunger Games’ add-on.

  • InFerNo@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    What does “all tech debt is legal” mean?

    • lad@programming.dev
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 days ago

      That accumulation of a hundred years of tech debt during that 12h window is acceptable

      • xylogx@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        ·
        2 days ago

        Good opportunity to introduce a Cobol subsystem.

  • Shaker_dev@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    3 days ago

    I’m not understand , what it’s mean

Programmer Humor@programming.dev

programmer_humor@programming.dev

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmer_humor@programming.dev

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 448 users / day
  • 3.74K users / week
  • 8.7K users / month
  • 17K users / 6 months
  • 5 local subscribers
  • 30.9K subscribers
  • 1.73K Posts
  • 48.2K Comments
  • Modlog
  • mods:
  • Feyter@programming.dev
  • adr1an@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • BE: 0.19.12
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org