Feed

I finished the prototype demo video player for the prototypes we've made at Fast Forward Labs. We wanted something we could project at events/booths. It's a good overview of the machine learning prototype work we've been doing for over 4 years now!

From: https://fastforwardlabs.github.io/prototype-videos/


Making a video player and figuring out some sizing. I'm continuing to explore doing almost all the layout as math in the render function.

Inspiration

So justified photo layouts are done by turning layout into a graph-traversal problem, and that approach is based on a dynamic line-breaking algorithm Donald Knuth and made for laying out text in TeX.

From: https://medium.com/google-design/google-photos-45b714dfbed1


Moved part of my blog over to a new, grid-based layout which shows the browser-size at the top. Lots to clean-up but enjoying the move so far.

Inspiration

Word Hy-phen-a-tion by Com-put-er by Franklin Mark Liang. (The text layout research is going great.)

From: http://www.tug.org/docs/liang/liang-thesis.pdf

Inspiration

SpaceSheet - interactive latent space exploration through a spreadsheet interface

From: https://vusd.github.io/spacesheet/


Experiments in keeping lines centered as you scroll.

From: https://beta.observablehq.com/@grantcuster/scrollers


Taking some text for a walk.

From: https://beta.observablehq.com/@grantcuster/text-walk

Inspiration

bodies.html by Everest Pipkin

From: http://ifyoulived.org/bodies.html


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


Trying out some of the grid stuff on my blog.

Inspiration

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


More layout grid experiments.

From: https://beta.observablehq.com/@grantcuster/layout-grid

Inspiration

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

Inspiration

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


Circles in a grid.

From: https://beta.observablehq.com/@grantcuster/circles-in-a-grid


Fill grid with largest possible squares around obstacles.

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

Inspiration

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