Recent Posts

JS arrays don’t like to be copied

6 minute read

Yesterday, I was reminded that arrays in JavaScript really don’t like to be copied but love to take all the names they can get for themselves.

Excerpt - Putting Things into Words

9 minute read

Context I’m currently preparing a course on “Ethnographies of Computing Environments” at Ruhr University Bochum. As part of that, I need to introduce student...

Hello GitHub Pages World

less than 1 minute read

When you are doing the first steps of working on a coding related side project, what else would you dare to say other than: Hello World?