HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pixelbeat__

no profile record

Submissions

Updating yes(1) to run at 175GiB/s

github.com
6 points·by pixelbeat__·vor 4 Monaten·0 comments

comments

pixelbeat__
·vor 3 Monaten·discuss
A direct link to the Ubuntu post

https://discourse.ubuntu.com/t/an-update-on-rust-coreutils/8...
pixelbeat__
·vor 5 Monaten·discuss
Some of this elegance discussed from a programmatic point of view

https://www.pixelbeat.org/docs/utf8_programming.html
pixelbeat__
·vor 7 Monaten·discuss
LOL (I used to work for Meta, so appreciate the facetious understatement)
pixelbeat__
·vor 8 Monaten·discuss
It seems dotslash would complement uv well

https://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__
·vor 9 Monaten·discuss
GRUB is mentioned but not detailed.

Here are some details: https://www.pixelbeat.org/docs/disk/
pixelbeat__
·vor 9 Monaten·discuss
https://github.com/coreutils/coreutils/commit/14d24f7a5

That bring GNU date(1) line coverage from 79.8% to 87.1%
pixelbeat__
·vor 9 Monaten·discuss
I 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__
·vor 10 Monaten·discuss
The benchmark is against unibyte text. You would get more accurate results by doing `export LC_ALL=C` in your benchmark script