Pricefield | Lemmy
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
@[email protected] to Programmer [email protected] • 28 days ago

Software Terminology

lemmy.ml

message-square
201
fedilink
  • cross-posted to:
  • [email protected]
1.1K

Software Terminology

lemmy.ml

@[email protected] to Programmer [email protected] • 28 days ago
message-square
201
fedilink
  • cross-posted to:
  • [email protected]
alert-triangle
You must log in or register to comment.
  • @[email protected]
    link
    fedilink
    62•28 days ago

    See also the client camera movement guide:

    • Zagorath
      link
      fedilink
      English
      44•28 days ago

      This is ridiculous. There’s no way a client calls a dolly a “pan”.

      That’s obviously zooming.

      • @[email protected]
        link
        fedilink
        2•27 days ago

        I met a guy who would say “pan forward” and “pan it in an angle”.

      • Mr. Satan
        link
        fedilink
        1•27 days ago

        I’ll have one zoom sideways to the left, please!

      • @[email protected]
        link
        fedilink
        English
        1•27 days ago

        We will zoom out towards the top

    • @[email protected]
      link
      fedilink
      English
      5•28 days ago

      Interesting.

      The word ‘pan’, came to me from using 3D CAD software and I considered the Jib and Truck actions as ‘pan’ and the original Pan would be camera rotation, which might be ‘turn’ (didn’t use it as much so don’t remember) which was less favourable than using ‘orbit’.
      Good to know the word origin.

      Oh and btw, Dolly would not be zoom, but ‘walk’.

    • @[email protected]
      link
      fedilink
      12•28 days ago

      A Pan-o-rama

    • @[email protected]
      link
      fedilink
      English
      3•28 days ago

      Client cameras love everyone!

  • paraphrand
    link
    fedilink
    English
    1•28 days ago

    This is nonsense.

  • @[email protected]
    link
    fedilink
    5•27 days ago

    What’s the difference between an application and a program?

    • @[email protected]
      link
      fedilink
      2•26 days ago

      I don’t think there’s a clear definition of either. I’d say if it has no UI, it’s a program. And if it has a UI, I don’t know if it’s a program or an app.

    • @[email protected]
      link
      fedilink
      7•27 days ago

      Historically, an app is something with very limited uses, and a program is more powerful.

      Adobe PhotoShop is a program. Apple Photos is an app.

      • @[email protected]
        link
        fedilink
        4•26 days ago

        I’d say it gets a little different with command line utilities — maybe “utility” is the appropriate term here, but I’d call something like grep a program, not an application (again — “utility” also works).

        To be sure, grep is extremely powerful, but its scope is limited.

    • @[email protected]
      link
      fedilink
      3•26 days ago

      The original Macintosh had an Applications folder. App is what I use to cut through tech speak for people at work because the shortcut is less daunting. They have apps on their phone. They must not be scary like Programs and Applications.

  • @[email protected]
    link
    fedilink
    English
    7•28 days ago

    I very much hate the word app. That’s probably my biggest boomer trait.

    • @[email protected]
      link
      fedilink
      5•28 days ago

      For me, it’s cloud.

      • @[email protected]
        link
        fedilink
        5•28 days ago

        You should check the Cloud to Butt extension. It is immature, but it can make you laugh

        • @[email protected]
          link
          fedilink
          2•28 days ago

          haha I think I remember this!

  • @[email protected]
    link
    fedilink
    English
    10•28 days ago

    I felt like I was alone in being frustrated at this trend. However I found a bit of relief to discover, through messing around in a Win98 virtual machine, that they were occasionally using the term “app” back then as well. Of course it wasn’t as ubiquitous as it is now, but whatever.

    Also I thought I’d never see the Xbox kid meme again. What an unexpected throwback!

  • @[email protected]
    link
    fedilink
    1•27 days ago

    Double plus good!

  • @[email protected]
    link
    fedilink
    31•28 days ago

    The other day I realized they did that because its APPle. I have no evidence but I’m sticking with it

    • @[email protected]
      link
      fedilink
      English
      1•28 days ago

      The name of the company is all you need as evidence.

    • @[email protected]
      link
      fedilink
      9•28 days ago

      I think I heard “applet” being mentioned for embedded java or something in the early 2000s. I don’t know if that’s connected.

      • @[email protected]
        link
        fedilink
        English
        2•27 days ago

        I thought applet came first. Then “web apps” - but i think that’s a windows perspective.

        This claims they came from NEXT which apple bought in the 90s. https://www.trekbbs.com/threads/when-did-programs-become-apps.136416/

        The thread also refers to bitmap image files as bumps which I’d still do if I ever saw a bump again. So the thread is legitimate.

        • @[email protected]
          link
          fedilink
          English
          3•27 days ago

          I’ve been coding since the '80s. I’ve never once heard anyone refer to a bitmap as a “bump”.

      • @[email protected]
        link
        fedilink
        English
        3•27 days ago

        Apple didn’t invent the word “app,” but I do think they pushed it because it was adjacent to the company’s name.

  • @[email protected]
    link
    fedilink
    1•28 days ago

    thing and stuff

  • @[email protected]
    link
    fedilink
    75•28 days ago

    I call everything a script. Makes the Java devs real mad. Makes the PM’s super confused.

    • drkt
      link
      fedilink
      52•28 days ago

      A million-line project spread over a hundred files

      It’s a script!

      • @[email protected]
        link
        fedilink
        9•28 days ago

        GNU Autotools: yes.

      • @[email protected]
        link
        fedilink
        36•28 days ago

        sqlite is technically just one C source file, so that’s definitely a script.

        • @[email protected]
          link
          fedilink
          English
          4•28 days ago

          The compiled binary being another script.
          Just in a different language.

        • @[email protected]
          link
          fedilink
          English
          2•28 days ago

          Being one source file is the definition of a script?

          • @[email protected]
            link
            fedilink
            7•28 days ago

            The definition of a script is something the computer executes (if it’s a computer script, of course). Everything else people shove into it is extraneous.

          • @[email protected]
            link
            fedilink
            English
            2•28 days ago

            Wait, so the bash script that I broke down into multiple files because I was unable to create and use functions properly, could not be considered a script?

            • @[email protected]
              link
              fedilink
              1•28 days ago

              It’s now just a bash

              • @[email protected]
                link
                fedilink
                English
                1•27 days ago

                Guess, I’ll be bashing my way to completion.

      • @[email protected]
        link
        fedilink
        4•28 days ago

        They hate to hear it.

      • @[email protected]
        link
        fedilink
        2•28 days ago

        In a sense it is, before it gets compiled. And yes I’m using the term loosely, please don’t @ me people

  • @[email protected]
    link
    fedilink
    3•28 days ago

    Make it stop!

  • @[email protected]
    link
    fedilink
    4•26 days ago

    I think it’s spelled “A1” thanks to our Education Secretary

  • Andromxda 🇺🇦🇵🇸🇹🇼
    link
    fedilink
    English
    4•26 days ago

    package = app

    • kaeurenne
      link
      fedilink
      2•
      edit-2
      26 days ago

      Source code = app

      Function = app

      • Andromxda 🇺🇦🇵🇸🇹🇼
        link
        fedilink
        English
        4•
        edit-2
        23 days ago

        library = app
        object code = app
        machine code = app
        binary = app
        linker = app
        bits = app
        data = app
        state = app
        stack = app
        heap = app
        variables = app
        memory allocator = app
        memory = app
        transistors = app
        silicon = app
        wires = app
        pcb = app
        electrons = app
        leptons = app

  • @[email protected]
    link
    fedilink
    English
    5•28 days ago

    Who has ever called a batch file an app

    • Omega
      link
      fedilink
      21•27 days ago

      My end users

      • @[email protected]
        link
        fedilink
        3•27 days ago

        Powershell is a fortnite expansion right?

  • @[email protected]
    link
    fedilink
    English
    18•
    edit-2
    28 days ago

    The script is compiled to a program which is then executed by the OS.

    ->

    The app is appified to an app which is then apped by the app.

    Damnit.

    • Lemminary
      link
      fedilink
      6•27 days ago

      Why use many word?

  • irelephant [he/him]
    link
    fedilink
    3•27 days ago

    The meme is good and all, but seeing it makes me feel irrationally annoyed because the first place I saw it was a rascist pleroma (fediverse software; mastodon but rasict) instance that had it embedded in the frontend. This just reminds me of it.

Programmer [email protected]

[email protected]
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: [email protected]

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
  • 23 users / day
  • 411 users / week
  • 1.63K users / month
  • 4.3K users / 6 months
  • 3 subscribers
  • 1.54K Posts
  • 54.7K Comments
  • Modlog
  • mods:
  • Feyter
  • adr1an
  • @[email protected]
  • Pierre-Yves Lapersonne
  • UI: 0.18.4
  • BE: 0.18.2
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org