Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tntn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
tntn
7y ago
"Urban–Rural Differences in Suicide in the State of Maryland: The Role of Firearms" https://ajph.aphapublications.org/doi/pdf/10.2105/AJPH.2017.... > Conclusions. Male firearm use drives the incr
2.
▲
by
tntn
7y ago
Next you're probably going to tell me about French fries, right?
3.
▲
by
tntn
7y ago
But it doesn't reflect the factual subtitle. The title here says 1918, but the true trend is 1915-1918, which had a bit of a war as well. > There is no requirement to post the article headline as-is on HN. There is. From the guideli
4.
▲
by
tntn
7y ago
HN title is not good. Original title is "U.S. Life Expectancy Drops for Third Year in a Row, Reflecting Rising Drug Overdoses, Suicides." The comparison is between the last three years and 1915-1918, but the Spanish flu was just g
5.
▲
by
tntn
7y ago
> I wrapped my objects in atomic reference counters, and wrapped my pixel buffer in a mutex Rust people, is there a way to tell the compiler that each thread gets its own elements? Do you really have to either (unnecessarily) add a lock
6.
▲
by
tntn
7y ago
AMD switched to TAGE for Zen 2, so I don't know if neural networks are "the future of branch prediction" or just a neat diversion.
7.
▲
by
tntn
7y ago
https://www.gao.gov/assets/680/677454.pdf Page 15.
8.
▲
by
tntn
7y ago
what is the point of linking to submissions with no discussion.
9.
▲
by
tntn
7y ago
EDIT: I'm too old for this. Think what you want about mmap and ioctl.
10.
▲
by
tntn
7y ago
The copy on https://comma.ai/ has certainly changed tone from what it once was. Now it is clearing pushing a driver-assist angle ("improves your stock ACC and LKAS," "copilot," "augment"). No m
11.
▲
by
tntn
7y ago
https://pastebin.com/eEuJcy18
12.
▲
by
tntn
7y ago
It produces the full domain name (up to .com) in ~ 1 minute. If there is more to the url (a path, ?= parameters, etc) after the domain name, then no.
13.
▲
by
tntn
7y ago
Yeah, I put labels corresponding to the original IP throughout and used a jump table.
14.
▲
by
tntn
7y ago
> My other option was to translate it into real assembly I wrote a compiler from emoji-code to amd64 (mostly because I'm more interested in compilers than reversing). It runs quite fast - prints the whole domain in ~1 min. I'd
15.
▲
by
tntn
7y ago
Huh, interesting. First time I read this comment, it said something like "why should I care what you think?" I guess the edit indicates that you do care?
16.
▲
by
tntn
7y ago
>>> import autograd.numpy as np >>> from autograd import grad >>> def fn(x): ... return np.power(np.power(x, 3), 1/3) ... >>> gradfn = grad(fn) >>> gradfn(0.
17.
▲
by
tntn
7y ago
> I don't see a problem with simplifying the exponents first. Sure, we call that computer algebra. As soon as you start doing that, you aren't doing automatic differentiation, you are doing (at least in part) symbolic different
18.
▲
by
tntn
7y ago
Just because automatic differentiation is a different technique than numerical differentiation doesn't mean it isn't a numerical method. (I probably should not say this, but I will anyway: your comments regarding math and science
19.
▲
by
tntn
7y ago
I don't think anyone at Intel has been patting themselves on the back for their 10nm failure. This wasn't their plan - cannon lake was supposed to be released in 2016, but now they'll maybe have volume production by the end
20.
▲
by
tntn
7y ago
a lot of people are using JavaScript without understanding the method signatures of commonly using methods because JavaScript is such a weird and confusing language that has nonstandard method signatures for standard functions.
21.
▲
by
tntn
7y ago
It is extremely awesome that JavaScript has conditioned a ton of the world's programmers to think that needing to compose your function with the identity function to achieve the desired result is not surprising or bad. I will not be co
22.
▲
by
tntn
7y ago
> not even knowing how JavaScript implements map in a nonstandard way that breaks simple examples FTFY. I know exactly how map works: https://en.m.wikipedia.org/wiki/Map_(higher-order_function) This is map: > a h
23.
▲
by
tntn
7y ago
What is the syntactic sugar here? I mostly see a map that doesn't behave how anyone would expect.
24.
▲
by
tntn
7y ago
> This is the first time (TMK) that a cloud provider is bringing RT cores into the market. Your knowledge is incomplete. T4 has been available in google cloud for many months.
25.
▲
by
tntn
7y ago
How would i.e. OpenGL IHV drivers work as static libraries? No driver updates without a recompile? No driver switches (between vendors) without a recompile?
26.
▲
by
tntn
7y ago
1. The code you pull in will not get updated unless you do it explicitly. 2. The code you pull in will not get exploited when someone masquerades as the package owner. (How many widely publicized cases of this have there been by now, 5? 10
27.
▲
by
tntn
7y ago
Why are you comparing the size of application dependencies to the size of an IDE that includes several compiler toolchains and tons of other build-only stuff?
28.
▲
by
tntn
7y ago
I'm somewhat surprised that story wasn't investigated as securities fraud. I'm sure a lot of people stood to make a lot of money shorting supermicro. Anyone who knows more about this than me know why it is ok for Bloomberg to
29.
▲
Doing the Math: The Reality of HPC and AI Convergence
(nextplatform.com)
4 points
by
tntn
7y ago
|
0 comments
30.
▲
by
tntn
7y ago
I think it more just ended than failed.
More ›