HackerLangs
TopNewTrendsCommentsPastAskShowJobs

pixelbeat

no profile record

Submissions

Improving the integration between terminal and web

pixelbeat.org
4 points·by pixelbeat·hace 5 meses·1 comments

comments

pixelbeat
·hace 5 meses·discuss
How the latest coreutils leveraged terminal hyperlinks to directly link to the full online documentation
pixelbeat
·hace 10 meses·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
·hace 10 meses·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
·hace 2 años·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.