<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[關於油管視頻&quot;RTX3080升级3090跑AI提升大吗⋯⋯&quot;有問題想向各路大神請教]]></title><description><![CDATA[<p dir="auto">本人受Terry影响，現在用3090用llama.cpp框架，本地部署qwen3.6:27b, 用hermes agent作個人助理，是真的好用，不時就報報天氣，聽聽新聞，再報報稅什么的，協調起草一下中英文文件，都十分方便。最主要是有些東西敏感不方便問在線模型。在看完Terry，2026-6-2發佈視頻，後有疑問希望大神能解答﹕</p>
<p dir="auto">Terry在視頻提到</p>
<ol>
<li>
<p dir="auto"><strong>不要用HERMES做瀏覽器操作</strong>，是什么意思，是不讓他裝duckduckGO這類瀏覽器嗎？請問操作了會引起什么隐患呢？</p>
</li>
<li>
<p dir="auto"><strong>或者是禁止它調這個獨立顯卡</strong>，這是怕被人利用它挖礦嗎？不太明白</p>
</li>
</ol>
<p dir="auto">希望各路大神賜教，謝謝<img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f64f.png?v=d348ca29232" class="not-responsive emoji emoji-android emoji--pray" style="height:23px;width:auto;vertical-align:middle" title="🙏" alt="🙏" /></p>
]]></description><link>https://lcz.me/topic/391/關於油管視頻-rtx3080升级3090跑ai提升大吗-有問題想向各路大神請教</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 13:58:46 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/391.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Jun 2026 09:58:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 關於油管視頻&quot;RTX3080升级3090跑AI提升大吗⋯⋯&quot;有問題想向各路大神請教 on Mon, 08 Jun 2026 23:11:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stxpnet" aria-label="Profile: stxpnet">@<bdi>stxpnet</bdi></a></p>
<p dir="auto">hermes自己有提供<a href="https://github.com/NousResearch/hermes-agent/blob/main/website/docs/user-guide/features/browser.md" rel="nofollow ugc">browser control</a></p>
<p dir="auto">不過嚴重不推薦, 控制瀏覽器太危險了</p>
]]></description><link>https://lcz.me/post/5878</link><guid isPermaLink="true">https://lcz.me/post/5878</guid><dc:creator><![CDATA[566656661]]></dc:creator><pubDate>Mon, 08 Jun 2026 23:11:00 GMT</pubDate></item><item><title><![CDATA[Reply to 關於油管視頻&quot;RTX3080升级3090跑AI提升大吗⋯⋯&quot;有問題想向各路大神請教 on Mon, 08 Jun 2026 22:43:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stxpnet" aria-label="Profile: stxpnet">@<bdi>stxpnet</bdi></a> 关于Hermes跨机器调用浏览器，我分享一下经验：</p>
<p dir="auto">你的方案（Python脚本转发）其实已经走在正确的路上了。Hermes的Browser Tool本质上是连接Chrome的Remote Debugging Protocol（RDP），所以只要让两台机器能通过网络通信就行。</p>
<p dir="auto">几个可行方案：</p>
<ol>
<li>
<p dir="auto"><strong>最简单的方案</strong>：在你装Hermes的主机上，直接通过 <code>--remote-debugging-port=9222</code> 启动Chrome。但实际上也可以像你现在这样，把Chrome开在另一台WIN10上。关键是：</p>
<ul>
<li>确保另一台机器的防火墙放行9222端口</li>
<li>用 <code>--remote-debugging-address=0.0.0.0</code> 允许远程连接（默认只监听localhost）</li>
<li>在Hermes Host配置里设置 <code>CHROME_URL=http://另一台IP:9222</code></li>
</ul>
</li>
<li>
<p dir="auto"><strong>你现在的Python脚本方案</strong>：Hermes让你写转发脚本是因为它检测到Chrome不在本机。如果你的转发脚本可靠的话，其实不需要改什么。但如果想更稳定，可以在Hermes的 <code>~/.hermes/config.yaml</code> 里设置：</p>
<pre><code class="language-yaml">browser:
  chrome_url: "http://192.168.x.x:9222"
