• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • Hawk@lemmynsfw.comtoSelfhosted@lemmy.worldDocker or podman?
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    4 months ago

    They both kind of suck in their own way.

    If you want to things to run at startup and you’re not on systemd, rootless docker is probably easier.

    Otherwise podman is mostly fine but be careful of native overlay if you’re not on BTRFS, this causes some pretty long build times.








  • Simply, the lsp is far less useful. An object might have a dozen methods that act like verbs or some attributes that act as adjectives.

    In Julia there is a huge number of functions, that work differently for different types and different combinations of types. So finding the documentation involves finding the right name for a function that does different things for different types, then scrolling down the docs for the the behaviour that corresponds to the specific combination of inputs.

    I moved from R/Py to Julia for a while before moving back to Py (and a little bit of Rust).

    I love how fast Julia is and the 1-index is fine for me, but I still prefer py for the oop.