• 0 Posts
  • 81 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2024

help-circle








  • Flipper@feddit.orgtoScience Memes@mander.xyzGirls
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    As a specific example: it is used in control loops to accurately describe your system. If you have an accurate description it then becomes trivial to describe the PID controller to manage it. Going from open to closed loop is as simple as adding +1 to your equation for example.











  • Git was Made for the Linux kernel. The kernel is pretty much only text files. For the complete decentralisation git achieves an easy diffing and merging operations needs to be defined. It is working for what it was made.

    Large files don’t work with git, as it always stores the whole history on your drive.

    For files that are large and not mergeable SVN works better and that is fine. You need constant online connectivity as a trade of though.

    Some build tools for software being the option to define a dependency as a git path +commit or a local path. That works quite well but is in the end just a workaround.