On the autocompletion note only just discovered supermaven. Works great with vscode, I'm only about three years behind. Suprised they still provide free usage tier.
Is it insane that we can't select a model or better preferences for autocomplete in vscode copilot subbed. I took a look at cursor and then it just randomly stops autocomplete on the free edition without any notice.
May have to go the nuclear way and #zed autocomplete with a local model
Picking a diffusion model workflow in ComfyUI or Invoke always felt like trial and error to find something compatible โ or I'd just default to templates.
So I built diffusionmodel dot net. It's indexed 392,609 models and groups them into compatible workflow bundles.
#gamdev
Everytime there is model shrinkflation I start to get the itch for local again. Thought is quickly stamped out by the fact I had to wait 20mins for my Radeon W5700 to prompt process a paragraph.
Retro quake 1 palette, initial versions of a diffusion model stack search. Indexed models on civitai and built a compatiblity graph of base, LoRas and controlnet, users can query via keywords or terms. #stablediffusion#gamedev#indiedev
Thinking in UI is always single threaded, start to finish. Thinking in systems is like machinery that operates in a loop, compounding when it's parallel machines that operate in a loop.
Agent codes complicated graph algo in a few seconds. Takes about 3 hours of back and forth to setup datadog log streaming. Guess that is what Stripe's new product is targeting.
Made a deterministic graph based approach to diffusion model compatibility, all models rated by co-usage to provide a workflow stack based on a discovery query. #stablediffusion#gamedev