Viewing profile — gouh
gouh
HN member- Joined
- Wed, Mar 27, 2019, 4:30 PM UTC
- HN karma
- 23
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About gouh
No profile information was provided.
Recent public activity
-
comment
Comment #20232086
So basically like Ecoin from Mr.Robot, what could go wrong
-
comment
Comment #20151732
Or even pay, I wouldn't mind paying 0.003$ at each Captcha as long as I have an anonymous payment system.
-
comment
Comment #20143333
RTX is not necessary for RayTracing, AMD with Crytek made a demo ("Noir") of realtime ray-tracing. But still, I hope AMD will standardize a core non-proprietary Vulkan API for ray-…
-
comment
Comment #20084386
VScode is not open-source. Even when Microsoft do open source, it's not open source... It's bundled with closed source proprietary telemetry/spyware. If anyone care, there is VSCod…
-
comment
Comment #20068787
Coming from Unity, I've tried Godot and I'm never going back to Unity. Yes the Asset Store is basically empty, yes will have to wait version 4.0 to have a powerful renderer, but th…
-
comment
Comment #20055527
I'm asking because Phoc is not on their Gitlab, thus I was wondering if someone knew where Phoc sources are ?
-
comment
Comment #20038595
We don't necessarily create complex simulations to understand them, but to have those simulation available to then build for e.g reinforcement learning models. To take a simple exa…
-
comment
Comment #20035714
I'm curious about "Phoc" replacement of Rootson, is the source available anywhere ? As stated in the readme, Rootson " does not have particularly clean code and is not particularly…
-
comment
Comment #19883759
Ideally I would like the social aspects of GitHub (trending/popular repository, staring projects, notifications, etc.) but with decentralized hosting. Something that would be to Gi…
-
comment
Comment #19882708
ah okay I see, thanks for your answer
-
comment
Comment #19879897
Doesn't WASI defines a sort of ABI (what are the data types, the functions, arguments, return types etc...) ?
-
comment
Comment #19878887
a bit off topic, but I was wondering, can WASI API be used directly from c/c++ without compiling to wasm ? Basically to have native perf but still benefit from the crossplatform AP…
-
comment
Comment #19826211
It's okay to change certain settings if they don't touch privacy, for eg testing WebRender on some subset of users. But it shouldn't touch Privacy related settings. They should sep…
-
comment
Comment #19792872
Blender is more artist-oriented and maybe not the best suited for industrial design. But FreeCAD seems quite powerful and could be a good solution for you
-
comment
Comment #19753599
Because Facebook hires skilled people, not great people.
-
comment
Comment #19648851
Godot has three kind of languages integration : - GDScript : included by default - C# : you have to download the Mono version of Godot (and install the Mono SDK) - Any other langua…
-
comment
Comment #19648760
Yes, if you come from Unity like me you will find Godot amazingly intuitive and clean compared to Unity. No more weird workflow, no more prefab. Just nodes in a tree and scenes. Wi…
- story
-
comment
Comment #19502998
This sounds great. Basically the web created a cross platform & sandboxed API to access everything we need (Camera, Sensors, OpenGl through WebGl, etc.) but it was very opinionated…