首页:修订间差异
(未显示同一用户的43个中间版本) | |||
第1行: | 第1行: | ||
[[ | [[Image:Zero.gif|right]] | ||
<q> | <q> | ||
"I am looking at the future with concern, but with good hope." - Albert Schweitzer | |||
</q> | </q> | ||
__NOTOC__ | |||
{{CURRENTYEAR}}/{{CURRENTMONTH}}/{{CURRENTDAY}} {{CURRENTDAYNAME}} | |||
'''{{NUMBEROFPAGES}}''' Pages|'''{{NUMBEROFFILES}}''' Files|'''{{NUMBEROFEDITS}}''' Edits | |||
== PROJECTS == | |||
{| class="wikitable" | |||
|- | |||
! PROJECT !! DESCRIPTION !! PROGRESS | |||
|- | |||
| Cryptowl || Encrypt app for keeping notes, photos, etc. || 50% | |||
|- | |||
| Ygo || Port of Yjs in Go || 10% | |||
|- | |||
| Yjvm || Port of Yjs in Kotlin/Java || 5% | |||
|- | |||
| Y-writing || Writing system for techinical documents and books || 10% | |||
|- | |||
| 4Speed || 4wd toy car with STM32 || 10% | |||
|- | |||
| Agent || Agent toy with ESP32 || 10% | |||
|} | |||
{| class="wikitable" | |||
|- | |||
! BOOKS !! DESCRIPTION !! PROGRESS | |||
|- | |||
| Tekton CI/CD in Action || Cloud native CI/CD using Tekton. || 60% | |||
|- | |||
| Coding poems || Poem collections of programming || 0% | |||
|- | |||
| Next gen || TBD || 0% | |||
|} | |||
== | == WIKI BLOG == | ||
* 2024/09/20 [[An introduction to state-based CRDTs|(翻译)基于状态的CRDT简介]] | |||
* 2024/07/29 [[Workflow design | 大模型工作流系统设计]] | |||
* 2023/12/13 [[NanoGPT Tutorial]] | * 2023/12/13 [[NanoGPT Tutorial]] | ||
* 2021/07/15 [[Flutter performance optimization|Flutter性能优化实践]] | * 2021/07/15 [[Flutter performance optimization|Flutter性能优化实践]] | ||
* 2021/07/05 [[KDBX4 file format|KDBX4 文件格式解析]] | * 2021/07/05 [[KDBX4 file format|KDBX4 文件格式解析]] | ||
* 2021/07/05 [[ | * 2021/07/05 [[JVM GC summary|JVM GC summary]] | ||
* 2021/06/28 [[Redis distributed lock]] | |||
* 2021/06/28 [[Redis Memory limit and eviction policy configuration]] | |||
* 2021/05/03 [[MySQL binary log]] | |||
* 2021/01/05 [[Jer lang grammar design| Jer语言设计]] | |||
* 2020/11/04 [[Invoke SqlCipher using Flutter ffi|Flutter中使用ffi调用SqlCipher]] | * 2020/11/04 [[Invoke SqlCipher using Flutter ffi|Flutter中使用ffi调用SqlCipher]] | ||
* 2020/09/25 [[SQLite3 file format]] | |||
* 2020/05/13 [[PyQt5 hello world|PyQt5入门小程序]] | |||
* 2020/03/04 [[Burrows–Wheeler Transform]] | |||
* 2020/01/25 [[Debug JDK source code]] | |||
* 2019/12/24 [[JVM InvokeDynamic]] | |||
* 2019/06/27 [[IEEE 754|IEEE 754浮点数转换]] | * 2019/06/27 [[IEEE 754|IEEE 754浮点数转换]] | ||
* 2018/12/18 [[B-Tree alrogithm|B-Tree算法]] | * 2018/12/18 [[B-Tree alrogithm|B-Tree算法]] | ||
* 2018/04/09 [[Compile OpenJDK8 on MacOSX]] | * 2018/04/09 [[Compile OpenJDK8 on MacOSX]] | ||
* 2017/11/20 [[Compile live555 for Android]] | * 2017/11/20 [[Compile live555 for Android]] | ||
* 2016/07/22 [[Db Schema key-gen]] | |||
== FAVOURITE SITES == | |||
* [https://martin.kleppmann.com/ Martin Kleppmann] : ''Designing Data-Intensive Applications''作者,分布式计算,CRDT | |||
== CATEGORIES == | |||
* [[Java programmer cheat sheet|现代八股文合集]] | |||
* [[Algorithm collection|算法合集]] |
2025年6月11日 (三) 06:30的最新版本

"I am looking at the future with concern, but with good hope." - Albert Schweitzer
2025/06/22 星期日 1,220 Pages|382 Files|4,264 Edits
PROJECTS
PROJECT | DESCRIPTION | PROGRESS |
---|---|---|
Cryptowl | Encrypt app for keeping notes, photos, etc. | 50% |
Ygo | Port of Yjs in Go | 10% |
Yjvm | Port of Yjs in Kotlin/Java | 5% |
Y-writing | Writing system for techinical documents and books | 10% |
4Speed | 4wd toy car with STM32 | 10% |
Agent | Agent toy with ESP32 | 10% |
BOOKS | DESCRIPTION | PROGRESS |
---|---|---|
Tekton CI/CD in Action | Cloud native CI/CD using Tekton. | 60% |
Coding poems | Poem collections of programming | 0% |
Next gen | TBD | 0% |
WIKI BLOG
- 2024/09/20 (翻译)基于状态的CRDT简介
- 2024/07/29 大模型工作流系统设计
- 2023/12/13 NanoGPT Tutorial
- 2021/07/15 Flutter性能优化实践
- 2021/07/05 KDBX4 文件格式解析
- 2021/07/05 JVM GC summary
- 2021/06/28 Redis distributed lock
- 2021/06/28 Redis Memory limit and eviction policy configuration
- 2021/05/03 MySQL binary log
- 2021/01/05 Jer语言设计
- 2020/11/04 Flutter中使用ffi调用SqlCipher
- 2020/09/25 SQLite3 file format
- 2020/05/13 PyQt5入门小程序
- 2020/03/04 Burrows–Wheeler Transform
- 2020/01/25 Debug JDK source code
- 2019/12/24 JVM InvokeDynamic
- 2019/06/27 IEEE 754浮点数转换
- 2018/12/18 B-Tree算法
- 2018/04/09 Compile OpenJDK8 on MacOSX
- 2017/11/20 Compile live555 for Android
- 2016/07/22 Db Schema key-gen
FAVOURITE SITES
- Martin Kleppmann : Designing Data-Intensive Applications作者,分布式计算,CRDT