Skip to content

Commit

Permalink
✨ feat: add 2024-06-09 section
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiacheng787 committed Jun 8, 2024
1 parent 404d245 commit 5f454bf
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 0 deletions.
Binary file added blogs/2024/2024-06-09/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 106 additions & 0 deletions blogs/2024/2024-06-09/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
---
slug: 6月9日内容汇总
title: 6月9日内容汇总
authors: [garfield]
tags: []
---

![alt text](image.png)

封面图:Go 1.22.4 is Released!

## 🌟 AI 相关

[开源百B大语言模型哪家强](https://mp.weixin.qq.com/s/Jgf9akHdgxEokrlMPmGgQQ)

[你好,Qwen2!](https://mp.weixin.qq.com/s/s5vChAY6B2s_ZVK-ALYP2w)

[Mobile-Agent-v2:GPT4v + 多Agent提高40%准确率](https://mp.weixin.qq.com/s/EXFIMUaSJfG_WhRCBzgmKA)

[Karpathy点赞,这份报告教你如何用 LLaMa 3创建高质量网络数据集](https://mp.weixin.qq.com/s/luZGMG1RRUT4X_ckt8hsCQ)

[RLHF替代方案:在SFT以外,我们还能拿SFT数据做什么](https://mp.weixin.qq.com/s/duayAuvVfSoMlpRJQbDjrA)

[大模型对齐到底是与谁的价值对齐?KAIST-AI | 提出大模型多价值对齐方法!](https://mp.weixin.qq.com/s/w_MFh_-W5wpV2FwMCP5Yfg)

[深入理解AWQ量化技术](https://mp.weixin.qq.com/s/7tPKmp-Z_unsjl7n7lV89Q)

[单卡训练 LLaMA-3-70B?PiSSA 参数微调方法实践](https://mp.weixin.qq.com/s/o6shuvsz8UFJxbsknKf0tQ)

[借着triton inference server聊一下各种batching方法](https://mp.weixin.qq.com/s/Y-3ZMvn_gZK1u5I6_woq_g)

[多模态LLM!谷歌 | 提出创新架构Zipper:分开训练再「压缩」](https://mp.weixin.qq.com/s/OfA333WDUkNIprfMBJ9FjQ)

[2024 人工智能最前沿:分享几个大模型(LLMs)的热门研究方向](https://mp.weixin.qq.com/s/4kwCqxu6e2uFZ53UGbtDuw)

## ⭐️ Go & 云原生 & Rust 相关

[Rust Tips #21 ~ #40](https://mp.weixin.qq.com/s/buOZUGUF6bKoN3J3dOcZ4A)

[聊一聊使用Rust进行Web开发的细节](https://mp.weixin.qq.com/s/kDxIJEy9kfvvRXEZCzVI7Q)

[Rust 中使用 Serde 和 Serde_json 库实现 JSON 操作](https://mp.weixin.qq.com/s/RM6AzkFPBMUxWPe2Z3Ot3w)

[使用 Rust Actix 快速开发高性能的Web应用](https://mp.weixin.qq.com/s/sJazQAYon7dgYRYIaLhj5g)

[Rust Actix-Web 高性能HTTP服务器的实现与配置](https://mp.weixin.qq.com/s/sJUpIAxBMxbxXFmZu673ZA)

[在 Rust Actix-Web 项目中实现 SSE 实时推送功能](https://mp.weixin.qq.com/s/4MwfLHqxFXkSxT6ytWr_lw)

[Rust Actix-web 错误处理的最佳实践](https://mp.weixin.qq.com/s/FqkbhsN93hDgsUvDrhKniA)

[快速上手Rust Actix-Web中的单元测试和集成测试](https://mp.weixin.qq.com/s/si0VzcyZRIp9cX-22ukLUA)

[Rust 开发到底用 RustRover 与还是 VS Code Rust 插件](https://mp.weixin.qq.com/s/sFCkv1f6qtfsHEbc-wD5pg)

[深入理解Rust的线程安全机制](https://mp.weixin.qq.com/s/FiO0c0CDJ4LR2GsRdh8CxQ)

[跟着 Google 团队快速入门 Rust 编程](https://mp.weixin.qq.com/s/3z9lbJXKsKmYOUNZLFnCtw)

[Gopher的Rust第一课:Rust代码组织](https://mp.weixin.qq.com/s/3Xo6meiZa_AitddFpgUSZw)

[Go 项目文件命名规范是什么](https://mp.weixin.qq.com/s/ai54GIM-e3hWNj1MMUbntA)

[Rust Tips #1 ~#20](https://mp.weixin.qq.com/s/8r_8k6mN54obPSs1lUkz6Q)

[如何优雅地处理 Goroutines 中的错误](https://mp.weixin.qq.com/s/tzUzoyAaNq-59PbwBlvqdg)

[Go 1.22.4 is Released!](https://mp.weixin.qq.com/s/4VwlsxZ17kcZjOgPl-Ahtw)

[Go 语言 mongox 库:简化操作、安全、高效、可扩展、BSON 构建](https://mp.weixin.qq.com/s/Y7Cl_vKTN4CUcemmE5a17A)

[Golang:使用bcrypt实现密码加密和和校验](https://mp.weixin.qq.com/s/4pO7yMSiwXhTTU7IM1TusQ)

[Go 夜读第 154 期:木鸟带你建立理解分布式系统的框架](https://mp.weixin.qq.com/s/7dD18BazBSRdkaGXNF-toA)

[K8s集群稳定性提升手段](https://mp.weixin.qq.com/s/ShzYKGkOAqJFE1qRQXjSxw)

[Crossplane 实战:构建统一的云原生控制平面](https://mp.weixin.qq.com/s/O5M5RFq2pgEutYncFYsFNA)

[如何用 golang 从 OpenAI, Ollama 和 Claude 获取可靠的结构化输出](https://mp.weixin.qq.com/s/h8qaz1LF7HdwRy6ottW8cg)

[Go 还缺少什么,能更完美](https://mp.weixin.qq.com/s/gMro9EomjDnflLKldzZuag)

[命令分发模式](https://mp.weixin.qq.com/s/3E2UvCIx9_XpLbmBmu-yUg)

[Enhancing Kubernetes API with k8s.io/apiserver - 自定义APIServer篇](https://mp.weixin.qq.com/s/raFDnbkWU4G8Mvng1yo_8g)

## 📒 后端相关

[“鸭子数据库”DuckDB正式发布1.0稳定版:C++引擎代码超30万行、百万级月下载量](https://mp.weixin.qq.com/s/HIsTtf7QC_n82fV6JuYv7g)

[干货 | 携程数据基础平台2.0建设,多机房架构下的演进](https://mp.weixin.qq.com/s/7TxBtoz4wMCjYjFe3qfKxg)

[封装优雅的缓存组件库(Redis 缓存与内存缓存)](https://mp.weixin.qq.com/s/yQLKQE5EB7fDBPAXzLPpEw)

[MySQL 深潜 - Semijoin 丛林小道全览](https://mp.weixin.qq.com/s/UYS5ALDC0nOdookJGijkrg)

## 📒 前端相关

[61儿童节,我给儿子做了两款coze小应用,让他见识一下程序员爸爸的厉害](https://mp.weixin.qq.com/s/YxPxpds9OJl0CWXTCYfxWg)

[忆童年:用 Coze 搭一只「AI 电子宠物」](https://mp.weixin.qq.com/s/0oZaNQguFHHL3OiXoiGbvA)

[聊下 Mako 的 Benchmark](https://mp.weixin.qq.com/s/b7VpQ5LNKYYKf40Rq5youg)

[MDH Weekly 127 – 《六一快乐》](https://mp.weixin.qq.com/s/8T9pfdKQ5A9N5e87Y92h5g)

0 comments on commit 5f454bf

Please sign in to comment.