Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
goriloser
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
goriloser
3y ago
There is an actual solution - full memory encryption on recent Intel/AMD CPUs.
2.
▲
by
goriloser
3y ago
The default is an unencrypted computer. Microsoft is trying to improve that default without requiring yet another password.
3.
▲
by
goriloser
3y ago
European fridges also have a freezer, while remaining single door. Top half fridge, bottom half freezer.
4.
▲
by
goriloser
3y ago
I wonder if EU fridges are smaller because people buy food more frequently, but in smaller quantities. Because the grocery shops are closer.
5.
▲
by
goriloser
3y ago
Fast memory is very expensive. Which is why you only use it when you really need it - on a GPU/AI accelerator.
6.
▲
by
goriloser
3y ago
And Microsoft/Apple/Facebook sells stuff in Europe through a company incorporated in Ireland. Does that make those companies Irish?
7.
▲
by
goriloser
3y ago
Algotrading has two parts - analyzing data to find strategies and executing the strategies. Numba is for the first part, where you might need to process billions of messages to extract signals.
8.
▲
by
goriloser
3y ago
Sometimes you just need a plain old "for" over your pandas dataframe, to do a more complicated aggregation (variable window size, conditionals, ...) You can try twisting numpy/pandas into a solution, but it might be much simp