记录一下 fedora zram 如何调整:
1. 安装配置生成器
2. 创建配置文件`/etc/systemd/zram-generator.conf`并写入:
3. 重启 zram 服务:
#linux
1. 安装配置生成器
sudo dnf install zram-generator-defaults2. 创建配置文件`/etc/systemd/zram-generator.conf`并写入:
[zram0]
zram-size = min(ram, 4096)3. 重启 zram 服务:
systemctl restart systemd-zram-setup@zram0#linux
刚刚发现原来 nastool 的原作者开了个新坑 https://github.com/jxxghp/MoviePilot
😂不过我还是决定基于原来的 2.9.1 分支继续开发我想要的版本,因为我感觉到了乐趣
#开源项目 #nastool
😂不过我还是决定基于原来的 2.9.1 分支继续开发我想要的版本,因为我感觉到了乐趣
#开源项目 #nastool
看了一下似乎 ruff 对 mypy 的支持也在路上了
typecheck 先放着不管,等后面再修吧
https://x.com/charliermarsh/status/1884651482009477368
#开源项目
typecheck 先放着不管,等后面再修吧
https://x.com/charliermarsh/status/1884651482009477368
#开源项目
先把仓库建起来,并作了 pdm 的适配,对目录进行了改造。
修改了 Dockerfile 移除了一些没用的功能脚本。把基础镜像改成了 debian。
此外添加了 ruff lint format,还有 mypy typecheck 。不过目前 typecheck 有太多不通过的地方了😅慢慢改
https://github.com/yuchanns/nastool
#开源项目 #nastool
修改了 Dockerfile 移除了一些没用的功能脚本。把基础镜像改成了 debian。
此外添加了 ruff lint format,还有 mypy typecheck 。不过目前 typecheck 有太多不通过的地方了😅慢慢改
https://github.com/yuchanns/nastool
#开源项目 #nastool
将镜像迁移到 ghcr.io 后发现 shields 缺乏一个展示 ghcr badge 的功能。实际上我在评论区找到了一个替代品,但是用了一天它就挂了。
于是用 Sonnet 3.5 + avante 参照源码快速手搓了一个 Cloudflare Workers 的实现😋 #vibecoding
https://github.com/yuchanns/ghcr-badge-worker
于是用 Sonnet 3.5 + avante 参照源码快速手搓了一个 Cloudflare Workers 的实现😋 #vibecoding
https://github.com/yuchanns/ghcr-badge-worker
非常喜欢 twisted 这个框架,给我一种 solid 的感觉。使用它,除了总网关外就不需要再另外配置 http server 。比起生命周期短暂的脚本,我更喜欢这种常驻内存的进程。一如 PHP 的 workerman
最近改造一个网友的 wxocr 项目也使用了它,压测的感觉非常强大!
https://github.com/yuchanns/wxocr
最近改造一个网友的 wxocr 项目也使用了它,压测的感觉非常强大!
https://github.com/yuchanns/wxocr
AX6S 老断流,实在受不了刷个纯净版治好了
国产路由这些年都塞了什么乱七八糟的功能进去啊……
1. 教程 https://right.com.cn/FORUM/thread-8216670-1-1.html
2. 纯净固件 https://right.com.cn/forum/thread-8258192-1-1.html
3. 救砖备用 https://right.com.cn/forum/thread-8261401-1-1.html
国产路由这些年都塞了什么乱七八糟的功能进去啊……
1. 教程 https://right.com.cn/FORUM/thread-8216670-1-1.html
2. 纯净固件 https://right.com.cn/forum/thread-8258192-1-1.html
3. 救砖备用 https://right.com.cn/forum/thread-8261401-1-1.html
尽管浏览过很多次 itch.io 但今天是第一次注册了一个账号。并且在 LOVE2d 区看到了一个完整的开源游戏,在此记录一下日后可以学习: https://gitlab.com/stone-kingdoms/stone-kingdoms #gamdev