Token Maxxing

August 15, 2026 | Alex Fischer

Claude Codex Usually I don’t watch much youtube (a social phenomenon I have somewhat missed out on), but here’s an interesting video about another social phenomenon I have somewhat experienced myself . With LLM coding, I feel li...
[Read more...]

A Tiny Iroshizuku Ink Shop in R

August 15, 2026 | Chi

色彩雫 I just discovered that the R script I had written while back, which was a hand-curated colour palette of Pilot Iroshizuku fountain pen inks. Pilot describes Iroshizuku as a combination of iro = colour, and shizuku = droplet. The individual ...
[Read more...]

[R] Environment Variables in R Shiny-Server Container: Problem and Solutions

August 14, 2026 | R on Zhenguo Zhang's Blog

Zhenguo Zhang's Blog https://fortune9.netlify.app/2026/08/15/r-environment-variables-in-r-shiny-server-container/ -When dockerizing an R Shiny application hosted via Shiny Server (built from shiny server docker image https://hub.docker.com/r/rocker/shiny), a common issue developers face is that environment variables set via ENV instructions in the Dockerfile (or passed at ... [Read more...]

Round-robin (with Claude)

August 14, 2026 | xi'an

A few days ago I had a coffee in Paris with my long-time friend (and former Statistics & Computing editor) Gilles Celeux, and he mentioned me stopping solving and posting maths puzzles like those weekly published by Le Monde. They have indeed vanished with the retirement of the authors, but Gilles ...
[Read more...]

Ihaka Lecture

August 13, 2026 | R on kieranhealy.org

I gave the first of this year’s Ihaka Lectures at the University of Auckland this past July. It revisited and partially updated things I’ve been talking about for the past eighteen months or so on trust in data visualization (and b... [Read more...]

Why ACF Is More Than Just a Plot

August 10, 2026 | M. Fatih Tüzen

1 Introduction Two observations can have the same units, come from the same source, and still require a different kind of reasoning simply because one was recorded before the other. That is the defining feature of time series data: order c...
[Read more...]

Dual scaled y-axis with ggplot()

August 10, 2026 | Andrea Onofri

I have often found myself needing to plot a single graph with two y-axes having different scales. For example, this might be useful for representing temperature and rainfall data at a given location. Unfortunately, doing this with ggplot() is no...
[Read more...]
1 2 3 2,239