GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    🎓 Doc Freemo :jpf: 🇳🇱 (freemo@qoto.org)'s status on Saturday, 23-Mar-2024 10:10:54 JST 🎓 Doc Freemo :jpf: 🇳🇱 🎓 Doc Freemo :jpf: 🇳🇱

    I need help naming a thing...

    Imagine you have layers that stack vertically, with a one to one relationship, the output of one is fed up the stack and each component takes in, modifies, and passes along.

    We call this a "Stack"

    What would be a good word for the horizontal equivalent, that is one item sits on top of two or more layers and routes and/or merges between them. Preferably something with a conceptual connection to the idea of a stack.

    In conversation about a year ago from qoto.org permalink
    • Embed this notice
      NOS :facebook: 🅰️ ®️ ✝️ U (admitswrongifproven@qoto.org)'s status on Saturday, 23-Mar-2024 10:14:13 JST NOS :facebook: 🅰️ ®️ ✝️ U NOS :facebook: 🅰️ ®️ ✝️ U
      in reply to

      @freemo A broad fart. Herbert, i would say.

      Sidefarter
      Horifart
      Breadthfart

      You might want to replace "fart" with whatever your mission is. Mine is farting as much as i can.

      In conversation about a year ago permalink
    • Embed this notice
      Martin Jambon 🌍🌎🌏 (mjambon@qoto.org)'s status on Saturday, 23-Mar-2024 10:18:28 JST Martin Jambon 🌍🌎🌏 Martin Jambon 🌍🌎🌏
      in reply to

      @freemo https://en.wikipedia.org/wiki/Stack_(abstract_data_type)

      In conversation about a year ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: upload.wikimedia.org
        Stack (abstract data type)
        In computer science, a stack is an abstract data type that serves as a collection of elements with two main operations: Push, which adds an element to the collection, and Pop, which removes the most recently added element.Additionally, a peek operation can, without modifying the stack, return the value of the last element added. The name stack is an analogy to a set of physical items stacked one atop another, such as a stack of plates. The order in which an element added to or removed from a stack is described as last in, first out, referred to by the acronym LIFO. As with a stack of physical objects, this structure makes it easy to take an item off the top of the stack, but accessing a datum deeper in the stack may require removing multiple other items first.Considered a linear data structure, or more abstractly a sequential collection, a stack has one end which is the only position at which the push and pop operations may occur, the top of the stack, and is fixed at the other end, the bottom. This data structure makes it possible to implement...
    • Embed this notice
      Martin Jambon 🌍🌎🌏 (mjambon@qoto.org)'s status on Saturday, 23-Mar-2024 10:20:16 JST Martin Jambon 🌍🌎🌏 Martin Jambon 🌍🌎🌏
      in reply to

      @freemo https://en.wikipedia.org/wiki/Stack_(abstract_data_type) i.e. it's weird to call something else a stack.

      In conversation about a year ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: upload.wikimedia.org
        Stack (abstract data type)
        In computer science, a stack is an abstract data type that serves as a collection of elements with two main operations: Push, which adds an element to the collection, and Pop, which removes the most recently added element.Additionally, a peek operation can, without modifying the stack, return the value of the last element added. The name stack is an analogy to a set of physical items stacked one atop another, such as a stack of plates. The order in which an element added to or removed from a stack is described as last in, first out, referred to by the acronym LIFO. As with a stack of physical objects, this structure makes it easy to take an item off the top of the stack, but accessing a datum deeper in the stack may require removing multiple other items first.Considered a linear data structure, or more abstractly a sequential collection, a stack has one end which is the only position at which the push and pop operations may occur, the top of the stack, and is fixed at the other end, the bottom. This data structure makes it possible to implement...
    • Embed this notice
      Hexnut (ambihelical@qoto.org)'s status on Saturday, 23-Mar-2024 10:24:27 JST Hexnut Hexnut
      in reply to

      @freemo That stack thing sounds like a pipeline, stack means something else to me. I'd need a picture for the 2nd, can't visualize it from the description.

      In conversation about a year ago permalink
    • Embed this notice
      Peter Drake, he/him, LFHCfS 🔥 (peterdrake@qoto.org)'s status on Saturday, 23-Mar-2024 10:32:43 JST Peter Drake, he/him, LFHCfS 🔥 Peter Drake, he/him, LFHCfS 🔥
      in reply to

      @freemo Train?

      In conversation about a year ago permalink
    • Embed this notice
      🎓 Doc Freemo :jpf: 🇳🇱 (freemo@qoto.org)'s status on Saturday, 23-Mar-2024 10:34:02 JST 🎓 Doc Freemo :jpf: 🇳🇱 🎓 Doc Freemo :jpf: 🇳🇱
      in reply to
      • Peter Drake, he/him, LFHCfS 🔥

      @peterdrake Thats actually pretty good, better than anything I got! Thanks.

      In conversation about a year ago permalink
    • Embed this notice
      🎓 Doc Freemo :jpf: 🇳🇱 (freemo@qoto.org)'s status on Saturday, 23-Mar-2024 10:36:33 JST 🎓 Doc Freemo :jpf: 🇳🇱 🎓 Doc Freemo :jpf: 🇳🇱
      in reply to
      • Hexnut

      @ambihelical pipeline would be a more appropriate term.

      The individual components are called "StackableSail" and they stack on top of eachother.

      In conversation about a year ago permalink
    • Embed this notice
      🎓 Doc Freemo :jpf: 🇳🇱 (freemo@qoto.org)'s status on Saturday, 23-Mar-2024 10:38:04 JST 🎓 Doc Freemo :jpf: 🇳🇱 🎓 Doc Freemo :jpf: 🇳🇱
      in reply to
      • Martin Jambon 🌍🌎🌏

      @mjambon Yes the fact that it isnt a data type stack is a bit confusing. But because this isnt a variable or object name, but rather a configuration option it is ok by me.

      In conversation about a year ago permalink
    • Embed this notice
      sergeant@qoto.org's status on Saturday, 23-Mar-2024 14:14:23 JST sergeant sergeant
      in reply to

      @freemo Why not call it a 'stack'?

      In conversation about a year ago permalink
    • Embed this notice
      🎓 Doc Freemo :jpf: 🇳🇱 (freemo@qoto.org)'s status on Saturday, 23-Mar-2024 14:20:47 JST 🎓 Doc Freemo :jpf: 🇳🇱 🎓 Doc Freemo :jpf: 🇳🇱
      in reply to
      • sergeant

      @sergeant The stack is called a stack.. its the name for the opposite of a stack (a horizontal stack) i was looking for a name for.

      In conversation about a year ago permalink
    • Embed this notice
      K‮ly‬e (khird@qoto.org)'s status on Saturday, 23-Mar-2024 22:41:17 JST K‮ly‬e K‮ly‬e
      in reply to

      @freemo a bridge? I'm not sure I understand the description correctly but I'm picturing a bunch of "pilings" placed side by side and a "deck" that lies across the top of all of them.

      In conversation about a year ago permalink
    • Embed this notice
      🎓 Doc Freemo :jpf: 🇳🇱 (freemo@qoto.org)'s status on Sunday, 24-Mar-2024 01:40:35 JST 🎓 Doc Freemo :jpf: 🇳🇱 🎓 Doc Freemo :jpf: 🇳🇱
      in reply to
      • K‮ly‬e

      @khird

      I think you understood. Thats not a bad answer at all.

      In conversation about a year ago permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.