• Feathercrown@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    Maximum freedom, and somehow joining the maximum points on the tradition and disruption axes, forcefully bending the chart into some sort of cylinder

    • sp3ctr4l@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      Hrm ok so your model is less of a defined space a point can exist in, and is instead a topology that a point must exist on.

    • drath@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      Eh, I wouldn’t say TempleOS is disruptive. It was literally started off as a modern-day C64 successor. So, tradition all the way.

      • Feathercrown@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 day ago

        Pasting objects into text files is pretty disruptive. The only other coding editor I know that can do that is DrRacket with images. I mean the guy invented an entire OS, C variant, several programs… all incompatible with traditional ones, simply because of his unique personal beliefs.

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

          Pasting objects into text files is pretty disruptive

          It’s still text with some formatting underneath, though, just like HTML. Actually, in HTML we already have it in form of contenteditable attribute. You can straight up paste images and move other html elements into elements with it. I just checked, you can even do this with full on canvas elements and animated webgl views if you wanted to for some reason, though the code must be adjusted to account for it. I have yet to see it being useful and not a liability, though.