-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add: resolve: #679 resolve: #678 resolve: #677 resolve: #676 resolve: #675 resolve: #674 resolve: #673 resolve: #672 resolve: #671 resolve: #670 resolve: #669 * Update 2024-10-10.md add banner image * Update 2024-10-10.md * Update 2024-10-10.md 修改部分内容 * Rename 2024-10-10.md to 2024-10-11.md --------- Co-authored-by: Weekly Bot <[email protected]> Co-authored-by: Hejiangtao-ecut <[email protected]>
- Loading branch information
1 parent
76a2ebc
commit 2f6c176
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# 前端&AI技术双周刊-2024.10.10 | ||
|
||
![image](https://gips0.baidu.com/it/u=2581007378,2933451928&fm=3028&app=3028&f=PNG&fmt=auto&q=100&size=f900_383) | ||
|
||
## 前端技术 | ||
- [Node v22.9.0 (Current) Released](https://nodejs.org/en/blog/release/v22.9.0) | ||
<br>Node.js v22.9.0 (Current) 新增了一些功能,包括在util模块中引入了getCallSite API,允许用户获取执行堆栈跟踪。由于在Node.js v22中(包含V8 v12.4)Maglev导致多个崩溃和意外的JS行为,因此已禁用。此外,TLS API已扩展以支持部分信任链。这些更新旨在提高Node.js应用程序的用户体验和稳定性。 | ||
|
||
- [ ESLint正式支持Linting JSON和Markdown](https://eslint.org/blog/2024/10/eslint-json-markdown-support/) | ||
<br>ESLint通过提取核心JavaScript特定部分并开发新的语言插件,成功实现了对JSON和Markdown文件的支持。用户可以通过安装相应的插件并更新配置文件来启用这些新特性。 | ||
|
||
- [Tesseract.js](https://tesseract.projectnaptha.com/) | ||
<br>Tesseract.js是一个功能强大的JavaScript OCR库,支持多种语言,可在浏览器和Node.js环境中使用,通过简单的API即可实现图像中的文字识别。 | ||
|
||
- [Deno 2.0 Release Candidate](https://deno.com/blog/v2.0-release-candidate) | ||
<br>Deno 2是Node的原始创建者Ryan Dahl在使用Node后提出的想法的体现。在Deno 2中,有许多变化:window变量消失了,但是Node的process出现了,依赖管理得到了改进,许多API(如WebGPU)也变得更加稳定,同时Node.js API和CommonJS支持也在不断改进。 | ||
|
||
## AI资讯 | ||
- [国旗飘扬75年!AI重现首位旗手时空之旅](https://news.cctv.com/2024/10/01/ARTIVgqg95RIc9PhqvXVEcbA241001.shtml) | ||
<br>1949年10月1日,天安门广场升起了第一面五星红旗,1976年,北京卫戍部队开始负责日常升旗任务。中间相隔的这段时间,天安门广场的国旗是谁负责升起的呢?答案是:胡其俊——一位北京市供电局的普通工人,独自一人在天安门升旗26年。在1976的某一天,他被五星红旗的神奇力量带入一个红色光影空间,与国旗进行了一次深情对话…… | ||
|
||
- [OpenAI 推出ChatGPT 全新界面 Canvas](https://openai.com/index/introducing-canvas/) | ||
<br>OpenAI 在近日推出了一项新功能 Canvas。Canvas 作为一个全新界面,会在独立窗口中打开写作或编程任务。相比传统对话形式,Canvas 允许用户直接在生成的内容上编辑,省去了反复提示和修改的繁琐过程。 | ||
|
||
- [阿里推出视频生成工具 MIMO](https://mimo-ai.com/zh/mimo-ai) | ||
<br>近日,阿里发布了生成工具MIMO,仅需一张图片,便可在短短数分钟内替换视频中的人物。上传原视频和角色图片后,点击生成后就可以将视频中的人物替换成图片中的角色。 | ||
|
||
## 拓展阅读 | ||
- [Posterior-Mean Rectified Flow](https://pmrf-ml.github.io/) | ||
<br>PMRF算法通过结合后验均值预测和校正流模型,实现了在保持图像感知质量的同时最小化MSE的目标,为光学逼真图像恢复提供了一种新的有效方法。 | ||
|
||
- [Split Effects with no Content Duplication](https://frontendmasters.com/blog/split-effects-with-no-content-duplication/?utm_source=CSS-Weekly&utm_campaign=Issue-595&utm_medium=web) | ||
<br>通过使用单张图片和CSS混合技术,实现了无需渲染重复内容的比较滑块效果。这种方法提高了性能、降低了维护成本。 | ||
|
||
- [无身份验证按钮](https://abhisaha.com/blog/no-authentication-like-button) | ||
<br>文章介绍了一种无需用户身份验证的点赞按钮实现方式,通过浏览器音频指纹,实现无需登录或身份验证。这种方式可以简化用户操作,提升用户参与度,降低流失率。虽然放宽了安全性要求,但在个人网站规模有限的情况下并不会带来过多问题。这种方式适用于希望提升用户体验和内容互动性的场景。 | ||
|
||
- [Angular Routing Essentials: All You Need to Know in One Post](https://monsterlessons-academy.com/posts/angular-routing-essentials-all-you-need-to-know-in-one-post) | ||
<br>文章介绍了如何通过注册组件为路由,使用路由器插座和链接实现页面跳转和内容展示。路由管理包括路线顺序、参数处理、重定向、嵌套路由等,确保页面导航的准确性。程序化导航、延迟加载、路线警卫和路由解析器可以提升应用性能和用户体验。 | ||
|