Skip to content

Commit 0abb275

Browse files
committed
Fix Sass deprecation warning
1 parent fcdf458 commit 0abb275

3 files changed

Lines changed: 52 additions & 12 deletions

File tree

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ sass:
246246
sass_dir: _sass
247247
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
248248
quiet_deps: true
249+
silence_deprecations: ['import']
249250

250251

251252
# Outputting

_home/interview.html

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ <h2>介绍</h2>
1919
<li>本科:<span class="blue">中国科学技术大学</span>,计算机科学与技术</li>
2020
</ul>
2121
</li>
22+
<li>工作经历:
23+
<ul>
24+
<li><span title="脸萌技术(深圳)有限公司">字节跳动</span><small>(网络中台 / 服务平台)</small> 2025 年 7 月~2026 年 4 月</li>
25+
</ul>
26+
</li>
2227
<li>专业兴趣:
2328
<ul>
2429
<li>Linux 服务器搭建与运维(Debian、Ubuntu、Proxmox VE)</li>
@@ -33,6 +38,21 @@ <h2>介绍</h2>
3338
</ul>
3439
</section>
3540

41+
<section id="bytedance">
42+
<h2>字节跳动</h2>
43+
<ul>
44+
<li><b>弱网模拟</b>项目:
45+
<ul>
46+
<li>生产网 manager + 工区服务器 agent 结构</li>
47+
<li>工区 agent 的容器化改造</li>
48+
<li>与 IT 部门沟通协作,将 agent 部署至 IT 的工区容器平台</li>
49+
</ul>
50+
</li>
51+
<li>修复和校准网络性能优化平台的多项数据分析工具,同时降低数据库负载</li>
52+
<li>Vendor 数据库部门的查询 SDK,并将新功能贡献回去</li>
53+
</ul>
54+
</section>
55+
3656
<section id="vlab">
3757
<h2><a href="https://vlab.ustc.edu.cn/slides/">Vlab 远程教学云桌面</a></h2>
3858
<ul>
@@ -72,7 +92,7 @@ <h2><a href="https://lug.ustc.edu.cn/">Linux 用户协会(USTCLUG)</a></h2>
7292
<li>Linux 与开源软件的推广:
7393
<ul>
7494
<li><a href="https://101.lug.ustc.edu.cn/">Linux 101</a> 教程编写</li>
75-
<li><a href="https://201.ustclug.org/">Linux 201</a> 教程编写</li>
95+
<li><a href="https://201.ustclug.org/">Linux 201</a> 教程编写(特别是 <a href="https://201.ustclug.org/ops/network/">网络系统</a> 部分)</li>
7696
<li><a href="https://hack.lug.ustc.edu.cn/">信息安全大赛</a>的命题与运维</li>
7797
</ul>
7898
</li>
@@ -110,6 +130,11 @@ <h2><a href="{{ "/open-source/" | relative_url }}">开源贡献</a></h2>
110130
<section id="exp">
111131
<h2>实战经验</h2>
112132
<ul>
133+
<li><a href="{{ "/p/78" | relative_url }}">BanD Width! It’s MyBOND!!</a>
134+
<ul>
135+
<li>将两个物理网卡聚合(bond),比较不同的 bond mode 与 TCP CC 算法在不同场景下的性能表现</li>
136+
</ul>
137+
</li>
113138
<li><a href="{{ "/p/71" | relative_url }}">Why my IPv4 gets stuck? - Debugging network issues with bpftrace</a>
114139
<ul>
115140
<li>使用 bpftrace 在 conntrack destroy 处打印 kstack,发现连接反复中断的原因</li>
@@ -144,14 +169,14 @@ <h2>其他经验</h2>
144169
<img src="https://stackoverflow.com/users/flair/5958455.png" width="312" height="87" />
145170
<img src="https://stackexchange.com/users/flair/7886663.png" width="312" height="87" />
146171
</li>
147-
<li>基于腾讯云 CVM + CDN 的 WordPress 企业门户网站
172+
<!-- li>基于腾讯云 CVM + CDN 的 WordPress 企业门户网站
148173
<ul>
149174
<li>将网站的年运营成本从¥1200 压缩至¥400</li>
150175
<li>利用腾讯云 CDN,获得了更好的访问性能和 HTTPS 等安全方面的进步</li>
151176
</ul>
152-
</li>
153-
<li>2023 年 11 月 ICPC 合肥站运维</li>
154-
<li>实验室服务器的规划与运维
177+
</li -->
178+
<!-- li>2023 年 11 月 ICPC 合肥站运维</li -->
179+
<li>实验室服务器的规划与运维(2022 年~2025 年)
155180
<ul>
156181
<li>将实验室的中心存储节点重装为 Proxmox VE,使用 ZFS 提供存储服务</li>
157182
<li>搭建 OpenLDAP 为集群提供统一的账号系统,并接入其他外部服务</li>

assets/css/reveal.scss

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@
33

44
@import "colors";
55

6-
$reset-fonts: -apple-system, BlinkMacSystemFont, Segoe UI, Microsoft YaHei, Arial, sans-serif;
7-
$reset-mono-fonts: Monaco, Consolas, Lucida Console, monospace;
6+
$reset-fonts:
7+
-apple-system,
8+
BlinkMacSystemFont,
9+
Segoe UI,
10+
Microsoft YaHei,
11+
Arial,
12+
sans-serif;
13+
$reset-mono-fonts:
14+
Monaco,
15+
Consolas,
16+
Lucida Console,
17+
monospace;
818

919
:root {
1020
--r-heading-font: "Amazon Ember Display", #{$reset-fonts};
@@ -46,12 +56,16 @@ a {
4656
max-height: 95vh;
4757
}
4858

49-
small * {
50-
vertical-align: initial;
51-
}
59+
small {
60+
vertical-align: baseline;
61+
62+
* {
63+
vertical-align: initial;
64+
}
5265

53-
small > * {
54-
vertical-align: top;
66+
> * {
67+
vertical-align: top;
68+
}
5569
}
5670
}
5771

0 commit comments

Comments
 (0)