Viewing profile — ngzhian
ngzhian
HN member- Joined
- Wed, Oct 31, 2012, 11:59 AM UTC
- HN karma
- 468
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About ngzhian
No profile information was provided.
Recent public activity
- story
-
comment
Comment #27794465
If you are using Emscripten, porting x86 should be easy (see https://emscripten.org/docs/porting/simd.html#compiling-simd... ), but you will take some performance hits (like float …
- story
- story
- story
-
comment
Comment #16497006
http://mrale.ph/blog/2015/01/11/whats-up-with-monomorphism.h...
-
comment
Comment #15709677
2 classics that don't require a whole lot of backgrond are: - An Axiomatic Basis for Computer Programming by C. A. R. Hoare - The Next 700 Programming Languages by P. J. Landin The…
-
comment
Comment #14047331
You might be interested in this: https://visualgo.net
- story
-
comment
Comment #13851512
Yes! A useful tool for writing OCaml in Vim is Merlin [0]. Facebook uses OCaml as well [1] [2] [3] A great tutorial is [4] [0] https://github.com/ocaml/merlin [1] https://github.co…
-
comment
Comment #12964569
Quickview for YouTube! Allows you to quickly view videos from your subscriptions feed page without any clicks. https://chrome.google.com/webstore/detail/quickview-for-yout...
-
comment
Comment #11838408
Cool extension! My YouTube session usually happens on my subscriptions page, so I made this extension for non-stop, no-click viewing (hover to play video!): https://chrome.google.c…
-
comment
Comment #11529146
From https://github.com/donnemartin/haxor-news/blob/master/haxor_... haxor Unofficial Python wrapper for official Hacker News API
-
comment
Comment #9742590
The SQL version reads left-to-right, similar to how ReQL's version reads top to bottom, and both reflects the execution order (in terms of a common way of text flow). From my under…
- story
- story
-
comment
Comment #9382689
i can confirm this, i was there at the hackathon
-
comment
Comment #8538826
Not trying to complain here, just sharing and interesting feature
-
comment
Comment #8538821
Tests that relied on date (especially involving getting the current date) are usually hard to get right. I had an assignment in school to build a To-do list, and had lots of proble…
-
comment
Comment #8538798
Oh wow, that is a pretty bothersome trouble. I don't know nearly enough about databases and generating reports to understand this, but that link is saved. Thanks for sharing!
-
comment
Comment #8538780
Exactly, not sure how much code has been written to take advantage of this fact. Taking day 1 is a much safer option definitely.
- story
-
comment
Comment #7795637
Yes many sites do require that, but Yahoo? I expected a little more from them, does it even make any sense to have such password requirements anymore? Also, I can't tell for sure i…
-
comment
Comment #7795630
I'm pretty sure from 2007 till 2014 they made some changes to allow users to log on using Facebook/Google accounts, and they reverted in recent months
- story