Compare commits

...

5 Commits

Author SHA1 Message Date
251afa8526 update: friend 2025-11-16 13:18:40 +08:00
e19f0bf0f1 remove: github workflows 2025-11-16 13:01:25 +08:00
e5a591e03c update: 088
Some checks failed
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
2025-11-10 17:08:26 +08:00
4af1ed18a3 update: config file
Some checks failed
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
2025-11-10 16:34:46 +08:00
6d72e37eee update: 088 2025-11-10 16:02:51 +08:00
5 changed files with 32 additions and 106 deletions

View File

@@ -1,78 +0,0 @@
# Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
# Default to bash
defaults:
run:
shell: bash
jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.124.0
steps:
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./public
# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

View File

@@ -1,25 +1,22 @@
baseurl: https://www.taurusxin.com baseurl: https://www.taurusxin.com
languageCode: zh-cn languageCode: zh-cn
theme: hugo-theme-stack theme: hugo-theme-stack
pagination:
pagerSize: 10
title: TaurusXin 的独立博客 title: TaurusXin 的独立博客
# Change it to your Disqus shortname before using
disqusShortname: taurusxin
# GA Tracking ID
googleAnalytics:
# Theme i18n support # Theme i18n support
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk # Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk
DefaultContentLanguage: zh-cn DefaultContentLanguage: zh-cn
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko] services:
# This will make .Summary and .WordCount behave correctly for CJK languages. # Change it to your Disqus shortname before using
hasCJKLanguage: false disqus:
shortname: "taurusxin"
# GA Tracking ID
googleAnalytics:
id: "G-KN4M42XST7"
enableRobotsTXT: true pagination:
pagerSize: 10
permalinks: permalinks:
post: /:slug/ post: /:slug/

View File

@@ -12,12 +12,27 @@ edit: false
comment: true comment: true
--- ---
### 申请要求
感谢添加我为友链,作为互联网的一个独立的小角落,也希望您的网站能够满足以下几点简单的要求
- 有超过 5 篇独立的原创文章
- 网站使用独立的付费域名,使用标准 HTTPS 端口443开启 SSL 证书
- 不接受包括但不限于以下内容的友链申请
- 带有推广性质(云服务、广告等)的博客
- 论坛
- 资源分享
我将每个季度审查一次所有已添加友链的网站,若发现网站无法访问或不符合上述要求,将移除该友链
### 友链申请格式 ### 友链申请格式
请按以下格式在评论区留言~
> 网站名称TaurusXin 的独立博客 > 网站名称TaurusXin 的独立博客
> >
> 网站链接:<https://www.taurusxin.com> > 网站链接:<https://www.taurusxin.com>
> >
> 网站图像:<https://cdn.taurusxin.com/hugo/avatar.jpg> > 网站图像:<https://cdn.taurusxin.com/hugo/avatar.jpg>
> >
> 网站描述:永远年轻 永远热泪盈眶 > 网站描述:永远年轻 永远热泪盈眶

View File

@@ -33,8 +33,6 @@ date: "2025-11-10T13:51:00+0800"
使用的 prompt 如下,所有模型配置均为默认,没有系统提示词 使用的 prompt 如下,所有模型配置均为默认,没有系统提示词
> 请注意:该测试仅评估模型输出速率,不评估模型输出内容质量
```text ```text
请你帮我编写一个 React 应用程序,使用 TypeScript 语言,且不使用任何其它库,程序的内容如下 请你帮我编写一个 React 应用程序,使用 TypeScript 语言,且不使用任何其它库,程序的内容如下
@@ -51,6 +49,8 @@ date: "2025-11-10T13:51:00+0800"
| 火山引擎方舟 | DeepSeek V3.1 Termius | 712 | 81 | 3331 | 95.1 | 35.03 | | 火山引擎方舟 | DeepSeek V3.1 Termius | 712 | 81 | 3331 | 95.1 | 35.03 |
| 阿里云百炼国际版 | Qwen3 Max | 1487 | 88 | 2877 | 82.2 | 35 | | 阿里云百炼国际版 | Qwen3 Max | 1487 | 88 | 2877 | 82.2 | 35 |
> 请注意:该测试仅评估模型输出速率,不评估模型输出内容质量
基本都是在 50 T/s 以下,当然这仅仅是一个对我我常用的模型接口的随机测试,不能代表所有模型设施的性能。 基本都是在 50 T/s 以下,当然这仅仅是一个对我我常用的模型接口的随机测试,不能代表所有模型设施的性能。
## Cerebras ## Cerebras
@@ -75,14 +75,16 @@ date: "2025-11-10T13:51:00+0800"
{{< video "https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-gptoss.mov" >}} {{< video "https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-gptoss.mov" >}}
按下发送按钮后的一瞬间,整个代码都生成完了,一气呵成,。如果把它用在代码编辑器辅助编程,不敢想有多爽 按下发送按钮后的不到 2 秒,整个组件的完整代码都生成完了,一气呵成
如果把它用在代码编辑器辅助编程效果会非常爽,具体方案是 `VSCode + Cline 插件`,效果会非常爽,只不过一定要注意 Token 消耗速度快了Token 消耗也会快很多,一不小心很容易超出免费额度。
## 总结 ## 总结
这个平台目前知道的人并不多,价格表在 <https://www.cerebras.ai/pricing> Cerebras 目前知道的人并不多,价格表在 <https://www.cerebras.ai/pricing>
![Cerebras 价格表](https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-pricing.png) ![Cerebras 价格表](https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-pricing.png)
目前还推出了官方的 Code 服务 `Cerebras Code`,每天可用 2400 万 Token最高 131k 的上下文支持,价格相较于其他代码生成服务比较贵,$50 每月,不过对于这么快的生成速度,也能接受。 目前还推出了官方的 Code 服务 `Cerebras Code`,每天可用 2400 万 Token最高 131k 的上下文支持,价格相较于其他代码生成服务比较贵,$50 每月,不过对于这么快的生成速度,也能接受。
至于免费版,我没有在文档中找到免费额度是每天或者每月多少,有找到的小伙伴可以说一下,免费版和付费版的输出速度是一样的,这点好评。 至于免费版,我没有在文档中找到免费额度是每天或者每月多少,有找到的小伙伴可以说一下,免费版和付费版的输出速度是一样的,这点好评。

View File

@@ -25,16 +25,6 @@
} }
</style> </style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KN4M42XST7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KN4M42XST7');
</script>
<!-- Baidu Analytics --> <!-- Baidu Analytics -->
<script> <script>
var _hmt = _hmt || []; var _hmt = _hmt || [];