Skip to content

Commit

Permalink
update; strategy -> mgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wenerme committed Dec 3, 2023
1 parent 76db02a commit 8408360
Show file tree
Hide file tree
Showing 51 changed files with 813 additions and 244 deletions.
11 changes: 11 additions & 0 deletions notes/ai/ai-awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,19 @@ tags:
- [万能道歉信](https://open-gpt.app/app/clf28gwkx0002l108tvysyb9i)
- design/image/ppt
- dalle
- https://dalle.party/
- https://news.ycombinator.com/item?id=38432486
- https://designer.microsoft.com/
- https://pixian.ai/
- Remove Image Backgrounds
- https://quickqr.art/
- QR Code Art
- https://ideogram.ai/
- https://github.com/diff-usion/Awesome-Diffusion-Models
- SVG/vector
- https://logodiffusion.com/
- https://github.com/GeorgLegato/stable-diffusion-webui-vectorstudio


---

Expand Down Expand Up @@ -128,6 +135,10 @@ tags:
- https://makereal.tldraw.com/
- https://github.com/tldraw/make-real
- https://www.tldraw.com/
- [excalidraw/excalidraw](https://github.com/excalidraw/excalidraw)
- text -> diagram
- [OthersideAI/self-operating-computer](https://github.com/OthersideAI/self-operating-computer)
- text -> 电脑自动操作
- https://github.com/Azure/gen-cv/tree/main/avatar/interactive
- https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/azure-ai-speech-announces-public-preview-of-text-to-speech/ba-p/3981448

Expand Down
2 changes: 2 additions & 0 deletions notes/ai/gpt/gpt-awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ tags:
- OpenAI
- https://gptstore.ai/
- https://quail.ink/goldengrape/p/how-to-build-a-patent-gpt
- https://nihalsid.github.io/mesh-gpt/
- https://news.ycombinator.com/item?id=38448653

### Reading

Expand Down
5 changes: 5 additions & 0 deletions notes/ai/service/openai/chatgpt-awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ tags:
- llama-cpp-python
- FastChat


## WebUI

- [Niek/chatgpt-web](https://github.com/Niek/chatgpt-web)
Expand Down Expand Up @@ -93,3 +94,7 @@ docker run --rm -it \

1. 流式逐字输出 - 体感更好
1. 一次性输出 - 可能等很久

## Reading

- https://www.youtube.com/watch?v=flXrLGPY3SU
4 changes: 4 additions & 0 deletions notes/ai/stable-diffusion/stable-diffusion-awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ tags:
# Stable Diffusion Awesome

- [apple/ml-stable-diffusion](https://github.com/apple/ml-stable-diffusion)
- https://github.com/CompVis/latent-diffusion
- https://latent-consistency-models.github.io/
- https://www.fal.ai/models/latent-consistency-sd
- https://github.com/fal-ai
- https://huggingface.co/spaces/fal-ai/realtime-stable-diffusion
- https://stability.ai/news/stability-ai-sdxl-turbo
- [lllyasviel/Fooocus](https://github.com/lllyasviel/Fooocus)
- [Waifu Diffusion 1.3 Release Notes](https://gist.github.com/harubaru/f727cedacae336d1f7877c4bbe2196e1)
- [Acly/krita-ai-diffusion](https://github.com/Acly/krita-ai-diffusion)
- ComfyUI 作为后端
- https://news.ycombinator.com/item?id=38342670
Expand Down
2 changes: 2 additions & 0 deletions notes/culture/game/game-awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ https://www.game-game.com.ua/
| Roguelite |

- https://store.epicgames.com/en-US/free-games
- [Mzying2001/CefFlashBrowser](https://github.com/Mzying2001/CefFlashBrowser)
- Flash浏览器, Windows

## Nitendo Switch

Expand Down
9 changes: 9 additions & 0 deletions notes/db/relational/mysql/mysql-perf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: MySQL 性能
---

# MySQL 性能

- https://help.aliyun.com/zh/rds/apsaradb-rds-for-mysql/limits
- https://aws.amazon.com/cn/blogs/database/best-practices-for-configuring-parameters-for-amazon-rds-for-mysql-part-1-parameters-related-to-performance/
- https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_BestPractices.html
49 changes: 46 additions & 3 deletions notes/dev/dev-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,36 @@ tags:
- https://www.martinfowler.com/
- https://web.stanford.edu/~ouster/cgi-bin/decisions.php

## profile

- 面向生命周期
- 开发、测试、预发布、生产、性能测试
- dev/test/staging/prod/perf
- local/development/staging/production/testing
- dev/test/staging/prod
- development/test/stage/produciton
- 预发布 - staging/pre/next
- 性能测试 - performance/perf
- 面向环境
- region
- zone

---

- APP_ENV
- larval - local, production, testing
- https://github.com/laravel/framework/blob/5.8/src/Illuminate/Foundation/Application.php
- NODE_ENV - production, development, test
- https://github.com/kerimdzhanov/dotenv-flow
- SPRING_PROFILES_ACTIVE,spring.profiles.active
- [.NET](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/environments)
- DOTNET_ENVIRONMENT
- ASPNETCORE_ENVIRONMENT
- NEXT_PUBLIC_VERCEL_ENV, [VERCEL_ENV](https://vercel.com/docs/projects/environment-variables/system-environment-variables)
- production, preview, development
- https://docs.digitalocean.com/products/app-platform/how-to/use-environment-variables/
- APP_DOMAIN, APP_URL, APP_ID

## Roles

- 管理岗
Expand Down Expand Up @@ -244,7 +274,7 @@ go clean -modcache
mvn dependency:purge-local-repository -DactTransitively=false -DreResolve=false --fail-at-end
gradle clean

ls ~/.nvm/versions/node/v{12,14,16}* -d 2>/dev/null | xargs -n1 basename
ls ~/.nvm/versions/node/v{12,14,16}* -d 2> /dev/null | xargs -n1 basename
# for s in $( ls ~/.nvm/versions/node/v{12,14,16}* -d 2>/dev/null | xargs -n1 basename );do echo nvm uninstall $s; done
rm -rf ~/.nvm/versions/node/v{12,14,16}*

Expand Down Expand Up @@ -306,10 +336,10 @@ pip cache purge

- 1048576
- Excel 行限制
- 16,384
- 16384
- Excel 列限制

## 关于服务重启导致服务中断问题的说明
## 关于 K8S 服务重启导致服务中断问题的说明

- 部署使用 startProbe 等到 health 才切换,避免新版本出现问题导致服务启动失败,旧版本服务下线问题
- Java 通常较慢,启动可能 1m 左右
Expand Down Expand Up @@ -388,3 +418,16 @@ pip cache purge
- data is code
- Code=Engine, Data=Fuel
- Data 定义了逻辑规则 = Code

## schema vs validator

- Schema-First - 模式优先
- 数据类型定义
- 通常和类型能一一对应
- 可以用来做验证,还可以用来生成代码
- e.g. typebox, typia, jsonschema, ajv
- Validate-First - 验证优先
- 业务逻辑定义
- 通常包含额外的处理逻辑 - 功能更多,能自定义处理
- 通常能生成 Schema - 但是会丢失一些信息且不一定准确
- e.g. zod
69 changes: 64 additions & 5 deletions notes/dev/dict.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 开发用词字典
tags:
- Glossary
- FAQ
---

# 开发用词字典
Expand All @@ -24,6 +25,17 @@ tags:
- 尽量使用常见的词汇
- 对于相同含义的词汇跟进场景选用

:::tip

- 熟悉和使用 专业术语、行话、Glossary
- 能够更好的沟通
- 更改更精确的表达含义
- 本身附带了 “行业” 属性
- 本身附带了上下文信息
- 需要注意团队内达成一致

:::

## 俚语

- [bruh](https://www.urbandictionary.com/define.php?term=Bruh)
Expand Down Expand Up @@ -67,7 +79,7 @@ tags:
| introduction | 推荐, 被动, 位于关系被动方<br/>例如: 别人介绍你给我, 由别人产生联系 |
| last name ||
| surname ||
| first anme ||
| first name ||

## 技术词汇 {#tech}

Expand Down Expand Up @@ -512,18 +524,20 @@ tags:
## business unit vs division vs deparment

- 组织架构三层关系
- business unit - 业务单元 - 例如 出版署
- 位于某个地点
- 相对独立的业务单元,可跨组织
- business unit - 事业部/业务单元 - 例如 出版署
- 侧重独立的业务目标和运营
- 有自己的目标、战略和运营计划,专注于特定的产品线或市场领域
- 可能拥有自己的营销、财务、研发等职能部门,相对独立地运作,并针对特定的产品线或市场
- 有自主的管理和利润中心
- 独立业务定位目标
- 按业务目标考核
- 相对独立的业务单元,可跨组织
- 位于某个地点
- division - 分部 - 例如 市场分部、消费者分部
- 位于某个地点的某些办公室或者区域
- deparment - 部门 - 例如 编辑部、较对部
- 位于公司某个区域
- 组织内职能单位
- 组织内**职能**单位
- 侧重一个领域的职能作用
- 受组织层级管理
- 为组织整体目标服务
Expand Down Expand Up @@ -941,6 +955,7 @@ tags:

- label
- 标签
- 倾向于正式或预定义的分类
- 可以是 KV 结构
- GitHub 的 Issuse 标签使用的 Label
- Gitlab 的 Issuse 标签使用的 Label
Expand All @@ -951,6 +966,7 @@ tags:
- Docker 元数据使用 Label
- tag
- 标签、标记
- 表示一种**非正式**的、用户定义的分类方法
- 通常是一串字符串
- Stackoverflow 的问题使用的 Tag

Expand Down Expand Up @@ -1099,6 +1115,47 @@ tags:
- Street Address: - 街道信息
- Physical Address: - 区分电子地址(如电子邮件)和物理地址

## parse vs resolve vs normalize

- parse - 解析 - 抽象与结构化
- 文本 -> 信息/结构化
- resolve - 确定/解决/解析 - 决策与确定性
- 处理不确定性、冲突、多重可能性
- normalize - 标准化/规范化 - 标准化与一致性
- 数据标准化、数据清洗、统一格式

## sort vs order

- sort
- 排序 - 操作
- 通常是对一组数据进行排序
- 例如:sortBy
- order
- 有序 - 定义、规则
- 通常有序的含义更强
- 例如:order by
- 可以是多个 OrderRule

## value vs values vs options vs items vs enums vs data

- value
- 通常单个值
- 或者指代 “值” 这个概念 - 因此也可能是数组
- values
- 多个值
- options
- 选项
- 面向界面
- items
-
- 面向数据
- enums
- 枚举
- 面向代码结构定义
- data
- 数据
- 没有单数双数概念

## 参考

- primary
Expand All @@ -1114,6 +1171,8 @@ tags:

---

- https://unbug.github.io/codelf/
- 起名专用
- https://www.dictionary.com/browse/employee?s=t
- 查含义和词源
- etymonline.com
Expand Down
35 changes: 35 additions & 0 deletions notes/hardware/peripheral/keyboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,35 @@ title: 键盘
- WASD CODE MX
- Keychron Q2
- Raspberry Pi 400
- 轴体
- CHERRY
- TTC
- 键帽
- ABS - 丙烯腈-丁二烯-苯乙烯
- 易于成型和染色
- 质感较光滑,手感较柔软
- 重量较轻
- **优势** 便宜、颜色多(易于染色)、光滑手感
- **缺点** 耐磨性差、不耐用
- PBT - 聚对苯二甲酸丁二酯
- 更硬、更密集的塑料材料
- 质感较粗糙,手感较坚实
- 耐高温,不易变形
- **优势** 耐磨性好、耐用、手感更好
- **缺点** 价格高、颜色少(不易染色)

:::caution Keychron 问题

- 用一段时间后按键不灵 - 可以考虑重置(fn+J+Z 四秒),可以考虑换轴体
- 目前我 F1、F2、1、2、Q、W、A、S、Z、Option、Command 有点问题 (202311) - 感觉不像是轴体问题
- Command 粘滞
- 无线续航时间短
- 几乎等于没用
- 无线模式下按键延迟
- 无线模式自动休眠
- Command X 没对齐

:::

:::tip 选型考量

Expand Down Expand Up @@ -88,3 +117,9 @@ title: 键盘
| MX Black/黑轴 |

- 键程 触发行程 初始压力 触发压力 分段压力 分段行程 触底压力

## Keychron 快捷键

- Fn + 1-3 - 切换设备
- fn + J + Z 四秒 - 恢复出厂设置
- fn + S + O 四秒 - 关闭自动睡眠
Loading

0 comments on commit 8408360

Please sign in to comment.