HackerLangs
TopNewTrendsCommentsPastAskShowJobs

pixelbeat

no profile record

Submissions

Improving the integration between terminal and web

pixelbeat.org
4 points·by pixelbeat·il y a 5 mois·1 comments

comments

pixelbeat
·il y a 5 mois·discuss
How the latest coreutils leveraged terminal hyperlinks to directly link to the full online documentation
pixelbeat
·il y a 10 mois·discuss
Phoronix didn't link the full NEWS: https://savannah.gnu.org/news/?id=10816

Some extra notes...

Accurate (cgroup aware) nproc is important, as detailed in: https://danluu.com/cgroup-throttling/

The new base58 encoding performs well being around 500 times faster than arbitrary int implementation internal to cpython 3.13 for example
pixelbeat
·il y a 10 mois·discuss
GNU coreutils can be built as a single binary with ./configure --enable-single-binary. One can install this variant on Fedora for example with the coreutils-single package, and this is used in some container images.
pixelbeat
·il y a 2 ans·discuss
yes(1) is the standard unix way of generating repeated data. It's good to do this as quickly as possible. I really don't understand why so many get annoyed with this code. 130 lines isn't that complicated in the scheme of things.