The Gram Code Editor - 2026-03-28


  1. harper

    https://codeberg.org/GramEditor/gram/commit/32bb370e30f3e4505d772562e345b5aef24c953a This should get a changelog entry

  2. harper

    Huh, that's a very weird link preview I'm getting from the Conversations app

  3. thedoctor

    I got a "new" computer today (didn't want to keep using my work machine for private stuff) which has "only" 16GB of memory. For the life of me I cannot get it to compile a release build of Gram before being OOM killed, even when nothing else (except the desktop environment itself) is running. Any ideas?

  4. thedoctor

    I've tried wild and mold as linkers but that didn't help

  5. krig

    Probably have too many cores! Rust will try to eat up as manu resources as it can

  6. krig

    you’ll have to set set cargo -j8 if you have more cores than that