• 2 Posts
  • 24 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle




  • Not really, at least not because of the data access. Drives mainly die because of their age.
    SSDs will basically not degrade by reading them, they only degrade when you write to them.
    HDDs can get degraded because of data access, but most HDD deaths are caused by bearing failures or head crashes, which are more of a matter of power-on hours.

    What all of this means is that if you already kept your device on 24/7, your drives aren’t gonna degrade noticeably faster by having your torrent client accessing them all the time.














  • I dunno. But if AirPlay works by sending your screen over wifi, it might be a bandwidth issue. Streaming video from youtube to your phone and then from your phone to a TV can be quite intensive, especially with modern phones being 1080p or more, which takes more bandwidth to stream to a TV. I’ve had this problem on a slow wifi on Android, and there’s not much you can do to fix it besides upgrading your router.

    However, it doesn’t mean that’s exactly what is happening here. Certainly someone could be throttling video quality on purpose and we wouldn’t really have a way to prove it. With how shady and monopolistic big tech companies are, I wouldn’t put it past any of them (google and apple)



  • This. The guessing part comes from the time it takes to do the tasks, but you know the number of tasks. So a progress bar should only reach 100% when all the tasks are completed.

    For example, you might have a big process that performs 3 other small tasks and then finishes. You could reasonably assume that each small task is 33% of the big process, so after the first finishes you get 33% progress, then 66% after the second and 100% after the third. When the bar reaches 100%, the third task has finished, so your process has finished too.

    What you don’t know is how much time each small task takes, so if the first task needs 20 seconds and the following tasks take just 5, you’ll spend 2/3 of the time on the first 33% of the progress bar, and then the remaining 66% gets done in 1/3 of the time.