Live data from Hacker News

Viewing profile — jmquigs

jmquigs

HN member
Joined
Fri, Nov 06, 2015, 7:09 PM UTC
HN karma
17
Public activity
10 items

About jmquigs

No profile information was provided.

Recent public activity

  1. comment
    Comment #13189259

    On the flip side, it could also convince executives that they need to cover up security breaches as much as possible.

  2. comment
    Comment #11262115

    ModelMod: modify art in games https://github.com/jmquigs/ModelMod I posted this as a "Show HN" a few months ago. It's awesome because for the vast majority of commercial games, the…

  3. comment
    Comment #10712780

    I don't know about 100K, but for my 5667 line project, a recent nightly build takes 8 seconds to build on my 2012 macbook pro (4 core 2.3G i7). That is with up-to-date external cra…

  4. comment
    Comment #10705104

    There are some things I like about Go: 1) really fast compilation speed 2) goroutines 3) gofmt But I learned F# after learning Go, and it felt like I was walking out of Plato's cav…

  5. comment
    Comment #10704012

    The article talks about how jellyfish create areas of low pressure in front of them to pull them forward. I wonder if top human swimmers can do something similar. Phelps, for examp…

  6. comment
    Comment #10569527

    Yes, its just cosmetic. Hacking the grenade count is what I would consider to be a gameplay mod, and there is a third category, UI mods, featured in WoW. With some overlap between …

  7. comment
    Comment #10568212

    I never tried it with minecraft. I'd have to guess no. I think minecraft optimizes rendering by batching geometry up into big chunks. These wouldn't be very useful as the basis for…

  8. comment
    Comment #10568113

    Vert/prim count was the easiest way to do it. It doesn't require me to checksum vertex buffers or anything like that. I'm hoping to add texture checksums as a secondary key, so tha…

  9. comment
    Comment #10568106

    Author here. I use it mostly for character mods, just like I show in the videos. I'm a pretty typical "programmer artist" though, so my mods are primitive. I've also used it for re…

  10. story