Viewing profile — mholub
mholub
HN member- Joined
- Wed, Dec 19, 2012, 11:22 PM UTC
- HN karma
- 22
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About mholub
No profile information was provided.
Recent public activity
-
comment
Comment #44422195
it's more nuanced: you're still releasing resources - so you might not become faster overall but you can compute more in the same time later if necessity arises (althougth that mig…
-
comment
Comment #40174399
nothing really prevents you from defining global allocator in Zig and having explicit allocator in standard library is actually a good thing, cause it's quite a common case in game…
-
comment
Comment #38488109
What’s the nature of your work so you are not allowed to install software?
-
comment
Comment #38460782
this is very computationally expensive to do such operation (to understand that teeth is completely occluded by something else like mouth) this is called occlusion culling and usua…
-
comment
Comment #24988052
We recently started to use Dear ImGUI in our custom game engine. Before we used Unity which has its own immediate mode gui solution. And I have hard time to switch. I don't know if…
-
comment
Comment #24978415
so if you already had experience with Rust/etc, why did you decide to choose OCaml? Also why not to choose F#/Mono (and now .NET core) for example?
-
comment
Comment #24851125
what kind of limitations in a few words?
-
comment
Comment #23973370
well..Houdini is scriptable in python too :)
-
comment
Comment #15377283
You just need to find activity interesting for you I used to do sedentary lifestyle most of my life until I found rock climbing 2 years ago I go rock climbing to a gym 2-3 times a …
-
comment
Comment #12985385
We actually had Github banned in Russia once or twice for short periods of time (like hours or days). Because of some repository contained joke text about how to commit suicide.
-
comment
Comment #8763476
Can you describe in few words which flaws do you see in rust?
-
comment
Comment #7436532
For me clojure is more about wonderful community (like ruby's one) and real projects (because of java libraries)