Results 100 comments of Elsaco

@j4james when running the python script in pwsh, it works but rendering seems slower compared to wsl test: https://user-images.githubusercontent.com/3933920/142780410-9fd0496c-7775-4455-8f77-b6b2ae83b0cc.mp4 The same `size = ['30', '120']` was used as in the...

@j4james what is the difference between `printf` and `writeconsole`? This is what I've changed after line 38: ``` printf("Starting animation...\n"); printf("%s", s.c_str()); ``` and this is the output: https://user-images.githubusercontent.com/3933920/142925001-9f36aa29-3356-4642-9323-994fe58a86d9.mp4

@j4james if the same `rotate.exe` is run from a WSL prompt the delay is clearly visible. Also, please notice how the last frame looks. There's about 4-5 sec between `Starting...

@muru since AL2023 is closer to Fedora than Ubuntu the former should be used for comparison! Here are the dependencies when trying to install on Fedora: ``` elsaco@cernobyl:~$ sudo dnf...

I was trying to emphasize that Fedora gets its `java-headless` packaging done right, only the required dependencies would be installed and not font packages and other non-essential stuff. Since AL2023...

@devttebayo it is not sound practice to add any `nvidia-utils` packages or drivers on WSL side. The `nvidia-smi` located at `/usr/lib/wsl/lib/nvidia-smi` is exported from the Windows side, being part of...

@gmpalter `wireshark-cli` is available in `al2023`!

FYI: under the hood `dnf swap` uses `--allowerasing` option to resolve package conflicts, so both commands mentioned above are doing exactly the same thing. Pick either one!

@AndyZhang0707 from the `nodejs-npm` changelog: ``` * Tue Jan 14 2025 Alexey Tsvetnov - 18.20.5-1.amzn2023.0.3 - Use the `alternatives` to switch between NodeJS versions and manage /usr/bin/{node,npm,npx} file names -...

AL2023 provides `lftp` which is like `ftp` but better. Why duplicate same functionality!?