programming language playground

Series: blog

If you want to get your hands on a new programming language, maybe look at this list for a quick start playground

calculus exercise

Series: blog

$$\int_0^{2000} e^{x/2 - ⌊x/2⌋} , dx$$ 🙂 From this blog - probably everyone should pick one of the IMO problems from time to time

eBPF

Series: [security blog]

In order to get on track with eBPF maybe check out the book by Liz Rice.

clustering: BanditPAM

Series: blog

heuristic k-Medoids Clustering (arbitrary distance function): BanditPAM (paper)

awk tech notes

Series: blog

interesting write up, why awk behaves in certain ways and how this is related to syntax and GB

AI vs AI: Glaze

Series: blog

AI vs AI: Glaze as a tool to prevent style extraction from images. Now we have $technology trying to prevent usage of data by $technology. Anyway curious, if it is a good additional discriminator, too. update: after a skim of the preprint of the paper: probably not so much

how to parse RegExp

Series: blog

How to parse RegEx in an efficient way: Appendix: About Regular Expression Backtracking (appendix to a post-mortem for cascading errors ins filters of Cloudflare DNS)