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. That's a quite interesting add-on

That's a quite interesting add-on

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
45 Posts 34 Posters 5 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.
  • missybee@lemmy.blahaj.zoneM [email protected]

    Maybe this will get me to start programming seriously.

    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 on last edited by
    #11

    Time to charge up the old butt plug and revisit Hello World!

    1 Reply Last reply
    26
    • R [email protected]

      They didn't even have mentioned the comments in the source code

      /// Mommy intentionally lets her little ones call her recursively, since they might want to hear more from her~
      ///
      /// If they call her a thousand times in a row, though, something has probably gone wrong 😏
      const RECURSION_LIMIT: u8 = 100;
      /// This name is intentionally not user-configurable. Mommy can't let the little ones make *too*
      /// much of a mess~
      const RECURSION_LIMIT_VAR: &str = "CARGO_MOMMY_RECURSION_LIMIT";
      
      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
      #12

      They set a limit on number of recursive calls? Good luck trying to sort or search anything.

      R 1 Reply Last reply
      16
      • cows_are_underrated@feddit.orgC [email protected]
        This post did not contain any content.
        linearity@infosec.pubL This user is from outside of this forum
        linearity@infosec.pubL This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #13

        For the Python degenerates

        https://github.com/Def-Try/python-mommy

        M W tgirlschierke@lemmy.blahaj.zoneT A 4 Replies Last reply
        52
        • K [email protected]

          I was specifically talking about, say, an AI storefront being overrun by 4chan or the like and turning into a nazi or cyberslut overnight, like what happened to Tay.

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

          That's if the ai is learning from the responses. But there it's more of a problem with the site not filtering data

          1 Reply Last reply
          4
          • cows_are_underrated@feddit.orgC [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 on last edited by
            #15

            Not updated in the past year. So meh, dead on arrival.

            H 1 Reply Last reply
            2
            • linearity@infosec.pubL [email protected]

              For the Python degenerates

              https://github.com/Def-Try/python-mommy

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

              Every day we stray further from god

              1 Reply Last reply
              15
              • cows_are_underrated@feddit.orgC [email protected]
                This post did not contain any content.
                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 on last edited by
                #17

                What the hell about “Mommy will put you in time-out” makes you think it’s horny? Lay off the Pornhub, dude.

                L B B jackbydev@programming.devJ russjr08@bitforged.spaceR 5 Replies Last reply
                7
                • cows_are_underrated@feddit.orgC [email protected]
                  This post did not contain any content.
                  korne127@lemmy.worldK This user is from outside of this forum
                  korne127@lemmy.worldK This user is from outside of this forum
                  [email protected]
                  wrote on last edited by [email protected]
                  #18

                  Damn, I really caused a cascade of posts when I posted this in a comment

                  cows_are_underrated@feddit.orgC B 2 Replies Last reply
                  22
                  • T [email protected]

                    Not updated in the past year. So meh, dead on arrival.

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

                    Programs in rust aren't necessarily abandoned, sometimes they're done

                    T 1 Reply Last reply
                    1
                    • cows_are_underrated@feddit.orgC [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 on last edited by
                      #20

                      I enjoy Foone's content often. Really hoping there's no Milkshake Duck there.

                      1 Reply Last reply
                      4
                      • cows_are_underrated@feddit.orgC [email protected]
                        This post did not contain any content.
                        agamemnonymous@sh.itjust.worksA This user is from outside of this forum
                        agamemnonymous@sh.itjust.worksA This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #21

                        What a time to be alive

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

                          What the hell about “Mommy will put you in time-out” makes you think it’s horny? Lay off the Pornhub, dude.

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

                          I'd say depends on context. Sure, a mom talking to her baby like that is innocent (I hope). But if yer galpal shows up in underwear talking with a sexy voice, that'd be different (or so I'd imagine. Idk. Clearly not talking from experience). With the added emoji, I'd take it to be an emulation of something closer to the latter

                          jackbydev@programming.devJ 1 Reply Last reply
                          9
                          • J [email protected]

                            They set a limit on number of recursive calls? Good luck trying to sort or search anything.

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

                            ...

                            Looking back at the code (Sigh), it's to prevent setting the CARGO variable to cargo mommy, and causing an infinite loop.
                            You can still do cargo mommy mommy if you like double praises

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

                              What the hell about “Mommy will put you in time-out” makes you think it’s horny? Lay off the Pornhub, dude.

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

                              Please see https://en.m.wikipedia.org/wiki/BDSM and https://en.m.wikipedia.org/wiki/Dominatrix

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

                                What the hell about “Mommy will put you in time-out” makes you think it’s horny? Lay off the Pornhub, dude.

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

                                are you nuts? did you miss the tilde and the tongue emoji?

                                bleistift2@sopuli.xyzB 1 Reply Last reply
                                13
                                • linearity@infosec.pubL [email protected]

                                  For the Python degenerates

                                  https://github.com/Def-Try/python-mommy

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

                                  Thanks, but I don't want to scare my AI.

                                  1 Reply Last reply
                                  8
                                  • korne127@lemmy.worldK [email protected]

                                    Damn, I really caused a cascade of posts when I posted this in a comment

                                    cows_are_underrated@feddit.orgC This user is from outside of this forum
                                    cows_are_underrated@feddit.orgC This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #27

                                    You definitely did

                                    1 Reply Last reply
                                    6
                                    • B [email protected]

                                      are you nuts? did you miss the tilde and the tongue emoji?

                                      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 on last edited by
                                      #28

                                      I didn’t recognize that as a tongue, no. To me it was a weirdly shaped heart. Or rather, a pink triangle.

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

                                        What the hell about “Mommy will put you in time-out” makes you think it’s horny? Lay off the Pornhub, dude.

                                        jackbydev@programming.devJ This user is from outside of this forum
                                        jackbydev@programming.devJ This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #29

                                        Don't kink shame.

                                        1 Reply Last reply
                                        4
                                        • L [email protected]

                                          I'd say depends on context. Sure, a mom talking to her baby like that is innocent (I hope). But if yer galpal shows up in underwear talking with a sexy voice, that'd be different (or so I'd imagine. Idk. Clearly not talking from experience). With the added emoji, I'd take it to be an emulation of something closer to the latter

                                          jackbydev@programming.devJ This user is from outside of this forum
                                          jackbydev@programming.devJ This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #30

                                          I'd say the buttplug.io integration made it pretty clear.

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