Explore >> Select a destination


You are here

myme.no
| | ejpcmac.net
1.9 parsecs away

Travel
| |
| | jrhawley.ca
3.0 parsecs away

Travel
| | Nix is an emerging tool for keeping your computational environments reproducible and isolated. Here, I test how useful Nix is, compare it to conda, and assess whether it's ready for...
| | xeiaso.net
2.0 parsecs away

Travel
| | Xe Iaso's personal website.
| | www.makeworld.space
62.3 parsecs away

Travel
| Packaging a Python project into a standalone executable is often a struggle. Thankfully we have tools like PyInstaller to make this easier. Recently I ran into another struggle of my own, which was that it seemed impossible to "cross-compile" with PyInstaller. That is to say, run PyInstaller on one OS, and have it generate an executable for another. It was hinted at that Linux ? Windows was possible using Wine, but I couldn't find any guides on it.