Skip to content

Commit c3851d9

Browse files
committed
POST: How to host a panel: thoughts after CoC Asia 2024. (and regenerated fils after migrating to an windows box).
Signed-off-by: Xu WANG <[email protected]>
1 parent 3ecd01d commit c3851d9

File tree

808 files changed

+2901
-20665
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

808 files changed

+2901
-20665
lines changed

.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

about.me.html

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,6 @@
4444
var root = '';
4545
</script>
4646

47-
<script type="text/javascript">
48-
var conn, reloadTimer, connectTimer;
49-
var connect = function() {
50-
conn = new WebSocket('ws://' + location.host + '/live');
51-
conn.onmessage = function(event) {
52-
if (event.data === 'change') {
53-
if (reloadTimer) clearTimeout(reloadTimer);
54-
reloadTimer = setTimeout(function() {
55-
window.location.reload();
56-
}, 200);
57-
}
58-
};
59-
conn.onclose = function() {
60-
if (connectTimer) clearTimeout(connectTimer);
61-
connectTimer = setTimeout(function() {
62-
connect();
63-
}, 1000);
64-
};
65-
};
66-
connect();
67-
</script>
68-
6947

7048
<meta name="keywords" content="meta,template,">
7149
<meta name="description" content="关于作者">

archive.html

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -71,33 +71,25 @@ <h2 class="subtitle">前某创业公司的看门大爷</h2>
7171
</header>
7272
<header class="header">
7373
<span class="title">归档 -</span>
74-
<span class="subtitle">262 篇文章</span>
74+
<span class="subtitle">258 篇文章</span>
7575
</header>
7676
<ul class="archive-list">
7777

7878
<li class="archive-item">
79-
<div class="archive-year">2022</div>
79+
<div class="archive-year">2024</div>
8080
<ul class="article-list">
8181

8282
<li class="article-item">
83-
<span class="date">2022-12-28</span>
84-
<a href="readings/2022/12/28/reading-list/index.html">2022年,我的年度书单</a>
83+
<span class="date">2024-07-28</span>
84+
<a href="skills/2024/07/28/how-to-host-a-panel/index.html">主持圆桌的一点心得</a>
8585
</li>
8686

87-
<li class="article-item">
88-
<span class="date">2022-12-27</span>
89-
<a href="readings/2022/12/27/reading-road-to-serfdom/index.html">《通往奴役之路》读后感</a>
90-
</li>
91-
92-
<li class="article-item">
93-
<span class="date">2022-11-30</span>
94-
<a href="workout/2022/11/30/zwift-tutorial/index.html">简单介绍下 Zwift——有哪些地方可能吸引你,以及如何上手</a>
95-
</li>
96-
97-
<li class="article-item">
98-
<span class="date">2022-10-26</span>
99-
<a href="readings/2022/10/26/reading-ukraine/index.html">《欧洲之门》读后感</a>
100-
</li>
87+
</ul>
88+
</li>
89+
90+
<li class="archive-item">
91+
<div class="archive-year">2022</div>
92+
<ul class="article-list">
10193

10294
<li class="article-item">
10395
<span class="date">2022-08-03</span>
@@ -155,11 +147,6 @@ <h2 class="subtitle">前某创业公司的看门大爷</h2>
155147
<div class="archive-year">2019</div>
156148
<ul class="article-list">
157149

158-
<li class="article-item">
159-
<span class="date">2019-12-28</span>
160-
<a href="life/2019/12/28/new-decade/index.html">For the love and peace: 看向我的下一个十年</a>
161-
</li>
162-
163150
<li class="article-item">
164151
<span class="date">2019-10-04</span>
165152
<a href="database/2019/10/04/on-ob-tpcc/index.html">对 OceanBase TPC-C 跑分的一点个人看法</a>
@@ -780,7 +767,7 @@ <h2 class="subtitle">前某创业公司的看门大爷</h2>
780767

781768
<li class="article-item">
782769
<span class="date">2010-12-06</span>
783-
<a href="cloud/2010/12/06/%e5%89%8d%e4%b8%a4%e5%a4%a9%e5%9b%9e%e5%ad%a6%e6%a0%a1%e5%96%b7%e4%ba%86.../index.html">前两天回学校喷了...</a>
770+
<a href="cloud/2010/12/06/back-to-bupt/index.html">前两天回学校喷了……</a>
784771
</li>
785772

786773
<li class="article-item">

assets/2010decade.jpg

-313 KB
Binary file not shown.

assets/coc-asia-24-panel.jpg

1.07 MB
Loading

assets/erg.png

-141 KB
Binary file not shown.
-47.8 KB
Binary file not shown.
-28.3 KB
Binary file not shown.
-68.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)