2023-04-30
by kevin
17 views
学习笔记
工具 https://github.com/sqlchat/sqlchat SQL Chat,一个 Web 应用,使用自然语言查询数据库,底层使用 OpenAI 的 API 将自然语言转成 SQL,支持 MySQL 和 PostgreSQL。 https://law-cn-ai.vercel.app/ 一个中国法律AI助手,可以回答中国法律的问题。 资源分享 http...
阅读全文 »
2023-03-09
by kevin
12 views
学习笔记
新鲜 谷歌地图会根据 GPS 信号,显示运动轨迹。很多人就通过这种方式,在谷歌地图作画,称为 GPS 艺术。 一个日本男子为了向女友求婚,在谷歌的日本地图上写下了 Marry Me ,最后还画了一颗被箭射中的心。 他从日本北部的北海道,一直开车到南端的鹿儿岛,一共行进了7163公里,为期6个月,是世界最大的 GPS 艺术品。 工具 EZDML是一款国产免费的轻量...
阅读全文 »
2023-02-20
by kevin
16 views
学习笔记
言论 人类学者并不发生合理不合理的问题,他们是以人生活最大满足的现实标准作为健全和病态的标准。 曾经流传一个笑话。如果你需要在半年到一年内做好一个产品,那就找一个有足够经历的大学辍学生来完成这项工作。如果你不需要做实际产品,并且有四年的时间,那就请一个拥有博士学位的人。 改变一个人的是阅历,而不是时间。 不同民族的历史遵循不同的道路前进, 其原因是民族环境的差异, 而不是民族...
阅读全文 »
2023-02-19
by kevin
17 views
随堂笔记
1. 把东西从一个地方移到另一个地方。 大多数事物只有在特定位置时才有价值。 食物、衣服和住所只有在靠近您碰巧所在的地方时才对您有价值。 因此,您只需将无用的东西从无用的地方转移到有用的地方,就可以创造财富。 这听起来很简单,但这是航运业的基础。 2. 存放东西。 正如事物的价值往往与它们的位置有关,价值也往往与特定的时间有关。 例如,冬衣在冬天比在夏天更有用。 让东西保持可用状态直到它们变得有...
阅读全文 »
2022-12-19
by kevin
12 views
学习笔记
工具 免费的ocr软件(图片转文字) https://github.com/hiroi-sora/Umi-OCR 一款功能强大的电子书管理工具。它是集下载、格式转化、制作、管理于一体的电子书工具,比如可以将 txt 文本,转化成包含作者信息和书籍封面的 mobi 文件,制作完成后还可以直接发送到 Kindle 设备上。 https://github.com/kovi...
阅读全文 »
2022-11-30
by kevin
19 views
读书
能够立即有效地浏览整个代码库意味着很容易找到相关的库来重用和好的例子来复制。 Most of the time, developers won’t notice when indices are out of date. They only care about a small subset of code, and even for that they generally won’t know...
阅读全文 »
2022-11-18
by kevin
17 views
读书
In all of this thinking, we’re assigning special significance to the trunk branch. But of course, “trunk” in your VCS is only the technology default, and an organization can choose different policies ...
阅读全文 »
2022-11-15
by kevin
21 views
读书
Our discussion of deprecation begins from the fundamental premise that code is a liability, not an asset. After all, if code were an asset, why should we even bother spending time trying to turn down ...
阅读全文 »
2022-11-09
by kevin
18 views
读书
Unit tests are limited by the imagination of the engineer writing them. That is, they can only test for anticipated behaviors and inputs. However, issues that users find with a product are mostly unan...
阅读全文 »
2022-10-20
by kevin
22 views
读书
Writing testable code requires an upfront investment. It is especially critical early in the lifetime of a codebase because the later testability is taken into account, the more difficult it is to app...
阅读全文 »