WWW.YOUINFO.SITE
标签聚合 Spark

/tag/Spark

IT之家 · 2026-06-08 22:07:50+08:00 · tech

IT之家 6 月 8 日消息,据科技媒体 Wccftech 报道,惠普现已在台北电脑展 2026 期间展出了一款 RTX Spark 迷你主机。最高可提供 1PFLOPS AI 算力,至高 128GB LPDDR5X 统一内存。 ▲ 图源:Wccftech 据介绍,惠普并没有在现场和新闻稿中提及这台迷你主机的正式名称,现场展出的样机也没有标注接口功能,表明目前的展机只是工程样品。 从接口布局来看,惠普的 RTX Spark 迷你主机与其他厂商产品大体相似, 但背部带有两个 NVIDIA ConnectX-7 NIC ,目前尚不清楚这种设计是否会保留到零售版本。 IT之家注意到,这台迷你主机还具备 4 个 USB-C 接口、1 个 HDMI 视频输出接口、1 个网线接口。具备 20 核 CPU、Blackwell GPU,最高支持 12K 视频剪辑、1440P 3A 游戏运行。售价、上市时间暂未公布。

IT之家 · 2026-06-08 15:24:40+08:00 · tech

IT之家 6 月 8 日消息,据科技媒体 ServeTheHome 上周(6 月 5 日)报道,英伟达与 OEM 合作伙伴在台北电脑展 2026 展示了一批 RTX Spark 产品,联想、华硕、微星和戴尔等厂商的迷你主机也同步亮相。 根据英伟达披露信息,RTX Spark 芯片具备 20 核 CPU、48 组 SM 单元的 Blackwell GPU, 最高支持 128GB LPDDR5X 统一内存 。业内普遍认为,RTX Spark 实际是 GB10 的换标版本。 现场公布的所有迷你主机都提供万兆以太网口 、20Gbps USB-C 接口、PCIe Gen 5 M.2 固态硬盘插槽。 IT之家在此援引 ServeTheHome,这其中首先亮相的是华硕的 ProArt GA10。 其机身尺寸为 150*150*51mm ,几乎与 Ascent GX10 完全一致。具备 4 个 USB-C 接口、HDMI 输出和 10GbE 以太网口,散热能力可达 140W。 ▲ 图源:ServeTheHome,下同 第二款产品则是戴尔的 XPS RTX Spark Desktop,同样具备 4 个 USB-C 接口、HDMI 输出和 10GbE 以太网。外观则是比 Dell Pro Max with GB10 稍微高一些。 同时,联想的 RTX Spark 迷你主机也在展会中亮相,该产品的机箱设计较为新颖,接口配置与上述机型一致。 最后登场的则是微星 EdgeMesa N AI+,该机采用白色机身,在一众“黑盒子”里比较显眼,专为内容创作者、AI 开发者打造。

LinuxDo 最新话题 · 2026-06-07 22:42:03+08:00 · tech

