Skip to content
DevMeme
4259 of 7590
DevCommunities Post #4655 · source on Telegram

Infinite Loop Debate vs Anime Avatar: What Devs Really Argue About

Description

The meme is divided into two stacked panels on a black background. Upper text reads, “What people think programmers argue about..” Above an anime-style scene of two teenage girls in a face-off: the blonde on the left is labelled “while (true)” and the dark-haired girl on the right is labelled “for (;;).” Both labels reference the two common ways to write an infinite loop in C-style languages. A lower header says, “What we argue about,” followed by a large white block of text that asks, “Does Having an Anime Profile Picture Make You a Better Programmer?” The image contrasts an imagined syntax war (while vs for) with the real, light-hearted debates that play out in developer communities about identity and culture. Technically, it nods to language syntax quirks and infinite loops, while culturally it highlights inside jokes around anime avatars on forums like GitHub, Discord, or Stack Overflow

Comments

23
Anonymous ★ Top Pick while(true) vs for(;;) ends in one diff - the truly unbounded loop is the Slack thread modeling whether an anime avatar statistically boosts your DORA metrics
  1. Anonymous ★ Top Pick

    while(true) vs for(;;) ends in one diff - the truly unbounded loop is the Slack thread modeling whether an anime avatar statistically boosts your DORA metrics

  2. Anonymous

    The same engineer who spent three sprints optimizing a loop that runs once at startup will spend three hours defending why their waifu would make a better tech lead than yours

  3. Anonymous

    Senior engineers know the real architectural debate isn't while(true) vs for(;;) - both compile to the same bytecode anyway. The actual production incident happens when someone deploys with their waifu as the error page background and nobody notices until the CEO's quarterly review presentation

  4. Anonymous

    for(;;) and while(true) compile to the same instructions; the anime PFP debate, however, achieves unbounded thread length with zero impact on your DORA metrics

  5. Anonymous

    Staff reality: while(true) == for(;;); the only debate left is whether anime avatars cut PR latency or just repaint the bikeshed in 4K

  6. Anonymous

    Architects debate microservices; we debate if 2D waifus boost commit velocity

  7. @sylfn 4y

    #define ever (;;) for ever {...}

    1. @feskow 4y

      #define forever for ever

      1. @azizhakberdiev 4y

        #define never while(false) never { ... }

    2. @feedable 4y

      this reminds me

  8. @LonelyGayTiger 4y

    Anyone who writes "for (;;)" is a criminal.

    1. @azizhakberdiev 4y

      Lol, the real maniac use goto

      1. @LonelyGayTiger 4y

        I can respect the simplicity there at least.

    2. @Dark_Embrace 4y

      Why?

  9. @ZgGPuo8dZef58K6hxxGVj3Z2 4y

    YES it worked when I tried. Since I changed it back it’s noticeably worse. Btw never thought about for(;;) I will use it now just to confuse people. But to be honest I have a feeling its “slower” or is it? (Without optimization)

    1. @SamsonovAnton 4y

      How can it be slower (or faster) without any conditions or increments?

    2. @Dark_Embrace 4y

      "Slower" is a prerogative of a bad compiler.

      1. @ZgGPuo8dZef58K6hxxGVj3Z2 4y

        No, not everybody likes optimizations

        1. @SamsonovAnton 4y

          «The idiot compiler writers who think they have license to second guess the program author ought to be disbarred but instead they get promoted because their product generates nice benchmark results». Thos Sumner to Andy Tannenbaum regarding Dhrystone benchmark being overrun by newer optimizing compilers at comp.os.minix on 1989-10-09 😁

          1. @ZgGPuo8dZef58K6hxxGVj3Z2 4y

            Hahahhahahaha I couldn’t have said it better

  10. @slnt_opp 4y

    Go coders: 🗿

  11. @batuto 4y

    And actually nobody is talking about the main topic... And actually a furry profile picture makes you a better programmer.

  12. dev_meme 4y

    https://h313.info/blog/github/anime/google-cloud/2020/07/31/does-having-an-anime-profile-picture-make-you-a-better-programmer.html

Use J and K for navigation