Post #3652751
2026-07-07 15:51 UTC
based on the absolute moronic python code i've been reading since "ai" first became a thing with stable diffusion, before any of the code capable agents started showing up, they were still writing that by hand.
in my head canon the first vector database chat client, first prototype for chatgpt, was written someone just out of college with a minor in comp-sci. all they knew was java and python and maybe 3/4ths of a design pattern.
someone told them java was wrong.
that person is the real hero.
Replies (1)
-
@bobmagicii@phpc.social 2026-07-07 16:11
since that first sd release all of the scripting we can get to has clearly been done by people not actually taking the craft serious. * inconsistent with itself. code structure, naming, spacing, casing. often with no spacing at all between arguments. * constantly changing from --arglist to -args to -arg_list depending on what version of a library it installs today * no visual cleanup. blank lines everywhere, then suddenly no blank lines for miles. * poor management of system resources.