-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtag-pkm.html
96 lines (91 loc) · 8.08 KB
/
tag-pkm.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="alternate"
type="application/rss+xml"
href="https://www.vandee.art/rss.xml"
title="RSS feed for https://www.vandee.art/">
<title>Vandee's Blog</title>
<meta property="og:title" content="Vandee's Blog">
<meta property="og:type" content="article" />
<meta name="author" content="Vandee">
<meta name="referrer" content="no-referrer">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css" type="text/css"/>
<link rel="stylesheet"
href="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-awesome/6.0.0/css/all.min.css"/>
<link rel="stylesheet"
href="https://testingcf.jsdelivr.net/npm/@fancyapps/[email protected]/dist/fancybox.css"/>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico"/>
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js" defer></script>
<script src="https://testingcf.jsdelivr.net/npm/@fancyapps/[email protected]/dist/fancybox.umd.js" defer></script>
<script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/pangu/4.0.7/pangu.min.js" defer></script>
<script defer>
document.addEventListener("DOMContentLoaded", function () {
pangu.spacingPage();
});
</script>
<script src="assets/js/app.js" defer></script>
<script src="assets/js/copyCode.js" defer></script>
<script src="assets/js/search.js" defer></script></head>
<body>
<div id="preamble" class="status">
<header>
<h1><a href="https://www.vandee.art/">Vandee's Blog</a></h1>
<nav>
<a href="https://www.vandee.art/">Home</a>
<a href="https://x.vandee.art/wiki">Wiki</a>
<a href="https://x.vandee.art/photo">Photo</a>
<a href="archive.html">Archive</a>
<a href="tags.html">Tags</a>
<div id="search-container">
<input type="text" id="search-input" placeholder="Search anywhere...">
<i class="fas fa-search search-icon"></i>
</div>
</nav>
</header></div>
<div id="content">
<h1 class="title">Posts tagged "PKM":</h1><h2 class="post-title"><a href="https://www.vandee.art/2024-12-24-the-structrued-knowledge-workflow-with-ai.html">结构化知识工作流-with AI</a></h2><div class="post-date">24 Dec 2024</div><p>
今年花了很多时间在研究 LLM 和知识库的结合上,整理一下现在的流程,后面有更新了也都放在这里。
</p>(...)<div class="taglist"><a href="https://www.vandee.art/tags.html">Tags</a>: <a href="https://www.vandee.art/tag-pkm.html">PKM</a> </div><h2 class="post-title"><a href="https://www.vandee.art/2024-11-10-database-of-flowing-knowledge.html">数据库的搭建 - 流动知识检索</a></h2><div class="post-date">10 Nov 2024</div><p>
Readwise 是我体验的最舒服的 after-reading 软件了,之前一直没有利用好它的 API,在 PKM 体系里,也一直没有统一到工作流。而这些流动知识的数据越来越多,以 10 年 20 年来度量,必须用数据库来完善和管理了,也是碰巧看到了这个项目:<a href="https://github.com/pocketbase/pocketbase">pocketbase/pocketbase: Open Source realtime backend in 1 file</a> ,很简洁的管理 UI,支持 S3 数据备份,支持 API 导入和导出。还有一个更轻量的选择 <a href="https://github.com/teableio/teable">teableio/teable: ✨ The Next Gen Airtable Alternative: No-Code Postgres</a> ,用了半年了,之前一直没好好看它们的 API,只是不能直接用数据库的 API 导入数据,但是是可以直接用 API 添加 Record 到表格的。
</p>(...)<div class="taglist"><a href="https://www.vandee.art/tags.html">Tags</a>: <a href="https://www.vandee.art/tag-pkm.html">PKM</a> <a href="https://www.vandee.art/tag-github.html">Github</a> <a href="https://www.vandee.art/tag-python.html">Python</a> <a href="https://www.vandee.art/tag-database.html">Database</a> </div><h2 class="post-title"><a href="https://www.vandee.art/2024-11-01-my-pkm-building-logs.html">我的 PKM 构建 Log</a></h2><div class="post-date">01 Nov 2024</div><p>
最近开始 all in Emacs,用 org-mode 写作和生成静态博客页面,顺便对以前的写作再迭代整理一次。
</p>(...)<div class="taglist"><a href="https://www.vandee.art/tags.html">Tags</a>: <a href="https://www.vandee.art/tag-pkm.html">PKM</a> <a href="https://www.vandee.art/tag-blog.html">Blog</a> </div><h2 class="post-title"><a href="https://www.vandee.art/2024-10-12-bookmark-and-summary-by-github-actions.html">用 GitHub 仓库做书签和 AI 摘要-流动知识检索</a></h2><div class="post-date">12 Oct 2024</div><p>
看到了<a href="https://nekonull.me/posts/llm_x_bookmark/">LLM x 书签收藏:摘要 & 全文索引 - Nekonull's Garden</a>这篇文章,思路很值得借鉴,通过 GitHub Actions 来总结网页文章内容并写入到GitHub仓库里。
</p>(...)<div class="taglist"><a href="https://www.vandee.art/tags.html">Tags</a>: <a href="https://www.vandee.art/tag-pkm.html">PKM</a> <a href="https://www.vandee.art/tag-github.html">Github</a> <a href="https://www.vandee.art/tag-python.html">Python</a> </div><h2 class="post-title"><a href="https://www.vandee.art/2024-08-10-thinking-about-structured-data-in-notes.html">本地笔记结构化数据的思考</a></h2><div class="post-date">10 Aug 2024</div><p>
pre-training预训练,fine-turing微调,到现在的热门赛道RAG,都需要高质量数据的支撑。各大LLM阵营到现在也还在争夺各大数据平台的API和授权,偷偷训练。比起在技术上实现更大的突破,数据层面要轻松许多。
</p>(...)<div class="taglist"><a href="https://www.vandee.art/tags.html">Tags</a>: <a href="https://www.vandee.art/tag-pkm.html">PKM</a> </div><h2 class="post-title"><a href="https://www.vandee.art/2024-08-02-nvim-pkm-manual.html">PKM(个人知识管理)构建手册 - Nvim</a></h2><div class="post-date">02 Aug 2024</div><p>
在之前的使用 nb 的时候已经在琢磨使用bash脚本来做笔记的框架。期间因为没有找到有效的处理双链和反链的方法,无意间了解到了Emacs里的org-roam可以提供反链,正好又在学习代码的初期急需一个编辑器,于是在Emacs还是Nvim之间选择了Emacs。
</p>(...)<div class="taglist"><a href="https://www.vandee.art/tags.html">Tags</a>: <a href="https://www.vandee.art/tag-pkm.html">PKM</a> </div><h2 class="post-title"><a href="https://www.vandee.art/2024-05-22-org-pkm-manual.html">PKM(个人知识管理)构建手册 - Emacs</a></h2><div class="post-date">22 May 2024</div><p>
For me, taking notes helps make sure that I’m really thinking hard about what’s in there. If I disagree with the book, sometimes it takes a long time to read the books because I’m writing so much in the margin. <a href="https://youtu.be/eTFy8RnUkoU?t=11">Bill Gates</a>
</p>(...)<div class="taglist"><a href="https://www.vandee.art/tags.html">Tags</a>: <a href="https://www.vandee.art/tag-pkm.html">PKM</a> <a href="https://www.vandee.art/tag-emacs.html">Emacs</a> </div><div id="archive">
<a href="https://www.vandee.art/archive.html">Other posts</a>
</div>
</div>
<div id="postamble" class="status"><div id="search-results"></div>
<footer>
<p>
© 2022-<script>document.write(new Date().getFullYear())</script> Vandee. All rights reserved.
</p>
<div class="social-links"></div>
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)"
class="top-link" id="top-link" accesskey="g">
<i class="fa-solid fa-angle-up fa-2xl"></i>
</a>
<script>
var mybutton = document.getElementById('top-link');
window.onscroll = function () {
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
mybutton.style.visibility = 'visible';
mybutton.style.opacity = '1';
} else {
mybutton.style.visibility = 'hidden';
mybutton.style.opacity = '0';
}
};
</script></div>
</body>
</html>