131 private links
Everything you wanted to know about the JSON format.
Super nice story about the Unix OS.
A website about selecting and classifying text editors used in programming systems. These are the programming text editors such as Emacs, VI, Multiedit, slick, Slickedit, ISPF, Notepad, VI and VIM that are used by the vast majority of programmers on UNIX, Windows, VAX, and Mainframe systems. The structure of the website allows any vistor to leave their opinions, knowledge, and mark on the website for others to enjoy.
Roben Kleene: Introducing `rep` & `ren`: A New Approach to Command-Line Find & Replace, and Renaming
How to Use Rep
Record a chess game live and upload the PGN to Lichess - GitHub - Pbatch/CameraChessWeb: Record a chess game live and upload the PGN to Lichess
[Simon Tatham, 2023-12-06]
Many years ago, my employer used to use βCan you name any sorting algorithms?β as a quickie interview question.
Iβm something of a sorting-algorithms nerd, which is a quality that often comes with strong opinions. My personal prejudice (although I did my best not to let it affect the outcome of the interview) was that I was always extra pleased if our candidate listed a handful of well-known algorithm names and didnβt mention bubblesort.
Why? Because I hate it. Bubblesort is an awful sorting algorithm, and I wish people would stop teaching it.