Skip Navigation
Jump
Netflix: Piracy is Difficult to Compete Against and Growing Rapidly
  • Honest question: could some of Netflix's enshittification be because of the media industry, and not their fault? The fragmentation of streaming was the opposite of what they wanted. So maybe his point is that it's impossible to compete because the industry is so powerful and greedy that they couldn't hold onto their monopoly. Spotify has been able to hold onto theirs because record labels hold less power and don't want to get into the streaming business.

    9
  • Jump
    What is your most embarrassing "ate the onion" moment?
  • All plants, animals, mushrooms, bacteria, etc have DNA. Any time a living thing reproduces there can be unique mutations that give the offspring a unique DNA. And, especially if it is a sexual reproduction (having two parents, like in most fruits) the parents DNA is mixed together to form a unique combination of the two parents.

    15
  • Jump
    ELI5 why is anarchy not "the guy with the bigger stick" making the rules?
  • Elections and representatives are "representative democracy", not a true democracy. Voting on issues is democracy. Democracy literally means "the people have the power"

    7
  • Jump
    Should I move to Docker?
  • You are right. Either you are using docker very wrong, or docker is not meant for this use case.

    You say "getting ubuntu server to fetch it's updated behind proxy". You shouldn't be updating Ubuntu from inside of docker. Instead, the system should be somewhat immutable. You should configure the version you want to use as part of the Docker file.

    Same with python and keys. You likely want to install python dependencies in the Dockerfile, so that you can install them once and it becomes bundled into the container image. Then you don't need to use pip behind the proxy.

    7
  • Jump
    Does anyone actually like 3d movies?
  • This. I was surprised to learn how bad many people's depth perception is. I used to work in VR and it seemed like a quarter to half of the people I showed it to could not see the depth.

    1
  • Jump
    Is there an effective way to remove trackers from apps?
  • At my previous company we edited apks to add performance trackers. We modified the dex code directly. It was not easy, but it is possible. Some apps are obfuscated, which makes finding libraries hard. But a principal we used was to look for where the app called into the system code, especially around URL requests. So you could look for all calls to the system network libraries, and identify which ones were calls to tracker systems, and no-op those bytes.

    But, it's probably much easier to just use the adguard dns server.

    10
  • Jump
    Youtube Anti-AntiAdblocker uBlock Origin Filter
  • You don't need to re-encode the video. Look up HLS segments, which is the standard for streaming video and I assume YouTube uses it.

    Each video is split into many segments, like 10 seconds long (though the duration doesn't matter). The browser first fetches a "playlist" which is just a list of these segments. Then the video player plays each segment in order. So Google could just insert ad-segments into the video stream, and if they did it cleverly, there would be no way to determine that they were ads.

    7
  • Jump
    *Permanently Deleted*
  • Not true about motorcycling. Motorcycle helmets pretty much all have a spot to put a speaker system into, and it works great.

    1
  • Jump
    What's a frugal trick you've picked up recently?
  • We put our bread in Ziploc bags (which we reuse) and then into the fridge. A loaf will last at least a month in there. Then it's easier to eat since you don't need to toast it as long

    5
  • It's surreal. I am sitting here with her sleeping on my lap as mom gets some much needed rest.

    2
    Jump
    Creators of Slay the Spire will migrate their next game to a new engine if Unity doesn't completely revert their changes
  • I agree, although a lot of the work going into a game is the game design, art, and iteration, and not just the programming and rigging. And it may actually be a catalyst to rewrite parts better

    -5
  • Hey all,

    We are expecting our first at the end of September, and we are tired and scared and stressed. I have been looking for dad groups locally but haven't found any. Just reading through a few posts here and I feel less alone. Thank you.

    0

    Also just harvested our first zucchini of the season!

    0