More Adobe Substance Modeler +AI experiments. Using quick, gestural 3d sketching to drive generative AI with much higher levels of creative control than you could ever get from a text prompt alone.
The more detailed your 3d model is, the more you can leave the ai to just finish details like skin texture and individual strands of hair.. my model is obviously just a quick sketch😅
#art #ai
@HenkPoley@zetalyrae The data was still returned as sets obviously, but I was looking to return things like ancestors for documents in a hierarchical tree structure for displaying breadcrumb links etc.
@steveofmcleod A long time ago I was creating a database for a cms that utilised a tree-like structure for content. I really struggled until I found Joe Celko's SQL for Smarties. There was stuff in that book that couldn’t found anywhere else at the time. For a time, it gave me superpowers
@DeltaWorld My dad has been is Dubai this week. He was due back on weds, but ended up going to a hotel (without cases) and flying back today - hopefully back shortly
TIL about binary vector search... apparently there's a trick where you can take an embedding vector like [0.0051, 0.017, -0.0186, -0.0185...] and turn that into a binary vector just reflecting if each value is > 0 - so [1, 1, -1, -1, ...] and still get useful cosine similarities!