Creative Productions, Arrangements and Operations • Art, Technology and Amusements. Software Engineer and certified FileMaker Pro developer and full-stack web developer by day, https//www.kupietz.com
I've spent so much time fruitlessly trying to get LLMs (Large Language Model chatbots, commonly referred to generically as "AI") to actually help me solve coding problems that I've taken,…
Posted inWritingPosted in genresMisc. Thoughts & Brainspill
function toggleAll() {document.body.querySelectorAll('details').forEach((e) => {(e.hasAttribute('open'))?e.removeAttribute('open'):e.setAttribute('open' ,true);});}Toggle all open/closed