Render anything inline. Save sessions and history. Powered by open web standards.

I’m trying it, and it does looks nice.

    • @PixxlMan@lemmy.world
      link
      fedilink
      135 months ago

      But wasted ram is still wasted, unlike if the ram was actually used for caching or actually speeding things up, not bootstrapping a freaking browser

      • @Verat@sh.itjust.works
        link
        fedilink
        115 months ago

        Exactly, your program using the minimum of RAM allows more for other programs to run and gives more memory for the OS to cache literally anything that isnt their web app, likely the filesystem, and that is a much better use of the RAM then letting electron or some such eat it all.

    • @fl42v@lemmy.ml
      link
      fedilink
      25 months ago

      Except it’s not: free ram is where disk cache lives, so the more free ram you have - the faster your system is (kinda)

      • @merthyr1831@lemmy.world
        link
        fedilink
        15 months ago

        I mean, at least for Linux, I was under the impression that the disk cache only stores programs that have already been loaded once, since there’s not much point loading something from disk to cache if you never actually load it later.