HackerTrans
トップ新着トレンドコメント過去質問紹介求人

pixelbeat__

no profile record

投稿

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

github.com
6 ポイント·投稿者 pixelbeat__·4 か月前·0 コメント

コメント

pixelbeat__
·3 か月前·議論
A direct link to the Ubuntu post

https://discourse.ubuntu.com/t/an-update-on-rust-coreutils/8...
pixelbeat__
·5 か月前·議論
Some of this elegance discussed from a programmatic point of view

https://www.pixelbeat.org/docs/utf8_programming.html
pixelbeat__
·7 か月前·議論
LOL (I used to work for Meta, so appreciate the facetious understatement)
pixelbeat__
·8 か月前·議論
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__
·9 か月前·議論
GRUB is mentioned but not detailed.

Here are some details: https://www.pixelbeat.org/docs/disk/
pixelbeat__
·9 か月前·議論
https://github.com/coreutils/coreutils/commit/14d24f7a5

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