Skip to content

Commit 751be94

Browse files
committed
typo
1 parent 3000588 commit 751be94

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

content/podcast/013.org

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#+TITLE: 013. 跨行程序员 driftluo 的 Rust 历程
22
#+DATE: 2025-01-20T22:38:20+0800
3-
#+LASTMOD: 2025-01-20T22:55:38+0800
3+
#+LASTMOD: 2025-01-21T21:28:25+0800
44
#+OPTIONS: toc:nil num:nil
55
#+STARTUP: content
66
#+PODCAST_DURATION: 01:13:22
@@ -13,15 +13,15 @@
1313
- 02:04 职业选择与成长:从大学会计专业到外包公司的挑战与机遇
1414
- 06:06 从产品工程师到程序员:自学VBA的启示与思考
1515
- 12:12 从零开始的面向对象之旅:一本让你理解英文原著的Python入门书
16-
- 18:19 部署Python程序时的挑战与解决方案:内存消耗、依赖环境和性能问题
16+
- 18:19 部署 Python 程序时的挑战与解决方案:内存消耗、依赖环境和性能问题
1717
- 24:24 RUST 编程语言的借用检查和内存占用问题的解决方法探究
18-
- 30:33 一次离职后的启示:在Rust语言的公司中找到新的工作机会
19-
- 36:38 从零开始的RUS项目:探索语言、库和生态的变化过程
18+
- 30:33 一次离职后的启示:在 Rust 语言的公司中找到新的工作机会
19+
- 36:38 从零开始的 Rust 项目:探索语言、库和生态的变化过程
2020
- 42:45 如何在短时间内开发出稳定的功能?——一个开发者在紧张项目中的挑战
21-
- 48:53 如何在热点路径上选择适合的锁类型?——探讨同步锁和异步锁的性能开销
21+
- 48:53 如何在热点路径上选择适合的锁类型?——探讨同步锁和异步锁的性能开销
2222
- 54:59 poll future 一下,他没响应,任务就丢了?如何处理这种情况?
2323
- 01:01:06 编程之路:拥抱编辑器检查,适应编程过程中的挑战
24-
- 01:07:13 RUS社区的发展趋势与挑战:时间解决问题还是公司加入的挑战?
24+
- 01:07:13 Rust 社区的发展趋势与挑战
2525
* 链接
2626
- 嘉宾个人信息
2727
- 博客: https://www.driftluo.com

layouts/partials/sidebar.html

-6
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ <h4 class="menu">收听方式</h4>
1818
<ol>
1919
<a target="_blank" href="https://www.ximalaya.com/keji/55995338/" style="display: inline-block; background-color: #FFFFFF; background-image: url(/images/ximalaya160x40.png); background-repeat: no-repeat; border: 1px solid #000000; border-radius: 5px; margin: 0 5px 5px 0; text-indent: -9000px; height: 40px; width: 160px;">喜马拉雅</a>
2020
</ol>
21-
<ol>
22-
<a target="_blank" href="https://anchor.fm/rusttalk" style="display: inline-block; background-color: #FFFFFF; background-image: url(/images/anchor.jpg); background-repeat: no-repeat; border: 1px solid #000000; border-radius: 5px; text-indent: -9000px; height: 50px; width: 160px;">Anchor</a>
23-
</ol>
2421
<ol>
2522
<a target="_blank" href="https://podcasts.apple.com/us/podcast/rusttalk/id1602908335" style="display: inline-block; background-color: #FFFFFF; background-image: url(/images/listen-on-embed.svg); background-repeat: no-repeat; border: 1px solid #000000; border-radius: 5px; margin: 0 5px 5px 0; text-indent: -9000px; background-position: -230px 7px; height: 40px; width: 160px;">Apple Podcasts</a>
2623
</ol>
@@ -33,9 +30,6 @@ <h4 class="menu">收听方式</h4>
3330
<ol>
3431
<a target="_blank" href="https://castbox.fm/channel/id4730374" style="display: inline-block; background-color: #FFFFFF; background-image: url(/images/listen-on-embed.svg); background-repeat: no-repeat; border: 1px solid #000000; border-radius: 5px; margin: 0 5px 5px 0; text-indent: -9000px; background-position: -230px -353px; height: 40px; width: 160px;">Listen on Castbox</a>
3532
</ol>
36-
<ol>
37-
<a target="_blank" href="https://podcasts.google.com/feed/aHR0cHM6Ly9ydXN0dGFsay5naXRodWIuaW8vcG9kY2FzdC9pbmRleC54bWw" style="display: inline-block; background-color: #FFFFFF; background-image: url(https://www.gstatic.com/podcasts_console/promote/English_EN/EN_Google_Podcasts_Badge.svg); background-repeat: no-repeat; border: 1px solid #000000; border-radius: 5px; margin: 0 5px 5px 0; text-indent: -9000px; height: 40px; width: 160px;">Listen on Google</a>
38-
</ol>
3933
</ul>
4034
</section>
4135
{{ range .Site.Sections -}}

static/images/anchor.jpg

-9.42 KB
Binary file not shown.

0 commit comments

Comments
 (0)