Fork me on GitHub
#off-topic
<
2023-05-31
>
Stuart16:05:03

Well this bit me today in SQL

select blah,,,
from foo f
inner join bar b on ....
left join quax q on ...
where
   ,, bunch of conditions ,,,
   AND (@AbcsCount == 0 or q.Abc in (select Abc from @Abcs))
Abc isnt the name of the column in @Abc It's Abcs so it just quietly uses Abc in q, which means the condition is always true. Argh!

4
respatialized16:05:22

https://softwarecrisis.dev/letters/prompts-are-not-fit-for-purpose/ Reading this reminds me that I have already attempted to engineer and maintain complex systems using loosely structured, "stringly typed" text definitions with ad-hoc templating and variable substitution bolted on– only last time around it was called "YAML." I do not recommend it.

Martynas Maciulevičius18:05:41

I've sent this one to #clojurellm https://app.slack.com/client/T03RZGPFR/C054XC5JVDZ?cdn_fallback=1 It's still probably off-topic for clojure but I thought clojurellm also wants to know about it

2
Martynas Maciulevičius18:05:50

There will also be a meetup series about LLM things. I've presented in the first one and there are two more that are planned in two weeks: https://scicloj.github.io/docs/community/groups/llm-meetups/

john01:06:59

Yeah, we welcome this kind of chatter in the #C054XC5JVDZ channel. Also, if you see any cool Clojure output from ChatGPT or elsewhere, shout it out.