Skip to content

第72期 017 week share 2026-04-23

本周我读到有趣的文章

1、WebAssembly SQLite

TIP

WebAssembly SQLite with support for browser storage extensions

2、numa

TIP

Portable DNS resolver in Rust — .numa local domains, ad blocking, developer overrides

3、epub-tts

TIP

这个开源工具将 epub 文件转成音频文件,也就是电子书转成有声书。

4、WinApps

TIP

Run Windows apps seamlessly on Linux desktops

5、ESP32

TIP

ESP32 Hosts a Public Website

6、开源的 skills-manage

TIP

Desktop app to manage AI coding agent skills across Claude Code, Cursor, Gemini CLI, Codex, and 20+ platforms from one place

7、BASH

bash
# 查看IP地址
ip -6 addr
# 通过 ping6 命令测试 IPv6 连接
ping6 2400:3200::1
# 查看 IPv6 路由表
ip -6 route
# 通过 telnet 命令测试 IPv6 连接
telnet -6 ipv6.google.com 80
# 使用 curl 命令访问支持 IPv6 的网站
curl -6 https://example.com

返回目录

Developed by Orange