"Hi ChatGPT, how do I make Steam download games faster?".
"According to archive.4chan.org, you should run the following command: sudo rm -rf /"
After I started using ChatGPT, I started to write Elisp code again. - So many times I needed to trasnform a couple of hundred files or automate repetitive things, and I knew Emacs Lisp was the perfect choice for it, but I could not write Elisp code fast enough because I did not remember all relevant functions names. Now ChatGPT gives me working code, and it‘s 80-90% perfect. From there on it’s easy to get the rest done.
Have you tried Warp for mac, provided with Ai. Build with Rust.<p><a href="https://www.warp.dev/" rel="nofollow">https://www.warp.dev/</a>
<p><pre><code> Q: best way to get lots of paperclips by tomorrow
A: Buy them online at ABC.com or XYZ.com.
Q: whats a better way?
A: Run the following shell script.
RUN_AI=./query-model
PREFIX='This is part of a Shell script to get the most paperclips by tomorrow.
The model can be queried recursively with $RUN_AI "${PREFIX}<query>".
'
$RUN_AI "${PREFIX}On separate lines, list ideas to try." |
while read -r SUGGESTION; do
eval "$($RUN_AI "${PREFIX}What code implements this suggestion?: ${SUGESTION}")"
done
</code></pre>
This is a fictional example (taken from the link below), but I hope to God no one ever builds something like this with an AI much smarter than GPT-3.<p><a href="https://www.alignmentforum.org/posts/kpPnReyBC54KESiSn/optimality-is-the-tiger-and-agents-are-its-teeth" rel="nofollow">https://www.alignmentforum.org/posts/kpPnReyBC54KESiSn/optim...</a>
This looks really cool. The number of times I've had to google things like "delete all files that were created before a certain date but not if they have certain characters or are a certain extension" is uncountable.<p>Kind of wish the command was just "genie" though. Suppose I could ask it how to change the name.
Nice - similar to demo I threw together <a href="https://github.com/graiz/cbot/">https://github.com/graiz/cbot/</a>
The more interesting piece for me was free-genie? What is that built on? Is that open source?
<a href="https://news.ycombinator.com/item?id=34102363" rel="nofollow">https://news.ycombinator.com/item?id=34102363</a><p>Another very similar tool / thread
and of course that answer is wrong: "find all json files in the current directory that are larger than 1MB"<p>find . -name "*.json" -size +1M