Viewing profile — rdlfo
rdlfo
HN member- Joined
- Thu, Sep 10, 2020, 11:49 PM UTC
- HN karma
- 3
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About rdlfo
No profile information was provided.
Recent public activity
-
comment
Comment #25301598
I got a bit confused by the statements in the thread. If the issue is downloading wheels to check dependencies, mamba should be a better alternative, as not only it is downloading …
-
comment
Comment #25294963
Perhaps something like mamba [1] could speed up the resolver. That is if the resolver is actually achieving anything at all. [1] https://github.com/mamba-org/mamba
-
comment
Comment #25264367
There is a nice follow-up using CUDA: https://developer.nvidia.com/blog/accelerated-ray-tracing-cu...
-
comment
Comment #24765007
Given the amount of unique objects and texture maps in the game, this is not a surprise, specially thinking that graphics are the biggest selling points of today's consoles.
-
comment
Comment #24437850
I was constantly reading/writing config files and the structure and comments were what convinced me TOML was worth to try. I did end up going back to JSON for the schema validator …