HackerTrans
TopNewTrendsCommentsPastAskShowJobs

IlyaOrson

no profile record

Submissions

The Kicked Rotor – A Chaotic Playground

ilyaorson.github.io
2 points·by IlyaOrson·vor 2 Jahren·1 comments

Julia Macros for Beginners

jkrumbiegel.com
127 points·by IlyaOrson·vor 4 Jahren·35 comments

comments

IlyaOrson
·vor 2 Jahren·discuss
This simple mechanical system was one of my first coding projects when learning about physics simulations. It's basically a frictionless, gravity-free rigid pendulum that gets periodic kicks of fixed strength and direction. The phase space shows interesting patterns that are observed in multiple applications of chaos theory.

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.
IlyaOrson
·vor 4 Jahren·discuss
Awesome post!
IlyaOrson
·vor 4 Jahren·discuss
It is not necessarily better in all cases and should not be overused: https://youtu.be/mSgXWpvQEHE?t=579

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
·vor 5 Jahren·discuss
That actual content of that work was good but very misleading with an excess of backpropaganda and a poor literature review. The training procedure makes sense as continuous time backprop but it is mostly a special case of adjoint sensitivity analysis. The use of a NN as defining an ODE system seems fair to be named Neural ODE, imho its a good name, although again it was not completely novel as the writing style through the paper makes it look.
IlyaOrson
·vor 5 Jahren·discuss
This kind of comment just enforces the defensive perception towards the community. He clearly stated that it was just his opinion. Why not just point out that "common tasks" always refers to each own's bubble?

There is no need to insult people around.
IlyaOrson
·vor 5 Jahren·discuss
I am a big fan of https://github.com/Evizero/UnicodePlots.jl . It is unexpected how useful these tools can be to track the evolution of numerical experiments/developments right on the terminal.