智能助手网
标签聚合 no

/tag/no

www.ithome.com · 2026-04-18 18:49:29+08:00 · tech

IT之家 4 月 18 日消息,消息源 Canon Rumors 今天发文,长期以来有传闻称,佳能将在经典胶片单反 AE-1 诞生 50 周年时推出一款复古相机,甚至型号可能是“RE-1”。不过从目前情报来看,佳能似乎并没有这种计划。 IT之家在此援引 Canon Rumors,佳能即将推出 EOS R8 Mark II 全画幅无反相机,可能会加入复古元素。 这意味着佳能将会为 R8 系列产品线分化两条路线:一条是偏视频拍摄的 EOS R8 V,有望下周发布;另一条则是主打复古设计的 R8 Mark II。 不过我们目前仍无法得知 EOS R8 Mark II 的具体规格。从逻辑上看,带复古设计的全画幅无反都不会失败。 事实上,佳能在上个月接受 Phototrend 采访时,被问及是否会纪念 AE-1 诞生 50 周年。官方当时回应道:“目前我们没有准备以特别的方式庆祝这一里程碑”。 佳能认为,复古数码相机存在诸多设计难点。首先相机设计不仅只是做个机身,还要让机身、镜头、配件整体协调。并且握持感、拨轮和按键布局等人机交互设计也在几十年间发生很大变化。 简单复刻老相机的外观未必能带来良好的现代体验 。 他表示,虽然市场对复古外观的需求确实存在, 但在推进之前必须充分评估技术难度与商业可行性 。 IT之家注:佳能 AE-1 是一台胶片单反相机,最初发布于 1976 年 4 月,是世界上第一台采用微处理器控制的量产单反相机,搭载 FD 卡口,支持快门优先自动曝光(S 挡 / Tv 挡),让大量普通用户无需掌握摄影知识就能拍出曝光正确的照片,被国内摄友与尼康 FM2、奥巴 OM-1、美能达 X700 并誉为“豆瓣四大神机”。 有趣的是,苹果前员工 Jim Reekes 曾透露,iPhone 手机按下快门的声音实际上来自他高中时买的佳能 AE-1。

linux.do · 2026-04-18 17:35:40+08:00 · tech

使用hermes agent 通过MCP的方法将二者连接。 原理大概是这样 Notion ↔ [Notion 官方 MCP] ↔ Hermes Agent ↔ [FNS MCP / SSE] ↔ Obsidian ↑ ↑ hermes与FNS自部署在 VPS 都使用了什么 1.hermes agent 无需多言,类似于小龙虾openclaw这种 2.notion mcp 官方的,使用OA认证挂载后 Agent 能读 / 写 / 创建 / 搜索 Notion 页面 为什么不用 api的形式? 因为闲鱼上卖的都是那种商业试用版,hermes 本身内置了 Notion API 适配,但因为访客账号无法在 workspace 里创建 internal integration、拿不到 integration token,所以只能走官方 MCP 的 OAuth 路径。 3. Fast Note Sync (FNS):Obsidian 插件,把本地 Vault 同步到服务器,同时暂开 SSE 协议的 MCP 服务,Agent 走这个接口读写 Vault,这个插件是L站一位佬友制作的,十分的好用。 为什么要这样做 主要还是看重他notion的AI功能。现在的notion的ai可以去闲鱼,一个月才5块钱,可以基本上无限使用opus4.7这种模型,而且对笔记的优化相当好,这个是obsidian比不了的,但是notion这个始终是云端,而且我觉得分类做的不太好,慢慢就会变成垃圾场那种。 我看过不少人同时用notion和obsidian一起用,但每次都得手动整理,**手动搬的本质是「哪天懒了,整个系统就废了」**现在已经出现了这种例如小龙虾与hermes,利用一下。 使用hermes连接笔记软件有一个好处,你根本不用打开笔记软件,与hermes聊天,聊到一个东西,直接和他说记录到笔记中,他就会帮你整理记录。或者说你在notion中记录,在obsidian中,他都可以帮你找出来,而不用打开软件去操作。 我的notion与obsidian设置 noiton 🗂️ Hermes 知识流转中心 ├─ 📥 待归档 ← 我把要归档的东西什在这里 ├─ ✅ 已归档 ← Hermes 搬完后自动移过来 ├─ 📋 Hermes 操作日志 ← Hermes 每次干活都写一行 └─ 📖 Hermes 使用说明 ← 写给 Hermes 看的手册(关键!) obsidian Vault/ ├─ 00-Inbox/ ← Hermes 搬来的全进这里 ├─ 10-信息/ ├─ 20-配置/ └─ 30-数学/ ← 这些是我手动分类的永久位置 三条铁律 绝不做双向同步,单向: Notion → Obsidian 。搬到 Obsidian 后相当于快照,想改就在 Obsidian 里新写一份,不改已归档的。 Agent 不碰正文,ermes 只做三件事: 读取 · 搬运,加一下标签或者双链。 操作日志必须有。 踩过的坑 1.假如你是在像我一样在VPS中部署的hermes,notion的mcp OA跳转主要注意 VPS 是 headless 环境,Notion MCP 的 OAuth 回调地址默认是 http://127.0.0.1 : ,本地浏览器访问不到服务器的 loopback。解决办法是用 SSH 本地端口转发,然后在本地浏览器点授权链接,回调会落到本地端口再转回服务器完成认证。 2.hermes暂不支持SSE的mcp配置,需要补充上为 Hermes 补上 SSE MCP 支持。 1 个帖子 - 1 位参与者 阅读完整话题

