TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

GitHub Copilot Reenables Itself When Disabled

15 点作者 dleavitt大约 1 年前

4 条评论

justinclift12 个月前
It&#x27;ll be funny if the code which does this automatic re-enable was also generated by GitHub Copilot.<p>That would be a case of the LLM (purposely?!?!?!) turning itself back on regardless of the human&#x27;s instructions, using code it wrote.<p>There&#x27;s something about &quot;self preservation&quot; in that. :)
评论 #40514664 未加载
dleavitt大约 1 年前
Github&#x27;s major closed-source Copilot extension reenables itself if you try to tone down the aggressiveness of its suggestions. Some malware &#x2F; reverse-useless-machine vibes.<p>A lot of us are sort of waiting for the other shoe to drop with respect to Microsoft&#x27;s commitment to openness, so this seem kinda foreboding.
评论 #40506645 未加载
hughesjj12 个月前
echo &#x27;127.0.0.1 openai.com&#x27; &gt;&gt; &#x2F;etc&#x2F;hosts echo &#x27;::1 openai.com&#x27; &gt;&gt; &#x2F;etc&#x2F;hosts
acheong0812 个月前
Microsoft speed running year of the Linux desktop and year of Neovim.<p>Copilot is available in neovim: <a href="https:&#x2F;&#x2F;github.com&#x2F;zbirenbaum&#x2F;copilot.lua">https:&#x2F;&#x2F;github.com&#x2F;zbirenbaum&#x2F;copilot.lua</a><p>Self plug: CopilotChat.nvim recently got added into LazyVim Extras: <a href="https:&#x2F;&#x2F;www.lazyvim.org&#x2F;extras&#x2F;coding&#x2F;copilot-chat" rel="nofollow">https:&#x2F;&#x2F;www.lazyvim.org&#x2F;extras&#x2F;coding&#x2F;copilot-chat</a> ! Getting started is easier than ever