• 0 Posts
  • 48 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2023

help-circle









  • anton@lemmy.blahaj.zonetoScience Memes@mander.xyzPolisci
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    I don’t know if prime factorization is the correct English word for it but the operation I am referring to takes a (non zero) natural number and returns a multiset of primes that give you the original number when multiplied together. Example: pf(12)={2,2,3} if we allowed 1 to be a prime then prime factorization cease to be a function as pf(12)={1,2,2,3} and pf(12)={1,1,1,1,2,2,3} become valid solutions.







  • anton@lemmy.blahaj.zonetoScience Memes@mander.xyzVoyager 1
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    I think it would have a real time kernel running parallel to a linux kernel.
    Users could interact with the linux kernel normally and schedule trusted real time tasks on the other. Maybe there is reduced security for added performance on those cores.

    In general use it would be a normal stable system with the allure of a performance mode that will break your system if you are not careful.