2作者: haasiy27 天前原帖
Hi HN! I built VAM Seek because I was frustrated with 1D seek bars – you never know where you&#x27;re going until you get there.<p>VAM Seek renders a 2D thumbnail grid next to your video. Click any cell to jump. All frame extraction happens client-side via canvas – no server processing, no pre-generated thumbnails.<p>- 15KB, zero dependencies - One-line integration - Works with any &lt;video&gt; element<p>Live demo: <a href="https:&#x2F;&#x2F;haasiy.main.jp&#x2F;vam_web&#x2F;deploy&#x2F;lolipop&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;haasiy.main.jp&#x2F;vam_web&#x2F;deploy&#x2F;lolipop&#x2F;index.html</a><p>Would love feedback!
2作者: OlaProis27 天前原帖
Ferrite: Fast Markdown&#x2F;Text&#x2F;Code editor in Rust with native Mermaid diagrams<p>Built a Markdown editor using Rust + egui. v0.2.1 just dropped with major Mermaid improvements:<p>→ Native Mermaid diagrams - Flowcharts, sequence, state, ER, git graphs - pure Rust, no JS<p>→ Split view - Raw + rendered side-by-side with sync scrolling<p>→ Syntax highlighting - 40+ languages with large file optimization<p>→ JSON&#x2F;YAML&#x2F;TOML tree viewer - Structured editing with expand&#x2F;collapse<p>→ Git integration - File tree shows modified&#x2F;staged&#x2F;untracked status<p>Also: minimap, zen mode, auto-save, session restore, code folding indicators.<p>~15MB binary, instant startup. Windows&#x2F;Linux&#x2F;macOS.<p>GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;OlaProeis&#x2F;Ferrite" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;OlaProeis&#x2F;Ferrite</a><p>v0.2.2 coming soon with performance improvements for large files. Looking for feedback!