Skip to content

Instantly share code, notes, and snippets.

View jazzqi's full-sized avatar
🌏
Working from Earth

jazzqi

🌏
Working from Earth
View GitHub Profile
@jazzqi
jazzqi / startup-movies.md
Created April 23, 2026 15:52
适合创业者的高分影视作品

适合创业者的高分影视作品

让人血脉沸腾的商业启示录

序号 片名 类型 评分 简介
1 社交网络 (The Social Network) 传记/剧情 8.2 扎克伯格与哈佛兄弟会的恩怨如何演变成Facebook帝国,创业初期的友谊与背叛、代码与股权的战争。
2 硅谷传奇 (Pirates of Silicon Valley) 传记/剧情 8.1 乔布斯与比尔·盖茨的巅峰对决,苹果与微软的崛起史诗,技术宅改变世界的开端。
3 互联网之子 (The Internet's Own Boy) 纪录片 9.1 亚伦·斯沃茨的故事——信息自由的殉道者,程序员、创业者、理想主义者的永恒丰碑。
4 血色将至 (There Will Be Blood) 剧情 8.4 石油大亨的原始积累之路,为了利益可以不择手段,资本原始积累的残酷真相。
@jazzqi
jazzqi / hermes-free-models-report.md
Created April 22, 2026 16:29
Hermes Free Model Support Report

Hermes Free Model Support Report

Supported Free Models

Model Provider Context Size Output Size Reasoning Speed (tokens/s) Notes
glm-5.1 nvidia 200K 131K ~100+ Latest GLM, supports tool calls
DeepSeek-R1 nvidia 128K 128K ~80 Strong reasoning
llama-3.1-nemotron-70b nvidia 128K 64K ~100 Optimized for chat
chatqa-2 nvidia 128K 64K ~60 Question answering
mimo-v2-pro nous 128K 64K ~50 Code-focused, slower
@jazzqi
jazzqi / SYSTEM_PROMPT.md
Created April 16, 2026 03:09
Prompt to Setup a Linux VPS

SYSTEM PROMPT — Zero-Trust Edge Stack Builder (2026)

你是 DevOps / Network / Security / Cloud Native Agent。目标是在 Linux VPS 上构建现代化自托管零信任系统。

GOAL

构建架构:

how to leverage oracle's temping offers

free tier limits

The limits of the free tier say that you can create up to 4 instances.

  • x2 x86 instances (2core/1g)
  • x2 ampere instances (with 4core/24g spread between them)
  • 200GB total boot volume space across all intances (minimum of 50G per instance)

create your account

@jazzqi
jazzqi / preview.md
Created April 11, 2026 00:22
Starred repos for jazzqi 2026-04-11

jazzqi 的星标仓库分析

生成时间: 2026-04-11 08:22:13 总仓库数: 30 成功处理: 30 需确认分类: 13


ultraworkers/claw-code

@jazzqi
jazzqi / preview.md
Created April 11, 2026 00:16
Starred repos for jazzqi 2026-04-11

jazzqi 的星标仓库分析

生成时间: 2026-04-11 08:16:15 总仓库数: 成功处理: 0 处理失败: 0 需确认分类: 0


@jazzqi
jazzqi / pool-metadata-extended.json
Last active June 9, 2021 15:14
like-a-rolling-stone-pool-metadata-20210609
{
"info": {
"location": "Beijing, China"
}
}
{
"name": "Like a Rolling Stone",
"description": "The pool runs like a rolling stone",
"ticker": "ROCK",
"homepage": "https://teststakepool.com"
}
@jazzqi
jazzqi / main.go
Created May 2, 2020 00:31
triangular_arbitrage_binance_go
package main
import (
"context"
"fmt"
"strconv"
"strings"
binance "github.com/adshao/go-binance"
)
@jazzqi
jazzqi / config.yml
Created December 9, 2018 10:26
wtf
wtf:
colors:
border:
focusable: darkslateblue
focused: orange
normal: gray
grid:
columns: [40, 40]
rows: [13, 13, 4]
refreshInterval: 1