• 0 Posts
  • 39 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
    ·
    1 month 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.



  • optimal design for actual humans to live and work

    And H designs are just somehow aesthetically unpleasing to me personally (for real).

    Because I agree with those points I resigned it by flipping the edges:

    .║ ║ ║
    .║ ║ ║
    .╚═╬═╝
    . ║
    .══╩══

    If we orient it south and try to distribute sunlight fairly we may get something like this:

    . ║
    .║ ║ ║
    .╚═╬═╝
    . ║
    .╚═╩═╝




  • anton@lemmy.blahaj.zonetoScience Memes@mander.xyzVoyager 1
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 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.