Viewing profile — marko_oktabyr
marko_oktabyr
HN member- Joined
- Thu, Jun 08, 2023, 12:54 AM UTC
- HN karma
- 20
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About marko_oktabyr
No profile information was provided.
Recent public activity
-
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
-
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…
-
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…
-
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…
-
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…