Today we released kmx.io/runj v0.3.
This release includes a build system that allows building in a separate directory from sources.
Today we released kmx.io/sort v0.1.
Sort is a UNIX command written in C89 that sorts standard input into standard output. There is one option : -u
which removes duplicates.
I needed a so...
Yesterday I released runj v0.1 and today I released runj v0.2 with a couple of important fixes.
runj
is a UNIX command to run a command in an arbitrary number N of sub-processes with line-buffered input and output.
See the project p...
Today I released the master branch of KC3 to production servers (v0.1.16-git).
It include a new feature : a securelevel which is a per-process static variable that can only be increased. The level indicates whether code loading is blocke...
A few months ago I started an ext4fs inspector. It can compute Linux's wrong implementation of crc32c that does not do the final xor, leaving us with incorrect results as per the RFC standard https://datatracker.ietf.org/doc/html/rfc3385....