Viewing profile — kunos
kunos
HN member- Joined
- Mon, Jan 26, 2015, 2:47 AM UTC
- HN karma
- 20
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About kunos
No profile information was provided.
Recent public activity
-
comment
Comment #46324427
> What features in Jai make it superior to C++ for writing games specifically? Some examples that come to mind from my personal experience. - Compile times. 1-2 seconds vs the typi…
-
comment
Comment #46211584
I watched a video presentation and cringed a bit to be honest. I've done a bit of 3D with Go some time ago ( https://www.youtube.com/watch?v=cjn3twYB7xQ ) and quickly realized it's…
-
comment
Comment #42631615
> Dude, it is not safe programming if you put all your code under unsafe brackets. I'd be surprised in my Rust game (custom engine) had more than 1% code in unsafe blocks. If your …
-
comment
Comment #42500815
Here's my experience so far. 1) The best analogy for LSP is GPS navigator in your car. It's invaluable when you have to navigate to unknown places to do stuff but, it also slows do…
-
comment
Comment #36997612
> crazy fast compilation times This is just not true and it's the reason #1 I am not using Zig. To give you some numbers, ZLS is a reasonably sized project (around 62k LOC of Zig) …
-
comment
Comment #32451136
Not for Rust tho. VSCode+Rust Analyzer offers an amazing experience and I found it to be on-par if not better than IntelliJ/Clion with a much more responsive editing, startup times…
-
comment
Comment #31072440
> Except we're talking about video games Not really. Most of the times Casey & Co. (Blow et others) have entire rants bitching about photoshop, visual studio,windows, websites etc.…
-
comment
Comment #27650211
sadly no, modules won't solve this problem. Yes you can write your implementation in a single module but it'll behave as if you were writing them in a .h file. That means that chan…
-
comment
Comment #21171139
Honestly I think Haskellers should spend less time writing blogs and more time writing code that does something interesting/useful. When the language you claim being so superior co…
-
comment
Comment #21160002
You keep missing the point entirely. Go was created to solve a very specific Google scenario: offer a valid alternative to C++ and Java for whatever they do in Google. It's not a l…