Bookmarks tagged software

23 Jan graphics.stanford.edu
Methods for counting bits, etc. Especially interesting is "the best method for counting bits"
#programming + #software
18 Jan exercism.org
"Learn, practice and get world-class mentoring in over 50 languages. 100% free."
Tasks to practise various programming languages. Each language gets a track. Some of these tracks have "learning mode", where you go through concepts in order, and some of them don't. The learning mode exercises appear to mostly be trivial, though they will indeed introduce you to a lot of basic concepts of the language.
#practice + #software
25 Oct 2023 restic.readthedocs.io
Restic is backup software that lets you create and push backups to repositories. Its model looks somewhat like git's storage model - and I kind of like it. I also really want to reimplement it from scratch for no obvious reason.
#backup + #software
22 Sep 2023 ctan.org
Did you know that you can draw plots directly in LaTeX? It turns out to be pretty useful!
18 Sep 2023 peps.python.org
A PEP containing a tutorial for how to use Python 3.10+ structural pattern matching. Seems to cover the subject pretty thoroughly.