Viewing profile — Royi
Royi
HN member- Joined
- Thu, Oct 17, 2013, 8:59 PM UTC
- HN karma
- 35
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About Royi
No profile information was provided.
Recent public activity
-
comment
Comment #33221970
While some of the features of LogSeq are great I find it has a major drawback. The MarkDown files it generates aren't compatible with other similar programs (Obsidian for instance)…
-
comment
Comment #33200521
I can see that display math is working with $$LaTexCode$$. But in lie math: $LaTeXCode$ doesn't.
-
comment
Comment #33032040
Another great option is Animated PNG [0]. It has better quality and better compression compared to GIF. It appears as a side note in the article but it should be considered for the…
-
comment
Comment #32948130
That would be interesting data driven research. I can say something about the effect I want to achieve with the money: recognition and publicity. So the amount of money should make…
-
comment
Comment #32943869
I agree, my wording was not perfect. My point was that such a prize should be backed with more money. Even for the sake of a statement what we consider to be important. So the emph…
-
comment
Comment #32943796
I agree with you. I should have made a better choice than lottery. My intention was that the needle which sets the reward for research, long life work pursuing the solution of a pr…
-
comment
Comment #32943520
I wonder what people, in 100 years, would say about our era. One might research, work hard and solve a problem that might change the course of development of a major field and win …
-
comment
Comment #32875710
I agree on your analysis. Assuming someone wants to go the path you did, where should one start to read about it? Do you have a blog on your path? If there's a way to contact you (…
-
comment
Comment #32871972
That's interesting. How far did you get utilizing AI for treating ASD? Do you know other efforts in that direction?
-
comment
Comment #31471813
I wish for a simple option in VS Code: On close of a Jupyter Notebook clear its output. Or something that separate the display of the output from the saved file (Still `ipnyb` file…
-
comment
Comment #31459207
KaTeX also supports only susbset of the features of MathJaX. Some of them are really important. While speed is great, missing basic features is the worse. I'm happy with GitHub's c…
-
comment
Comment #31426931
Where's the data? It could be indeed interesting.
-
comment
Comment #31229074
Another esoteric choice would be the Odin Programming Language [0]. While being very simple it is modern and effective with some real projects built using it. Performance wise it i…
-
comment
Comment #30748052
The only direction Windows should go is being more modular and less features. Speed is probably the only feature all users want. So make all features modular with advanced user bei…
-
comment
Comment #30698095
Is there any implementation in Python / Julia / MATLAB?
-
comment
Comment #30677773
Not only limited to Gaussian Spheres but also being isotropic (Unless data is pre processed or distance is defined by Mahalanobis Distance).
-
comment
Comment #30677740
Is there a paper or a post which describes the solution?
-
comment
Comment #30313123
Have you looked at [ISPC - Intel SPMD Program Compiler][0]? [0]: https://github.com/ispc/ispc
-
comment
Comment #29872668
But unfortunately it doesn't have option to turn off reactivity which makes it not appropriate for intensive computation. I wish it had a sequential mode.
-
comment
Comment #29716395
Amy Klin has a nice model of Autism (At least the the non harsh cases) which I interpret as the brain at early age (0-18 months) can't focus. So by this theory ADHD and Autism migh…
-
comment
Comment #29615284
It is very to similar Short Science [0]. Since both didn't take off, maybe they should merge. [0] http://www.shortscience.org
-
comment
Comment #28395640
Windows has a built in Video Compression optimized for Screen Cast / Screen Capture (See [Windows Media Video Screen][1]). It yields much better results than x264 for this task. It…
-
comment
Comment #28385483
I prefer [XMake][1]. From my experience XMake > Meson > CMake. [1]: https://github.com/xmake-io/xmake
-
comment
Comment #28132172
I don't get how an OS is released and performance isn't mentioned. I think each OS release must include data about the performance (Speed and resources at steady state). We want pe…
-
comment
Comment #28104564
If only Zig had Multi Dispatch and built in support for arrays (Vector, Matrix, Tensor).