Skip to content

第70期 015 week share 2026-04-09

本周我读到有趣的文章

1、maz-ui

TIP

Vue & Nuxt library of standalone components & tools to build interfaces

2、Pretext

TIP

Fast, accurate & comprehensive text measurement & layout

3、Markitdown

TIP

可以将几乎任何格式pdfs,word,docs,excel,PowerPoint,Audio转换为Markdown文件,

4、AI Lecture

TIP

斯坦福最新接近2小时的AI讲座,AI下半场的落地逻辑

5、RaTeX

TIP

KaTeX-compatible LaTeX math renderer in pure Rust. No JavaScript, no WebView, no DOM. One Rust core → iOS, Android, Flutter, Web, PNG. C ABI · WASM · Server-side PNG. ~99% KaTeX syntax coverage.

6、Vuetify0

TIP

The foundation of the next generation of Vuetify is here. Vuetify0 is a headless Vue framework

7、BASH

bash
#列出所有
qm list
#启动
qm start <VMID>
#正常关机
qm shutdown <VMID>
#强制关机
qm stop <VMID>
#重启
qm reboot <VMID>
#创建
qm create <VMID> --name vm-name --memory 2048 --net0 virtio,bridge=vmbr0

返回目录

Developed by Orange