Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Dec 16, 2023
1 parent 7bb83e8 commit b9dc073
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- main

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand All @@ -25,18 +26,17 @@ defaults:
jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.99.0
steps:
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.111.3'
extended: true
- name: Setup Pages
id: pages
uses: actions/configure-pages@v2
Expand Down
15 changes: 14 additions & 1 deletion content/podcast/009.org
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#+TITLE: 009. 卡比卡比的开源贡献之旅
#+DATE: 2023-12-16T21:14:03+0800
#+LASTMOD: 2023-12-16T22:15:54+0800
#+LASTMOD: 2023-12-16T22:38:19+0800
#+OPTIONS: toc:nil num:nil
#+STARTUP: content
#+PODCAST_DURATION: 01:17:56
#+PODCAST_LENGTH: 33023067
#+PODCAST_IMAGE_SRC: guests/kabikabi.jpg
#+PODCAST_MP3: https://en.liujiacai.net/podcast/RustTalk/009.mp3

本期嘉宾是卡比卡比,虽然他毕业不到三年,但已经成多个开源项目的重度参与者,而且已经是 Apache Arrow 的 PMC,他是怎么做得到?他的开源经历,对我们能有什么启发?这些问题都可以在本期节目中找到答案。

Expand All @@ -16,6 +17,18 @@
- 00:27:38 Apache Arrow/DataFusion 贡献经历
- 01:09:07 如何参与开源项目
- 01:16:38 嘉宾分享
* AI 分段
- 00:02:06 从校园开发到实际编程:我的职业转型经历
- 00:07:04 数据库优化器:掌握核心代码为未来工作打下坚实基础
- 00:14:07 工程实践中的难点与解决方案:CO The ForReason执行的重要性
- 00:21:14 "基于 Apache Doris 商业开发:开源社区协作的问题"
- 00:28:16 DataFusion 瑾项目社区友好,让我们能够持续参与开源项目
- 00:35:24 Rust语言:开源之路的合适选择
- 00:42:29 探索学习路径:为什么 Rust 实现上的问题总是难以解决?
- 00:49:32 Rust 本身的设计存在缺陷,需要深入探讨其设计原因和影响
- 00:56:36 DataFusion 的定位与优势--高效的执行引擎
- 01:03:46 开源贡献:论迹不论心
- 01:10:51 要寻找自己擅长的领域并长期为项目做出贡献。
* 链接
- 嘉宾个人信息
- GitHub:https://github.com/jackwener
Expand Down

0 comments on commit b9dc073

Please sign in to comment.