Viewing profile — mnarayan01
mnarayan01
HN member- Joined
- Wed, Jan 02, 2013, 10:42 PM UTC
- HN karma
- 719
- Public activity
- 425 items
- HN profile
- View on Hacker News ↗
About mnarayan01
No profile information was provided.
Recent public activity
-
comment
Comment #30850273
For anyone else confused by this, the control logic described in the comment happens in https://github.com/ifduyue/musl/blob/master/src/math/cos.c
-
comment
Comment #28387806
Git has all sorts of options for using proxies, but running socat would be the quick and dirty way to do this, something like: socat TCP-LISTEN:8080,fork,reuseaddr OPENSSL:github.c…
-
comment
Comment #25667019
Unfortunately e.g. the RHEL 7 world doesn't have mitigations=off yet (in addition to many other kernel command line sugars).
-
comment
Comment #23891797
0/0 = NaN
-
comment
Comment #22776292
> Code Blocks probably aren't necessary When you're reading raw markdown they're extremely useful for short snippets since they save you two wasted lines per block.
-
comment
Comment #22574899
The other requests are still taking the latency hit.
-
comment
Comment #19704878
That's a block returning a Hash; see bhuga's sibling comment where he notes that they're using blocks to lazy load the constants in the type definition, which may seem silly for e.…
-
comment
Comment #19698981
Then you'd need an extra set of delimiters, e.g.: sig {{name: String, returns: Integer}}
-
comment
Comment #19698369
The parser thinks that's a block not a hash.
-
comment
Comment #19162548
> mouse(!) selection of arbitrary text that can be piped to commands and so on E.g.: xclip -out | ... or do you mean something different?
-
comment
Comment #18561047
You can specify multiple digests for an asset, so a non-versioned one can be updated sans downtime: 1. Provider informs clients that a new version with digest X will be deployed. 2…
-
comment
Comment #18560404
> 3rd parties should version their JavaScript resources with a version number in the URL I mean yes this is true, but it seems almost totally orthogonal to SRI (which is aimed at s…
-
comment
Comment #18063528
https://www.kernel.org/doc/Documentation/cgroup-v1/freezer-s...
-
comment
Comment #17718402
The #ifndef rigamarole is https://en.wikipedia.org/wiki/Include_guard and at least used to be fairly common. I also used to see the __FOO_BAR_H__ naming convention for these define…
-
comment
Comment #17717093
If you include it (possibly indirectly) in a file which you compile, then no, you do not need to compile it separately.
-
comment
Comment #17708533
> Signing each commit is totally stupid. It just means that you automate it, and you make the signature worth less.
-
comment
Comment #17708286
Linus (from 2009) on problems with signing every commit: http://git.661346.n2.nabble.com/GPG-signing-for-git-commit-t...
-
comment
Comment #17645855
if a = foo() versus: if (a = foo()) Sometimes idiomatic patterns vary based on things which are not amiable to mechanical correction.
-
comment
Comment #17618482
The article looks like it's just a generic sports' journalist reporting on a novel statistical technique, with cross language translation added into the mix for extra confusion. I …
-
comment
Comment #17365660
From your source machine: On your destination machine: ncat -l 8001 > /path/to/dest Though in most situations with files of reasonable size, you're probably going to be better off …
-
comment
Comment #17356383
Or just skip the shell entirely: tar -C /dest/dir -xf -
-
comment
Comment #17299575
> There has to be an ABI in order for loadable kernel modules to exist Given a particular install, yes, but it will change independent of kernel version based on e.g. build flags a…
-
comment
Comment #17296262
Nit: AIUI, the kernel has no stable API. It has no ABI period.
-
comment
Comment #16754622
Mix "other quite similar videos are explicit" with "other videos from the uploader are inappropriate for children" and pour it into an overly-aggressive automated algorithm.
-
comment
Comment #16603606
> The majority of the lanes on the road are already dedicated to private motor vehicles IME, having any lanes dedicated to private motor vehicles is extraordinarily rare. I'm not s…