• 0 Posts
  • 47 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.world2024 XPS Laptops?
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 months ago

    I’ve been disappointed in general with the XPS line in recent years. Dell has made some keyboard changes that I am not a fan of:

    • A touch bar instead of function keys? Why? Did they not learn from Apple’s mistake?
    • Changing Fn + Left to Page Down instead Home? And Fn + Right to Page Up instead of End? Once again, why?

    I’ve been purchasing the XPS line of laptops since 2013, but I stopped as soon as those changes landed and the Developer Edition of their laptops shipped with inferior hardware compared to the Windows ones.







  • There’s a container web UI called Portainer, but I’ve never used it. It may be what you’re looking for.

    I also use a container called Watchtower to automatically update my services. Granted there’s some risk there, but I wrote a script for backup snapshots in case I need to revert, and Docker makes that easy with image tags.

    There’s another container called Autoheal that will restart containers with failed healthchecks. (Not every container has a built in healthcheck, but they’re easy to add with a custom Dockerfile or a docker-compose.)