Live data from Hacker News

Viewing profile — marko_oktabyr

marko_oktabyr

HN member
Joined
Thu, Jun 08, 2023, 12:54 AM UTC
HN karma
20
Public activity
5 items

About marko_oktabyr

No profile information was provided.

Recent public activity

  1. comment
    Comment #42655160

    I may be a tad late, but typst does have a compiler you can use locally with your favorite local text editor. https://github.com/typst/typst/releases

  2. comment
    Comment #40304043

    NASA’s Office of the Chief Heath and Medical Officer has published a number of technical briefs [0] that cover a variety of human spaceflight related risks and topics. In particula…

  3. comment
    Comment #39545317

    At the risk of being snarky, I should certainly hope the output depends on the input. On a more serious note, there are quite reasonable properties that are satisfied by keeping th…

  4. comment
    Comment #39540870

    > That's not how modulo arithmetic works. We should be a bit careful with what one means by "modulo arithmetic" here. If we are talking about arithmetic in Z/nZ (read "integers mod…

  5. comment
    Comment #39540731

    As sibling comments have mentioned, "operator" here is being used in the programming language sense of the word, not the mathematical sense. Using the name "mod" [as in mod(a,n)] o…