上一页 1 2 3 4 5 6 ··· 116 下一页
摘要: 职场真相:不是赏饭吃,是价值交换 文/昊天大帝 01 现象 你是否经历过这些场景: 领导强调「年轻人多锻炼,别老想着钱」 问题明明是流程缺陷,最后归因为你的能力不足 加班被包装成福报,拒绝被视为态度问题 功劳归属上级,责任归属个人 这不是磨练,是职场 PUA。 02 本质 认清一个底层逻辑:工作是双 阅读全文
posted @ 2026-03-27 22:25 jiftle 阅读(22) 评论(0) 推荐(0)
摘要: 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)
摘要: 千问网页版生成的代码不支持语法高亮,也找不到反馈建议的渠道。直接告诉AI了,不知道什么时候可以改进。 --2026.3.25 阅读全文
posted @ 2026-03-25 14:28 jiftle 阅读(9) 评论(0) 推荐(0)
摘要: 查看命令 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)
摘要: 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)
摘要: Go 实现本地 Ollama 模型基准测试工具 在本地部署 LLM 时,评估模型的推理速度(TPS)和延迟是关键环节。本文介绍一个基于 Go 语言编写的 Ollama 模型基准测试工具,支持并发测试、配置化管理及自动化报告。 每秒输出token数是重要的衡量指标 功能特性 并发测试:支持同时测试多个 阅读全文
posted @ 2026-03-23 11:46 jiftle 阅读(67) 评论(0) 推荐(0)
摘要: 使用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)
摘要: 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)
摘要: 树莓派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)
摘要: 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 下一页