Viewing profile — daneelsan
daneelsan
HN member- Joined
- Thu, Aug 27, 2020, 2:09 AM UTC
- HN karma
- 178
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About daneelsan
No profile information was provided.
Recent public activity
-
comment
Comment #32583186
In Mathematica/Wolfram Languege, the part 0 of an expression is reserved for the head of the expression: f[x, y, z][[0]] == f. Or g[f][x, y][[0, 1]] == f.
-
comment
Comment #32130785
Scott's thots part 2
-
comment
Comment #32090095
And just now console.log() :) https://github.com/daneelsan/zig-wasm-logger
-
comment
Comment #32088733
I am also trying to learn wasm via the zig route: * A minimal example showing how HTML5's canvas, wasm memory and zig can interact: https://github.com/daneelsan/minimal-zig-wasm-ca…
-
comment
Comment #32013368
My goto right now is to listen to One Piece OST.
- story
-
comment
Comment #31180191
There is a difference between online education because there is no other way as there is a pandemic (are the students and the institution ready to switch to online, are the courses…
-
comment
Comment #30953704
OK bud
-
comment
Comment #30946559
Would it be profitable, though?
-
comment
Comment #30946552
I'm not sure why comments mention CA. His physics theory and the multicomputation stuff does not make use of CA's (at least no more than any other abstract machine).
-
comment
Comment #30946530
Didn't he invent a numbering schema for classifying CA? That should count as an achievement.
-
comment
Comment #30946452
> it's nothing more than noodling cellular automata in ways that have had no effect whatsoever on chemistry, physics, or biology. I mean, you could at least read a bit about what h…
- story
- comment
-
comment
Comment #30251684
Simple rules do not necessarily mean simple behavior. Explore where observation leads in various different systems and rules.
-
comment
Comment #30053768
Interesting...
-
comment
Comment #30053736
I see what you mean, simpler indeed!
-
comment
Comment #30053563
It has GC, e.g. DataStructures ( https://reference.wolfram.com/language/guide/DataStructures.... ) are GC'd. IIRC it uses refcounting for this.
-
comment
Comment #30053438
Tom is the current main developer of the new Wolfram Compiler. Search in YouTube "wolfram compiler" and you'll see almost all the talks are his.
- story
-
comment
Comment #29966221
Yeah, I do want some kind of defer.
-
comment
Comment #29960624
Some say they don't like it because it it's implicit control flow, i.e. I don't like that my code is being put into the end of the function without it being in the end of the funct…
-
comment
Comment #29960424
Huh that's a good point.
-
comment
Comment #29959413
Why ado you think namespaces make it a no brainer? I would argue the only thing I would want from C++ it's operator overloading, and I'm not even conviced about that.
- story