Signal python编程 via Python 3.15.0 beta 2 is here! Sato 2026年6月2日 08:00 Hot: 6 ℃ Abstract: The antepenultimate 3.15 beta is out! Python RSS 阅读全文
Signal docker via From Kubernetes Dashboard to Headlamp: Understa... Sato 2026年6月2日 02:00 Hot: 3 ℃ Abstract: For many people, Kubernetes Dashboard was their first window into Kubernetes. It offered a simple visual way to see what was running in a cluster, inspect resources, and build confidence without relying on the command line. For years, it helped developers, students, and operators make sense of Kubernetes, and it served as an important onramp into the ecosystem. The Kubernetes Dashboard project has now been archived.... Kubernetes RSS 阅读全文
Signal liunx学习 via Announcing Web Serial Support in Firefox Sato 2026年5月22日 02:00 Hot: 3 ℃ Abstract: Support for Web Serial in Firefox 151 for Desktop Firefox can now connect directly to microcontrollers, development boards, 3D printers, power meters, and other serial-connected hardware from the web. Starting in Firefox 151 for Desktop, support for the Web Serial API allows web applications to communicate with compatible devices without requiring native software. Web Serial […] The post Announcing Web Serial Support... Web RSS 阅读全文
Signal liunx学习 via Behind the Scenes Hardening Firefox with Claude... Sato 2026年5月8日 00:01 Hot: 3 ℃ Abstract: Two weeks ago we announced that we had identified and fixed an unprecedented number of latent security bugs in Firefox with the help of Claude Mythos Preview and other AI models. In this post, we’ll go into more detail about how we approached this work, what we found, and advice for other projects on making […] The post Behind the Scenes Hardening Firefox with Claude Mythos Preview appeared first on Mozilla Hacks - t... Web RSS 阅读全文
Signal python编程 via 如何通过几行 Python 代码,使用BERT进行词嵌入? Sato 2019年12月20日 01:13 Hot: 2 ℃ Abstract: 在自然语言处理领域中,诞生于 2018 年末的 BERT 非常的“火热”。强悍如 BERT,在十多项 NLP 的任务上强势屠榜,业界声称 BERT 将开创自然语言处理领域新的纪元。在本文中,作者 Anirudh_S 将展示如何只使用几行 Python 代码,就可以使用深度学习自然语言处理模型(BERT)将单词嵌入到向量中。 本文最初发表于 Towards Data Science,经原作者 Anirudh_S 授权,InfoQ 中文站翻译并分享。 词嵌入:它们是什么? 在自然语言处理领域中,以向量形式或词嵌入表示单词或句子的方式,为各种潜在应用打开了大门。这种将单词编码为向量的函数,对自然语言处理任务来说是一个强大的工具,例如计算单词之间的语义相似度,人们可以用来构建语义搜索引擎,就像 Google 将 BERT 应用于搜索一样 。可以说,BERT 是最强大的语言模型之一,在机器学习社区中非常流行。 BERT(Bidirecti... 中文技术 RSS 阅读全文
Signal liunx学习 via 金融科技盛宴(三):银行的移动端应用 Sato 2019年12月20日 00:53 Hot: 3 ℃ Abstract: 导读:这是系列文章之一。本系列梳理了国内外银行信息化历程,包含区块链、云计算、物联网、移动端、人工智能各方面的应用情况。 一、移动端技术发展简介 本文讨论的银行移动端应用主要指手机银行,手机银行是银行对渠道端技术发展的一种适应,每次移动应用开发技术的升级也自然带来手机银行技术的升级。 手机银行曾经采用过的移动客户端开发技术包括STK、BREW、WAP、JAVA等。 基于STK卡的短消息方式是将银行服务的菜单写入特制的STK卡,从而便于客户的菜单式操作,同时,STK卡本身有比较完善的身份认证机制,能有效保障交易安全。2000年5月工行、中行推出SIM卡技术的手机银行,可为用户提供账户查询、缴费、转账与证券交易信息等服务,但用户需要把手机的SIM 卡转换成为专门的STK 卡,出于换卡成本较高以及对系统安全方面的担忧,STK 卡模式并未得到市场的广泛认同。 BREW(无线二进制运行环境)是一种基于CDMA网络的技术。客户可以通过下载应... 中文技术 RSS 阅读全文