otl

joined 1 year ago
[–] [email protected] 9 points 1 year ago (6 children)

I don't know about other people, but I find these comments noisy. I'd rather just see replies to the post from actual people.

[–] [email protected] 1 points 1 year ago

Haha no worries mate I totally get you. One of the best things about LLMs when I’ve played with them is it exercises my ability to write questions and requirements

[–] [email protected] 3 points 1 year ago (1 children)

Let’s say a function, about 20 lines. Something too small to warrant an external dependency but tricky enough that you don’t want to keep rewriting it.

I have things like a function to read through a file of newline delimited text of key-value pairs separated by whitespace. It skips comments (lines beginning with “#”), and returns the pairs. I’m happy to do a little copying instead of having a little dependency.

[–] [email protected] 5 points 1 year ago (2 children)

I mean, I get it. But... damn.. can you imagine the relative computing power required to read a text file versus asking a LLM to generate that same text?

view more: ‹ prev next ›