Viewing profile — maikklein
maikklein
HN member- Joined
- Sun, May 04, 2014, 10:55 AM UTC
- HN karma
- 30
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About maikklein
No profile information was provided.
Recent public activity
-
comment
Comment #10621548
Nice conclusions, have you even had a look at the source for gameworks? I can't find anything that will make it run slow on AMD. Not to mention that a huge amount of games are usin…
-
comment
Comment #10607447
Afaik reflection doesn't make it into C++17.
- story
-
comment
Comment #9947635
How does Kotlin compare to Ceylon? Has anyone written something in both languages and can share their impression?
-
comment
Comment #9861103
Could I install Unreal Engine 4 on CodePipleline so that I can build my game remotely?
-
comment
Comment #9544822
(Also, don't bother. It doesn't work with the most recent version of the engine either) That is not the bad thing. They said they wanted to make it stable for 1 version before upgr…
-
comment
Comment #9544802
Licensing How much does this cost? To redistribute code written with Mono for Unreal Engine, you must have a commercial license to the Mono runtime. These licenses are included in …
-
comment
Comment #8439482
Perfect timing, I just started to look at voxels yesterday. Which resources can you recommend if I want to learn more about voxels?
-
comment
Comment #8242210
Interesting, but you really need to do some showcases.
-
comment
Comment #8223521
I can't change the streaming quality? Is this a bug?
-
comment
Comment #8190126
I see an evil DRM for games, you buy a game and textures will decay over time until you buy the game again to reset the decay.
-
comment
Comment #8113043
I was pleasantly surprised by the combination of pure functions.. But Rust doesn't have pure functions.
-
comment
Comment #8052335
He wrote either :: (LoginError -> Text) -> (Text -> Text) -> (Either LoginError Text -> Text) But shouldn't it be either :: (LoginError -> Text) -> (Text -> Text) -> (Either LoginE…
-
comment
Comment #7774691
Oh, then it was my fault! I didn't even think to press the play button because I haven't written any code yet. Now I am seeing the interactive tutorial. Thanks
-
comment
Comment #7774624
Funny I just started to learn Clojure 2 days ago and dropped it because I lost interest in it. I always wanted to join some AI competition and this might actually be fun. The sad p…
-
comment
Comment #7743694
I love you. I was thinking how awesome it would be to use tmux on my windows machine so I tried pact install tmux and it worked. Thank you so much, that's pretty awesome.
-
comment
Comment #7693882
I saw that you can even generate C++ code from nimrod and that you can automatically generate c wrapper with c2nim, but how does it play with C++? Can you easily use C++ libraries …