Viewing profile — xkevio
xkevio
HN member- Joined
- Tue, Aug 02, 2022, 6:28 PM UTC
- HN karma
- 23
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About xkevio
No profile information was provided.
Recent public activity
-
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/
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
- story
-
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…
-
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…
-
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