Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
guntis_dev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
guntis_dev
7mo ago
Thanks! Let me know if you run into any issues or need additional codecs/formats.
2.
▲
Show HN: Lorem.video – placeholder videos generated from URLs
(lorem.video)
6 points
by
guntis_dev
7mo ago
|
3 comments
3.
▲
by
guntis_dev
8mo ago
I know this is a thing of taste, but have you considered a syntax closer to SolidJS's approach? Something that feels a bit more vanilla JavaScript, where signals are just tuples with getter/setter and you use JSX instead of templa
4.
▲
by
guntis_dev
8mo ago
For open implementations, look at ffmpeg.wasm - it's FFmpeg compiled to WebAssembly and supports a wide range of codecs. It's open source and actively maintained. Some truly open/royalty-free codecs you could use - video: VP8
5.
▲
by
guntis_dev
8mo ago
Without revealing too much, the business logic must remain client side for this use case, and it's a common problem across our industry. I've explained the security reality to the business many times - any JavaScript sent to the c
6.
▲
by
guntis_dev
8mo ago
I've worked with WebAssembly on several real world use cases Codec support: Built video and audio decoding in Wasm to bring codec support to browsers that didn't have it natively. Also helped with a custom video player to work aro
7.
▲
by
guntis_dev
8mo ago
I've built orienteering training app for Garmin smart watches. Helps me to train in forest without physical orienteering prisms. https://apps.garmin.com/apps/92dfaa42-ebf3-45dc-88f2-ea81859... Also it was interest
8.
▲
by
guntis_dev
9mo ago
A colleague of mine is developing an internal tool nobody needs in a large IT corporation. Since it's not client facing, there's no rush from project managers. It's dragged on so long that other internal tools have already im
9.
▲
by
guntis_dev
9mo ago
Google search quality has declined significantly over the years. For many of my searches now, I can ask an LLM and get better results faster - especially for technical questions where I just need a direct answer. Though I suspect this won&#
10.
▲
by
guntis_dev
9mo ago
I think there's a reason these wrappers keep appearing - different tools for different use cases. Not everyone needs to become an ffmpeg expert, especially if they only need it occasionally. For example this one is also ffmpeg wrapper,
11.
▲
by
guntis_dev
9mo ago
Last time I checked, Dart+Flutter on web renders everything to canvas, which means you lose browser fundamentals: native text selection, accessibility features, screen readers, right click context menus, inspectable DOM elements, and SEO. Y
12.
▲
by
guntis_dev
9mo ago
Not exactly a bug, but I was given a company written video player that receives a video stream, decodes it via the browser WebCodecs API, and renders via WebGL. Users complained that video was laggy and often froze on their iPhones. My task
13.
▲
by
guntis_dev
9mo ago
Quick question - would something like this cover the basic cancelable promise use case, or am I missing something important about what LazyPromise does differently? function cancelablePromise() { const promise = new Promise(resolve
14.
▲
by
guntis_dev
9mo ago
Like the simplicity approach - single-file tools are underrated. One thing to note: if you ever want "install as app" functionality, you'd need to host them (even on GitHub Pages). File:// URLs don't support