From bfd0bcb939e248bfb0781c8098659b663d9e97ca Mon Sep 17 00:00:00 2001 From: KazooTTT Date: Fri, 11 Oct 2024 13:13:54 +0800 Subject: [PATCH] docs: update blog content --- package.json | 6 +- pnpm-lock.yaml | 10 +++ .../14 2024 小缘永不完结的冒险 武汉线下vlog.md | 35 ++++++++ .../post/软件/06 Perplexity系列产品.md | 88 +++++++++++++++++++ 4 files changed, 137 insertions(+), 2 deletions(-) create mode 100644 src/content/post/生活/14 2024 小缘永不完结的冒险 武汉线下vlog.md create mode 100644 src/content/post/软件/06 Perplexity系列产品.md diff --git a/package.json b/package.json index c0ae002..f2214e1 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,12 @@ "build": "astro check && astro build", "preview": "astro preview", "astro": "astro", - "lint": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,svelte,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,svelte,astro}\"" + "lint": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,svelte,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,svelte,astro}\"", + "sort": "node scripts/updateCategoryBatchly.cjs && node scripts/sortByDate.cjs" }, "husky": { "hooks": { - "pre-commit": "npm run lint" + "pre-commit": "npm run lint && npm run sort" } }, "dependencies": { @@ -44,6 +45,7 @@ "eslint": "^8.57.0", "eslint-plugin-astro": "^0.31.4", "eslint-plugin-jsx-a11y": "^6.8.0", + "husky": "^9.1.6", "prettier": "^3.2.5", "prettier-config-standard": "^7.0.0", "prettier-plugin-astro": "^0.13.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index baa0edc..201507b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,6 +87,9 @@ importers: eslint-plugin-jsx-a11y: specifier: ^6.8.0 version: 6.8.0(eslint@8.57.0) + husky: + specifier: ^9.1.6 + version: 9.1.6 prettier: specifier: ^3.2.5 version: 3.2.5 @@ -1898,6 +1901,11 @@ packages: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} + husky@9.1.6: + resolution: {integrity: sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==} + engines: {node: '>=18'} + hasBin: true + ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} @@ -5951,6 +5959,8 @@ snapshots: human-signals@5.0.0: {} + husky@9.1.6: {} + ieee754@1.2.1: {} ignore@5.3.1: {} diff --git a/src/content/post/生活/14 2024 小缘永不完结的冒险 武汉线下vlog.md b/src/content/post/生活/14 2024 小缘永不完结的冒险 武汉线下vlog.md new file mode 100644 index 0000000..410984b --- /dev/null +++ b/src/content/post/生活/14 2024 小缘永不完结的冒险 武汉线下vlog.md @@ -0,0 +1,35 @@ +--- +title: 2024 永不完结的冒险 武汉线下vlog +date: 2024-09-02 +author: KazooTTT +type: Post +status: Published +tags: + - vlog + - 武汉 + - 小缘 + - live +finished: true +published: true +category: 生活 +slug: yukari-2024-live +description: 前往武汉参加小缘810线下live的流水账式vlog。 +NotionID-notionnext: 7c90f788-efe1-4ae1-b314-3bf7acb6b21e +link-notionnext: https://kazoottt.notion.site/2024-vlog-7c90f788efe14ae1b3143bf7acb6b21e +--- + +# 2024 小缘永不完结的冒险 武汉线下vlog + +![BC0203DE-7AF7-442C-AD60-A136DDDB603B_1_105_c 1](https://pictures.kazoottt.top/2024/09/20240902-41822c72da727100ce156e6e15d1eed6.jpeg) + +![1D5C0AD5-D822-477E-9463-9E61B9B0DBC7_1_105_c](https://pictures.kazoottt.top/2024/09/20240902-e2665439baf6b12ce76c19575a03b5e2.jpeg) + +![1AFC4713-2894-4551-9264-73849E5A3BE2_1_105_c](https://pictures.kazoottt.top/2024/09/20240902-86b6949773a9845b6fc508c877d3c311.jpeg) + +![B3F795E0-F51D-4C68-8724-B8267248A897_1_105_c](https://pictures.kazoottt.top/2024/09/20240902-f819e2b9f2c521fb8076be24410cbfbb.jpeg) + +离职之后刚好有时间去小缘的810线下live,于是和朋友们约好了一起去~ + +剪了一个很流水账的vlog⬇️ + +[2024小缘武汉live 流水账式vlog\_哔哩哔哩\_bilibili](https://www.bilibili.com/video/BV1BLWMeMEVU/) diff --git a/src/content/post/软件/06 Perplexity系列产品.md b/src/content/post/软件/06 Perplexity系列产品.md new file mode 100644 index 0000000..f011bc0 --- /dev/null +++ b/src/content/post/软件/06 Perplexity系列产品.md @@ -0,0 +1,88 @@ +--- +title: 01 Perplexity系列产品 +date: 2024-09-04 +author: KazooTTT +type: Post +status: Published +tags: + - AI + - 搜索引擎 + - Perplexity + - Playground + - 播客 +finished: true +published: true +category: 软件 +slug: perplexity-productions-intro +description: 概述Perplexity系列产品,包括搜索引擎、Playground和播客,重点介绍其功能和区别。 +NotionID-notionnext: ae2fba46-af30-4bd5-b6d0-fe751c162800 +link-notionnext: https://kazoottt.notion.site/01-Perplexity-ae2fba46af304bd5b6d0fe751c162800 +--- + +# Perplexity系列产品 + +## 产品1 Perplexity搜索引擎 + +![[attachment/软件/01 Perplexity系列产品/IMG-20240904094448497.png]] + +https://www.perplexity.ai/ + +### 普通和Pro的区别 + +![IMG-20240904001354592](https://pictures.kazoottt.top/2024/09/20240904-82efc9478928cf3428241d5cdbe1f7e2.png) + +![IMG-20240904001354629](https://pictures.kazoottt.top/2024/09/20240904-b48e87c80c053f5afc32f440ab36959c.png) + +### 频繁人工验证怎么办 + +![IMG-20240904001354676](https://pictures.kazoottt.top/2024/09/20240904-aa07d424f893146a987cccdcf7ae5bcf.png) + +[Perplexity - AI Search - Chrome 应用商店](https://chromewebstore.google.com/detail/perplexity-ai-search/bnaffjbjpgiagpondjlnneblepbdchol) + +![IMG-20240904001354729](https://pictures.kazoottt.top/2024/09/20240904-836c90b245302d2dd60fc14009e8aab1.png) + +### 同类别产品 + +[Devv AI](https://devv.ai/) (编程向) + +![[attachment/软件/01 Perplexity系列产品/IMG-20240904094534311.png]] + +## 产品2 Perplexity Playground + +体验最新大模型 + +https://labs.perplexity.ai/ + +![IMG-20240904001354800](https://pictures.kazoottt.top/2024/09/20240904-4a2f2948f9bda0d445948efd5d021e8c.png) + +![IMG-20240904001354854](https://pictures.kazoottt.top/2024/09/20240904-9988cdc07d33329b209ee5f44269caef.png) + +[Introducing Llama 3.1: Our most capable models to date](https://ai.meta.com/blog/meta-llama-3-1/) + +![IMG-20240904001354881](https://pictures.kazoottt.top/2024/09/20240904-e5c298074d3edb3aa59b00a86c20ef0e.png) + +[Changelog - Perplexity](https://docs.perplexity.ai/changelog/changelog#introducing-new-and-improved-sonar-models) + +![IMG-20240904001354925](https://pictures.kazoottt.top/2024/09/20240904-6757a9b6e9c488d8faad8ae28a2e48e1.png) + +## 产品3 Perplexity播客 + +[资讯汇总 Discover](https://www.perplexity.ai/discover) + +![IMG-20240904001354996](https://pictures.kazoottt.top/2024/09/20240904-c06edb7427f2885aa1d8b3bd69659719.png) + +Perplexity和eleventlab合作,把Discover的内容转成播客了。 + +![Pasted image 20240308104550 1](https://pictures.kazoottt.top/2024/09/20240904-c2dbdcea85e283af86a34fe244f1b8e4.png) + +![IMG-20240904001355089](https://pictures.kazoottt.top/2024/09/20240904-a904a8102ea53bd3a8619b43f6e4a770.png) + +很适合练习听力以及了解科技资讯。地址:[Discover Daily by Perplexity](https://discoverdaily.ai/) + +[spotify](https://open.spotify.com/episode/1CaSWrm7uUAOkaKjE9KI47?si=WPbA0x73QkGEPm-DFh4big) + +[pca.st](https://pca.st/03qazv0d) + +支持rss + +![IMG-20240904001355142](https://pictures.kazoottt.top/2024/09/20240904-51cb08cfa94e457d09ca0cfbaec6d604.png)