This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Jeff Kaufman
jefftk.com
did:plc:k35xx6alir7rsmwfzh74abnp
The unix sort command is clever: to sort very large files it does a series of in-memory sorts, saving sorted chunks to temporary files, and then does a merge sort on those chunks. Except if your distro has moved to tmp on tmpfs the temporary files will still go to RAM and this won't work by default.
https://www.jefftk.com/p/does-sort-really-fall-back-to-disk
2025-05-28T01:21:37.651Z