pixelbeat__·3 months ago·discussA direct link to the Ubuntu posthttps://discourse.ubuntu.com/t/an-update-on-rust-coreutils/8...
pixelbeat__·5 months ago·discussSome of this elegance discussed from a programmatic point of viewhttps://www.pixelbeat.org/docs/utf8_programming.html
pixelbeat__·7 months ago·discussLOL (I used to work for Meta, so appreciate the facetious understatement)
pixelbeat__·8 months ago·discussIt seems dotslash would complement uv wellhttps://dotslash-cli.com/docs/DotSlash to get the interpreter for your platform, and uv to get the dependencies.Perfect for corporate setups with custom mirrors etc.
pixelbeat__·9 months ago·discussGRUB is mentioned but not detailed.Here are some details: https://www.pixelbeat.org/docs/disk/
pixelbeat__·9 months ago·discusshttps://github.com/coreutils/coreutils/commit/14d24f7a5That bring GNU date(1) line coverage from 79.8% to 87.1%
pixelbeat__·9 months ago·discussI see you use flags to determine if a file needs syncing. When we used fiemap within GNU cp we required FIEMAP_FLAG_SYNC to get robust operation.(We have since removed the fiemap code from cp, and replaced it with LSEEK_DATA, LSEEK_HOLE)
pixelbeat__·10 months ago·discussThe benchmark is against unibyte text. You would get more accurate results by doing `export LC_ALL=C` in your benchmark script
https://discourse.ubuntu.com/t/an-update-on-rust-coreutils/8...