Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bloomer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bloomer
6y ago
This is really cool. Have you looked at all at the constant Q transform https://en.m.wikipedia.org/wiki/Constant-Q_transform which is basically a Fourier Transform with logarithmically spaces bins so that it can be al
2.
▲
by
bloomer
6y ago
Well according to Cuomo’s March 26 briefing the ventilator situation maybe nearly that bad. https://www.bloomberg.com/news/articles/2020-03-26/n-y-death... 3-4 days for non-covid versus 11-21 days for covid.
3.
▲
by
bloomer
6y ago
Yeah I think this terminology is odd because I think that the computable numbers are much more “useful” than the definable numbers.
4.
▲
by
bloomer
6y ago
For an alternate empirical take: https://weis2019.econinfosec.org/wp-content/uploads/sites/6/... They find publishers only have a 4% premium on programatic ads that involve behavioral targeting.
5.
▲
by
bloomer
6y ago
The test they use to select employees correlates with their rating of employees is pretty circular. Any arbitrary test will do that.
6.
▲
by
bloomer
7y ago
I haven’t read this in detail, but a few things stand out. In the write up, you say it compares better than bitwise radix sort. You need to compare against an optimized byte-wise radix sort which is by far the fastest sort for decent size
7.
▲
by
bloomer
7y ago
Somewhat, in that it doesn’t use more precision than needed, but the real issue is you can’t just pick some arbitrarily large precision and round at the end. For some calculations, even 400 digits during intermediate steps would not be enou
8.
▲
by
bloomer
7y ago
The default Android calculator app by Hans Boehm (developer of the Boehm Garbage Collector as well) does this by using the computable real numbers. https://dl.acm.org/doi/10.1145/2911981 Provides a good overview o
9.
▲
by
bloomer
7y ago
This isn’t a performance optimization but rather an accuracy optimization. Even if the requested output is a double (64-bits) the intermediate calculations often need to be done to higher precision to get fully accurate answers. Note that
10.
▲
by
bloomer
7y ago
I would also like to not that encoding the the Option<char> using the unused bits of the return value is a perfectly valid implementation. But that is exactly what it is, an implementation detail. It could work exactly the same way as
11.
▲
by
bloomer
7y ago
http://c-faq.com/decl/spiral.anderson.html Is the rule I learned to understand C declarations and while the rule there is described as simple I think the examples even without argument types are actually fairly complex
12.
▲
by
bloomer
7y ago
Actually this is quite a bit different. This is more a columnar-store version of SQLite, basically an embedded OLAP database, which is pretty cool. I’m not aware of other column-stores in this niche, most are distributed systems meant for
13.
▲
by
bloomer
7y ago
Smoke C by several orders of magnitude? Citation needed.
14.
▲
by
bloomer
7y ago
https://en.m.wikipedia.org/wiki/Blackbird_(land_yacht) Was built to demonstrate that you can sail directly downwind faster than the wind as well.
15.
▲
by
bloomer
7y ago
> Many people think donating 3% of their income is a lot, let alone the 10% Except of course for many mainstream religions https://en.m.wikipedia.org/wiki/Tithe “weirdness” is very relative to your local view.
16.
▲
by
bloomer
7y ago
NULL is similar to floating point NaN (aka not a number) which also has the same comparison operation NaN != NaN.
17.
▲
by
bloomer
7y ago
Would not even require difference in circumstances, seems like the other defendants would be likely to just pin the blame on her if she isn’t going to defend herself.
18.
▲
by
bloomer
7y ago
It’s downside is that it is computationally very expensive. All of the other NIST candidates are not very computationally demanding, but have much larger keys. So the trade off with SIDH is that it spends a lot of time calculating while th
19.
▲
by
bloomer
7y ago
It’s missing the fungibility where it is produced by multiple suppliers and can be treated equivalently by the end buyer. Large grade A eggs are a commodity as it doesn’t matter which farm produced them. A specific set of processors from In
20.
▲
by
bloomer
7y ago
Weird that this is being downvoted because Uber has shown no interest in acquiring and managing assets (self-driving cars or even their own cars) which is a completely different business than being a marketer for independent taxis. If self
21.
▲
by
bloomer
7y ago
It’s an odd list. They also include doctors, which besides being a very routine work, are needed in direct proportion to the local population. Doctors are already being subsidized to move out of larger cities into places where they are act
22.
▲
by
bloomer
7y ago
Profit center: spending more money on it can make you more money. Cost center: spending more money will not be able to increase your revenue, hence the only way to improve your bottom line is by reducing costs. A lot of the confusion on thi
23.
▲
by
bloomer
7y ago
In most cases k << n. For 64-bit integers, byte wise radix sort k is 8, which is less than log n whenever n is more than 256. So, radix sort is typically much faster than an O(n log n) sort of your data support it. It just isn’t as
24.
▲
by
bloomer
7y ago
The definition that makes it unique is the shortest representation where trailing zeros are bout included. In your example that would be 1 note that this definition comes up in binary floating point where there are infinite decimal represen
25.
▲
by
bloomer
7y ago
DO you have a quick explanation or any reference on using SAT solver to find equivalent bit-wise functions? I can see how you could easily verify equivalence, but I am struggling to see how you could use SAT solver to generate alternate fu
26.
▲
by
bloomer
7y ago
This article is about ultra marathons which have very low participation of both sexes. Likely we haven’t seen top performance for either sex. However in the marathon, the evidence is exactly opposite. The performance gap is large and wideni
27.
▲
by
bloomer
7y ago
Well he is an economist so he is saying he is paying them the market rate which he believes to be underpriced relative to their intrinsic value. As an economist he would place the underpricing blame on society and the labor market. A simi
28.
▲
by
bloomer
7y ago
From a brief read, I think it reads in flight data not necessarily cached, so flushing cache won't help unfortunately.
29.
▲
by
bloomer
7y ago
I think he is talking about the actual building on the property. It doesn't make sense that an 20 year old house should be worth more than an "equivalent" newly constructed house. It should depreciate through wear and year
30.
▲
by
bloomer
7y ago
https://wci.llnl.gov/facilities/nif I don't think NIF was ever about energy research, just a way for government to spin weapons research as having some energy benefit.
More ›