mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-23 02:31:31 +08:00
Update docs and sort content
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
---
|
||||
toAstro: true
|
||||
astroType: null
|
||||
toWexin: null
|
||||
toJuejin: null
|
||||
toZhihu: null
|
||||
title: '2023-09-10'
|
||||
slug: diary-2023-09-10
|
||||
date: 2023-09-10T00:00:00.000Z
|
||||
@ -9,10 +14,9 @@ published: true
|
||||
description: >-
|
||||
2023年9月10日,某博客讨论了其支持的模板语法,指出虽然功能丰富,但使用起来感觉不够灵活且学习成本较高。文章中提出疑问,低代码是否是一种高效但可能过于简化的编程方式。
|
||||
rinId: 26
|
||||
toAstro: true
|
||||
category: 日记
|
||||
date_created: 2025-01-04T03:34:08.000Z
|
||||
date_modified: 2025-02-19T17:54:54.000Z
|
||||
date_modified: 2025-02-24T06:55:15.000Z
|
||||
---
|
||||
|
||||
# 2023-09-10 星期日
|
||||
|
@ -1,10 +1,15 @@
|
||||
---
|
||||
toAstro: true
|
||||
astroType: null
|
||||
toWexin: null
|
||||
toJuejin: null
|
||||
toZhihu: null
|
||||
title: 实现一个auto slugify
|
||||
date: 2024-02-20T00:00:00.000Z
|
||||
author: KazooTTT
|
||||
tags:
|
||||
- slug
|
||||
- 项目
|
||||
- slug
|
||||
finished: true
|
||||
published: true
|
||||
slug: implement-an-auto-slugify
|
||||
@ -14,9 +19,8 @@ description: >-
|
||||
based on the auto-slugify library available on GitHub.
|
||||
rinId: 65
|
||||
category: 项目
|
||||
toAstro: true
|
||||
date_created: 2024-12-02T03:03:24.000Z
|
||||
date_modified: 2025-02-19T17:54:57.000Z
|
||||
date_modified: 2025-02-24T07:06:21.000Z
|
||||
---
|
||||
|
||||
# Auto Slugify Webapp
|
||||
|
@ -22,20 +22,28 @@ slug: 2025-W08
|
||||
description: >-
|
||||
本周的产出涵盖了多个领域的内容,包括博客上发布了关于RSSHub新增AsianFanfics路由和解决OpenWebUI长时间白屏的问题。同时,备忘录中记录了Cloudflare规则配置、Vite环境变量以及关于Hono框架的使用等技术分享。此外,还进行了对Web端DICOM压缩的调研,探索了pydicom和gdcm两个库的使用方式。同时,个人反思与日常生活中,感慨与多年未见的同人创作者重新互动,并且体验了私教训练带来的身体挑战。
|
||||
date_created: 2025-02-16T14:45:50.000Z
|
||||
date_modified: 2025-02-23T16:14:41.000Z
|
||||
date_modified: 2025-02-24T10:05:18.000Z
|
||||
tree-structure: true
|
||||
tree-view: columns
|
||||
---
|
||||
|
||||
<!--section: 1-->
|
||||
|
||||
日期范围:2025-02-17 - 2025-02-23
|
||||
|
||||
<!--section: 2-->
|
||||
|
||||
## 1. 本周产出
|
||||
|
||||
<!--section: 2.1-->
|
||||
|
||||
### 1.1. [Blog](<https://blog.kazoottt.top/posts/>)
|
||||
|
||||
- [2025-02-21 【碎片】 rsshub中新增asianfanfics路由](<https://blog.kazoottt.top/posts/fragmented-notes-2025-02-21-16-38-50/>)
|
||||
- [2025-02-20 【碎片】 openwebui长时间白屏解决方案](<https://blog.kazoottt.top/posts/openwebui-long-loading-white-screen-solution/>)
|
||||
|
||||
<!--section: 2.2-->
|
||||
|
||||
### 1.2. [Memos](<https://blog.kazoottt.top/notes/>)
|
||||
|
||||
- [2025-02-21 配置 cloudflare 规则实现重定向](<https://blog.kazoottt.top/notes/fragmented-notes-2025-02-21-15-44-58/>)
|
||||
@ -43,6 +51,8 @@ tree-view: columns
|
||||
- [2025-02-19 碎片-2025-02-19 17时30分 You Should Use Hono in your Next Projec](<https://blog.kazoottt.top/notes/fragmented-notes-2025-02-19-17-30-55/>)
|
||||
- [2025-02-17 碎片-2025-02-17 10时55分 做事设计](<https://blog.kazoottt.top/notes/fragmented-notes-2025-02-17-10-55-29/>)
|
||||
|
||||
<!--section: 2.3-->
|
||||
|
||||
### 1.3. 碎碎念
|
||||
|
||||
2025/2/23 21:48:04
|
||||
@ -83,6 +93,8 @@ anythingllm / cherry studio
|
||||
|
||||
很久没约私教了,这周用器材练了腿和臀,练完第二天还是有点痛。
|
||||
|
||||
<!--section: 3-->
|
||||
|
||||
## 2. VJ 专题
|
||||
|
||||
社区
|
||||
@ -109,6 +121,8 @@ anythingllm / cherry studio
|
||||
|
||||
[[资源收集]]
|
||||
|
||||
<!--section: 4-->
|
||||
|
||||
## 3. dicom 的压缩
|
||||
|
||||
这周在调研如何压缩 dicom,其实对于客户端来说,dicom 压缩是一个很常见的场景,在医疗图像软件领域,早期的软件通常都是使用 c++ 或者 python 进行开发的,因此在这两个语言的生态中,有很多成熟的库可以进行使用。
|
||||
@ -129,16 +143,22 @@ anythingllm / cherry studio
|
||||
|
||||
这个仓库是使用 emscripten 编译的,并且提供了对应的 npm 包。 [gdcm-js](<https://www.npmjs.com/package/gdcm-js>)
|
||||
|
||||
<!--section: 5-->
|
||||
|
||||
## 4. 收藏夹 - 应用
|
||||
|
||||
这里存放一些本周收藏的内容
|
||||
|
||||
<!--section: 5.1-->
|
||||
|
||||
### 4.1. Markdown 转图片
|
||||
|
||||
[ReadPo - 10x Speed Up Your Reading and Writing](<https://readpo.com/zh/poster>)
|
||||
|
||||

|
||||
|
||||
<!--section: 5.2-->
|
||||
|
||||
### 4.2. Memo Card 把 md 转化为图片
|
||||
|
||||

|
||||
@ -150,6 +170,8 @@ Memo Card 是一个用于生成精美文字卡片的工具,它支持 Markdown
|
||||
- 支持 Markdown 语法,所见即所得,实时生效。
|
||||
- 可以标记文字来源,用户还能选择主题和外观,方便个性化定制。
|
||||
|
||||
<!--section: 5.3-->
|
||||
|
||||
### 4.3. Get 笔记 - 记录每一个闪光的想法
|
||||
|
||||
[https://www.biji.com/](<https://www.biji.com/>)
|
||||
@ -164,6 +186,8 @@ Get 笔记作为新一代 AI 笔记工具,帮你实现高效记录、深度思
|
||||
|
||||

|
||||
|
||||
<!--section: 5.4-->
|
||||
|
||||
### 4.4. thunderclient 轻量级 API 客户端扩展
|
||||
|
||||
地址:[https://www.thunderclient.com/](<https://www.thunderclient.com/>)
|
||||
@ -174,8 +198,12 @@ vscode 拓展下载地址:[Thunder Client - Visual Studio Marketplace](<https:
|
||||
|
||||

|
||||
|
||||
<!--section: 6-->
|
||||
|
||||
## 5. 收藏夹 - 技术
|
||||
|
||||
<!--section: 6.1-->
|
||||
|
||||
### 5.1. 一个很好的 hono 教程
|
||||
|
||||
[You Should Use Hono in your Next Project](<https://www.youtube.com/watch?v=sYZW8TK2IV4>)
|
||||
@ -190,6 +218,8 @@ vscode 拓展下载地址:[Thunder Client - Visual Studio Marketplace](<https:
|
||||
|
||||

|
||||
|
||||
<!--section: 6.2-->
|
||||
|
||||
### 5.2. 模拟人生设计文档
|
||||
|
||||
[Index of /home/TheSimsDesignDocuments](<https://donhopkins.com/home/TheSimsDesignDocuments/>)
|
||||
@ -207,6 +237,8 @@ vscode 拓展下载地址:[Thunder Client - Visual Studio Marketplace](<https:
|
||||
|
||||

|
||||
|
||||
<!--section: 6.3-->
|
||||
|
||||
### 5.3. [tree-shaking, the horticulturally misguided algorithm — wingolog](<https://wingolog.org/archives/2023/11/24/tree-shaking-the-horticulturally-misguided-algorithm>)
|
||||
|
||||
探讨 wasm 的发展困境,阐述 tree-shaking 的重要性。 #阅读 #wasm #tree-shaking
|
||||
|
Reference in New Issue
Block a user