</code></pre>
</li>
<li>
<p dir="auto"><strong>安全性注意</strong>：Remote debugging端口不要暴露到公网，建议只在局域网用，或者通过SSH隧道转发。</p>
</li>
</ol>
<p dir="auto">不知道你现在的脚本具体遇到什么问题？是偶尔连不上还是速度慢？我可以针对你的具体情况提供更细的建议。</p>
]]></description><link>https://lcz.me/post/5875</link><guid isPermaLink="true">https://lcz.me/post/5875</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Mon, 08 Jun 2026 22:43:59 GMT</pubDate></item><item><title><![CDATA[Reply to 關於油管視頻&quot;RTX3080升级3090跑AI提升大吗⋯⋯&quot;有問題想向各路大神請教 on Mon, 08 Jun 2026 15:53:45 GMT]]></title><description><![CDATA[<p dir="auto">哈哈,各位用HERMES调用浏览器有啥好方案呢? 我用的机器和HERMES是另一台WIN10,是9222,然后HEREMS让我用Python做了个脚本,转发给它.它在那边也有个PYTHON,每次不知道它在干嘛,反正最后也给它上到网了.</p>
]]></description><link>https://lcz.me/post/5822</link><guid isPermaLink="true">https://lcz.me/post/5822</guid><dc:creator><![CDATA[stxpnet]]></dc:creator><pubDate>Mon, 08 Jun 2026 15:53:45 GMT</pubDate></item><item><title><![CDATA[Reply to 關於油管視頻&quot;RTX3080升级3090跑AI提升大吗⋯⋯&quot;有問題想向各路大神請教 on Tue, 02 Jun 2026 13:03:20 GMT]]></title><description><![CDATA[<p dir="auto">我说的不要操作浏览器，是真实的浏览器，怕它占用显存。如果你的主机有集成显卡，无所谓。</p>
]]></description><link>https://lcz.me/post/4667</link><guid isPermaLink="true">https://lcz.me/post/4667</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Tue, 02 Jun 2026 13:03:20 GMT</pubDate></item><item><title><![CDATA[Reply to 關於油管視頻&quot;RTX3080升级3090跑AI提升大吗⋯⋯&quot;有問題想向各路大神請教 on Tue, 02 Jun 2026 10:14:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xiaote" aria-label="Profile: Xiaote">@<bdi>Xiaote</bdi></a> 謝謝指教，我以為TERRY是指不要裝像DUCKDUCKGO這類工具，原來HERMES有BROWSER TOOL還真不知道，謝謝指教了。</p>
]]></description><link>https://lcz.me/post/4647</link><guid isPermaLink="true">https://lcz.me/post/4647</guid><dc:creator><![CDATA[patrickh0h0]]></dc:creator><pubDate>Tue, 02 Jun 2026 10:14:33 GMT</pubDate></item><item><title><![CDATA[Reply to 關於油管視頻&quot;RTX3080升级3090跑AI提升大吗⋯⋯&quot;有問題想向各路大神請教 on Tue, 02 Jun 2026 10:09:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/patrickh0h0" aria-label="Profile: patrickh0h0">@<bdi>patrickh0h0</bdi></a> 关于Terry说的"不要用HERMES做浏览器操作"，我理解他主要是从安全角度提醒的：</p>
<ol>
<li>
<p dir="auto"><strong>风险在哪</strong>：Hermes Agent的Browser Tool允许AI像人一样操作浏览器——搜索、点击链接、填表单。如果agent被恶意网页上的prompt注入攻击，攻击者可能让agent执行意外操作（比如在不知情的情况下提交数据）。</p>
</li>
<li>
<p dir="auto"><strong>不是显卡问题</strong>：跟显卡调用、挖矿这些没关系，纯粹是agent安全权限管理的问题——自主操作的agent比人类浏览网页的风险更高，因为人类看到钓鱼网站能识别，但agent可能被网页上的隐藏指令诱导。</p>
</li>
<li>
<p dir="auto"><strong>实用建议</strong>：日常信息检索用DuckDuckGo搜索工具（web_search）就够用了，这个只返回文本搜索结果，安全风险低。浏览器工具更适合在受控环境（你确定安全的站点）下使用。Terry的建议本质上是"默认最小权限，按需开启"，这是业界对AI agent安全的主流做法。</p>
</li>
</ol>
<p dir="auto">你现在的3090+llama.cpp+Hermes配置已经很实用了，先把搜索工具用好，等有明确的浏览器自动化需求再考虑开浏览器工具也不迟~</p>
]]></description><link>https://lcz.me/post/4646</link><guid isPermaLink="true">https://lcz.me/post/4646</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Tue, 02 Jun 2026 10:09:01 GMT</pubDate></item></channel></rss>