-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
557 lines (557 loc) · 23.2 KB
/
data.js
File metadata and controls
557 lines (557 loc) · 23.2 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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
// biome-ignore lint/correctness/noUnusedVariables: used by app.js
const linksData = [
{
cover: "",
title: "What does \"2>&1\" mean?",
description: "Stack Overflow 高票回答,解释 shell 中 2>&1 的含义:将 stderr(文件描述符 2)重定向到 stdout(文件描述符 1)的当前目标。",
link: "https://stackoverflow.com/questions/818255/what-does-21-mean",
tags: ["Stack Overflow", "Shell", "Programming"],
note: "",
highlights: [],
},
{
cover: "https://steipete.me/posts/2025/essential-reading-august-2025/index.png",
title: "Essential Reading for Agentic Engineers - August 2025",
description: "Five essential perspectives that cut through AI hype: from developer evolution stages to junior learning crises, productivity reality checks, platform disruption, and MCP server pitfalls.",
link: "https://steipete.me/posts/2025/essential-reading-august-2025",
tags: ["Article", "AI", "Agent", "Engineering", "steipete"],
note: "",
highlights: [],
},
{
cover: "https://steipete.me/posts/2025/optimal-ai-development-workflow/index.png",
title: "My Current AI Dev Workflow",
description: "Went fully back to Ghostty, VS Code on the side, and Claude Code as my main driver. Here's what actually works after months of experimentation.",
link: "https://steipete.me/posts/2025/optimal-ai-development-workflow",
tags: ["Article", "AI", "Engineering", "Developer Tools", "steipete"],
note: "",
highlights: [],
},
{
cover: "https://steipete.me/posts/just-talk-to-it/index.png",
title: "Just Talk To It - the no-bs Way of Agentic Engineering",
description: "A practical guide to working with AI coding agents without the hype.",
link: "https://steipete.me/posts/just-talk-to-it",
tags: ["Article", "AI", "Agent", "Engineering", "steipete"],
note: "",
highlights: [],
},
{
cover: "",
title: "Go 1.26 Release Notes",
description: "Go 1.26 发布于 2026 年 2 月。亮点:Green Tea 新垃圾收集器(GC 开销降低 10-40%)、增强的 new() 支持表达式操作数、自引用泛型类型、重写的 go fix 现代化工具,以及新增 crypto/hpke、simd/archsimd、runtime/secret 标准库包。",
link: "https://go.dev/doc/go1.26",
tags: ["Go", "Release Notes", "Programming"],
note: "",
highlights: [],
},
{
cover: "",
title: "PKM(个人知识管理)构建手册 - with AI",
description: "Vandee 探讨 AI 与个人知识管理的结合:LLM 本质是概率生成器,应辅助批判性思考而非替代。主张优先检索而非生成、保持原子笔记、以输出驱动真正的学习。",
link: "https://www.vandee.art/blog/2025-08-02-pkm-manual-combined-ai.html",
tags: ["Article", "AI", "PKM", "Vandee"],
note: "",
highlights: [],
},
{
cover: "",
title: "2025 - 益",
description: "Vandee 的 2025 年终总结,以《易经》卦象「益」为主题,结合《黑客帝国》探讨打破规则的哲学,并回顾年度技术项目(切换至 Linux、开发 pi 系列工具等)。",
link: "https://www.vandee.art/blog/2025-12-10-the-summary-of-2025.html",
tags: ["Article", "年终总结", "Vandee"],
note: "",
highlights: [],
},
{
cover: "",
title: "我的 Agent Memory 极简管理方案",
description: "Vandee 分享极简 Agent 记忆管理方案,使用 pi-memory-md、Git 版本控制与 handoff 机制管理跨会话上下文。",
link: "https://www.vandee.art/blog/2026-02-17-my-minimalist-approach-to-agent-memory-management.html",
tags: ["Article", "AI", "Agent", "Vandee"],
note: "",
highlights: [],
},
{
cover: "",
title: "Learn Agents by Building One: The Minimal Agent pi",
description: "大道至简,这大概是 Scaling Law 之后,agent 领域现在的新铁律了。Vandee 通过动手构建一个最小 Agent 来讲解 Agent 的工作原理。",
link: "https://www.vandee.art/blog/2026-02-11-learn-agents-by-building-one-the-minimal-agent-pi.html",
tags: ["Article", "AI", "Agent", "Programming", "Vandee"],
note: "",
highlights: [],
},
{
cover: "https://i.typlog.com/japan/8239657810_220573.jpg?x-oss-process=style/l",
title: "背包三年,我的旅行装备清单",
description: "一份不断更新的装备清单,讲述 Simon 背包三年的装备演化。旅居日本,以东京为起点,每年进行十几次长途旅行的真实使用记录。",
link: "https://song.al/bag",
tags: ["Article", "日本", "旅行", "装备"],
note: "",
highlights: [],
},
{
cover: "https://i.typlog.com/japan/8238858170_112558.png?x-oss-process=style/l",
title: "2025在日本,我的年度好物分享",
description: "Simon 旅居日本第五年的年度好物分享,涵盖生活篇(户外装备为主)和数码篇,附有参考价格与入手途径。",
link: "https://song.al/haowu2025",
tags: ["Article", "日本", "好物", "生活"],
note: "",
highlights: [],
},
{
cover: "https://i.scdn.co/image/ab67616d00001e0235b3374ed1ea70f021b73402",
title: "人妻的偽術",
description: "Kay Tse(謝安琪)2018 年發行的粵語單曲。",
link: "https://open.spotify.com/track/13hlBLWc9fTLcmfPjrWkns",
tags: ["Music", "Kay Tse", "謝安琪", "人妻的偽術"],
note: "",
highlights: [],
},
{
cover: "https://i.scdn.co/image/ab67616d00001e02aeb84dcbeff70f38531cbe16",
title: "獨家村",
description: "Kay Tse(謝安琪)2014 年的粵語歌曲,收錄於專輯《KONTINUE》。",
link: "https://open.spotify.com/track/0FlQr1kPj50rAee1kJjk5p",
tags: ["Music", "Kay Tse", "謝安琪", "KONTINUE"],
note: "",
highlights: [],
},
{
cover: "https://i.scdn.co/image/ab67616d00001e0266ebf4c2ebe3134adf3797a4",
title: "我最喜愛的歌",
description: "Kay Tse(謝安琪)2009 年的粵語歌曲,收錄於專輯《Yelling》。",
link: "https://open.spotify.com/track/3ET3zc7bOBrCUJSQeobj2u",
tags: ["Music", "Kay Tse", "謝安琪", "Yelling"],
note: "",
highlights: [],
},
{
cover: "https://i.scdn.co/image/ab67616d00001e0266ebf4c2ebe3134adf3797a4",
title: "祝英台",
description: "Kay Tse(謝安琪)2009 年的粵語歌曲,收錄於專輯《Yelling》。",
link: "https://open.spotify.com/track/2MTqavmxpHEVYIwzNqt1XV",
tags: ["Music", "Kay Tse", "謝安琪", "Yelling"],
note: "",
highlights: [],
},
{
cover: "https://i.scdn.co/image/ab67616d00001e0201ada2666293f74a326cd6f0",
title: "山林道",
description: "Kay Tse(謝安琪)2016 年發行的粵語單曲。",
link: "https://open.spotify.com/track/0sOUpxvaE3iX1pzCFYMRKC",
tags: ["Music", "Kay Tse", "謝安琪", "山林道"],
note: "",
highlights: [],
},
{
cover: "https://i.scdn.co/image/ab67616d00001e025ebe78bf36ccd4395f074863",
title: "滄海遺珠",
description: "Wilfred Lau(劉浩龍)與 Kay Tse(謝安琪)合唱的粵語歌曲,收錄於精選輯《最好的時刻 2006-2012》。",
link: "https://open.spotify.com/track/5cTcEtUY30DFEAxHJgdXwS",
tags: ["Music", "Kay Tse", "謝安琪", "Wilfred Lau", "最好的時刻 2006-2012"],
note: "",
highlights: [],
},
{
cover: "https://i.scdn.co/image/ab67616d00001e02a1ed8b77551b4935fdd0b5a8",
title: "羅生門",
description: "Juno Mak(麥浚龍)與 Kay Tse(謝安琪)2015 年合唱的粵語歌曲。",
link: "https://open.spotify.com/track/7xAVLrbnud6OrU6f4FmxDr",
tags: ["Music", "Kay Tse", "謝安琪", "Juno Mak", "羅生門"],
note: "",
highlights: [],
},
{
cover: "https://i.scdn.co/image/ab67616d00001e0266ebf4c2ebe3134adf3797a4",
title: "年度之歌",
description: "Kay Tse(謝安琪)2009 年的粵語歌曲,收錄於專輯《Yelling》。",
link: "https://open.spotify.com/track/7L0fcNWxZ3kHXEccBv2A2w",
tags: ["Music", "Kay Tse", "謝安琪", "Yelling"],
note: "",
highlights: [],
},
{
cover: "https://i.scdn.co/image/ab67616d00001e0255d0b0cf028aa2876d5100ad",
title: "囍帖街",
description: "Kay Tse(謝安琪)2008 年的粵語歌曲,收錄於專輯《Binary》。",
link: "https://open.spotify.com/track/3hU9nGBhYJQwvF8BJ4PUcE",
tags: ["Music", "Kay Tse", "謝安琪", "Binary"],
note: "",
highlights: [],
},
{
cover: "",
title: "How Browsers Work",
description:
"交互式浏览器工作原理指南。面向每天使用 Web 但从未构建过浏览器工作心智模型的工程师和好奇者。通过大量可交互的示例帮助理解浏览器如何解析 HTML、建立 TCP 连接、DNS 解析、DOM 构建以及渲染流程。",
link: "https://howbrowserswork.com",
tags: ["Browser", "Web", "Engineering", "Guide", "Interactive"],
note: "",
highlights: [],
},
{
cover:
"https://cdn.justinbot.com/wp-content/uploads/2022/06/Share-Image-2-compressed.jpg",
title: "枫言枫语",
description:
"Justin Yan(枫影)的个人博客,生活在广州的苹果开发者。喜欢写博客、录播客、听音乐。",
link: "https://justinyan.me",
tags: ["Blog", "Justin Yan", "iOS Developer", "Podcast"],
note: "",
highlights: [],
},
{
cover:
"https://cdn.justinbot.com/wp-content/uploads/2023/08/inner-exploration-cover.jpg?imageMogr2/quality/80|imageMogr2/format/webp",
title: "每个人每天都只有24小时,希望我的选择真的是我的选择",
description:
'基于"压缩现代性"概念,探讨东亚社会面临的时代变化、职业选择困境,以及如何在传统与现代的社会规范之间找到自己的道路。',
link: "https://justinyan.me/post/5790",
tags: ["Article", "Justin Yan", "生活"],
note: "",
highlights: [],
},
{
cover:
"https://i0.wp.com/openbookshongkong.com/wp-content/uploads/2024/07/OAHK_WebBanner_.png?fit=17067%2C4267&ssl=1",
title: "Open Books Hong Kong",
description:
"Hong Kong's first open access book initiative by three universities, offering free academic Chinese publications.",
link: "https://openbookshongkong.com",
tags: ["Open Access", "Academic", "Hong Kong", "Books"],
note: "",
highlights: [],
},
{
cover:
"https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/Google_AI_Studio_icon_%28July_2025%29.svg/512px-Google_AI_Studio_icon_%28July_2025%29.svg.png",
title: "Google AI Studio",
description:
"Google's web-based IDE for prototyping and building with Gemini models and the Gemini API.",
link: "https://aistudio.google.com",
tags: ["AI", "Google", "Gemini", "LLM", "Developer Tools"],
note: "",
highlights: [],
},
{
cover: "https://i.ytimg.com/vi/XF1BNXmlvfI/maxresdefault.jpg",
title: "【吸奇侠】《教父》终章,一切的真相。",
description: "吸奇侠解析《教父》系列电影终章,讲述一切的真相。",
link: "https://www.youtube.com/watch?v=XF1BNXmlvfI",
tags: ["YouTube", "吸奇侠", "教父", "电影", "解析"],
note: "",
highlights: [],
},
{
cover: "https://i.ytimg.com/vi/kZpvaRWak64/maxresdefault.jpg",
title: "'Think of Me' Sierra Boggess | The Phantom Of The Opera",
description:
"Sierra Boggess sings 'Think of Me' from The Phantom of the Opera at the Royal Albert Hall (25th Anniversary). Music by Andrew Lloyd Webber.",
link: "https://www.youtube.com/watch?v=kZpvaRWak64",
tags: [
"YouTube",
"Musical",
"Phantom of the Opera",
"Andrew Lloyd Webber",
"Sierra Boggess",
],
note: "",
highlights: [],
},
{
cover: "https://i.ytimg.com/vi/EGb4hj-EXt0/maxresdefault.jpg",
title: "'The Phantom of The Opera' | The Phantom Of The Opera",
description:
"The Phantom of the Opera at the Royal Albert Hall (25th Anniversary). Starring Ramin Karimloo and Sierra Boggess. Music by Andrew Lloyd Webber.",
link: "https://www.youtube.com/watch?v=EGb4hj-EXt0",
tags: ["YouTube", "Musical", "Phantom of the Opera", "Andrew Lloyd Webber"],
note: "",
highlights: [],
},
{
cover: "https://i.ytimg.com/vi/4XbHLFkg_Mw/maxresdefault.jpg",
title: "Gustav Mahler: Symphony No. 1 (Lucerne Festival Orchestra, Abbado)",
description:
"Recorded live at the Lucerne Festival, Summer 2009. Concert Hall of the KKL Luzern, August 2009. Lucerne Festival Orchestra, Claudio Abbado - conductor.",
link: "https://www.youtube.com/watch?v=4XbHLFkg_Mw",
tags: [
"YouTube",
"Concert",
"Classical",
"Gustav Mahler",
"Claudio Abbado",
],
note: "",
highlights: [],
},
{
cover: "https://i.ytimg.com/vi/4MPuoOj5TIw/maxresdefault.jpg",
title:
'Gustav Mahler - Symphony No. 2 "Resurrection" (Lucerne Festival Orchestra, Claudio Abbado)',
description:
"Recorded live at the Lucerne Festival, Summer 2003. Eteri Gvazava - soprano, Anna Larsson - mezzo-soprano, Orfeón Donostiarra, José Antonio Sainz Alfaro.",
link: "https://www.youtube.com/watch?v=4MPuoOj5TIw",
tags: [
"YouTube",
"Concert",
"Classical",
"Gustav Mahler",
"Claudio Abbado",
],
note: "",
highlights: [],
},
{
cover: "https://frostming.com/logo.png",
title: "Frost's Blog",
description: "Frost Ming 的个人博客,热爱 Python、摄影和美好事物。",
link: "https://frostming.com",
tags: ["Blog", "Personal", "Frost Ming", "Python"],
note: "",
highlights: [],
},
{
cover: "",
title: "我对各种 AI Coding Agent 工具的看法",
description:
"xxchan 对 Cursor、Claude Code、Amp、Devin、v0、YouWare 等 AI coding 工具的深度分析。讨论各产品的优缺点、发展方向、行业格局,以及对 Agent 能力边界的思考。",
link: "https://xxchan.me/zh/blog/2025-06-08-ai-coding/",
tags: ["AI", "Programming", "Article"],
note: "",
highlights: [],
},
{
cover: "https://i.scdn.co/image/2327b379749eb2c0c737cadb00c72a3615e9a04b",
title: "神的遊戲",
description:
"Deserts Chang(張懸)2012 年發行的專輯,共 10 首歌曲。包含〈玫瑰色的你〉、〈艷火〉、〈如何〉等經典作品。",
link: "https://open.spotify.com/album/6ZOZeusLIlHMy52JxwsWhY",
tags: ["Music", "Album", "Deserts Chang", "張懸"],
note: "",
highlights: [],
},
{
cover: "https://addyosmani.com/assets/images/21-lessons.jpg",
title: "21 Lessons From 14 Years at Google",
description:
"Addy Osmani 分享在 Google 工作 14 年的经验教训,不只是写好代码,更要关注人、政治、协调和模糊性。涵盖用户导向、协作、行动偏倚、清晰度、技术选型等方面。",
link: "https://addyosmani.com/blog/21-lessons/",
tags: ["Article", "Engineering", "Career", "Google", "Lessons"],
note: "",
highlights: [],
},
{
cover:
"https://i1.hdslb.com/bfs/archive/c4d74db6e2c2eb48fedfebcc968c2819f1160d66.jpg",
title: "【中英字幕】汉密尔顿(Hamilton)全音乐剧完整版手书",
description:
"Hamilton 全音乐剧完整版手书动画,中英字幕。基于 Lin-Manuel Miranda 的原作音乐剧,讲述美国开国元勋 Alexander Hamilton 的故事。",
link: "https://www.bilibili.com/video/BV1qt411s75h/",
tags: ["Musical", "Hamilton", "Bilibili", "Animation"],
note: "",
highlights: [],
},
{
cover: "https://onevcat.link/magpie-icon.png",
title: "Magpie - 我的链接收藏",
description: "onevcat 的链接收藏",
link: "https://onevcat.link",
tags: ["Links", "onevcat"],
note: "",
highlights: [],
},
{
cover: "",
title: "从「写代码」到「验代码」:AI 搭档写走 3 年,我踩出来的协作路线图",
description: "",
link: "https://yousali.com/posts/20251124-how-to-coding-with-ai/",
tags: ["AI", "Programming", "Productivity"],
note: "",
highlights: [],
},
{
cover: "https://loggingsucks.com/assets/boristane.png",
title: "Logging Sucks - Your Logs Are Lying To You",
description:
"A guide explaining fundamental problems with conventional logging practices and how to implement structured, context-rich logging solutions.",
link: "https://loggingsucks.com",
tags: ["Observability", "Logging", "Programming"],
note: "",
highlights: [],
},
{
cover: "https://yaak.app/static/logo.svg",
title: "Yaak",
description:
"A fast, secure, offline API client for modern developers with Git integration, plugin support, and zero telemetry.",
link: "https://yaak.app",
tags: ["API Client", "Developer Tools"],
note: "",
highlights: [],
},
{
cover: "https://www.usebruno.com/logo.png",
title: "Bruno",
description:
"Open source IDE for exploring and testing APIs. A lightweight, Git-friendly alternative to Postman/Insomnia with offline-first design.",
link: "https://www.usebruno.com",
tags: ["API Client", "Open Source", "Developer Tools"],
note: "",
highlights: [],
},
{
cover: "https://mymorningroutine.com/assets/images/book/cover@2x.png",
title: "My Morning Routine",
description:
"A book and website to help you create a morning routine that works for you",
link: "https://mymorningroutine.com",
tags: ["Productivity", "Habits", "Self-improvement"],
note: "",
highlights: [],
},
{
cover: "https://i.typlog.com/lepture/16/2QnTZxQC1WehMrpDXpJw.jpg",
title: "像遊客一樣生活",
description:
"你時常也會聽到「像當地人一樣旅行」的言論吧,他們說遊客都是去千篇一律的地方,沒有辦法瞭解當地的文化。",
link: "https://lepture.com/zh/2017/live-better",
tags: ["Blog", "Life", "lepture"],
note: "",
highlights: [],
},
{
cover: "https://www.yuloveboyi.com/opengraph-image.png",
title: "In the Mood for Love",
description: "A Digital Exhibition 2025.02.14 - 2025.02.23",
link: "https://www.yuloveboyi.com",
tags: ["Digital Art", "Exhibition", "Love"],
note: "",
highlights: [],
},
{
cover: "",
title: "How To Ask Questions The Smart Way",
description:
"A guide by Eric S. Raymond on asking technical questions effectively. The kind of answers you get depends as much on how you ask as on the difficulty of the question.",
link: "http://www.catb.org/~esr/faqs/smart-questions.html",
tags: ["Article", "Programming", "Eric S. Raymond"],
note: "",
highlights: [],
},
{
cover:
"https://substackcdn.com/image/fetch/$s_!2hIv!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3dfcf6a5-1c83-4533-9c9a-ce81a34e4214_1024x1024.png",
title: "bye, mom",
description:
'A personal essay about the death of her mother. "It\'s a heavy thing to be loved so fiercely."',
link: "https://aella.substack.com/p/bye-mom",
tags: ["Substack", "Personal Essay", "Aella"],
note: "",
highlights: [],
},
{
cover: "https://s.turbifycdn.com/aah/paulgraham/what-to-do-1.gif",
title: "What to Do",
description:
'An essay exploring life\'s fundamental question—one should help people, care for the world, and "make good new things" as the highest form of human thinking.',
link: "https://www.paulgraham.com/do.html",
tags: ["Article", "Paul Graham"],
note: "",
highlights: [],
},
{
cover:
"https://substackcdn.com/image/fetch/$s_!irGi!,w_80,h_80,c_fill,f_webp,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F057c6efe-3c21-4481-a241-dc768601420d_2000x2000.jpeg",
title: "边角聊 | Substack",
description:
"边角聊是一档跨界的谈话类播客节目,希望从“边角”出发探寻“本质”,让“闲聊”变得“有料”。每周我们将通过 newsletter 推送最新的播客内容,偶尔也会发布活动通告和主播写的文章,欢迎大家点击下面的订阅按钮订阅。",
link: "https://leftovertalk.substack.com",
tags: ["Newsletter", "Substack"],
note: "",
highlights: [],
},
{
cover:
"https://raw.githubusercontent.com/pilotmoon/Scroll-Reverser/master/Graphics/IntroShot.png",
title: "Scroll Reverser for macOS",
description:
"Scroll Reverser is a Mac app that reverses the direction of scrolling, with independent settings for trackpads and mice (including Magic Mouse)",
link: "https://pilotmoon.com/scrollreverser/",
tags: ["macOS"],
note: "鼠标和触摸板分别设置滚动方向",
highlights: [],
},
{
cover: "https://alma.now/assets/alma.png",
title: "Alma - Elegant AI Provider Orchestration",
description:
"A beautiful desktop application that unifies your AI experience by seamlessly switching between OpenAI, Anthropic, Google Gemini, and custom providers.",
link: "https://alma.now",
tags: ["AI", "macOS", "yetone"],
note: "",
highlights: [
"Beautiful Chat Interface",
"Intelligent Memory",
"Memory Management",
"Web Search Integration",
"Advanced Tool Use",
],
},
{
cover: "",
title: "How to Work Hard",
description:
"It might not seem there's much to learn about how to work hard. Anyone who's been to school knows what it entails, even if they chose not to do it. There are 12 year olds who work amazingly hard. And yet when I ask if I know more about working hard now than when I was in school, the answer is definitely yes.",
link: "https://paulgraham.com/hwh.html",
tags: ["Article", "Paul Graham"],
note: "",
highlights: [],
},
{
cover: "https://i.ytimg.com/vi/9Yr720ftjaA/maxresdefault.jpg",
title:
"Gustav Mahler - Symphony No. 3 (Lucerne Festival Orcherstra, Claudio Abbado)",
description:
"Recorded live at the Lucerne Festival, 19 August 2007. Lucerne Festival Orchestra, Women of the Arnold Schönberg Choir Vienna, Tölz Boys Choir.",
link: "https://www.youtube.com/watch?v=9Yr720ftjaA",
tags: [
"YouTube",
"Concert",
"Classical",
"Gustav Mahler",
"Claudio Abbado",
],
note: "",
highlights: [],
},
{
cover: "https://manateelazycat.github.io/favicon.ico",
title: "ManateeLazyCat",
description: "生活可以更简单,欢迎来到我的开源世界",
link: "https://manateelazycat.github.io",
tags: ["Blog", "Emacs", "Linux", "Open Source", "王勇"],
note: "",
highlights: [],
},
{
cover: "https://leftovertalk.com/logo512.png",
title: "边角聊",
description:
"边角聊是一档跨界的谈话类播客节目,希望从“边角”出发探寻“本质”,让“闲聊”变得“有料”。",
link: "https://leftovertalk.com",
tags: ["Podcast"],
note: "",
highlights: [],
},
{
cover: "",
title: "Things I've quit doing at my desk",
description:
"Justin Jackson 分享了他为了提高效率而不再在办公桌前做的四件事:思考、社交、拖延和久坐。他主张将办公桌作为纯粹的执行空间,而将思考、交流和休息移至别处。",
link: "https://justinjackson.ca/i-quit-my-desk",
tags: ["Article", "Productivity", "Justin Jackson", "Work"],
note: "",
highlights: [],
},
];