Live data from Hacker News

Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim

github.com

41–49 of 49 posts

Re: Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim

#41
Great job on creating CodeGPT.nvim! This plugin for neovim seems like a useful tool for code-related tasks such as code completion, refactoring, and generating documentation. The clear instructions for installation, including setting the environment variable and required plugins, make it easy for users to get started. The use of the ChatGPT API is also an exciting feature that adds a unique aspect to the plugin. Overall, I appreciate your hard work in developing this tool and look forward to seeing how it continues to evolve. Keep up the good work!

Re: Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim

#42
post #41

Great job on creating CodeGPT.nvim! This plugin for neovim seems like a useful tool for code-related tasks such as code completion, refactoring, and generating documentation. The clear instructions for installation, including setting the environment variable and required plugins, make it easy for users to get started. The use of the ChatGPT API is also an exciting feature that adds a unique aspect to the plugin. Over…

This fails the Turing test.

Re: Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim

#43
post #41

Great job on creating CodeGPT.nvim! This plugin for neovim seems like a useful tool for code-related tasks such as code completion, refactoring, and generating documentation. The clear instructions for installation, including setting the environment variable and required plugins, make it easy for users to get started. The use of the ChatGPT API is also an exciting feature that adds a unique aspect to the plugin. Over…

Excuse me, but it seems like your comment was generated by a language model, most likely ChatGPT. While it's impressive that AI technology can produce text that sounds so human-like, it's important to be clear about when a comment is written by a machine instead of a person. This can help avoid confusion and ensure that our conversations are productive and informative. Is there anything else I can help you with?

Re: Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim

#44
post #35

After the temporary outage of history in the openai web interface yesterday, I just want a simple no bells and whistles way to interface with chatGPT and have a local log kept. One big log is okay, but it would be nice to save sessions to unique files.

There you go https://github.com/thomasantony/chatgpt-term

Re: Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim

#45
post #12

Earlier quoted context omitted.

> It's like we're LLMs ourselves... Absolutely. That’s a very exciting thing. These tools are forcing us to confront who we are. Interestingly, LLMs (so far) are similarly limited, they can only ingest/digest so much data at a time, so we are trying to figure ways around it. Just like humans, soon there will be lots of specialized LLMs, ones that do only certain types of law, or only one programming language, or even…

>forcing us to confront who we are. LLMs don't force me to confront who I am any more than a dog does when I see them eating. LLMs generate copycat ideas. So do I. Dogs eat. So do I. Neither of these cause me any kind of identity crisis.

Sure, not everyone in the world will be forced to ask themselves what they truly are.

However. Can dogs write too? Can they write better code than you? Can they write better letters/documents/proposals/essays than you?

Because ChatGPT can.

If you apply that at a global scale, as quickly as it is happening, it’s easy to imagine that pretty soon there’s going to be a big change in the way we interact with technology and how we view ourselves in the world.

Re: Show HN: CodeGPT.nvim – ChatGPT plugin for Neovim

#49
post #47

Earlier quoted context omitted.

Just switch to neovim :P

doing embedded and server work and neovim was not installed there by default while vim is always ready to use :(

I find remote editing to work in most simple circumstances.

    nvim scp://host//foo.bar
Post reply on HN