Viewing profile — empw
empw
HN member- Joined
- Wed, May 25, 2022, 7:21 PM UTC
- HN karma
- 39
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About empw
No profile information was provided.
Recent public activity
-
comment
Comment #48862090
Wait till this guy learns about multiplication and division
-
comment
Comment #48635989
Good thing the Chinese have given up all AI research now that Anthropic is on the case.
-
comment
Comment #45983845
To me Perl was just Weird, to no particular end. Not the kind of mind expanding Haskell/Prolog/Lisp weirdness that opens up new possibilities. It just does roughly the same things …
-
comment
Comment #45905133
Wasn't Intel trying to do something similar in Itanium i.e. use software to translate code into VLIW instructions to exploit many parallel execution units? Only they wanted the C++…
-
comment
Comment #45438595
Maybe that's true for this project (implementing pointer chasing list interpreter directly in hardware), but it's much less clear to me why it would be true of the much more common…
-
comment
Comment #43979517
By many of these arguments assembly is also not a low-level language
-
comment
Comment #43550318
You can write a function in go or rust, then write code in assembly to call it with any old nonsense. It is no different. The whole point of static typing is that it happens at com…
-
comment
Comment #42891335
I haven't written any ruby for over a decade and a half, when ruby 2.x was still on the horizon. But I do know the source of "eigenclass". It was first jokingly used in an odd inst…
-
comment
Comment #41882619
In my experience there are two mistakes people sometimes make that leads to the fisheye lens look. The first, as parent mentioned, when calculating the ray directions you should li…