Viewing profile — Daemon404
Daemon404
HN member- Joined
- Mon, Jan 13, 2014, 1:52 PM UTC
- HN karma
- 587
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About Daemon404
Also built Vimeo's video.
Recent public activity
-
story
Tell HN: Bending Spoons laid off almost everybody at Vimeo yesterday
As expected. Almost the whole company is gone, less than 15 people left in engineering.
-
comment
Comment #44191723
There's quite some time until the next release, I believe, so it should be. The biggest thing missing right now is NACK support, and one of the authors has said they intend to do t…
-
comment
Comment #44190276
(long time FFmpeg dev here) You are being downvoted, but you are entirely correct. This is also explicitly not allowed in FFmpeg, but this was pushed after many months, with no hea…
- story
- story
-
comment
Comment #38163316
It is widely known and accepted that you need to dynamically link to satisfy the LGPL (you can static link if you are willing to provide your object files on request). There is a t…
-
comment
Comment #38162379
You have that backwards - it must be dynamically linked. Static linking without providing your source would violate the LGPL.
-
comment
Comment #31274415
This is a constant issue for me (Chrome on Android) on GMail's Web UI (yes, I insist on using the Web UI...). So many emails are entirely unreadable since they go right off the rig…
-
comment
Comment #31007024
Pretty much everyone (including my $dayjob) seems to do some webm parsing, rewiting, and/or remuxing in JS, or on the backend post-record. There are half a dozen ad hoc webm parser…
-
comment
Comment #30697505
I can only speak for myself here, but why would step 1 be "become a user"? I ask because I don't fully grok why I would want to contribute to a project I don't use (either in my pe…
-
comment
Comment #27832116
The demo seems to never load for me on Android Chrome? It sits with an off-center spinner forever.
-
comment
Comment #27577829
Chrome does seem to save the JPEG version on some WebP or AVIF URLs where there is also a JPEG version available too, although it seems to be 'clever' about it rather than explicit…
-
comment
Comment #27296939
It's been my experience that part of the reason browsers get stuff wrong even when it's clear what to do, is that entirely different teams work on parts of the browser that all nee…
-
comment
Comment #27295938
This is one place the ISOBMFF spec really screwed up, in my opinion. They should have included semantics for the colr box, i.e. which takes precedence. Intead we get: "Colour infor…
- story
-
comment
Comment #24392546
> discontinuing RD in to the browser space Not just the browser space; they axed e.g. all their people involved in AOM and video R&D, despite being a founding member.
-
comment
Comment #23512949
I would perhaps wait until rav1e 0.4, because there is a bug in the FFmpeg wrapper (of which I am the author) right now that breaks timestamps. If you wish to build with rav1e mast…
- story
-
comment
Comment #22868897
Sounds mostly like the issue is nobody has bothered to submit a proposal for it then? (There is so much in-the-wild experience and code dealing with this issue, I cannot imagine th…
-
comment
Comment #22866733
An easy (and problematic) example is decimal separators (radix characters) being parsed or written differently based on locale.
-
comment
Comment #22865985
What has been the rationale or hinderance for not adding locale-independent versions of various stdlib functions? Practically every second C codebase on earth has their own impleme…
-
comment
Comment #21291053
Not a commit but from the same author, so you may enjoy: https://github.com/wm4/dingleberry-os/blob/master/README.rst It does go off on a few tangents, but it's an interesting read…
- story
-
comment
Comment #20374973
Based on the rest of the blog, I can't actually tell if this is tongue-in-cheek or not...
-
comment
Comment #20223780
Possibly, yes. Although, having a usable QUIC library and/or adding it to libcurl would have been less controversial.