Don’t worry, I’m sure we’ll be the first to WW3
CodexArcanum
- 0 Posts
- 6 Comments
CodexArcanum@lemmy.dbzer0.comto Programmer Humor@programming.dev•Welcome to the teamEnglish29·2 months agoAlso, I’m quitting tomorrow and you’re in charge of MysteryTool maintenance. I’d start by upgrading the .NET version, that baby’s still running on Framework 4.5!
CodexArcanum@lemmy.dbzer0.comto Programmer Humor@programming.dev•Webm supports multiple audio and subtitle tracks inside its RIFF container structure, why the hell arent browsers supporting it???English393·2 months agoAs discussed previously, browsers are quite complex and so adding a new feature (subtitles) is actually adding several features, on top of existing features (video player) that aren’t really (arguably) core to the web experience.
(I think olds like me want to believe the web is still “for” text and static images, but the majority of users today are (allegedly) all-in on video.)
Anyway, what sub-features make up “simple” subtitles? Oh the usual: where are they sourced? What format? What language? What encoding? (Utf8 one can only pray) Left to right support? Asian character support? What font are you using? System fonts? Are they widely supported? Does any of it work on mobile? Who holds the relevant patents? Etc.
CodexArcanum@lemmy.dbzer0.comto Programmer Humor@programming.dev•Aborted Virtual MachineEnglish2·2 months agoOoh, I’d been looking at wasmer but wasmtime looks easier and more appropriate. Thanks for the suggestion!
Also wow, a D programmer in the wild! I used to really like that language before I got into Rust (my beloved).
CodexArcanum@lemmy.dbzer0.comto Programmer Humor@programming.dev•Aborted Virtual MachineEnglish7·2 months agoLiterally have a dozen other tabs open about how to embed a WASM engine into my Rust game. At least I’m not (currently, at this time, right now) writing my own language or trying to embed a prolog engine.
More realistic versions:
Waterfall: the car is “finished” at the end, but replace the engine with a huge roaring fire. The Dev team continues to put the engine fire out and build the engine for 3x the original project duration.
Agile: replace the cute scooter and bicycle with the partial car graphics from Waterfall, but mount a uniccyle seat and then a park bench on top of the partially built car.
AI: the whole thing should always be on fire, and have several spies from different countries taking pictures of it constantly.