Skip to content

Commit

Permalink
feat: no121
Browse files Browse the repository at this point in the history
  • Loading branch information
OSInsight committed Apr 10, 2023
1 parent f5a362c commit 71bcec9
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Web 技术周刊是一款面向泛前端同学汇集技术热闻、大前端技

### 2023

[第 121 期 04/03 You Are Not Too Old (To Pivot Into AI)](/src/2023/weekly/no121.md)
- GatesNotes: The Age of AI has begun
- JavaScript import maps are now supported cross-browser
- 走进动力学的柔体世界
- 重塑低代码开发:人工智能的智慧赋能
- How to integrate ChatGPT with TinyMCE: a tutorial
- You Are Not Too Old (To Pivot Into AI)

[第 120 期 03/27 The End of Front-End Development](/src/2023/weekly/no120.md)
- The brief history of artificial intelligence
- The End of Front-End Development
Expand Down
233 changes: 233 additions & 0 deletions src/2023/weekly/no121.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,233 @@
# 第 121 期 04/03 You Are Not Too Old (To Pivot Into AI)

![image.png](https://cdn.staticaly.com/gh/luckybai/static@main/weekly/the-myth-of-the-infrastructure-phase.1sjdfnudtqyo.webp)
Source: 《[The Myth of The Infrastructure Phase](https://www.usv.com/writing/2018/10/the-myth-of-the-infrastructure-phase/)

## 技术热闻
### AI
The Age of AI has begun

[https://www.gatesnotes.com/The-Age-of-AI-Has-Begun](https://www.gatesnotes.com/The-Age-of-AI-Has-Begun)

本文来自 GatesNotes,Bill Gates 关于 AI 的论述 - Artificial intelligence is as revolutionary as mobile phones and the Internet. 他说到目前为止,有两次让他认为是技术革命的演示。一次是 1980 年 GUI,一次 2022 年 OpenAI 训练模型的进展。

You Are Not Too Old (To Pivot Into AI)

[https://www.latent.space/p/not-old](https://www.latent.space/p/not-old)

本文作者 swyx 从介绍自己的跨行经历开始,分享 AI 学习的必要性,提醒大家现在入行不晚,并给出了一些个人学习 AI 的方式和方法。文章内引用链接不少,相信也可以学到不少。

The RWKV language model: An RNN with the advantages of a transformer

[https://johanwind.github.io/2023/03/23/rwkv_overview.html](https://johanwind.github.io/2023/03/23/rwkv_overview.html)

本文介绍 RWKV 大语言模型与 RNN、transformer 的区别。

Scaling vision transformers to 22 billion parameters

[https://ai.googleblog.com/2023/03/scaling-vision-transformers-to-22.html](https://ai.googleblog.com/2023/03/scaling-vision-transformers-to-22.html)

本文来自 Google Research 介绍其目前最大的 vision transformer model ViT-22B. In “[Scaling Vision Transformers to 22 Billion Parameters](https://arxiv.org/abs/2302.05442)”, we introduce the biggest dense vision model, ViT-22B. 通过调整架构,实现更好的硬件利用率和训练稳定性。

### 资讯
2023 Unity Gaming Report

[https://blog.unity.com/games/more-insights-from-the-2023-unity-gaming-report](https://blog.unity.com/games/more-insights-from-the-2023-unity-gaming-report)

本文来自 Unity 关于其 2023 年游戏报告,感兴趣可看。

Twitter's Recommendation Algorithm

[https://blog.twitter.com/engineering/en_us/topics/open-source/2023/twitter-recommendation-algorithm](https://blog.twitter.com/engineering/en_us/topics/open-source/2023/twitter-recommendation-algorithm)

本文来自 Twitter 介绍其推荐算法。This blog is an introduction to how the algorithm selects Tweets for your timeline.

### 资料推荐
ML Introduction - the Andrew Ng Coursera course

[https://www.coursera.org/specializations/machine-learning-introduction](https://www.coursera.org/specializations/machine-learning-introduction)

机器学习课程最佳推荐

Practical Deep Learning for Coders - Jeremy Howard’s fast.ai

[https://course.fast.ai/](https://course.fast.ai/)

top-down 学习法最佳实践

## 大前端
### 低代码
重塑低代码开发:人工智能的智慧赋能

[https://mp.weixin.qq.com/s/ftUbEtVOS4hTx9EkdT-OKQ](https://mp.weixin.qq.com/s/ftUbEtVOS4hTx9EkdT-OKQ)

使用 ChatGPT 生成的关于人工智能对低代码的赋能。稀缺的永远的是我们的注意力。

为什么无代码开发和ChatGPT写代码就像左脑和右脑?

[https://mp.weixin.qq.com/s/PNiXcFchLB5hjhAWAApQzA](https://mp.weixin.qq.com/s/PNiXcFchLB5hjhAWAApQzA)

本文来自 Zion 作者介绍无代码和AI在场景上融合的优势和畅想。

### GPT
The problem of SMS phishing (AKA Smishing)

[https://www.nearform.com/blog/gpt-4-powered-sms-bot-to-keep-you-safe-from-phishing-texts/](https://www.nearform.com/blog/gpt-4-powered-sms-bot-to-keep-you-safe-from-phishing-texts/)

本文介绍如何使用 GPT-4 来实现 SMS Phishing 的识别。
![image.png](https://cdn.staticaly.com/gh/luckybai/static@main/weekly/sms-phishing.7jfvo4b57z80.webp)

How to integrate ChatGPT with TinyMCE: a tutorial

[https://www.tiny.cloud/blog/chatgpt-integration/](https://www.tiny.cloud/blog/chatgpt-integration/)

本文来自富文本编辑器 TinyMCE 结合 ChatGPT 的应用。
![img-chatGPT-integration-tiny-2.gif](https://cdn.staticaly.com/gh/luckybai/static@main/weekly/tinymce-gpt.2lbet8jdxk60.gif)

DoccGPT

[https://swiftpackageindex.com/gonzalonunez/docc-gpt](https://swiftpackageindex.com/gonzalonunez/docc-gpt)

DoccGPT is an experiment in fully automating the documentation of a Swift codebase. It works by leveraging OpenAI and DocC.

预测2024年之后的前端开发模式

[https://mp.weixin.qq.com/s/09cNQFc_JHneFQY9Xv25qg](https://mp.weixin.qq.com/s/09cNQFc_JHneFQY9Xv25qg)

作者基于 AI 对未来前端开发模式的畅享

如何借助GPT-4评审、重构代码?

[https://mp.weixin.qq.com/s/fINkK0OD64-oLCOWBnujgQ](https://mp.weixin.qq.com/s/fINkK0OD64-oLCOWBnujgQ)

我们将演示使用ChatGPT或GPT-4来评审和重构代码的技术,以及讨论一些限制,并为在编程工作流中使用这些LLM提供方便的资源。

### Quality
Evolution of quality at Grab

[https://engineering.grab.com/evolution-of-quality](https://engineering.grab.com/evolution-of-quality)

本文介绍 Grab 质量保障演进。In this article, we dive deeper into our quality improvement journey that officially began in 2019, the challenges we faced along the way, and where we stand as of 2022.

### Copilot
Visual Studio Code and GitHub Copilot

[https://code.visualstudio.com/blogs/2023/03/30/vscode-copilot](https://code.visualstudio.com/blogs/2023/03/30/vscode-copilot)

本文来自 VSCode Blog 关于 Codepilot 的结合,可以看下新增 chat 和 voice 的使用。In this post, we want to give a little background on AI in VS Code, show you some exciting new experiences powered by GitHub Copilot, and give a peek into where and how we see things going forward.
![image.png](https://cdn.staticaly.com/gh/luckybai/static@main/weekly/copilot.3at6zzef1sc0.webp)

GitHub重磅编程助手Copilot X上手体验

[https://mp.weixin.qq.com/s/BAzOuxjUongX0U3H4gYvYQ](https://mp.weixin.qq.com/s/BAzOuxjUongX0U3H4gYvYQ)

本文来自腾讯技术工程介绍带着大家了解一下 Copilot X 并上手体验一番。

### dApps
From Web2 to Web3: How developers can upskill and build with blockchain

[https://stackoverflow.blog/2023/03/29/from-web2-to-web3-how-developers-can-upskill-and-build-with-blockchain/](https://stackoverflow.blog/2023/03/29/from-web2-to-web3-how-developers-can-upskill-and-build-with-blockchain/)

本文来自 StackOverflow 关于 web3 以及 dapps 开发。印象中从去年 Web3、Metaverse,到今年 AI,一波波引领。

### Security
Phylum Discovers NPM Package mathjs-min Contains Credential Stealer

[https://blog.phylum.io/phylum-discovers-npm-package-mathjs-min-contains-discord-token-grabber](https://blog.phylum.io/phylum-discovers-npm-package-mathjs-min-contains-discord-token-grabber)

关于 NPM 包潜藏恶意代码

### i18n
Lessons From Linguistics: i18n Best Practices for Front-End Developers

[https://shopify.engineering/internationalization-i18n-best-practices-front-end-developers](https://shopify.engineering/internationalization-i18n-best-practices-front-end-developers)

本文来自 shopify 关于 i18n,推荐给有国际化相关业务的同学。

### Image
The Ultimate Guide to Image Optimisation

[https://calibreapp.com/blog/image-optimisation-guide](https://calibreapp.com/blog/image-optimisation-guide)

本文主要介绍图片优化,提供 what、why、how.

### Video
Web 平台规模化部署高效编码格式的实践和思考

[https://mp.weixin.qq.com/s/Q8prChOcJXl4ym9Z7RX5UQ](https://mp.weixin.qq.com/s/Q8prChOcJXl4ym9Z7RX5UQ)

淘宝技术团队分享:如何在 Web 平台规模化部署更高效率的编码格式。所谓「规模化」即:在软硬件条件具备的情况下,用更高效的编码格式且体验不降级;条件不具备的情况下,能降级到低效的编码格式。近期我们在内容审核平台上完成了 H.265 的部署,结合这一过程的调研和实践,分享一些经验和思考。

### DDD
前端领域驱动设计的一些思考

[https://mp.weixin.qq.com/s/GjGJ3d6hjD2hOmeSAEaPNw](https://mp.weixin.qq.com/s/GjGJ3d6hjD2hOmeSAEaPNw)

简单介绍了 DDD 主要解决的是复杂业务场景逻辑问题以及 DDD 是否适用于前端

### Flutter
Flutter 2023 Strategy

[https://flutter.dev/go/strategy-2023](https://flutter.dev/go/strategy-2023)

本文主要介绍 Flutter 2023 strategy and roadmap,再次重申其定位,介绍其市场数据、核心规划原则以及 2023 的北极星指标是 growth of active users.

### Ionic
Ionic 7 is here!

[https://ionic.io/blog/ionic-7-is-here](https://ionic.io/blog/ionic-7-is-here)

Ionic 发布 v7 了。移动端跨端不止 RN,社区需要多样性。

### Taro
多编译内核生态下的极速研发体验

[https://mp.weixin.qq.com/s/DKYCSZzaLGa4XsWw2BwezQ](https://mp.weixin.qq.com/s/DKYCSZzaLGa4XsWw2BwezQ)

为支持各端的研发诉求,我们为跨端解决方案提供了多编译内核,并以此逐步拓展各编译内核的特性,为开发者的研发体验提速提供更多可能性,这也就是所谓多编译内核生态,达成一整套开端解决方案来实现所谓「一套代码,多端运行」的能力特性。

### Storybook
Storybook for React Native (6.5)

[https://storybook.js.org/blog/storybook-for-react-native-6-5/](https://storybook.js.org/blog/storybook-for-react-native-6-5/)

a new version of React Native Storybook

### React
React Labs: What We've Been Working On – March 2023

[https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023](https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023)

关于 React 在 3 月的最近的一些进展,包括 RSC、Offscreen rendering 等

### JS
JavaScript import maps are now supported cross-browser

[https://web.dev/import-maps-in-all-modern-browsers/](https://web.dev/import-maps-in-all-modern-browsers/)

With import maps, importing ES modules now becomes a lot better.

ECMAScript proposal updates @ 2023-03

[https://ecmascript-daily.github.io/ecmascript/2023/03/26/ecmascript-proposal-update](https://ecmascript-daily.github.io/ecmascript/2023/03/26/ecmascript-proposal-update)

The changes of proposal’s status @ 95th meeting of Ecma TC39

## 产品
The Arc browser is the Chrome replacement I’ve been waiting for

[https://www.theverge.com/23462235/arc-web-browser-review](https://www.theverge.com/23462235/arc-web-browser-review)

关于浏览器的 n...ext generation,thebrowser 公司开发的 Arc,可以了解. Arc isn’t perfect, and it takes some getting used to. But it’s full of big new ideas about how we should interact with the web — and it’s right about most of them.

## 设计
走进动力学的柔体世界

[https://mp.weixin.qq.com/s/SBER9S2RoNJJHsh3WF4Hgw](https://mp.weixin.qq.com/s/SBER9S2RoNJJHsh3WF4Hgw)

本文将带你了解这个充满创造力的奇幻世界,关于C4D动力学的知识。

---

欢迎加入,一起共建。

1 comment on commit 71bcec9

@vercel
Copy link

@vercel vercel bot commented on 71bcec9 Apr 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

weekly – ./

weekly-git-main-luckybai.vercel.app
weekly-ruby.vercel.app
weekly-luckybai.vercel.app

Please sign in to comment.