Live data from Hacker News

Viewing profile — mischanix

mischanix

HN member
Joined
Sat, Oct 06, 2012, 6:58 AM UTC
HN karma
422
Public activity
155 items

About mischanix

yes no

Recent public activity

  1. comment
    Comment #44469894

    [flagged]

  2. comment
  3. comment
    Comment #38898973

    > https://www.youtube.com/watch?v=3BYKiOHdCNg My attempted summary: it's mostly a matter of the window layout in VC6 giving the most real estate to Just Code, and also the hotkeys …

  4. comment
    Comment #35138499

    So if I rob a bank for $2MM, but spend $1.95MM on contractors to do the job, I should only be fined $50k?

  5. comment
    Comment #24967130

    The more important takeaway from this article for me is that sites should be hashing the Facebook user ID, since it's often far more personally-identifiable information than an ema…

  6. comment
  7. comment
    Comment #21947391

    Many of the common tools used for cheating in FPS games create an in-game overlay used to provide the cheater with a UI for the cheat and to render hidden information (e.g. wallhac…

  8. story
  9. comment
    Comment #10693501

    I am currently developing a 3d engine in Emscripten, and to deal with the debugging problem I've developed from the beginning for Windows. The project links with ANGLE to expose GL…

  10. comment
    Comment #10188298

    The C++ optimization manual there is in no way out of date. All of the advice and techniques in that manual are even more relevant today than in 2007. Additionally, the title page …

  11. comment
    Comment #10188113

    The final version was made public just yesterday. https://twitter.com/gafferongames/status/641069910274277376

  12. comment
    Comment #10156103

    These kinds of ads are the reason I leave javascript disabled on my phone. It prevents all kinds of annoyances and saves a significant amount of battery as well.

  13. comment
    Comment #10088313

    $ whois shutdownify.com Updated Date: 19-aug-2015 Creation Date: 19-aug-2015 Expiration Date: 19-aug-2016

  14. story
  15. story
  16. comment
  17. story
  18. comment
    Comment #9272659

    I looked around and couldn't find an appropriate e-mail address anywhere. If you have one, feel free to let them know.

  19. comment
    Comment #9270289

    There are credentials for the HTTP Auth on a staging environment commented out in the source of this webpage (Line 317).

  20. comment
    Comment #9214474

    If you're interested in writing concurrent code worth running, Mike Acton has a nice introduction: http://cellperformance.beyond3d.com/articles/2009/08/roundup...

  21. comment
    Comment #8999308

    Minor nitpick: using LZMA to compress large text files like this before distribution is normally better; here 7z is LZMA, zip is DEFLATE: 739M 2013_data 37M 2013_data.7z 78M 2013_d…

  22. story
  23. story
  24. comment
    Comment #8955283

    I've experienced the opposite so far in my area; I've received a data cap from Comcast for which my monthly overage charges exceed $100, on top of the $50 base cost, for the same 5…

  25. comment
    Comment #8913479

    It doesn't: lzham is intended for offline compression whereas lz4 is intended for realtime compression.