HMitsuha

joined 2 years ago
[–] HMitsuha 4 points 1 week ago

There are lots of applications, so I’ll give you three

Factorials are used in the Taylor Series to approximate trigonometric (sine, cosine, etc) and the exponential function. This can help speed up calculations.

In probability and statistics, if you want to find how many different ways a deck of cards can be shuffled, the answer is 52! Because the first card can be any of the 52, the second can be any of the remaining 51, and so on until the last card. Building upon this concept results in ways to model data like the binomial distribution , which is simply “how many successes will i get if i do this trial a certain number of times”. E.g. If I flip a coin 100 times, how many times will it be heads?

In computer science, the complexity of a program is compared to functions like the factorial, exponential, quadratic, etc. to visualize it’s performance given the size of the input, n. E.g. a program of linear time complexity is denoted as O(n), and as n increases, we expect the time for the program to finish to increase linearly. For a factorial time complexity, O(n!), we expect the time to complete to increase a lot compared to O(n)

[–] HMitsuha 6 points 11 months ago* (last edited 11 months ago)

I wouldn’t trust that article on iOS 15 jailbreaks. A lot of those is misleading/fake (e.g. Checkra1n only supports iOS 12-14, unc0ver does not support iOS 15 and unc0ver virtual doesn’t exist).

iOS 15 currently only has Dopamine and Palera1n as supported and recommended jailbreaks. Though if you only need to side load apps, take a look at TrollStore, which lets you side load apps indefinitely, but isn’t a full jailbreak (made by the same dev as Dopamine).

FYI Checkra1n isn’t that old, but there are a lot of jailbreaks that end in “ra1n” :)

[–] HMitsuha 2 points 1 year ago

What render settings are you using? Kdenlive doesn’t use Movit for rendering but rather Melt. You can try AMD VAAPI under Hardware Accelerated in the Render menu. Some other tweaks you can do include enabling Parallel Processing (for your CPU, it can go up to 8), changing Custom Quality, and changing Encoder Speed (though the last two options do affect quality so experiment with what works for you)

Related Kdenlive Documentation

[–] HMitsuha 9 points 1 year ago

Shingled Magnetic Recording

Basically the write head writes over part of the magnetic track below the current track, reducing the physical size of each data and increasing how much data can be stored on one side of a disk.They’re bad for random writes because the drive would need to rewrite data in the track below it as well.

[–] HMitsuha 6 points 2 years ago (1 children)

I’m not good with command line stuff but is sudo necessary if you’re already running as root?

[–] HMitsuha 3 points 2 years ago

i use lm-Sensors because it also shows temperature data, which is useful for what I do.