Skip to content

Commit aa3d459

Browse files
committed
gopher daily: add issue-20241129
1 parent eb208b6 commit aa3d459

File tree

4 files changed

+315
-53
lines changed

4 files changed

+315
-53
lines changed

202411/issue-20241129.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
# 到2024年,你需要多少内存才能运行100万个并发任务? | Gopher Daily (20241129)ʕ◔ϖ◔ʔ
2+
3+
>每日一谚:Keep your main package small
4+
5+
## Go技术生态
6+
7+
8+
- 1. 到2024年,你需要多少内存才能运行100万个并发任务? - https://hez2010.github.io/async-runtimes-benchmarks-2024/
9+
10+
- 2. 在 Go 中优化内存使用:掌握数据结构对齐 - https://dev.to/yanev/optimizing-memory-usage-in-go-mastering-data-structure-alignment-4beb
11+
12+
- 3. 使用 Uber Fx 和 Echo 进行 Go 依赖注入 - https://dev.to/ishankhan21/go-dependency-injection-with-uber-fx-and-echo-5cl1
13+
14+
- 4. Wails作者访谈 - https://gopodcast.dev/episodes/048-lea-antony-on-wails/transcript
15+
16+
- 5. Go with Slog 中的上下文日志记录 - https://betterstack.com/community/guides/logging/golang-contextual-logging/
17+
18+
- 6. 100 万次页面浏览 - http://notes.eatonphil.com/2024-11-28-1-million-views.html
19+
20+
- 7. 在 Go 中使用 CloudEvents - https://dev.to/eminetto/using-cloudevents-in-go-58kh
21+
22+
23+
## 云原生技术
24+
25+
26+
- 1. 2024 年的pragmatic工程师 - https://blog.pragmaticengineer.com/the-pragmatic-engineer-in-2024/
27+
28+
- 2. OpenVPN 还是 WireGuard?详细的性能明细 - https://thenewstack.io/openvpn-or-wireguard-a-detailed-performance-breakdown/
29+
30+
- 3. 使用 Bluesky 帖子作为博客评论 - https://emilyliu.me/blog/comments
31+
32+
- 4. 正确完成 MLOps:GitGuardian 久经考验的开源堆栈 - https://blog.gitguardian.com/open-source-mlops-stack/
33+
34+
- 5. 深入了解 Kubernetes CPU 使用率、请求和限制 - https://john-tucker.medium.com/deep-dive-into-kubernetes-cpu-usage-requests-and-limits-57b6d0dec625
35+
36+
- 6. 如何在 Vercel 中托管 Hugo - https://dev.to/mohessaid/how-to-host-hugo-in-vercel-3d57
37+
38+
39+
## 人工智能
40+
41+
42+
- 1. Automation Platform v2:改进 Airbnb 的对话式 AI - https://medium.com/airbnb-engineering/automation-platform-v2-improving-conversational-ai-at-airbnb-d86c9386e0cb
43+
44+
- 2. AI SOC 的实际应用:安全团队当今利用 AI 的 4 种方式 - https://intezer.com/blog/alert-triage/ways-security-teams-leverage-ai/
45+
46+
- 3. QwQ: Reflect Deeply on the Boundaries of the Unknown - https://simonwillison.net/2024/Nov/27/qwq/#atom-everything
47+
48+
49+
## 流行项目与工具
50+
51+
52+
- 1. hashicorp/terraform - https://github.com/hashicorp/terraform
53+
54+
- 2. openimsdk/open-im-server - https://github.com/openimsdk/open-im-server
55+
56+
- 3. sourcegraph/conc - https://github.com/sourcegraph/conc
57+
58+
- 4. WuKongIM/WuKongIM - https://github.com/WuKongIM/WuKongIM
59+
60+
- 5. SagerNet/sing-box - https://github.com/SagerNet/sing-box
61+
62+
- 6. aquasecurity/trivy - https://github.com/aquasecurity/trivy
63+
64+
- 7. ollama/ollama - https://github.com/ollama/ollama
65+
66+
- 8. trustwallet/assets - https://github.com/trustwallet/assets
67+
68+
- 9. VictoriaMetrics/VictoriaMetrics - https://github.com/VictoriaMetrics/VictoriaMetrics
69+
70+
- 10. kubernetes-sigs/external-dns - https://github.com/kubernetes-sigs/external-dns
71+
72+
- 11. gohugoio/hugo - https://github.com/gohugoio/hugo
73+
74+
- 12. m1k1o/neko - https://github.com/m1k1o/neko
75+
76+
- 13. k3s-io/k3s - https://github.com/k3s-io/k3s
77+
78+
- 14. uber-go/fx - https://github.com/uber-go/fx
79+
80+
- 15. Project-HAMi/HAMi - https://github.com/Project-HAMi/HAMi
81+
82+
- 16. aquasecurity/kube-bench - https://github.com/aquasecurity/kube-bench
83+
84+
85+
----
86+
87+
- 编辑:Tony Bai
88+
- [编辑主页](https://tonybai.com)https://tonybai.com
89+
- [GopherDaily主页](https://gopherdaily.tonybai.com):gopherdaily.tonybai.com
90+
- [GopherDaily项目](https://github.com/bigwhite/gopherdaily):github.com/bigwhite/gopherdaily
91+
- [订阅GopherDaily](https://gopherdaily.tonybai.com/subscribe)
92+
- [取消订阅GopherDaily](https://gopherdaily.tonybai.com/unsubscribe)
93+
- [另一个邮件列表](https://gopher-daily.com): https://gopher-daily.com
94+
95+
Copyright 2019-2024 GopherDaily

0 commit comments

Comments
 (0)