You can play it in your browser here.

  • frezik@midwest.social
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    25 days ago

    I have. Still small compared to the images and such that are used in a user facing application.

    Edit: just to bring in real numbers, I have an old TypeScript project that results in a 109M node_modules dir. Which I agree is absurd. I also have an old anime video, 21 minutes long, at only 560x432 resolution, 24fps, which takes 171M. And that’s my point: even in really bad cases, code size tends to be swamped out by everything else in user-facing applications. If there’s any kind of images, music, or video, the code size will be a small part of the complete picture.

    • I Cast Fist@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      25 days ago

      As a point of comparison, in the last place I worked, the main project had over 600MB of javascript dependencies it pulled from node. Plus 300MB of python libraries for Django and whatever else.

      At my current job, preparing your environment for development of one “isolated” php system will need at least 3GB of dependencies. Even the main programmer behind it has no clue how it happened or why.