Viewing profile — pacificat0r
pacificat0r
HN member- Joined
- Wed, Sep 11, 2019, 6:46 PM UTC
- HN karma
- 453
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About pacificat0r
No profile information was provided.
Recent public activity
-
comment
Comment #48436027
How can they? They are busy designing agentic loops. They ship 8x more lines of code!!!
- comment
- comment
-
comment
Comment #46402566
Who puts pricing under docs/ ?
-
comment
Comment #46136549
Wow, that's exactly what I have, a MODI 2. Time for a change I guess
-
comment
Comment #46136387
Entities that can't be picked, don't write to the texture, entities that can be picked, write to the texture their id. Whatever is closer to the camera will be the id that stays th…
-
comment
Comment #46136094
Well, it's significantly easier to implement than a octree. Game is actually 3D under the hood, projected at a careful angle to look isometric 2D. The reason the game is 3D has to …
- story
- comment
-
comment
Comment #44405233
Let’s be honest, LLMs aren’t yet ready to replace engineers. However it’s prime time to replace your average manager with one
- story
-
comment
Comment #32060742
Cue in Talking heads - once in a lifetime
- comment
-
comment
Comment #30895849
I played lots of quake2-3 but that wasn't the golden age. Now you have even better selection for competitive gaming, like CS Go, valorant with their 128 ticks/s servers.
-
comment
Comment #30118770
I'd actually love to do a more in-depth presentation of the internals and how stuff works together. Who knows, maybe in a future post :) If you have any specific question, I could …
-
comment
Comment #30113060
You can easily tag imgui update/render times in profiling sessions. Then they are isolated from the rest of the work that's happening.
-
comment
Comment #30112845
Emscriptem is targeted at browsers and for that rust does have the target wasm32-unknown-emscripten However, when targeting wasm outside browsers wasm32-wasi is usually a better op…
-
comment
Comment #30112765
It's actually Web assembly micro runtime (still from bytecode alliance but it's a vm that also supports interpreted mode)
- story
-
comment
Comment #29588172
There are some videogames I play that only work on Windows :/
-
comment
Comment #27005356
It looks super nice. What's that framework that you use for your art?
-
comment
Comment #26967187
So they get to keep your passwords and basically every key pressed? Neat :D
-
comment
Comment #26448677
Wait, overwatch works on linux? This is fantastic, i remember trying it a while back with pretty bad perf results
-
comment
Comment #26166235
It was so hard for him to act like an adult and be considerate about the way he speaks. Such a tragedy requiring immense sacrifice from this poor soul.
-
comment
Comment #26133370
It's not surprising that a project that's really early in development chooses to keep up with the latest rust as a min. reqirement. Once it gets to a 1.0, that adoption of new feat…