Viewing profile — mischanix
mischanix
HN member- Joined
- Sat, Oct 06, 2012, 6:58 AM UTC
- HN karma
- 422
- Public activity
- 155 items
- HN profile
- View on Hacker News ↗
About mischanix
Recent public activity
-
comment
Comment #44469894
[flagged]
- comment
-
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 …
-
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?
-
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…
- comment
-
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…
- story
-
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…
-
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 …
-
comment
Comment #10188113
The final version was made public just yesterday. https://twitter.com/gafferongames/status/641069910274277376
-
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.
-
comment
Comment #10088313
$ whois shutdownify.com Updated Date: 19-aug-2015 Creation Date: 19-aug-2015 Expiration Date: 19-aug-2016
- story
- story
- comment
- story
-
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.
-
comment
Comment #9270289
There are credentials for the HTTP Auth on a staging environment commented out in the source of this webpage (Line 317).
-
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...
-
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…
- story
- story
-
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…
-
comment
Comment #8913479
It doesn't: lzham is intended for offline compression whereas lz4 is intended for realtime compression.