Maxime Robeyns

  • Home
  • Articles
  • Fragments
  • Contact
  • PGP Key
  • GitHub

Fragments

Atom Feed

2024

  • Programming
    February 1, 2024

    A Job Queue in 20 Lines of Bash

    A simple job queue for scheduling, re-ordering, deleting and re-trying long-running tasks, using plain text and bash.

2022

  • Miscellaneous
    January 8, 2022

    Notation

    Standard notation used in all my articles.

2021

  • Machine Learning
    November 26, 2021

    Pairwise Distances for Kernel Methods

    An esoteric note on computing the pairwise distance between the rows of two matrices (with PyTorch examples).