IlyaOrson | 1 year ago | on: The Kicked Rotor – A Chaotic Playground
IlyaOrson's comments
IlyaOrson | 3 years ago | on: Denoising Diffusion models from first principle in Julia
IlyaOrson | 4 years ago | on: Julia Macros for Beginners
However, it is useful to provide a nicer syntax and DSLs.
Some examples: https://stackoverflow.com/questions/58137512/why-use-macros-... https://www.juliafordatascience.com/animations-with-plots-jl... https://gist.github.com/MikeInnes/8299575
IlyaOrson | 4 years ago | on: Composability in Julia: Implementing Deep Equilibrium Models via Neural ODEs
IlyaOrson | 4 years ago | on: Julia 1.6 addresses latency issues
There is no need to insult people around.
IlyaOrson | 4 years ago | on: Nbterm: Jupyter Notebooks in the Terminal
IlyaOrson | 5 years ago | on: Rust 1.46
If you just need to fill a small and slow gap maybe something like numba is also a good option to stay within python.
Going all the way to a low level language would require the compilation, the glue code and expertise in both languages. Probably that slows down the development pipeline more than the JIT compilation from julia or numba.
Anyway, any opportunity to learn/practice some rust is also great!
IlyaOrson | 5 years ago | on: Rust 1.46
That way you leverage a more developed data ecosystem, can call python when necessary and avoid writing low level code.
Depends on the task of course.
IlyaOrson | 5 years ago | on: uBlock Origin on Firefox Preview
IlyaOrson | 7 years ago | on: Ask HN: Physicists of HN, what are you working on these days?
IlyaOrson | 7 years ago | on: Why Numba and Cython are not substitutes for Julia
Would love to hear your thoughts and feedback, hope you like it!
PS I'm honestly blown away by how smooth is making webapps these days thanks to LLMs helping with all the web stack.