Reading List

By @lucasdicioccio, 597 words, 0 code snippets, 144 links, 0images.

CS

Systems

nice systems

There always is a host of interesting things to learn by studying large systems.

Haskell Garbage Collection

Functional programming used to have a bad reputation of being slow mostly due to garbage-collection. The Haskell garbage-collector (GC) actually has received some care and a number of options or programming constructs allow to reduce GC pause times.

metrics and scores

NN basics

nns, llms and transformers

training, optim

reasoning

perf optim, deployment

reviews, courses and misc

Optimization

It’s a bit harder to find good blog-style material on #optimization topics. Besides articles on this site here are some links.

Mixed topics

Static and personal site technology

If you read how this blog is built, you’ll figure out that I have some affection for personal and personalized websites. Thus I collect (do not hesitate to send yours to me) other viewpoints on how they built their website.

MISC