The Gram Code Editor - 2026-03-31


  1. thedoctor

    > hm, so what is it that you are trying to do? 😄 cross-compiling from where? Unfortunately I don’t think a raspberry pi has enough memory to compile so you’d need an arm system with more memory or to cross compile Is it feasible to cross-compile from an x86-64 machine? It's been a while since I tried but I seem to remember that Rust is fairly good at this. Then again, this project is not exactly trivial.

  2. krig

    Yes, it’s feasible! You need a cross-compilation GCC toolchain for the target platform, but it’s doable. The scripts in the repo are not ready for it though. There are some things we do now that assume that the target platform and the host platform are the same. Stripping the binaries etc. All fixable but just needs some work. I started working on it in a branch but it’s not finished

  3. bjoreman

    @kevin If I'm not completely off, you should be able to copy the old icon, do "Get info" on the updated app, select the icon in the info popup and paste to replace the new icon with the old one.

  4. bjoreman

    @kevin Can confirm it works just like it should :-D

  5. trintler

    Hello there! First time trying out xmpp and I happened to join the server of this beautiful editor project Anyway, just wanted to say great works done! =)))