Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
charlesding2024
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
charlesding2024
7mo ago
Hi HN, OP here! I previously shared my frame extraction tool (videotojpg.com) here about a month ago. The feedback was great, but it taught me that purely WASM-based solutions often hit a performance wall with larger files. So for VideoComp
2.
▲
Show HN: Video Compressor – 10x Faster via Dual-Engine (WebCodecs/WASM)
(videocompressors.com)
1 points
by
charlesding2024
7mo ago
|
1 comments
3.
▲
by
charlesding2024
9mo ago
That makes total sense. In a shell environment, breaking the flow for 10+ seconds would definitely be more painful than the memory overhead. The 'instant' feel is crucial for UX here. Thanks for the detailed explanation!
4.
▲
by
charlesding2024
9mo ago
Hi HN, I built Video to JPG because extracting the perfect frame from a video usually requires scrubbing through timelines manually, which is tedious. This tool runs entirely in the browser. It uses a hybrid approach: prioritizing the nativ
5.
▲
Show HN: Video to JPG – Extract frames in browser with blur detection
(videotojpg.com)
5 points
by
charlesding2024
9mo ago
|
1 comments
6.
▲
by
charlesding2024
9mo ago
I dug into the repo – the 'self-healing' logic (automatically switching from CMD to PowerShell on failure) is genuinely clever. Much smarter than just dumping a stack trace. A technical question on the v6 offline support (Phi-2):
7.
▲
by
charlesding2024
9mo ago
I like the intent of keeping the flow state. Have you considered making this a CLI hook (e.g., a post-commit hook) rather than a web dashboard? I feel like I'd be even more likely to use it if I could just run git commit and have it pr
8.
▲
by
charlesding2024
9mo ago
Makes sense. Just a heads-up on the hybrid approach: storing raw files in B2 while also ingesting to Stream means you're paying for storage twice. Also, for the mobile app, definitely look into Direct Creator Uploads. You can generate
9.
▲
by
charlesding2024
9mo ago
I've been using Cloudflare's ecosystem heavily for my video tools and can share some thoughts: For your use case (40s clips, 10-50K plays/day), Cloudflare Stream's per-minute pricing model could be significantly cheaper
10.
▲
by
charlesding2024
9mo ago
The character consistency is impressive. How are you achieving the product preservation technically? ControlNet, IP-Adapter, or something else? Also, does the 2.1s generation time include queue wait, or is that pure inference time?
11.
▲
by
charlesding2024
1y ago
PowerToys is an incredibly useful suite of utilities that significantly enhances productivity on Windows.
12.
▲
by
charlesding2024
1y ago
good, it's best if a video tutorial exists.