HackerTrans
TopNewTrendsCommentsPastAskShowJobs

safetytrick

no profile record

comments

safetytrick
·2 ay önce·discuss
Being a junior engineer was a good time!
safetytrick
·4 ay önce·discuss
Yes, this mattered when 6 character passwords were common.
safetytrick
·5 ay önce·discuss
It's actually been useful for me to explain certain best practices now that I can show that the LLM cares.

Why is this name bad? Because an llm will get confused by it and di the wrong thing half the time.
safetytrick
·11 ay önce·discuss
Yes, I agree, we seem to need to feel "special".

Language is really powerful, I think it's a huge part of our intelligence.

The interesting part of the article to me is the focus on fluency. I have not seen anything that LLMs do well that isn't related to powerful utilization of fluency.
safetytrick
·11 ay önce·discuss
Python packaging is the least zen of python thing about python.
safetytrick
·geçen yıl·discuss
I don't think changeable code is the number one priority. The goal is to solve a problem and code that solves a problem without needing to change is sufficient.

Code that doesn't need to change is a really good sign that you've got something good.
safetytrick
·2 yıl önce·discuss
Quoted: "Likewise, you can repeat yourself but classes only have a single (duplicated, but subtly different) responsibility."
safetytrick
·2 yıl önce·discuss
I'm proud of my little joke on dogmas: "The only dogma I believe is that all dogmas are wrong".
safetytrick
·2 yıl önce·discuss
I like to phrase this kind of thought as: "The only dogma I believe, is that all dogmas are wrong".
safetytrick
·2 yıl önce·discuss
vim is late 1991, vi was 1976, sublime text was 2008. Just seems like garbage writing (very easily could be LLM).
safetytrick
·2 yıl önce·discuss
In the article the author mentions wanting to benchmark a GPU and using ChatGPT to write CUDA. Benchmarks are easy to mess up and to interpret incorrectly without understanding. I see this as an example where a subtly-wrong idea could cause cascading problems.