www.ithome.com · 2026-04-18 15:46:57+08:00 · tech

IT之家 4 月 18 日消息,消息人士 @redphx 昨天在 X 平台放出挖掘代码,显示微软 XGP 游戏订阅服务将提供“Triton”和“Duet”两个新档位。 据推测,“Triton”档位可能只提供《光环》《毁灭战士》等 Xbox 第一方游戏, 而“Duet”则可能整合 Netflix 订阅服务 。 同时根据目前的泄露代码,这两个新档位都有可能支持 Xbox Cloud Gaming 云游戏服务。不过微软可能会引入限时游玩机制,减轻服务器负载。类似英伟达 GeForce Now 的限流措施。 值得注意的是,每月 29.99 美元(IT之家注:现汇率约合 205 元人民币)的微软 XGPU 订阅提供无限制串流服务。而英伟达 GeForce Now 则是一开始不限制游玩时长,但后续对付费方案设定每月 100 小时使用上限。

linux.do · 2026-04-18 14:33:13+08:00 · tech

项目介绍: 基于Vue 3、Tauri 2、Naive UI的极简Windows 桌面应用模板,用于快速开发桌面程序。 整体风格为:深色+ 半透明+ 极简工具感+ 轻微动效的Mica 风格桌面应用模板。 项目地址 github.com GitHub - llds66/vetra: 一个极简的 Windows 桌面应用模板,基于 Vue 3、Tauri 2、Naive UI 和... 一个极简的 Windows 桌面应用模板,基于 Vue 3、Tauri 2、Naive UI 和 UnoCSS 截图 本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容: 我的帖子已经打上 开源推广 标签: 是 我的开源项目完整开源,无未开源部分: 是 我的开源项目已链接认可 LINUX DO 社区: 是 我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是 以上选择我承诺是永久有效的,接受社区和佬友监督: 是 以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出 1 个帖子 - 1 位参与者 阅读完整话题

linux.do · 2026-04-18 13:52:29+08:00 · tech

虽然目前有一个 zenobi-us/pi-dcp ,但是已经两个月没更新了。 之前用opencode的时候感觉 Opencode-DCP/opencode-dynamic-context-pruning 很好用,可以不声不响地把context 保持在一个很低的水平。 换到pi-agent后,context动不动就飙升到40-50%。试了一下 mksglu/context-mode 和 MasuRii/pi-rtk-optimizer ,效果都不明显。用pi-agent的佬们,有没有什么好的管理办法? 1 个帖子 - 1 位参与者 阅读完整话题

hnrss.org · 2026-04-18 13:30:28+08:00 · tech

Built InGaming as a frontend MVP for the iGaming space, with two main parts: 1. a back-office admin for casino / gambling operations 2. a multi-brand storefront system for casino sites The starting point was simple: in all the years I’ve worked around iGaming, I haven’t seen a single admin panel I’d call genuinely good. Most of them are either bloated, awkward to use, or patched together from disconnected tools that don’t really fit how teams work day to day. So I decided to build the kind of admin I actually wish existed. On the admin side, the MVP includes flows for players, payments and transactions, casino and sportsbook operations, content and static pages, reporting, and website configuration. On the storefront side, I built a separate frontend repo to validate a multi-brand setup on shared foundations. Right now that includes two demo brands: BetStake and ShipBet. Important caveat: this is frontend work and product validation, not a finished end-to-end platform. I’m treating it as an expanded MVP that is already strong enough to be a serious starting point, rather than just another rough concept. What I’m really trying to figure out now is whether this is already valuable as a project someone could buy as a head start. My view is that it could save a lot of time for a team that would otherwise need to build the admin, storefront layer, and overall product structure from scratch. Happy to answer product or frontend architecture questions. Comments URL: https://news.ycombinator.com/item?id=47813386 Points: 1 # Comments: 0

hnrss.org · 2026-04-18 04:05:50+08:00 · tech

AI is in a weird place right now. Technical people marvel over it while non-technical people don't really care. So we built Co-Op, an app specifically designed for non-technical people to run AI agents without needing a Mac Mini or laptop running 24/7. Your agents run throughout the day and complete real work across your most important apps, no code required. For me, this looks like a daily notification with my unread emails across Outlook, Gmail, and any other inbox, the weather, commute time, flight prices I'm monitoring, and the news. But it goes way beyond that. Our agents can build slideshows on Google Slides, track your finances, follow sports scores, summarize and write documents, manage your calendar, and a lot more. All running in the background without you having to constantly prompt. Comments URL: https://news.ycombinator.com/item?id=47809992 Points: 3 # Comments: 2