Alternate account for @simple@lemmy.world

  • 6 Posts
  • 81 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle















  • The initial implementation of the long awaited easing interpolation modes for keyframes has landed. Expected soon are easing types (ease in, ease out and ease in and out) and a graph editor.

    YES! Performance boosts and stability are great and all, but Kdenlive sorely needed proper easing types, the “smooth” easing they had before made it impossible to have decent effects and transitions. Even translating text just looked linear and flat. Maybe I will use open source video editors after all!






  • simple@lemm.eetoProgrammer Humor@lemmy.mlFortune Teller
    link
    fedilink
    arrow-up
    26
    arrow-down
    2
    ·
    5 months ago

    > Decide to create a very basic GUI app in Rust, as everyone is saying it’s a great language for it

    > First compilation takes over 15 minutes to download and compile 100 libraries

    > Debug files take up 2GB of storage

    > Output binary file comes out massive for no reason

    > “Yeah you’re supposed to write a few lines to optimize for size in your release profile”

    > Compiling now takes 30 minutes instead