Never-ending list of cool content I’ve found

2024-04-03

2024-01-29

2024-01-16

2023-12-08

  • A novel way of detecting white noise - this SO post isn’t perfect, but the approach of comparing the absolute integral of the signal (area under the absolute value of the signal) to the absolute integral of the signal’s first derivative (area under the absolute value of the rate of change of the signal) is very interesting. I wrote up my thoughts on it.

2023-12-07

  • Why I created my own rsync - a page explaining why the author wants to rewrite everything in Golang, along with why and how they created their own rsync. The presentation explains the rsync protocol itself.

2023-11-10

  • Python’s sys.settrace and sys.setprofile - if you’re ever in real Python debugging help this page shows what values are available to you when using sys.settrace (because of course Python never makes that kind of thing easy)

2023-11-06

  • errors.Join in Golang - shows that you can use it to return errors from defer blocks in a function so you don’t ignore errors

2023-11-01

2023-10-31