• 1 Post
  • 29 Comments
Joined 2 years ago
cake
Cake day: October 5th, 2023

help-circle
  • I don’t think it’s literally a search and replace but a part of the prompt that is hidden from the user and inserted either before or after the user’s prompt. Something like [all humans, unless stated otherwise, should be ethnically ambiguous]. Then when generating it’s got confused and taken it as he should be named ethnically ambiguous.











  • I completely agree and can’t recommend this app enough. There’s so many things going for it compared to everything else out there. I use it every day also after churning through all the other ones out there and never feeling satisfied. The total app size is like 25MB and doesn’t even request the internet permission. With not having the internet permission you don’t even have to worry about what data is being sent back to the developer - the answer is none. Despite being incredibly lightweight it’s somehow got more features than many other apps, and implemented extremely well.

    It’s free but you do get a couple extra advanced features for a small IAP such as a ChromeCast plugin and auto playlists (Most Played etc). Despite not even needing any of the features I paid for the lifetime access simply because I find that much value in this app and when you come across a diamond like this app it makes you want to give back.








  • The logic is that it’s much faster which is important for code that runs on a large portion of the world’s devices. Pretty much anything to do with video is using ffmpeg. From a set top box, to your phone, computer, YouTube & Netflix, even on Mars.

    Video processing is hard, and when you’re processing that much data a x10 speedup is huge. That’s why it’s written in assembly. And there’s really no downsides to it because the original implementation is in C (cross-platform), then there are handmade assembly versions for each specific platform (performance). Win-win.