this post was submitted on 16 May 2025
531 points (99.4% liked)

Programmer Humor

23626 readers
1653 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] codexarcanum@lemmy.dbzer0.com 33 points 2 weeks ago (8 children)

As 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.

[–] oldfart@lemm.ee 16 points 2 weeks ago (6 children)

I'll take complete video support over WebBluetooth, DRM, WebGL and other similar garbage.

[–] WhyJiffie@sh.itjust.works 4 points 2 weeks ago (2 children)

can we add webusb and direct filesystem access to the list?

[–] oldfart@lemm.ee 3 points 2 weeks ago (1 children)

There's direct FS access now? Wow, going full ActiveX

[–] WhyJiffie@sh.itjust.works 5 points 2 weeks ago

yeah, in chrome. It's put behind a permission.. but that's just a single click or two, and very dangerous, like webusb

load more comments (3 replies)
load more comments (4 replies)