Skip to content

Commit 4cc652f

Browse files
committed
feat: 部分内容挪至下一期
1 parent 5e92b11 commit 4cc652f

File tree

2 files changed

+64
-4
lines changed

2 files changed

+64
-4
lines changed

Reports/2025/#345-2025.08.04.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@
6969

7070
[@david-clang](https://github.com/david-clang):这篇文章总结了作者使用 Claude Code 的 10 个高效技巧,推荐给想提升 Claude 使用效率的开发者。包括自定义 Slash 命令、自动生成 commit 信息等加快开发效率的技巧,还有使用 ccusage 统计工具去监控 token 成本的技巧。
7171

72-
### 🐎 [Uncertain⟨T⟩](https://nshipster.com/uncertainty/)
73-
74-
[@DylanYang](https://github.com/Dylan19Yang):作者向我们描述了原生确定的 Bool 值无法精确表达一些概率出现的场景,因此引入了 Uncertain 这样一个库。它将不确定性引入到了编码之中,它可以通过概率建模来描述一个事件的概率而非结果。这可以被用于 GPS 定位或者传感器噪声等含有不确定性的场景。实际使用时,开发者可以通过比对概率值来进行需要的逻辑开发。感兴趣的读者,可以阅读原文进一步了解。
75-
7672
## 代码
7773

7874
### [Foundation Models Framework Example](https://github.com/rudrankriyam/Foundation-Models-Framework-Example)

Reports/2025/#346-2025.08.11.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# 老司机 iOS 周报 #346 | 2025-08-11
2+
3+
![ios-weekly](https://github.com/SwiftOldDriver/iOS-Weekly/blob/master/assets/weekly-header/346.jpg?raw=true)
4+
老司机 iOS 周报,只为你呈现有价值的信息。
5+
6+
你也可以为这个项目出一份力,如果发现有价值的信息、文章、工具等可以到 [Issues](https://github.com/SwiftOldDriver/iOS-Weekly/issues) 里提给我们,我们会尽快处理。记得写上推荐的理由哦。有建议和意见也欢迎到 [Issues](https://github.com/SwiftOldDriver/iOS-Weekly/issues) 提出。
7+
8+
## 新闻
9+
10+
> 行业相关的新闻、趣事、看法
11+
12+
##  Developer - 设计开发加速器
13+
14+
> 设计开发加速器相关活动
15+
16+
## 新手推荐
17+
18+
> 收集一些对新手友好且质量不错的文章
19+
20+
## 文章
21+
22+
> 写的不错的技术博客,包含但不局限于 iOS、多端统一、设计、产品等
23+
24+
### 🐎 [Uncertain⟨T⟩](https://nshipster.com/uncertainty/)
25+
26+
[@DylanYang](https://github.com/Dylan19Yang):作者向我们描述了原生确定的 Bool 值无法精确表达一些概率出现的场景,因此引入了 Uncertain 这样一个库。它将不确定性引入到了编码之中,它可以通过概率建模来描述一个事件的概率而非结果。这可以被用于 GPS 定位或者传感器噪声等含有不确定性的场景。实际使用时,开发者可以通过比对概率值来进行需要的逻辑开发。感兴趣的读者,可以阅读原文进一步了解。
27+
28+
## 工具
29+
30+
> 开发过程中常用的工具,及一些新工具的介绍
31+
32+
## 代码
33+
34+
> 库,代码段,开源app
35+
36+
##
37+
38+
> 比较不错的书的推荐和书评
39+
40+
## 音视频
41+
42+
> 比较不错的书的推荐和书评
43+
44+
## 内推
45+
46+
重新开始更新「iOS 靠谱内推专题」,整理了最近明确在招人的岗位,供大家参考
47+
48+
具体信息请移步:https://www.yuque.com/iosalliance/article/bhutav 进行查看(如有招聘需求请联系 iTDriverr)
49+
50+
## 关注我们
51+
52+
我们是「老司机技术周报」,一个持续追求精品 iOS 内容的技术公众号,欢迎关注。
53+
54+
**关注有礼,关注【老司机技术周报】,回复「2024」,领取 2024 及往年内参**
55+
56+
![](https://github.com/SwiftOldDriver/iOS-Weekly/blob/master/assets/qrcode_for_wechat.jpg?raw=true)
57+
58+
同时也支持了 RSS 订阅:https://github.com/SwiftOldDriver/iOS-Weekly/releases.atom
59+
60+
## 说明
61+
62+
🚧 表示需某工具,🌟 表示编辑推荐
63+
64+
预计阅读时间:🐎 很快就能读完(1 - 10 mins);🐕 中等 (10 - 20 mins);🐢 慢(20+ mins)

0 commit comments

Comments
 (0)