Share a link or face the consequences: me asking you politely to share a link.

  • Remember_the_tooth@lemmy.worldOP
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    22 hours ago

    That was a fun read. I’m not quite that tech savvy. Why would someone prefer Linux features on Windows rather than Windows features on Linux?

    • Limcon@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      23 hours ago

      I was working on some fortran code that was wrapped using f2py, so this was needed to test it on windows. As the fortran compilers on windows are kinda trash, bringing the entire system to windows (using msys2) was easier than compiling on native windows tools. Now f2py is broken for distributing packages, so the toolchain changed. It was fun to make this frankensteins monster hahaha.