
Experiments in keeping lines centered as you scroll.

I wrote about how our Turbofan Tycoon prototype was inspired by Universal Paperclips and Vim.
From: https://blog.fastforwardlabs.com/2018/12/06/designing-turbofan-tycoon.html

While thinking about layout/grids I've been looking at SSENSE's editorial stuff. The use of indents/different fonts is really interesting.
From: https://www.ssense.com/en-us/editorial/music/big-freedia-is-blessed

Karl Gerstner's Capital magazine design.
From: https://readymag.com/flatfile/03-capital/6/ via http://printingcode.runemadsen.com/lecture-grid/

At the stage of working on this idea where I'm not sure if it is a really good one or not actually an idea at all.
From: https://beta.observablehq.com/@grantcuster/functional-branding-sketch

Always enjoy going to @jxnblk's site to look something up and finding out how he's restyled the front-page. Looking default-minimal-styles good right now.
From: https://jxnblk.com/

Experimenting with using canvas to layout and render at print resolution.
From: https://beta.observablehq.com/@grantcuster/print-materials

Fill grid with largest possible squares around obstacles.
From: https://beta.observablehq.com/@grantcuster/fill-grid-with-largest-possible-squares-around-obstacles

Projection (probably t-SNE) as interface for labeling data. Cool to see something where projection is the main interface.

Interactive Convolutional Neural Network – a nice interactive diagram by Thomas Preusse.
From: https://beta.observablehq.com/@tpreusse/interactive-convolutional-neural-network

I made a GIF of running UMAP on the digits dataset, adding one digit into the dataset and retraining each frame. This was probably a weird thing to do but it is helping me to develop more of an intuition of what it's preserving (nearest neighbors) and what is not informative (overall positioning/scale).

After a lot of python problems I've got the umap tutorial running in a Jupyter notebook (my first Jupyter notebook).
From: https://umap-learn.readthedocs.io/en/latest/basic_usage.html