-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
347 lines (323 loc) · 14.8 KB
/
Copy pathindex.html
File metadata and controls
347 lines (323 loc) · 14.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>海滨code | C++ AI 工程实践 · 一人技术公司</title>
<meta name="description" content="10年+ C++ 开发者,用 AI 武装自己做一个人的技术公司。专注 AI 工程化落地、代码资产管理、浏览器自动化。开源项目:repo-scan / brosearch / EasyAgentCli。">
<meta name="author" content="海滨code">
<meta property="og:type" content="profile">
<meta property="og:url" content="https://haibindev.github.io/">
<meta property="og:title" content="海滨code | C++ AI 工程实践">
<meta property="og:description" content="10年+ C++ 开发者,用 AI 武装自己做一个人的技术公司。专注 AI 工程化落地、代码资产管理、浏览器自动化。">
<meta property="og:image" content="https://github.com/haibindev.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@haibindev">
<meta name="twitter:title" content="海滨code | C++ AI 工程实践">
<meta name="twitter:description" content="10年+ C++ 开发者,用 AI 武装自己做一个人的技术公司。">
<meta name="twitter:image" content="https://github.com/haibindev.png">
<link rel="canonical" href="https://haibindev.github.io/">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "海滨code",
"alternateName": "haibindev",
"url": "https://haibindev.github.io/",
"image": "https://github.com/haibindev.png",
"jobTitle": "独立技术创业者",
"description": "10年+ C++ 开发者,用 AI 武装自己做一个人的技术公司。专注 AI 工程化落地、代码资产管理、浏览器自动化。",
"sameAs": [
"https://github.com/haibindev",
"https://x.com/haibindev",
"https://www.cnblogs.com/haibindev",
"https://blog.csdn.net/haibindev",
"https://juejin.cn/user/2385290324087307",
"https://www.zhihu.com/people/zhithgbk5g"
]
}
</script>
<style>
:root {
--bg: #0d1117;
--surface: #161b22;
--border: #30363d;
--text: #e6edf3;
--muted: #8b949e;
--accent: #58a6ff;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: var(--bg);
color: var(--text);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
line-height: 1.7;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 2.5rem 1.5rem;
}
.card { max-width: 580px; width: 100%; }
.avatar {
width: 88px; height: 88px;
border-radius: 50%;
border: 2px solid var(--border);
margin-bottom: 1.3rem;
}
h1 { font-size: 1.75rem; margin-bottom: 0.4rem; }
.tagline { color: var(--muted); margin-bottom: 1rem; font-size: 1rem; }
.bio { color: var(--muted); margin-bottom: 0; font-size: 0.95rem; line-height: 1.7; }
.section-title {
font-size: 0.72rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--muted);
margin-bottom: 0.75rem;
margin-top: 2rem;
}
/* 写作平台:文字按钮,紧凑排列 */
.links-writing { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.link-text {
display: inline-block;
padding: 0.3rem 0.75rem;
border: 1px solid var(--border);
border-radius: 6px;
color: var(--muted);
text-decoration: none;
font-size: 0.9rem;
transition: color 0.15s, border-color 0.15s;
}
.link-text:hover { color: var(--text); border-color: #8b949e; }
/* 联系方式:图标+文字,更醒目 */
.links-contact { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.link-icon {
display: inline-flex;
align-items: center;
gap: 0.4rem;
padding: 0.35rem 0.85rem;
border: 1px solid var(--border);
border-radius: 6px;
color: var(--accent);
text-decoration: none;
font-size: 0.9rem;
transition: border-color 0.15s;
cursor: pointer;
background: none;
}
.link-icon:hover { border-color: var(--accent); }
.link-icon svg { width: 15px; height: 15px; fill: currentColor; flex-shrink: 0; }
/* 开源项目列表 */
.projects { list-style: none; }
.projects li {
padding: 0.5rem 0;
border-bottom: 1px solid #21262d;
font-size: 0.92rem;
}
.projects li:last-child { border-bottom: none; }
.projects a {
color: var(--accent);
text-decoration: none;
font-weight: 500;
}
.projects a:hover { text-decoration: underline; }
.projects .proj-desc { color: var(--muted); }
/* 文章列表 */
.articles { list-style: none; }
.articles li {
display: flex;
justify-content: space-between;
align-items: baseline;
gap: 1rem;
padding: 0.5rem 0;
border-bottom: 1px solid #21262d;
}
.articles li:last-child { border-bottom: none; }
.articles a {
color: var(--text);
text-decoration: none;
font-size: 0.95rem;
flex: 1;
min-width: 0;
}
.articles a:hover { color: var(--accent); }
.articles .meta {
color: var(--muted);
font-size: 0.8rem;
white-space: nowrap;
flex-shrink: 0;
}
.footer { margin-top: 3rem; color: var(--muted); font-size: 0.8rem; }
/* 弹窗 */
.modal-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,0.7);
z-index: 100;
align-items: center;
justify-content: center;
}
.modal-overlay.show { display: flex; }
.modal {
background: var(--surface);
border: 1px solid var(--border);
border-radius: 12px;
padding: 2rem;
text-align: center;
min-width: 230px;
}
.modal p { color: var(--muted); font-size: 0.9rem; margin-bottom: 0.8rem; }
.modal-value { font-size: 1.25rem; font-weight: 600; color: var(--text); margin-bottom: 1.2rem; }
.copy-btn {
padding: 0.4rem 1.4rem;
background: var(--accent);
color: #0d1117;
border: none;
border-radius: 6px;
font-size: 0.9rem;
font-weight: 600;
cursor: pointer;
transition: opacity 0.2s;
}
.copy-btn:hover { opacity: 0.85; }
.copy-hint { margin-top: 0.6rem; font-size: 0.8rem; color: #3fb950; min-height: 1.2em; }
.modal-close {
margin-top: 1rem;
display: block;
color: var(--muted);
font-size: 0.82rem;
cursor: pointer;
background: none;
border: none;
}
.modal-close:hover { color: var(--text); }
</style>
<script defer src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
</head>
<body>
<div class="card">
<img class="avatar" src="https://github.com/haibindev.png" alt="avatar">
<h1>海滨code</h1>
<p class="tagline">10年+ C++ 底层开发 · AI 工程实践者 · 一人技术公司</p>
<p class="bio">
常年专注原生应用和高性能服务开发、视频传输和处理技术。用AI重构了自己的工作流。<br>
现专注 AI 工程化落地,写给真正在用 AI 写代码的开发者。
</p>
<!-- 开源项目 -->
<div class="section-title">开源项目</div>
<ul class="projects">
<li>
<a href="https://github.com/haibindev/repo-scan" target="_blank">repo-scan</a>
<span class="proj-desc"> — AI 驱动的代码库扫描与资产统计工具</span>
</li>
<li>
<a href="https://github.com/haibindev/brosearch" target="_blank">brosearch</a>
<span class="proj-desc"> — Chrome 扩展,为 AI Agent 提供浏览器内网页数据桥</span>
</li>
<li>
<a href="https://github.com/haibindev/EasyAgentCli" target="_blank">EasyAgentCli</a>
<span class="proj-desc"> — 极简 AI Agent CLI 框架,解决多工具链整合痛点</span>
</li>
</ul>
<!-- 写作平台 -->
<div class="section-title">写作平台</div>
<div class="links-writing">
<a class="link-text" href="https://www.cnblogs.com/haibindev" target="_blank">博客园</a>
<a class="link-text" href="https://www.zhihu.com/people/zhithgbk5g" target="_blank">知乎</a>
<a class="link-text" href="https://blog.csdn.net/haibindev" target="_blank">CSDN</a>
<a class="link-text" href="https://juejin.cn/user/2385290324087307" target="_blank">掘金</a>
<a class="link-text" href="https://www.xiaohongshu.com/user/profile/69a41ba00000000021013238" target="_blank">小红书</a>
<span class="link-text" onclick="openModal('mp-modal')" style="cursor:pointer">公众号</span>
</div>
<!-- 联系方式 -->
<div class="section-title">联系方式</div>
<div class="links-contact">
<a class="link-icon" href="https://github.com/haibindev" target="_blank">
<svg viewBox="0 0 24 24"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
GitHub
</a>
<a class="link-icon" href="https://x.com/haibindev" target="_blank">
<svg viewBox="0 0 24 24"><path d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>
X
</a>
<span class="link-icon" onclick="openModal('wechat-modal')">
<svg viewBox="0 0 24 24"><path d="M8.691 2.188C3.891 2.188 0 5.476 0 9.53c0 2.212 1.17 4.203 3.002 5.55a.59.59 0 0 1 .213.665l-.39 1.48c-.019.07-.048.141-.048.213 0 .163.13.295.29.295a.326.326 0 0 0 .167-.054l1.903-1.114a.864.864 0 0 1 .717-.098 10.16 10.16 0 0 0 2.837.403c.276 0 .543-.027.811-.05-.857-2.578.157-4.972 1.932-6.446 1.703-1.415 3.882-1.98 5.853-1.838-.576-3.583-4.196-6.348-8.596-6.348zM5.785 5.991c.642 0 1.162.529 1.162 1.18a1.17 1.17 0 0 1-1.162 1.178A1.17 1.17 0 0 1 4.623 7.17c0-.651.52-1.18 1.162-1.18zm5.813 0c.642 0 1.162.529 1.162 1.18a1.17 1.17 0 0 1-1.162 1.178 1.17 1.17 0 0 1-1.162-1.178c0-.651.52-1.18 1.162-1.18zm5.34 2.867c-1.797-.052-3.746.512-5.28 1.786-1.72 1.428-2.687 3.72-1.78 6.22.942 2.453 3.666 4.229 6.884 4.229.826 0 1.622-.12 2.361-.336a.722.722 0 0 1 .598.082l1.584.926a.272.272 0 0 0 .14.047c.134 0 .24-.111.24-.247 0-.06-.023-.12-.038-.177l-.327-1.233a.582.582 0 0 1-.023-.156.49.49 0 0 1 .201-.398C23.024 18.48 24 16.82 24 14.98c0-3.21-2.931-5.837-7.062-6.122zm-3.518 3.274c.535 0 .969.44.969.982a.976.976 0 0 1-.969.983.976.976 0 0 1-.969-.983c0-.542.434-.982.969-.982zm4.845 0c.535 0 .969.44.969.982a.976.976 0 0 1-.969.983.976.976 0 0 1-.969-.983c0-.542.434-.982.969-.982z"/></svg>
微信
</span>
<span class="link-icon" onclick="openModal('email-modal')">
<svg viewBox="0 0 24 24"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z"/></svg>
邮件
</span>
</div>
<!-- 精选文章 -->
<div class="section-title">精选文章</div>
<ul class="articles">
<li>
<a href="https://www.cnblogs.com/haibindev/p/19769872" target="_blank">把近5万个源文件喂给AI之前,我先做了一件事</a>
<span class="meta">2026-03</span>
</li>
<li>
<a href="https://zhuanlan.zhihu.com/p/2017909002575554479" target="_blank">为什么你的 AI Agent 总被网站反爬?六条技术路线,只有一条能走对</a>
<span class="meta">2026-03</span>
</li>
<li>
<a href="https://www.cnblogs.com/haibindev/p/19678796" target="_blank">别买 Mac Mini 了,闲置笔记本配置 OpenClaw</a>
<span class="meta">2026-03</span>
</li>
<li>
<a href="https://www.cnblogs.com/haibindev/p/19643999" target="_blank">为什么 90% 的 AI 开发项目都死在了"提示词工程"的幻觉里?</a>
<span class="meta">2026-02</span>
</li>
</ul>
<p class="footer">
haibindev.github.io
| <span id="busuanzi_container_site_pv" style="display:none">Views <span id="busuanzi_value_site_pv"></span></span>
| <span id="busuanzi_container_site_uv" style="display:none">Visitors <span id="busuanzi_value_site_uv"></span></span>
</p>
</div>
<!-- 公众号弹窗 -->
<div class="modal-overlay" id="mp-modal" onclick="if(event.target===this) closeModal('mp-modal')">
<div class="modal">
<p>扫码关注公众号</p>
<img src="qrcode-mp.jpg" alt="公众号二维码" style="width:160px;height:160px;object-fit:contain;margin-bottom:0.8rem;border-radius:6px;">
<div class="modal-value">海滨code</div>
<button class="copy-btn" onclick="copyText('海滨code','mp-hint')">复制名称</button>
<div class="copy-hint" id="mp-hint"></div>
<button class="modal-close" onclick="closeModal('mp-modal')">关闭</button>
</div>
</div>
<!-- 微信弹窗 -->
<div class="modal-overlay" id="wechat-modal" onclick="if(event.target===this) closeModal('wechat-modal')">
<div class="modal">
<p>微信搜索添加</p>
<div class="modal-value">hbstream</div>
<button class="copy-btn" onclick="copyText('hbstream','wechat-hint')">复制微信号</button>
<div class="copy-hint" id="wechat-hint"></div>
<button class="modal-close" onclick="closeModal('wechat-modal')">关闭</button>
</div>
</div>
<!-- 邮件弹窗 -->
<div class="modal-overlay" id="email-modal" onclick="if(event.target===this) closeModal('email-modal')">
<div class="modal">
<p>发邮件联系</p>
<div class="modal-value" id="email-value">haibindev@qq.com</div>
<button class="copy-btn" onclick="copyText(document.getElementById('email-value').textContent,'email-hint')">复制邮箱</button>
<div class="copy-hint" id="email-hint"></div>
<button class="modal-close" onclick="closeModal('email-modal')">关闭</button>
</div>
</div>
<script>
function openModal(id) { document.getElementById(id).classList.add('show'); }
function closeModal(id) { document.getElementById(id).classList.remove('show'); }
function copyText(text, hintId) {
navigator.clipboard.writeText(text).then(function() {
var hint = document.getElementById(hintId);
hint.textContent = '已复制 ✓';
setTimeout(function() { hint.textContent = ''; }, 3000);
});
}
</script>
</body>
</html>