-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (71 loc) · 3.79 KB
/
Copy pathindex.html
File metadata and controls
79 lines (71 loc) · 3.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>neyham</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrap">
<header>
<a class="wordmark" href="./">neyham</a>
<nav><a href="notes/">notes</a></nav>
</header>
<section class="project">
<h2>moshVR</h2>
<img src="media/moshvr.jpg" width="1280" height="720" alt="A Meta Quest headset on a sunlit oak desk">
<p>A native mosh and SSH terminal for Meta Quest. No PC streaming. Watch a session on an xterm wall; confirm before anything is sent to the host.</p>
<p class="links">
<a href="moshvr/">site</a>
<a href="moshvr/privacy/">privacy</a>
</p>
</section>
<section class="project">
<h2>herdr-paddock</h2>
<img src="media/paddock.gif" width="1000" height="419" alt="paddock card wall: blocked agents bleat at the top of the feed">
<p>A card-wall feed for your herdr flock. Blocked agents bleat to the top. Each card is the agent’s output, cleaned. Plain SSH — no relay, no web server.</p>
<a class="src" href="https://github.com/neyham/herdr-paddock">github.com/neyham/herdr-paddock</a>
</section>
<section class="project">
<h2>AI Usage Dashboard</h2>
<img src="media/dashboard.jpg" width="1400" height="788" alt="AI Usage Dashboard with five local quota panels">
<p>A local desktop cockpit for Claude, Codex, Grok, Cursor, and Antigravity usage windows, plus DeepSeek API balance. No dashboard account. No telemetry.</p>
<a class="src" href="https://github.com/neyham/ai-usage-dashboard">github.com/neyham/ai-usage-dashboard</a>
</section>
<section class="project">
<h2>ha-agent-speaker</h2>
<img src="media/ha-agent-speaker.jpg" width="1400" height="788" alt="A small speaker and microphone in warm window light">
<p>Turn a Linux box into a wake-word voice agent. Local listen, Whisper, an LLM with tools, optional Home Assistant, then Piper out of the speakers.</p>
<a class="src" href="https://github.com/neyham/ha-agent-speaker">github.com/neyham/ha-agent-speaker</a>
</section>
<section class="project">
<h2>finaudit</h2>
<img src="media/finaudit.jpg" width="1280" height="720" alt="A stamp, fountain pen, and folder on a sunlit desk">
<p>A public index of financial-audit skills and official data sources. Prompts and links you can hand to an agent or follow yourself.</p>
<a class="src" href="https://audit.neyham.com/">audit.neyham.com</a>
</section>
<section class="project">
<h2>regnews</h2>
<img src="media/regnews.jpg" width="1280" height="720" alt="A folded newspaper on a sunlit oak desk">
<p>Headlines from nine Chinese regulators, each item a link to the original notice. No commentary.</p>
<a class="src" href="https://reg.neyham.com/">reg.neyham.com</a>
</section>
<section class="project">
<h2>report</h2>
<img src="media/report.jpg" width="1280" height="720" alt="A short stack of bound reports on a sunlit desk">
<p>Annual-report PDFs for 41 foreign-invested banks in China, 2024 and 2025. Source filings only.</p>
<a class="src" href="https://report.neyham.com/library.html">report.neyham.com/library.html</a>
</section>
<section class="project">
<h2>CAS Chill</h2>
<img src="media/cas-chill.jpg" width="1400" height="788" alt="CAS Chill album art: an accountant playing saxophone">
<p>Chinese Accounting Standards as Chill Jazz study albums.</p>
<p class="links">
<a href="https://music.163.com/artist?id=126775377">music.163.com</a>
<a href="https://space.bilibili.com/35899585">space.bilibili.com/35899585</a>
</p>
</section>
</div>
</body>
</html>