From 2ce497a3ce2cc4a22b2843780a52117d6823c92c Mon Sep 17 00:00:00 2001 From: lmj01 Date: Sun, 18 Jun 2023 22:04:07 +0800 Subject: [PATCH] update --- articles/2023/daily.md | 4 ++++ books/index.md | 4 +++- index.html | 3 ++- index/article.md | 24 ------------------------ index/online.md | 30 ++++++++++++++++++++++++++++++ 5 files changed, 39 insertions(+), 26 deletions(-) create mode 100644 index/online.md diff --git a/articles/2023/daily.md b/articles/2023/daily.md index 6cba643..5f8c7b1 100644 --- a/articles/2023/daily.md +++ b/articles/2023/daily.md @@ -1,3 +1,7 @@ +## 2023-6-16 +**布什内尔定律**,是游戏公司Atari的创始人,他提出,游戏的操作应该简单,一看就会,但是玩法应该保持挑战性,后人总结为“易于学习,难以精通” + +美苏争霸,为什么苏联遗留下来的技术都比较过时了?当看到三进制计算机的文章时,就在想为什么国内没有这种创新了? ## 2023-6-1 diff --git a/books/index.md b/books/index.md index e070317..550aee9 100644 --- a/books/index.md +++ b/books/index.md @@ -5,9 +5,11 @@ - [Physically Based Rendering](https://www.pbr-book.org/3ed-2018/contents) - [设计数据密集型应用 - 中文翻译](http://ddia.vonng.com/#/) - [github](https://github.com/Vonng/ddia) +- [Introduction to Compilers and Language Design A free online textbook by Douglas Thain 编译器设计入门2021](https://www3.nd.edu/~dthain/compilerbook/) ## ## github resource -- [A collection of academic papers, articles, and other resources that I plan to read or have read. ](https://github.com/jeffrey-xiao/papers/tree/master) \ No newline at end of file +- [A collection of academic papers, articles, and other resources that I plan to read or have read. ](https://github.com/jeffrey-xiao/papers/tree/master) +- [Modern Robotics: Mechanics, Planning, and Control现代机器人学:机构、规划与控制](http://hades.mech.northwestern.edu/index.php/Modern_Robotics) \ No newline at end of file diff --git a/index.html b/index.html index ca683d6..8b5b557 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,8 @@
book - article + 个人笔记 + 线上文章 标准 Community CS diff --git a/index/article.md b/index/article.md index 8181961..d83db05 100644 --- a/index/article.md +++ b/index/article.md @@ -23,27 +23,3 @@ - [用户 角色 权限的通用设计](../articles/2023/userRolePermission.md) - [Markdown 例子](../articles/markdown.md) - [Mathjax](../articles/mathjax.md) - -## 他人文章 - -- [Let's remove Quaternions from every 3D Engine](https://marctenbosch.com/quaternions/) -- [Hexagonal Grids -- from Red Blob Games](https://www.redblobgames.com/grids/hexagons/) -- [Front-End-Basics](https://docs.chenfangxu.com/) - -## Blog - -- [Steve's Computer Graphics Index](http://steve.hollasch.net/cgindex/) -- [Aras Pranckevičius](https://aras-p.info/blog/) -- [阮一峰的网络日志](http://www.ruanyifeng.com/blog/archives.html) -- [全栈开发者CJ](https://cjting.me/) -- [3D Game Engine Programming](https://www.3dgep.com/) -- [早期Linux源码阅读](http://www.oldlinux.org/) -- [Shader Bits -- HLSL and UE4 Development Blog](https://shaderbits.com/blog) -- [Red Blob Games -- from Amit Patel make interactive visual explanations of math and algorithms, using motivating examples from computer games](https://www.redblobgames.com/) -- [Daniel Holden](https://theorangeduck.com/page/all) -- [BimAnt](http://www.bimant.com/blog/) - - -## 书 - -- [Modern Robotics: Mechanics, Planning, and Control](http://hades.mech.northwestern.edu/index.php/Modern_Robotics) \ No newline at end of file diff --git a/index/online.md b/index/online.md new file mode 100644 index 0000000..e8f482d --- /dev/null +++ b/index/online.md @@ -0,0 +1,30 @@ +# 线上文章 + +## 计算机 + +### 可视化 + +- [Visual Information Theory可视化信息理论](https://colah.github.io/posts/2015-09-Visual-Information/) + +### 图形学 +- [Let's remove Quaternions from every 3D Engine](https://marctenbosch.com/quaternions/) +- [Hexagonal Grids -- from Red Blob Games](https://www.redblobgames.com/grids/hexagons/) + +### 软件工程与架构 + +- [Front-End-Basics,这是一个从前端基础慢慢汇总成体系,再扩展到全栈的技术文档同时也是一个普通人想成长为更好的自己的探索文档](https://docs.chenfangxu.com/) + +## Blogs + +- [Long Luo, 一个严肃的程序员](http://www.longluo.me/) +- [Steve's Computer Graphics Index](http://steve.hollasch.net/cgindex/) +- [Aras Pranckevičius](https://aras-p.info/blog/) +- [阮一峰的网络日志](http://www.ruanyifeng.com/blog/archives.html) +- [全栈开发者CJ](https://cjting.me/) +- [3D Game Engine Programming](https://www.3dgep.com/) +- [早期Linux源码阅读](http://www.oldlinux.org/) +- [Shader Bits -- HLSL and UE4 Development Blog](https://shaderbits.com/blog) +- [Red Blob Games -- from Amit Patel make interactive visual explanations of math and algorithms, using motivating examples from computer games](https://www.redblobgames.com/) +- [Daniel Holden](https://theorangeduck.com/page/all) +- [BimAnt](http://www.bimant.com/blog/) +- [云风的BLOG](https://blog.codingnow.com/)