Timeline
2023年07月

07-30

  1. css 技巧:text-wrap: balance 可以让每一行文字个数尽可能相等参考 (opens in a new tab)
Preview
  1. Chat2DB (opens in a new tab):阿里开源了客户端软件。
GitHub starslast commit
  1. Mac扩展屏亮度调节
GitHub starslast commit

07-29

  1. 阅读文章:npm 审计:被设计破坏 (opens in a new tab)
  2. 提交 mr:Fix: Update 'zh' to 'zh-CN' in lazygit Language Configuration #2842 (opens in a new tab)
  3. 发现 chatgpt 之前出的 Custom Instructions (opens in a new tab) 这么好用。以后让 gpt 帮写代码,再也不用写一堆重复的规则了
    Preview

07-28

  1. 原来Nerd font 也需要定期更新,不然有些 icon 在新的插件中引用的时候,就不显示了。

07-27

  1. vim 配置迁移到了 lua 脚本参考 (opens in a new tab)

07-24

  1. [simple-bar](https://gi (opens in a new tab) thub.com/Jean-Tinland/simple-bar): 一个用于概览的 yabai 状态栏小部件。GitHub starslast commit

07-21

  1. 哈希是什么 (opens in a new tab): 介绍哈希的,介绍的很清晰。

07-16

  1. 如何破解滑动验证码? (opens in a new tab)
  2. gpt function calling: 可以根据输入的 json 结构,返回结构化数据。demo 参考 (opens in a new tab)

07-15

  1. 肖岭水库、鸬鹚湾玩水,玩水当天水库溺亡一人,听到了救护车声。

07-14

  1. 在公司的最后一天。感谢新华智云,认识了大家。逐一保存了所有个人的资料配置,清空了公司的电脑,拜拜~

07-13

  1. project-manage (opens in a new tab): 尝试开发基于 Tauri 的桌面客户端项目。GitHub starslast commit

07-11

  1. 鸟笼效应 (opens in a new tab)

07-10

  1. 原来 flex 的 order 可以修改 dom 的显示顺序
.button-container {
  display: flex;
  flex-direction: row;
 
  .npc-entry-btn {
    &:nth-child(1) {
      order: 3;
    }
 
    &:nth-child(2) {
      order: 1;
    }
 
    &:nth-child(3) {
      order: 2;
    }
  }
}
  1. 第一次经历大礼包 🎁。

07-07

  1. APIVault (opens in a new tab): 收录了各种免费的 API。GitHub starslast commit

07-04

  1. 这个仓库的 star 有点意思
    Preview

07-03

  1. 向量数据库技术鉴赏

  2. lx-misic (opens in a new tab): 开源音乐软件