Live data from Hacker News

Viewing profile — pacificat0r

pacificat0r

HN member
Joined
Wed, Sep 11, 2019, 6:46 PM UTC
HN karma
453
Public activity
43 items

About pacificat0r

No profile information was provided.

Recent public activity

  1. comment
    Comment #48436027

    How can they? They are busy designing agentic loops. They ship 8x more lines of code!!!

  2. comment
  3. comment
  4. comment
    Comment #46402566

    Who puts pricing under docs/ ?

  5. comment
    Comment #46136549

    Wow, that's exactly what I have, a MODI 2. Time for a change I guess

  6. 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…

  7. 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 …

  8. story
  9. comment
  10. 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

  11. story
  12. comment
    Comment #32060742

    Cue in Talking heads - once in a lifetime

  13. comment
  14. 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.

  15. 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 …

  16. 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.

  17. 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…

  18. comment
    Comment #30112765

    It's actually Web assembly micro runtime (still from bytecode alliance but it's a vm that also supports interpreted mode)

  19. story
  20. comment
    Comment #29588172

    There are some videogames I play that only work on Windows :/

  21. comment
    Comment #27005356

    It looks super nice. What's that framework that you use for your art?

  22. comment
    Comment #26967187

    So they get to keep your passwords and basically every key pressed? Neat :D

  23. comment
    Comment #26448677

    Wait, overwatch works on linux? This is fantastic, i remember trying it a while back with pretty bad perf results

  24. 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.

  25. 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…