Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mmaldacker
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
mmaldacker
8y ago
https://github.com/mmaldacker/Vortex2D It should work on macOS/iOS via MoltenVK, but I haven't tested it extensively. It's a hybrid simulation with particles for the advection and a grid to ensure incomp
2.
▲
by
mmaldacker
10y ago
1. The "reverse-complement" problem here is simply about reading a file, reversing strings and mapping a small set of characters to another one and printing the result. This is really a simple problem and there aren't a lot o
3.
▲
by
mmaldacker
11y ago
This falls in the very specialized fields, but traders/brokers certainly need to be good at mental calculations.
4.
▲
by
mmaldacker
11y ago
> the Netherlands has fewer than 17 million residents and a language that nobody else speaks If you don't count the flemish in Belgium (about 6-7 million people). In addition, (almost) everybody speaks english. > One of the hards
5.
▲
by
mmaldacker
11y ago
Technological advancements are made. UDP Broadcast was completely broken in the 90s in Linux and was fixed by people in the finance industry. High speed network cards are constantly improving thanks to those same people.
6.
▲
by
mmaldacker
11y ago
dictionary is not necessary, the C++ impl just counts the number of words. This can be written as: int word_count(const char *const filename) { std::ifstream file{filename}; return std::distance(std::istream_iterator<std::s
7.
▲
by
mmaldacker
11y ago
Upgrading and maintaining a transport infrastructure is necessary for big cities regardless of the wall circumstances. You don't think London, Paris and other big metropolitan cities in Europe spend billions on upgrading and maintainin
8.
▲
by
mmaldacker
11y ago
>Back in the 70s, you could rock up at the airport twenty minutes before your flight left This still exists, for example Tegel airport in Berlin. Also, in the 70s there was waaaaaay less traffic in airports so it is simply not a fair com
9.
▲
by
mmaldacker
11y ago
>and also remember Berlin's system is essentially new and was rebuilt after reunification so you are looking at a modern system. After the reunification, they only had to reconnect the lines that were separated by the wall. Only a f
10.
▲
by
mmaldacker
11y ago
Berlin had a maglev metro for a short while back in 1989: http://en.wikipedia.org/wiki/M-Bahn
11.
▲
by
mmaldacker
11y ago
The barcelona chair is a classic furniture from the bauhaus period designed in 1929, which is not even close to the "midcentury" period defined in the article.
12.
▲
by
mmaldacker
11y ago
> While implicit operator overload was probably a C++ mistake are you talking about the implicit conversion operator or operator overloading in C++? For the former, it has been vastly improved in C++11 with the addition of explicit conve
13.
▲
by
mmaldacker
12y ago
If you want to read up more on this, look up third culture kids. The wikipedia page is a good start.
14.
▲
by
mmaldacker
12y ago
Not a single data point in this theory. The reason you sometimes wake up just before the alarm (at least I wake up before my alarm because I actually check the time) is because of conditioning. Our biological clock is pretty accurate. An ex
15.
▲
by
mmaldacker
12y ago
It's a low pass filter. And I'm assuming the low-pass is used in the DAC to cut off high frequencies it cannot handle.
16.
▲
by
mmaldacker
12y ago
or just calculate the eigenvalues & eigenvectors of Q.
17.
▲
by
mmaldacker
12y ago
In this case, it makes no difference. The array is used instead of a struct to save a few lines of code and making the title of this post more impressive.
18.
▲
by
mmaldacker
12y ago
It's worth a lot. M&A or quarterly results can move stock prices quite significantly and knowing about those before they are public will allow you to bet against it on the market.
19.
▲
by
mmaldacker
12y ago
They do deprecate things, e.g. exception specification and the auto keywords was re-purposed.
20.
▲
by
mmaldacker
12y ago
copying the data was probably the bottleneck, not malloc.
21.
▲
by
mmaldacker
12y ago
Calculating greeks is not very difficult and bandwidth is going to be the bottleneck due to the high number of inputs necessary to calculate them. So no wonder that CPUs outperforms GPUs. Also, real time calculation of greeks is very easily
22.
▲
by
mmaldacker
12y ago
Apple doesn't even tell you how much RAM their phone have. Or what the CPU/GPU frequencies are.
23.
▲
by
mmaldacker
12y ago
Legal problems and technical problems aside, what are you going to gain by intercepting the traffic? Most of the traffic is going to be market data and order data which are public information (well, order data is public once it hits the exc
24.
▲
by
mmaldacker
12y ago
Front running is something else, http://en.wikipedia.org/wiki/Front_running
25.
▲
by
mmaldacker
12y ago
>The "nascent payment system" which is Apple Pay is better supported by the credit card companies than Google Wallet. It only remains to be seen how many retailers will switch to NFC. Regulations in the state requires every POS
26.
▲
by
mmaldacker
12y ago
And the article doesn't even mention Fibonacci or Al-Kashi.
27.
▲
by
mmaldacker
12y ago
C++ is 35 years old and predates Haskell and many other "modern" languages like Java, C#, Python, ... So yes, compared to what C++ was originally, it has become modern.
28.
▲
by
mmaldacker
12y ago
Berlin has a debt of over 60 billion euros, with an annual budget of 20 billion, 5.5 of which comes from the other laenders. This is huge, the other laenders have complained multiple times that they need to cut costs. Its GDP is 80 billion,
29.
▲
by
mmaldacker
12y ago
People have been expecting Berlin to have huge growth economically, in population, real estate value, etc since the fall of the wall. This has not happened yet (at least, not at the rate that was expected). I doubt it will happen with start
30.
▲
by
mmaldacker
12y ago
Your second solution already exists and is called an auction. Most exchange have an auction before market open and one after market close. Some even have auctions during the day.
More ›