Files
obsidian/Home.md

4.6 KiB

cssclasses
cssclasses
home-page

Home

Personal knowledge vault dashboard for research, projects, logs, writing, and open work.

Quick Launch

Research Projects Time Writing
PhD papers Auto-tuner Daily notes Article drafts
MoE research MoE autoscaling Weekly reports Published articles
How to review KV cache Long running Review template

Active Work

[!todo-scroll]+ Open TODOs

TASK
FROM ""
WHERE !completed AND !checked AND file.name != "Home"
GROUP BY file.link
SORT rows.file.mtime[0] DESC

[!live]+ Recently Edited

TABLE WITHOUT ID file.link AS "Note", file.folder AS "Path", dateformat(file.mtime, "MM-dd HH:mm") AS "Edited"
FROM ""
WHERE file.name != "Home"
SORT file.mtime DESC
LIMIT 20

Workspaces

[!workspace]+ Projects

Area Links
Auto-tuner Roadmap · Ongoing · TODO · Sync
MoE autoscaling Ongoing · Sync · Survey · Meta Analysis
KV cache Dev · Refine roadmap · Trace format · Trace-Qwen3
Agentic KV-cache main · roadmap · ongoing · related works

[!workspace]+ Research

Area Links
Papers IMPRESS · fMoE · Ghost in the Android Shell
MoE Papers · Base
Weekly reports 260125 · 260118 · 260111 · 260104
Ongoing threads Agentic AI Infra · Hardware for Inference

[!workspace]+ Study, Review, Writing

Area Links
Study CUDA notes · FastAPI · Rules for good slides · Rules for good OKR
Conferences EuroSys'26 · ChinaSys25-Spr
Review EuroSys26-Spring-Shadow · Template
Article Thinking · AI 时代的人类优势 · 博零总结

Live Indexes

[!live]+ Project Notes

TABLE WITHOUT ID file.link AS "Note", file.folder AS "Path", dateformat(file.mtime, "MM-dd") AS "Edited"
FROM "projects"
SORT file.mtime DESC
LIMIT 25

[!live]+ Daily and Weekly Logs

TABLE WITHOUT ID file.link AS "Note", file.folder AS "Path", dateformat(file.mtime, "MM-dd HH:mm") AS "Edited"
FROM "period/daily" OR "period/weekly" OR "phd/weekly-report"
SORT file.mtime DESC
LIMIT 25

[!live]+ Research and Study Notes

TABLE WITHOUT ID file.link AS "Note", file.folder AS "Path", dateformat(file.mtime, "MM-dd") AS "Edited"
FROM "phd" OR "study" OR "review"
SORT file.mtime DESC
LIMIT 25

Utilities

Utility Links
Environment Commands · dev-env-setup · Config for Ali
References LLM API price · Scrolling · Marked · iSH
Homepage setup Settings -> Community plugins -> Homepage -> Homepage = Home