this post was submitted on 09 Jun 2023
13 points (100.0% liked)

sh.itjust.works Main Community

7737 readers
1 users here now

Home of the sh.itjust.works instance.

Matrix

founded 2 years ago
MODERATORS
 
  1. Lemmy doesn't support videos, does it?

  2. How does PostreSQL handle the emojis, like utf8mb4 or html? This one is out of curiosity ๐Ÿ˜‚.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] PCChipsM922U 3 points 2 years ago* (last edited 2 years ago) (1 children)

YT embed is not that hard to do, it's basically just a few lines of code, nothing too hard. I have no idea why they would implement PeerTube embed, but not this...

It's probably because they want to promote FOSS, but it's just not viable in a world full of proprietery solutions ๐Ÿคท. You have to cater to the needs of the users.

[โ€“] nanoUFO 2 points 2 years ago (1 children)

I agree it seems like lemmy devs sometimes get blinded by their own desires over what the community wants or needs. The hardcoded filter being something they were extremely stubborn on and then caved anyway.

But yeah I'm not a webdev but I'm sure it's literally one of the easiest things to have youtube embed's work.

[โ€“] PCChipsM922U 2 points 2 years ago

Trust me, it's really easy to implement. Almost all video platforms are. FB video embed is the hardest, cuz they change APIs all the time, but YT, Vimeo and the likes, they're super easy.