• 0 Posts
  • 14 Comments
Joined 11 months ago
cake
Cake day: November 14th, 2023

help-circle




  • It wouldn’t cost any CPU with custom software that Google can afford to write. The video is streamed by delivering blocks of data from drives where the data isn’t contiguous. It’s split across multiple drives on multiple servers. Video files are made of key frames and P frames and B in between the key frames. Splicing at key frames need no processing. The video server when sending the next block only needs a change to send blocks based on key frames. It can then inject ads without any CPU overhead.






  • My biggest complaint is that it defaults to “recommended” instead of “library” which means for new users (family members you are trying to help remotely) don’t see the videos in your collection but instead a random unordered list to scroll sideways.

    After you select library to see everything, it doesn’t save that view as default unless you go into settings and change it to remember changes.

    A new annoying feature they added is when setting up a new account, the default is to send every video you watch to all friends/family unless you select disable. So you can’t even setup quickly by putting in a user/password and being ready to go. You have to talk family members through setup or everyone with access to your Plex will get email spammed with everything that person watched.

    I have home videos on my server and this means lengthy phone calls to family so they can actually see the videos.



  • Yes it’s completely different. “No code” is actually all code just written graphically instead of with words. Every instruction that is turned into CPU instructions has to be drawn on a flowchart. If you want the “no code” to add A + B, you had to write A+B in a box on the flowchart. Have you taken a computer class? You must know what a flowchart is.

    This Doom was done by having a neural net watch Doom being played. It then recreates the images from Doom based on what it “learned”. It doesn’t have any code for “mouse click -> call fire shotgun function” Instead it saw that when someone clicked the mouse, pixels on the screen changed in a particular way so it simulates the same pixel pattern it learned.