Brdsnest Lemmy
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 2 days ago

Terminology

lemmy.world

message-square
72
fedilink
831

Terminology

lemmy.world

cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 2 days ago
message-square
72
fedilink
  • Buffman@lemmy.world
    link
    fedilink
    arrow-up
    131
    ·
    2 days ago

    unzip, strip, top, less, touch, finger, grep, mount, fsck, more, yes, fsck, fsck, fsck, umount, sleep.

    • WorldsDumbestMan@lemmy.today
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago

      This is the weirdest boner yet.

    • jaybone@lemmy.zip
      link
      fedilink
      English
      arrow-up
      40
      ·
      2 days ago

      Forgot $

      • Lena@gregtech.eu
        link
        fedilink
        arrow-up
        56
        ·
        2 days ago

        Like sex, an operating system is better when it’s free

      • wonderingwanderer@sopuli.xyz
        link
        fedilink
        arrow-up
        20
        arrow-down
        1
        ·
        2 days ago

        I changed the $ in bash to § because fuck capitalism, keep your currency out of my free software

        • dry_water@programming.dev
          link
          fedilink
          arrow-up
          4
          ·
          15 hours ago

          How will you escape $var usage in scripts though :P

          • wonderingwanderer@sopuli.xyz
            link
            fedilink
            arrow-up
            3
            ·
            15 hours ago

            I’ve… never had to do that. What does it do?

            • dry_water@programming.dev
              link
              fedilink
              arrow-up
              1
              ·
              6 hours ago

              Was referring to https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Bash-Variables

            • oozynozh@sh.itjust.works
              link
              fedilink
              arrow-up
              2
              ·
              14 hours ago

              bash uses $ character to indicate variables. for example, you can see your current environment variables with the env command. then to see a specific variable echo $var to print its value.

              scripts may call variables for a variety of reasons. one common case would be collecting information from the environment it’s running under to determine whether it’s compatible.

              • wonderingwanderer@sopuli.xyz
                link
                fedilink
                arrow-up
                1
                ·
                13 hours ago

                Oh. Oh yeah, I have done that. Like for adding the date to a file name when I dump a terminal output to into a text file, or adding hit counts to a custom notification after running a scan on a cron job.

                I just use the character for that. It’s fine, can’t win them all, but it’s better than having it at the beginning of every command line for seemingly no reason

                • oozynozh@sh.itjust.works
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  10 hours ago

                  bingo

        • 𝕸𝖔𝖘𝖘@infosec.pub
          link
          fedilink
          arrow-up
          16
          ·
          1 day ago

          That’s the currency in The Sims…

      • call_me_xale@lemmy.zip
        link
        fedilink
        arrow-up
        4
        ·
        2 days ago

        And !

    • jol@discuss.tchncs.de
      link
      fedilink
      arrow-up
      3
      ·
      1 day ago

      You forgot scrot

      • wonderingwanderer@sopuli.xyz
        link
        fedilink
        arrow-up
        1
        ·
        15 hours ago

        'Sup scrote!

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

      … grep?

      • Buffman@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        7 hours ago

        Sounds pretty close to grope or grab.

      • Barrymore@sh.itjust.works
        link
        fedilink
        arrow-up
        31
        arrow-down
        1
        ·
        2 days ago

        I’m gonna tie you too the radiator, and grep you in the mouth for decades, and decades, and decades!

        • heartSagan5@lemmy.zip
          link
          fedilink
          arrow-up
          5
          ·
          1 day ago

          To the radiator. It’s not also.

        • nilloc@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          4
          ·
          1 day ago

          The Hammurderer is quickly becoming regarded as the worst-received advertising mascot since Kool-Aid’s 1989 discontinuation of “The Grapist,” a huge purple monster who sodomizes thirsty children.

          The Onion, March 2002

      • queerlilhayseed@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        It’s a command line tool, used to search and filter text. According to wikipedia it stands for “global regular expression print”, which I never knew til today. Essentially, you give it some input text and a regular expression, and grep outputs all the parts of the input that match the regular expression. For example, if I run the command cat server_logs.log | grep ERROR* on my server, grep will print out all the lines in server_logs.log that have the word “ERROR”, filtering out all the “WARN” and “INFO” logs.

        * The | character is called a pipe, and it’s used to pass the output of one command line utility to another. In this example, the command line tool cat prints out the entire text of the file server_logs.log, and that output is then passed as an input to the next utility, grep, who filters it and outputs the filtered result. Piping is unnecessary in this case; in fact I have heard it rather upsettingly referred to as cat abuse, but that’s how my fingers remember how to filter files so I thought I’d present it as I wrote it.

        • Skullgrid@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          1 day ago

          …

          https://lemmy.world/search?q=grep&type=All&listingType=All&creatorId=531839&page=1&sort=TopAll&titleOnly=false

          I’m familliar with grep, thank you. Although you did something good for people who don’t know.

          I mean more, what’s grep innuendo for? The others are fairly obvious.

          • queerlilhayseed@piefed.blahaj.zone
            link
            fedilink
            English
            arrow-up
            4
            ·
            1 day ago

            Oh, hahaha. Well, I’m glad you liked it in that case. I’ve been practicing my hand at writing little impromptu social-media sized explainers for technical concepts, and It’s good to get some knowledgeable feedback.

            I’ve always assumed the joke was that it sounded like “grope”, and I always thought it was a loose fit for this joke. A bit of a reach, if you will.

          • osanna@lemmy.vg
            link
            fedilink
            English
            arrow-up
            3
            ·
            1 day ago

            i think it’s like grab, but spelt grep

    • CubitOom@infosec.pub
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      1
      ·
      2 days ago

      date

    • Valmond@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      3
      ·
      2 days ago

      Put on the sockets, finger and connect, accept reject.

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.

  • 2.55K users / day
  • 4.38K users / week
  • 7.98K users / month
  • 17.1K users / 6 months
  • 1 local subscriber
  • 33K subscribers
  • 2.23K Posts
  • 72.3K Comments
  • Modlog
  • mods:
  • Feyter@programming.dev
  • adr1an@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • BE: 0.19.5
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org