Viewing profile — goriloser
goriloser
HN member- Joined
- Tue, Jan 30, 2024, 11:22 PM UTC
- HN karma
- 17
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About goriloser
No profile information was provided.
Recent public activity
-
comment
Comment #39246575
There is an actual solution - full memory encryption on recent Intel/AMD CPUs.
-
comment
Comment #39246558
The default is an unencrypted computer. Microsoft is trying to improve that default without requiring yet another password.
-
comment
Comment #39239340
European fridges also have a freezer, while remaining single door. Top half fridge, bottom half freezer.
-
comment
Comment #39238675
I wonder if EU fridges are smaller because people buy food more frequently, but in smaller quantities. Because the grocery shops are closer.
-
comment
Comment #39202782
Fast memory is very expensive. Which is why you only use it when you really need it - on a GPU/AI accelerator.
-
comment
Comment #39202676
And Microsoft/Apple/Facebook sells stuff in Europe through a company incorporated in Ireland. Does that make those companies Irish?
-
comment
Comment #39202620
[flagged]
-
comment
Comment #39197499
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 ext…
-
comment
Comment #39197455
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/pand…