会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
快乐的GTD吧
Everyone, Have a good day.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
116
下一页
2026年3月27日
职场真相:不是赏饭吃,是价值交换
摘要: 职场真相:不是赏饭吃,是价值交换 文/昊天大帝 01 现象 你是否经历过这些场景: 领导强调「年轻人多锻炼,别老想着钱」 问题明明是流程缺陷,最后归因为你的能力不足 加班被包装成福报,拒绝被视为态度问题 功劳归属上级,责任归属个人 这不是磨练,是职场 PUA。 02 本质 认清一个底层逻辑:工作是双
阅读全文
posted @ 2026-03-27 22:25 jiftle
阅读(22)
评论(0)
推荐(0)
2026年3月26日
vim插件AI结对编程辅助编程插件
摘要: https://github.com/gitsang/codock.nvim/ https://github.com/olimorris/codecompanion.nvim codock.nvim English | 中文 一个 Neovim 插件,在垂直分割窗口中打开运行 Coding Agen
阅读全文
posted @ 2026-03-26 23:19 jiftle
阅读(50)
评论(0)
推荐(0)
2026年3月25日
千问网页版生成的代码不支持语法高亮
摘要: 千问网页版生成的代码不支持语法高亮,也找不到反馈建议的渠道。直接告诉AI了,不知道什么时候可以改进。 --2026.3.25
阅读全文
posted @ 2026-03-25 14:28 jiftle
阅读(9)
评论(0)
推荐(0)
linux检查显存大小(集成显卡)
摘要: 查看命令 glxinfo | grep -i "video memory|memory" # glxinfo | grep -i "video memory\|memory" Video memory: 4096MB Unified memory: no Memory info (GL_ATI_me
阅读全文
posted @ 2026-03-25 10:13 jiftle
阅读(18)
评论(0)
推荐(0)
2026年3月24日
golang测试模型的token输出速度
摘要: golang测试模型的token输出速度 package main import ( "bytes" "encoding/json" "fmt" "io" "net/http" "os/exec" "runtime" "strconv" "strings" "time" ) type Request
阅读全文
posted @ 2026-03-24 23:36 jiftle
阅读(17)
评论(0)
推荐(0)
2026年3月23日
Go 实现本地 Ollama 模型基准测试工具
摘要: Go 实现本地 Ollama 模型基准测试工具 在本地部署 LLM 时,评估模型的推理速度(TPS)和延迟是关键环节。本文介绍一个基于 Go 语言编写的 Ollama 模型基准测试工具,支持并发测试、配置化管理及自动化报告。 每秒输出token数是重要的衡量指标 功能特性 并发测试:支持同时测试多个
阅读全文
posted @ 2026-03-23 11:46 jiftle
阅读(67)
评论(0)
推荐(0)
使用golang编写大语言模型的输出速度性能
摘要: 使用golang编写大语言模型的输出速度性能 package main import ( "bytes" "encoding/json" "fmt" "net/http" "time" ) type Request struct { Model string `json:"model"` Promp
阅读全文
posted @ 2026-03-23 11:30 jiftle
阅读(6)
评论(0)
推荐(0)
2026年3月19日
ollama v0.18.2手工部署安装,linux, deepin 20.9
摘要: Documentation Index Fetch the complete documentation index at: https://docs.ollama.com/llms.txt Use this file to discover all available pages before e
阅读全文
posted @ 2026-03-19 15:43 jiftle
阅读(332)
评论(0)
推荐(0)
2026年3月6日
树莓派pico使用无源蜂鸣器播放小星星
摘要: 树莓派pico播放小星星,无源蜂鸣器 from machine import Pin, PWM import time # 配置区域 BUZZER_PIN = 15 # 蜂鸣器连接的 GPIO 引脚 (建议 GP15) VOLUME = 20000 # 音量 (0-65535), 建议 40000
阅读全文
posted @ 2026-03-06 23:34 jiftle
阅读(19)
评论(0)
推荐(0)
2026年2月17日
树莓派pico播放玛丽有只小羊羔
摘要: from machine import Pin, PWM import utime # 定义音调频率 tones = {'1': 262, '2': 294, '3': 330, '4': 349, '5': 392, '6': 440, '7': 494, '-': 0} # 定义小星星旋律 me
阅读全文
posted @ 2026-02-17 23:34 jiftle
阅读(3)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
116
下一页
公告