Rademacher Functions as Discrete Sines
This is a short piece on the family of Rademacher functions It is taken from a piece I wrote for a class. As plus, it illustrates how $\KaTeX$ gets rendered on this blog.
Read more...This is a short piece on the family of Rademacher functions It is taken from a piece I wrote for a class. As plus, it illustrates how $\KaTeX$ gets rendered on this blog.
Read more...In “Die Abstiegsgesellschaft” (2016) legt Oliver Nachtwey die Idee einer “regressiven Moderne” dar, einer vielleicht progressiv wirkenden Entwicklung in der aber zuvor erreichte soziale Standards von Integration und Aufstieg wieder umgekehrt werden. Eine Folge davon ist eine “erneuerte Klassengesellschaft”, welche die deutsche Bevölkerung in Ober-, Mittel- und Unterklasse unterteilt. Während die Oberklasse ihrer Position recht sicher sein kann und von Steigerungen in der Arbeitsproduktivität profitiert, kommt es in der Mittelklasse zunehmend zu Abstiegsängsten. Aus der Unterklasse ist Aufstieg kaum noch möglich, selbst Vollarbeitszeitverhältnisse sind oft prekär und für die Betroffenen nicht zukunftsgerichtet. Schlussendlich stellt sich die Frage, wie sich eine solche Gesellschaft zukünftig entwickelt, also wie in der Gegenwart einer derartigen Ungleichheit gesellschaftliches Zusammenleben möglich sein soll.
Read more...This post shows how to run autocutsel
as a systemd
user service
to keep X11 clipboards in sync.
To use the cheapo USB touchpad branded as Jelly Comb WGJP-012 on Debian 10 Buster, you might have to do a bit of tweaking.
Read more...pdflatex
has ridiculously verbose output. Compiling a simple Hello
World kind of document is already too much for me.
With Java 8, streams were added to the language. This post describes how typical Python list comprehensions can be implemented in Java using streams.
Read more...The Unix tool tar
is a bit awkward to use because most of the time
it isn’t called with flags like -l
or -v
. With tar
, all flags
are usually smashed together in the first argument.
This post describes the basic idea behind preemptive scheduling and threads in general. Then, we implement a user-level thread library for Unix-like systems.
Read more...