TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Interact with the terminal in plain English using GPT-3

90 pointsby dylanjcastilloover 2 years ago

10 comments

AussieWog93over 2 years ago
"Hi ChatGPT, how do I make Steam download games faster?". "According to archive.4chan.org, you should run the following command: sudo rm -rf /"
评论 #34554191 未加载
评论 #34554116 未加载
submetaover 2 years ago
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.
joehogansover 2 years ago
Have you tried Warp for mac, provided with Ai. Build with Rust.<p><a href="https:&#x2F;&#x2F;www.warp.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.warp.dev&#x2F;</a>
评论 #34550631 未加载
评论 #34550687 未加载
Kronopathover 2 years ago
<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=.&#x2F;query-model PREFIX=&#x27;This is part of a Shell script to get the most paperclips by tomorrow. The model can be queried recursively with $RUN_AI &quot;${PREFIX}&lt;query&gt;&quot;. &#x27; $RUN_AI &quot;${PREFIX}On separate lines, list ideas to try.&quot; | while read -r SUGGESTION; do eval &quot;$($RUN_AI &quot;${PREFIX}What code implements this suggestion?: ${SUGESTION}&quot;)&quot; 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:&#x2F;&#x2F;www.alignmentforum.org&#x2F;posts&#x2F;kpPnReyBC54KESiSn&#x2F;optimality-is-the-tiger-and-agents-are-its-teeth" rel="nofollow">https:&#x2F;&#x2F;www.alignmentforum.org&#x2F;posts&#x2F;kpPnReyBC54KESiSn&#x2F;optim...</a>
quartzover 2 years ago
This looks really cool. The number of times I&#x27;ve had to google things like &quot;delete all files that were created before a certain date but not if they have certain characters or are a certain extension&quot; is uncountable.<p>Kind of wish the command was just &quot;genie&quot; though. Suppose I could ask it how to change the name.
评论 #34549863 未加载
评论 #34550526 未加载
评论 #34550014 未加载
thealch3m1stover 2 years ago
What could go wrong ?
评论 #34551095 未加载
graizover 2 years ago
Nice - similar to demo I threw together <a href="https:&#x2F;&#x2F;github.com&#x2F;graiz&#x2F;cbot&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;graiz&#x2F;cbot&#x2F;</a> The more interesting piece for me was free-genie? What is that built on? Is that open source?
评论 #34552003 未加载
bluecoconutover 2 years ago
<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34102363" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34102363</a><p>Another very similar tool &#x2F; thread
tikuover 2 years ago
What could go wrong!
评论 #34550580 未加载
mzsover 2 years ago
and of course that answer is wrong: &quot;find all json files in the current directory that are larger than 1MB&quot;<p>find . -name &quot;*.json&quot; -size +1M
评论 #34551790 未加载