• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle




  • I’m not familiar with creating fonts specifically, but you’ll want to commit any resources necessary to recreate the font file, including any build scripts to help ease the process and instructions specifying compatible versions of tooling (FontForge in this case). Don’t include FontForge in the repository, of course.

    The compiled font files should be under releases in GitHub for the repository.

    Git isn’t generally meant for binary resources but as long as they’re not too large, they’ll be fine. You just may not have meaningful ways to compare changes easily.






  • xcjs@programming.devtoLinux@lemmy.mlmodern unix
    link
    fedilink
    arrow-up
    12
    ·
    1 year ago

    Rust specializes in making parallel processing secure and approachable, so it’s going get used in problems where parallel processing and efficiency matter.

    Rust is also now allowed to be used in the Linux kernel for the same reasons, which is exciting!