Live data from Hacker News

Viewing profile — xkevio

xkevio

HN member
Joined
Tue, Aug 02, 2022, 6:28 PM UTC
HN karma
23
Public activity
11 items

About xkevio

No profile information was provided.

Recent public activity

  1. comment
    Comment #48314525

    Luckily, Typst actually has experimental HTML export which is progressing quite nicely (even with MathML in the next update!), see here: https://typst.app/docs/reference/html/

  2. comment
    Comment #48100376

    It makes use of https://github.com/EnzymeAD/enzyme which is an LLVM plugin and since Rust also uses LLVM in its backend, we can enable this plugin in our Rust toolchain when autodi…

  3. comment
    Comment #44354976

    IJIMAI ( https://typst.app/blog/2025/typst-at-ijimai ) and JUTI ( https://forum.typst.app/t/juti-call-for-papers-best-paper-aw... ). Admittedly, not the most renowned or most known…

  4. comment
    Comment #41883970

    This is a very welcome release with all its features and as an active community member, I've seen the lengths the devs have gone to over the past few months to ensure proper intern…

  5. comment
    Comment #41829766

    It's a somewhat difficult issue and I understand being hesitant because of this. Converting to SVG is one possible path around it which isn't too bad but having it natively is of c…

  6. comment
    Comment #41025939

    Ah, yeah fair enough! I was confused thinking that you were unaware of the existence of the functionality as a whole. Well, as laurmaedje (one of the main devs) said below, it shou…

  7. comment
    Comment #41020718

    Am I misunderstanding what exactly you are looking for? You can change the spacing in math mode of symbols/operators with https://typst.app/docs/reference/math/class/ and delimiter…

  8. story
  9. comment
    Comment #32785683

    HN doesn't support LaTeX in comments sadly, so I am just writing it out as you would before rendering it with LaTeX. Maybe there are add-ons that detect valid LaTeX math symbols an…

  10. comment
    Comment #32773788

    I think you might have gotten your symbols mixed up a litte. From what I understand, just \nabla(f) describes the gradient of a function f -- meaning all the first order partial de…

  11. comment
    Comment #32322540

    OneLoneCoder has a good introductory video about using SIMD instructions with C++ to speed up a Mandelbrot calculation: https://www.youtube.com/watch?v=x9Scb5Mku1g