@Limitee 头像是皮卡丘,所以结合了宝可梦画风 pocket-spark.stellafortuna.dpdns.org 网站名字是:pocket-spark [!quote] 口袋里的金色火花w 象征着那个默默给予我们支持、在需要时为我们充能的温暖存在~ 还带音效~ 只因为他很可爱,且有问必回 用的正是那个开源字体 可以这样用: body { font-family: "JiangChengLvDongSong"; font-weight: normal; } 加载完了才会渲染,非常贴心~ 源码: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Adventure Record: Thank You!</title> <!-- 引入超级超级好看的江城律动宋字体~ --> <link href="https://fontsapi.zeoseven.com/147/main/result.css" onload="this.rel='stylesheet'" rel="preload" as="style" crossorigin /> <noscript><link rel="stylesheet" href="https://fontsapi.zeoseven.com/147/main/result.css" /></noscript> <style> * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: "JiangChengLvDongSong", sans-serif; font-weight: normal; min-height: 100vh; display: flex; justify-content: center; align-items: center; /* 经典精灵球红白背景分割 */ background: linear-gradient(to bottom, #E3350D 50%, #F5F5F5 50%); position: relative; overflow: hidden; } /* 精灵球中间的黑色分割线 */ body::before { content: ''; position: absolute; width: 100%; height: 16px; background-color: #222222; top: 50%; transform: translateY(-50%); z-index: 1; box-shadow: 0 4px 10px rgba(0,0,0,0.15); } /* 主体卡片:悬浮在精灵球中央的按钮装置 */ .card-container { position: relative; z-index: 10; background: #FFFFFF; border: 8px solid #222222; border-radius: 24px; width: 90%; max-width: 480px; padding: 40px 30px; box-shadow: 0 20px 0px rgba(0, 0, 0, 0.15); text-align: center; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); } /* 顶部装饰:致敬血条/等级框 */ .badge-header { display: inline-flex; align-items: center; gap: 8px; background: #222222; color: #FFCB05; /* 电气黄 */ padding: 6px 16px; border-radius: 30px; font-size: 14px; letter-spacing: 1px; margin-bottom: 24px; } .badge-dot { width: 8px; height: 8px; background-color: #FFCB05; border-radius: 50%; animation: pulse 1.5s infinite; } /* 文本展示区 */ .content-box { margin-bottom: 35px; } .main-title { font-size: 32px; color: #222222; line-height: 1.4; margin-bottom: 12px; } .sub-title { font-size: 16px; color: #777777; letter-spacing: 0.5px; } /* 交互按钮 */ .action-btn { background-color: #FFCB05; color: #222222; border: 4px solid #222222; border-radius: 16px; padding: 16px 36px; font-size: 20px; font-family: "JiangChengLvDongSong", sans-serif; cursor: pointer; outline: none; position: relative; overflow: hidden; box-shadow: 0 6px 0 #222222; transition: all 0.1s ease; } .action-btn:hover { background-color: #FFE054; transform: translateY(-2px); box-shadow: 0 8px 0 #222222; } .action-btn:active { transform: translateY(4px); box-shadow: 0 2px 0 #222222; } /* 触发感谢后的彩蛋状态 */ .card-container.unlocked { border-color: #FFCB05; box-shadow: 0 20px 0px rgba(255, 203, 5, 0.2); } .card-container.unlocked .badge-header { background: #FFCB05; color: #222222; } .card-container.unlocked .badge-dot { background-color: #E3350D; } /* 粒子礼花 */ .particle { position: absolute; pointer-events: none; width: 12px; height: 12px; background: #FFCB05; border-radius: 50%; z-index: 100; animation: popOut 0.8s ease-out forwards; } @keyframes pulse { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.3); opacity: 0.5; } 100% { transform: scale(1); opacity: 1; } } @keyframes popOut { 0% { transform: translate(0, 0) scale(1); opacity: 1; } 100% { transform: translate(var(--tx), var(--ty)) scale(0); opacity: 0; } } </style> </head> <body> <div class="card-container" id="card"> <div class="badge-header"> <span class="badge-dot"></span> <span>SYSTEM OVERVIEW</span> </div> <div class="content-box"> <h1 class="main-title" id="title">野生的贡献者出现了!</h1> <p class="sub-title" id="subtitle">冒险之所以能继续,是因为一路上有你</p> </div> <button class="action-btn" id="btn" onclick="triggerGratitude()"> 表达感谢 ! </button> </div> <script> let hasTriggered = false; function triggerGratitude() { if (hasTriggered) return; hasTriggered = true; const card = document.getElementById('card'); const title = document.getElementById('title'); const subtitle = document.getElementById('subtitle'); const btn = document.getElementById('btn'); // 切换为解锁/感谢状态 card.classList.add('unlocked'); title.innerHTML = "使用了「 谢谢你 」!"; subtitle.innerHTML = "效果超群!你的付出我们都收到了喵~"; btn.innerHTML = "MISSION ACCOMPLISHED"; btn.style.backgroundColor = "#EEEEEE"; btn.style.color = "#888888"; btn.style.cursor = "default"; btn.style.transform = "none"; btn.style.boxShadow = "none"; btn.style.borderColor = "#CCCCCC"; // 播放经典宝可梦中心恢复生命值的 8-bit 音效 playPokemonHealSound(); // 喷射黄色小礼花 const rect = btn.getBoundingClientRect(); const startX = rect.left + rect.width / 2; const startY = rect.top + rect.height / 2; for (let i = 0; i < 40; i++) { createParticle(startX, startY); } } // Web Audio API 合成 8-bit 经典音效 (C5 -> D5 -> E5 -> F5 -> G5 -> A5...) function playPokemonHealSound() { const AudioContext = window.AudioContext || window.webkitAudioContext; if (!AudioContext) return; const ctx = new AudioContext(); const now = ctx.currentTime; // 经典宝可梦中心恢复旋律的音高 const notes = [ 392.00, // G4 440.00, // A4 493.88, // B4 523.25, // C5 587.33, // D5 659.25 // E5 ]; notes.forEach((freq, index) => { const osc = ctx.createOscillator(); const gainNode = ctx.createGain(); // 经典的方波模拟 8-bit 复古感 osc.type = 'square'; osc.frequency.setValueAtTime(freq, now + index * 0.12); gainNode.gain.setValueAtTime(0.08, now + index * 0.12); gainNode.gain.exponentialRampToValueAtTime(0.01, now + index * 0.12 + 0.15); osc.connect(gainNode); gainNode.connect(ctx.destination); osc.start(now + index * 0.12); osc.stop(now + index * 0.12 + 0.18); }); } // 纯 CSS 粒子礼花效果 function createParticle(x, y) { const p = document.createElement('div'); p.classList.add('particle'); // 随机颜色(电气黄、红、白) const colors = ['#FFCB05', '#E3350D', '#FFFFFF', '#222222']; p.style.backgroundColor = colors[Math.floor(Math.random() * colors.length)]; // 随机大小 const size = Math.random() * 8 + 6; p.style.width = `${size}px`; p.style.height = `${size}px`; // 随机星形或圆形 if (Math.random() > 0.5) { p.style.borderRadius = '0px'; // 像素风小方块 } p.style.left = `${x}px`; p.style.top = `${y}px`; // 随机散射方向和距离 const angle = Math.random() * Math.PI * 2; const distance = Math.random() * 180 + 80; const tx = Math.cos(angle) * distance; const ty = Math.sin(angle) * distance - 50; // 稍微向上飘一点 p.style.setProperty('--tx', `${tx}px`); p.style.setProperty('--ty', `${ty}px`); document.body.appendChild(p); // 动画结束后移除 setTimeout(() => { p.remove(); }, 800); } </script> </body> </html> 2 个帖子 - 2 位参与者 阅读完整话题

IT之家 · 2026-06-04 21:41:35+08:00 · tech

IT之家 6 月 4 日消息,据 Wccftech,撼与 Sparkle 在本届台北电脑展上展示了一款采用单槽设计的 Intel Arc Pro B70 32GB 显卡,型号为 Sparkle Intel Arc Pro B70 32 GB Blower 1S。 得益于紧凑的单槽形态,现在一台工作站最多可同时安装 8 块该显卡,实现总计 256 GB 的显存容量,从而能够在本地运行参数规模超过 2000 亿的 AI 大语言模型。 该卡搭载了完整的 BMG-G31 GPU,配备 32 个 X e 2 核心与 32 GB 显存,定位面向 AI、内容创作及各类专业工作负载。 这款显卡采用了涡轮式散热方案,由单个风扇将气流吹过由多片铝制鳍片构成的散热器,底座为铜质。整卡通过单个 16pin 接口供电,加速频率可达 2800 MHz。显卡背板提供四个显示输出接口。 与此前标准的双槽版本(230W)相比,单槽版本的 TGP(160W)有所降低,虽然可能对持续性能释放产生影响,但换来了更高的空间利用效率 —— 单槽宽度使得在有限的工作站机箱内密集部署多块 GPU 成为可能。 Intel Arc Pro B70 是目前外界得以一窥 Intel“Big Battlemage”架构 GPU 的唯一切入点。Sparkle 方面尚未公布该单槽显卡的具体售价,预计将于近期正式上市。 相关阅读: 《 撼与推出英特尔 Arc Pro B50 16GB Blower 显卡:单槽全高,4× DP 》 《 SPARKLE 撼与宣布旗下英特尔锐炫 Arc Pro B60 显卡正式上市 》 《 双风扇 2.2 槽厚度,撼与 Sparkle 官网上线英特尔锐炫 B580 守护者显卡 》

IT之家 · 2026-06-04 15:19:18+08:00 · tech

IT之家 6 月 4 日消息,华尔街日报昨日(6 月 3 日)发布博文,报道称 Meta 公司 AI 模型 Muse Spark 遭遇“难产”, 已多次推迟向开发者发布该模型 API 调用 计划。 IT之家曾于今年 4 月报道, 该模型 Meta 超级智能实验室(Meta Superintelligence Labs)全新 Muse 系列的首款产品 。该 AI 部门由汪滔(Alexandr Wang)掌管,他于 2025 年 6 月加入 Meta 公司。 图源:WikiMedia Muse Spark 是 Meta 从开源路线转向闭源路线后的关键模型。 内部评测称,它可与 OpenAI、Anthropic 竞争,并在多数测试中明显领先 xAI 的 Grok。但除少数第 3 方评测机构外,开发者仍难以亲自验证其能力。 不过时隔近 2 个月,官方目前仍未进一步开放 API 调用,和 4 月“很快发布”的表态形成落差。 知情人士称,Meta 原计划在 4 月发布 Muse Spark 时同步推出 API。延期原因包括测试中暴露的漏洞,以及基础设施还需扩建。随后发布时间从 4 月推到 5 月,又推到 6 月。

IT之家 · 2026-06-04 15:09:44+08:00 · tech

IT之家 6 月 4 日消息,在本周的 2026 台北国际电脑展主题演讲中, 英伟达 CEO 黄仁勋正式宣布推出 RTX Spark PC 处理器 。随后,微软宣布推出 Surface Laptop Ultra 笔记本,首发搭载英伟达 RTX Spark 处理器。 目前,Surface Laptop Ultra 笔记本已经在微软官网上线了产品介绍页面,透露了该产品的部分详细配置。 Surface Laptop Ultra 厚度不到 18 毫米,重量不到 4.5 磅(2 公斤) ,提供黑色、银色两款配色,整体造型简洁,外观看起来中规中矩。 Surface Laptop Ultra 搭载 15 英寸 Mini LED PixelSense Ultra 触摸屏 ,采用 3:2 宽高比、262 PPI,峰值 HDR 亮度可达 2000 尼特。该机也支持 Windows Hello 面部识别功能。 Surface Laptop Ultra 宣称提供“全天候的电池续航”,即使在电池供电下也能保持性能。它的紧凑充电器足够小, 可以放进夹克口袋里 。 全新的 Surface Laptop Ultra 触控板面积增大 30% ,实现了创意工作流程的精准度和精细光标控制,在支持的功能和应用中还能实现 触觉反馈 。 接口方面,微软宣称 Surface Laptop Ultra 搭载完整的创客友好端口,包括 USB-C、USB-A、HDMI、耳机插孔和全尺寸 SD 卡读卡器,不需要外接扩展坞。 散热方面,Surface Laptop Ultra 专为持续高性能设计,全新散热系统热容量是 15 英寸 Surface Laptop 7 的 2.5 倍 。 维护与安全性方面,Surface Laptop Ultra 配备 用户可更换的固态硬盘 和内置“导引”功能,方便使用官方零件进行维修。 Surface Laptop Ultra 将于今年晚些时候上市,具体定价暂未公布,IT之家将关注后续消息。