RSSAmplifier

Blog

Sam Estep

Sam Estep's personal blog.

samestep.comRSS feed ↗6 posts

Latest posts

Newcomb's paradox needs a demon

A supercomputer can't predict the outcome of a coin flip.

Parameters and binding forms should be mutually recursive

An idea about syntax for destructuring in languages with anonymous record types.

How much slower is random access, really?

Performance measurements for different iteration orders on arrays of various sizes.

First impressions with Typst

Things I like and dislike about Typst after using it for a short amount of time.

How can computers roll dice?

Some of the algorithms and math you can use to go from random bits to randomly selecting from a finite set.

Parallelizing nvcc

A wrapper I wrote around nvcc to parallelize it.